View a markdown version of this page

SourceAwsConfiguration - AWS DevOps Agent

SourceAwsConfiguration

Configuration for AWS source account integration. Note: passRole check on 'assumableRoleArn' is not supported.

Contents

accountId

AWS Account Id corresponding to provided resources.

Type: String

Pattern: \d{12}

Required: Yes

accountType

Account Type 'source' for AIDevOps monitoring.

Type: String

Valid Values: source

Required: Yes

assumableRoleArn

Role ARN to be assumed by AIDevOps to operate on behalf of customer.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: arn:aws:iam::\d{12}:role/[a-zA-Z0-9+=,.@_/-]+

Required: Yes

externalId

External ID for additional security when assuming the role. Used to prevent the confused deputy problem.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: