configservice_describe_aggregate_compliance_by_config_rules {paws.management} | R Documentation |
Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules
Description
Returns 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 |
[Package paws.management version 0.9.0 Index]