/
POST
/
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.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"ConfigurationAggregator": {
"ConfigurationAggregatorName": "string",
"ConfigurationAggregatorArn": "string",
"AccountAggregationSources": [],
"OrganizationAggregationSource": {
"RoleArn": "string",
"AwsRegions": [],
"AllAwsRegions": true
},
"CreationTime": "string",
"LastUpdatedTime": "string",
"CreatedBy": "string"
}
}
Request
Header Params
X-Amz-Target
stringÂ
required
Body Params application/json
Responses
Modified at 2023-08-15 05:59:06