Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules
Source:R/configservice_operations.R
configservice_describe_aggregate_compliance_by_config_rules.RdReturns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. Does not display rules that do not have compliance results.
See https://www.paws-r-sdk.com/docs/configservice_describe_aggregate_compliance_by_config_rules/ for full documentation.
Usage
configservice_describe_aggregate_compliance_by_config_rules(
ConfigurationAggregatorName,
Filters = NULL,
Limit = NULL,
NextToken = NULL
)Arguments
- ConfigurationAggregatorName
[required] The name of the configuration aggregator.
- Filters
Filters the results by ConfigRuleComplianceFilters object.
- Limit
The maximum number of evaluation 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.