View source: R/configservice_operations.R
configservice_describe_aggregate_compliance_by_config_rules | R Documentation |
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.
configservice_describe_aggregate_compliance_by_config_rules(
ConfigurationAggregatorName,
Filters = NULL,
Limit = NULL,
NextToken = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.