Returns a list of the existing and deleted conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.
See https://www.paws-r-sdk.com/docs/configservice_describe_aggregate_compliance_by_conformance_packs/ for full documentation.
configservice_describe_aggregate_compliance_by_conformance_packs(
ConfigurationAggregatorName,
Filters = NULL,
Limit = NULL,
NextToken = NULL
)
[required] The name of the configuration aggregator.
Filters the result by AggregateConformancePackComplianceFilters
object.
The maximum number of conformance packs compliance details 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.