paws.management (version 0.1.0)

configservice_describe_aggregate_compliance_by_config_rules: 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.

Usage

configservice_describe_aggregate_compliance_by_config_rules(
  ConfigurationAggregatorName, Filters, Limit, NextToken)

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, AWS 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.

Request syntax

svc$describe_aggregate_compliance_by_config_rules(
  ConfigurationAggregatorName = "string",
  Filters = list(
    ConfigRuleName = "string",
    ComplianceType = "COMPLIANT"|"NON_COMPLIANT"|"NOT_APPLICABLE"|"INSUFFICIENT_DATA",
    AccountId = "string",
    AwsRegion = "string"
  ),
  Limit = 123,
  NextToken = "string"
)

Details

The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.