configservice_describe_aggregate_compliance_by_config_rules: Returns a list of compliant and noncompliant rules with the...

View source: R/configservice_operations.R

configservice_describe_aggregate_compliance_by_config_rulesR 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 nextToken string returned on a previous page that you use to get the next page of results in a paginated response.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.