builtin:hyperscaler-authentication.aws.connection)
Available connections for AWS for Workflows. A connection is used to authenticate against your AWS account. The retrieved, temporary AWS credentials are used to execute the AWS workflow actions.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:hyperscaler-authentication.aws.connection | - | environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:hyperscaler-authentication.aws.connection |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:hyperscaler-authentication.aws.connection | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:hyperscaler-authentication.aws.connection |
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 | - | required |
Credential Typetype | enum |
| required |
webIdentity | WebIdentity | - | required |
WebIdentity
objectProperty | Type | Description | Required |
---|---|---|---|
Role ARNroleArn | secret | The ARN of the AWS role that should be assumed | required |
Policy ARNspolicyArns | list | An optional list of policies that can be used to restrict the AWS role | required |