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 AWSConfiguration
Configuration for Amazon 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 Amazon CloudFormation template, use the following syntax:
JSON
{ "AccountId" :String, "AccountType" :String, "AssumableRoleArn" :String, "Resources" :[ AWSResource, ... ], "Tags" :[ KeyValuePair, ... ]}
YAML
AccountId:StringAccountType:StringAssumableRoleArn:StringResources:- AWSResourceTags:- 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 Amazon DevOps Agent monitoring.
Required: Yes
Type: String
Allowed values:
monitorUpdate requires: No interruption
AssumableRoleArn-
Role ARN used by Amazon 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
-
List of tags as key-value pairs, used to identify resources for topology crawl.
Required: No
Type: Array of KeyValuePair
Update requires: No interruption