accountIds
that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call DescribeConfigurationAggregators
to get the previous accounts and then append new ones.curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ConfigurationAggregatorName": "string",
"AccountAggregationSources": [],
"OrganizationAggregationSource": {
"RoleArn": "string",
"AwsRegions": [],
"AllAwsRegions": true
},
"Tags": []
}'
{
"ConfigurationAggregator": {
"ConfigurationAggregatorName": "string",
"ConfigurationAggregatorArn": "string",
"AccountAggregationSources": [],
"OrganizationAggregationSource": {
"RoleArn": "string",
"AwsRegions": [],
"AllAwsRegions": true
},
"CreationTime": "string",
"LastUpdatedTime": "string",
"CreatedBy": "string"
}
}