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, ... ]}
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 'source' for AWS DevOps Agent monitoring.
Required: Yes
Type: String
Allowed values:
sourceUpdate 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
-
List of tags as key-value pairs, used to identify resources for topology crawl.
Required: No
Type: Array of KeyValuePair
Update requires: No interruption