AWS::DevOpsAgent::Association AWSConfiguration - 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 AWSConfiguration

Configuration for AWS monitor account integration. Specifies the account ID, assumable role ARN, and resources to be monitored in the primary monitoring 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 'monitor' for AWS DevOps Agent monitoring.

Required: Yes

Type: String

Allowed values: monitor

Update requires: No interruption

AssumableRoleArn

Role ARN used by AWS DevOps Agent to access resources in the primary account.

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