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 count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator. You can filter based on Amazon Web Services account ID or Amazon Web Services Region.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigurationAggregatorName": "string",
    "Filters": {
        "AccountId": "string",
        "AwsRegion": "string"
    },
    "GroupByKey": "ACCOUNT_ID",
    "Limit": 0,
    "NextToken": "string"
}'
Response Response Example
200 - Example 1
{
  "AggregateConformancePackComplianceSummaries": [],
  "GroupByKey": "string",
  "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
ConfigurationAggregatorName
string 
required
The name of the configuration aggregator.
>= 1 characters<= 256 characters
Match pattern:
[\w\-]+
Filters
object 
optional
Filters the results based on the AggregateConformancePackComplianceSummaryFilters object.
AccountId
string 
optional
The 12-digit Amazon Web Services account ID of the source account.
Match pattern:
\d{12}
AwsRegion
string 
optional
The source Amazon Web Services Region from where the data is aggregated.
>= 1 characters<= 64 characters
GroupByKey
enum<string> 
optional
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
Allowed values:
ACCOUNT_IDAWS_REGION
Limit
integer 
optional
The maximum number of results returned on each page. The default is maximum. If you specify 0, Config uses the default.
>= 0<= 100
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.
Examples

Responses

🟢200Success
application/json
Body
AggregateConformancePackComplianceSummaries
array[object (AggregateConformancePackComplianceSummary) {2}] 
optional
Returns a list of AggregateConformancePackComplianceSummary object.
ComplianceSummary
object 
optional
Returns an AggregateConformancePackComplianceCount object.
GroupName
string 
optional
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
>= 1 characters<= 256 characters
GroupByKey
string 
optional
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
>= 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.
🟠480ValidationException
🟠481InvalidLimitException
🟠482InvalidNextTokenException
🟠483NoSuchConfigurationAggregatorException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with