AWS::DevOpsAgent::Association SourceAwsConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::DevOpsAgent::Association SourceAwsConfiguration

Configuration for Amazon source account integration. Specifies the account ID, assumable role ARN, and resources to be monitored in the source account.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AccountId" : String, "AccountType" : String, "AssumableRoleArn" : String, "Resources" : [ AWSResource, ... ], "Tags" : [ KeyValuePair, ... ] }

Properties

AccountId

Account ID corresponding to the provided resources.

Required: Yes

Type: String

Pattern: \d{12}

Update requires: No interruption

AccountType

Account Type 'source' for Amazon DevOps Agent monitoring.

Required: Yes

Type: String

Allowed values: source

Update requires: No interruption

AssumableRoleArn

Role ARN to be assumed by Amazon DevOps Agent to operate on behalf of customer.

Required: Yes

Type: String

Update requires: No interruption

Resources

List of resources to monitor.

Required: No

Type: Array of AWSResource

Update requires: No interruption

Tags

List of tags as key-value pairs, used to identify resources for topology crawl.

Required: No

Type: Array of KeyValuePair

Update requires: No interruption