builtin:hyperscaler-authentication.connections.aws)
Connections to AWS for Dynatrace integrations
Schema ID | Schema groups | Scope |
---|---|---|
builtin:hyperscaler-authentication.connections.aws | - | environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:hyperscaler-authentication.connections.aws |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:hyperscaler-authentication.connections.aws | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:hyperscaler-authentication.connections.aws |
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Property | Type | Description | Required |
---|---|---|---|
Namename | text | The name of the connection | required |
Connection Typetype | enum | AWS Authentication mechanism to be used by the connection
| required |
awsRoleBasedAuthentication | AwsRoleBasedAuthenticationConfig | - | required |
awsWebIdentity | AwsWebIdentity | - | required |
AwsRoleBasedAuthenticationConfig
objectProperty | Type | Description | Required |
---|---|---|---|
AWS IAM Role ARNroleArn | text | The ARN of the AWS role that should be assumed | required |
Consumersconsumers | ConsumersOfAwsRoleBasedAuthentication[] | Dynatrace integrations that can use this connection
| required |
AwsWebIdentity
objectProperty | Type | Description | Required |
---|---|---|---|
AWS IAM Role ARNroleArn | text | The ARN of the AWS role that should be assumed | required |
Consumersconsumers | ConsumersOfAwsWebIdentity[] | Dynatrace integrations that can use this connection
| required |