AWS Config
  1. Root
AWS Config
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigurationAggregatorNames": [],
    "NextToken": "string",
    "Limit": 0
}'
Response Response Example
200 - Example 1
{
  "ConfigurationAggregators": [],
  "NextToken": "string"
}

Request

Query Params
Limit
string 
optional
Pagination limit
NextToken
string 
optional
Pagination token
Header Params
X-Amz-Target
string 
required
Body Params application/json
ConfigurationAggregatorNames
array[string]
optional
The name of the configuration aggregators.
>= 0 items<= 10 items
NextToken
string 
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Limit
integer 
optional
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.
>= 0<= 100
Examples

Responses

🟢200Success
application/json
Body
ConfigurationAggregators
array[object (ConfigurationAggregator) {7}] 
optional
Returns a ConfigurationAggregators object.
ConfigurationAggregatorName
string 
optional
The name of the aggregator.
>= 1 characters<= 256 characters
Match pattern:
[\w\-]+
ConfigurationAggregatorArn
string 
optional
The Amazon Resource Name (ARN) of the aggregator.
Match pattern:
arn:aws[a-z\-]*:config:[a-z\-\d]+:\d+:config-aggregator/config-aggregator-[a-z\d]+
AccountAggregationSources
array[object (AccountAggregationSource) {3}] 
optional
Provides a list of source accounts and regions to be aggregated.
>= 0 items<= 1 items
OrganizationAggregationSource
object 
optional
Provides an organization and list of regions to be aggregated.
CreationTime
string <date-time>
optional
The time stamp when the configuration aggregator was created.
LastUpdatedTime
string <date-time>
optional
The time of the last update.
CreatedBy
string 
optional
Amazon Web Services service that created the configuration aggregator.
>= 1 characters<= 256 characters
NextToken
string 
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
🟠480InvalidParameterValueException
🟠481NoSuchConfigurationAggregatorException
🟠482InvalidNextTokenException
🟠483InvalidLimitException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with