AWS::DevOpsAgent::Association SourceAwsConfiguration - AWS CloudFormation

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

AWS::DevOpsAgent::Association SourceAwsConfiguration

Configuration for AWS 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 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 AWS DevOps Agent monitoring.

Required: Yes

Type: String

Allowed values: source

Update requires: No interruption

AssumableRoleArn

Role ARN to be assumed by AWS 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