AWS::Config::ConfigurationAggregator AccountAggregationSource
账户和区域的集合。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "AccountIds" :
[ String, ... ]
, "AllAwsRegions" :Boolean
, "AwsRegions" :[ String, ... ]
}
YAML
AccountIds:
- String
AllAwsRegions:Boolean
AwsRegions:- String
属性
AccountIds
-
将聚合的账户的 12 位账户 ID。
必需:是
类型:字符串列表
Update requires: No interruption
AllAwsRegions
-
如果为 true,则聚合现有的 AWS Config 区域和将来的区域。
必需:否
类型:布尔值
Update requires: No interruption
AwsRegions
-
要聚合的源区域。
必需:否
类型:字符串列表
Update requires: No interruption