AWS Config ConfigurationAggregator OrganizationAggregationSource
The
OrganizationAggregationSource property type specifies the regions of AWS Config data to aggregate into an AWS Config
configuration aggregator and the IAM role to use to retrieve AWS Organizations details.
The
OrganizationAggregationSources property of the AWS::Config::ConfigurationAggregator resource
contains a list of OrganizationAggregationSource property types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AllAwsRegions" :Boolean, "AwsRegions" : [String, ... ], "RoleArn" :String}
YAML
AllAwsRegions:BooleanAwsRegions: -StringRoleArn:String
Properties
AllAwsRegions-
If
trueaggreagate existing AWS Config regions and future regions.Required: No
Type: Boolean
Update requires: No interruption
AwsRegions-
The source regions being aggregated.
Required: No
Type: List of String values
Update requires: No interruption
RoleArn-
The Amazon Resource Name (ARN) of the IAM role used to retreive AWS Organizations details associated with the aggregator account.
Required: Yes
Type: String
Update requires: No interruption
