configservice_describe_aggregate_compliance_by_conformance_packs | R Documentation |
Returns a list of the 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
)
ConfigurationAggregatorName |
[required] The name of the configuration aggregator. |
Filters |
Filters the result by |
Limit |
The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default. |
NextToken |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.