Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator
Source:R/configservice_operations.R
configservice_get_aggreg_confor_pack_compli_summar.RdReturns 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.
Usage
configservice_get_aggregate_conformance_pack_compliance_summary(
ConfigurationAggregatorName,
Filters = NULL,
GroupByKey = NULL,
Limit = NULL,
NextToken = NULL
)Arguments
- ConfigurationAggregatorName
[required] The name of the configuration aggregator.
- Filters
Filters the results based on the
AggregateConformancePackComplianceSummaryFiltersobject.- GroupByKey
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
- Limit
The maximum number of results returned on each page. The default is maximum. If you specify 0, Config uses the default.
- NextToken
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.