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.
See https://www.paws-r-sdk.com/docs/configservice_get_aggregate_conformance_pack_compliance_summary/ for full documentation.
configservice_get_aggregate_conformance_pack_compliance_summary(
ConfigurationAggregatorName,
Filters = NULL,
GroupByKey = NULL,
Limit = NULL,
NextToken = NULL
)
[required] The name of the configuration aggregator.
Filters the results based on the
AggregateConformancePackComplianceSummaryFilters
object.
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
The maximum number of results returned on each page. The default is maximum. If you specify 0, Config uses the default.
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.