configservice_get_aggregate_config_rule_compliance_summary: Returns the number of compliant and noncompliant rules for...

View source: R/configservice_operations.R

configservice_get_aggregate_config_rule_compliance_summaryR Documentation

Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator

Description

Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.

See https://www.paws-r-sdk.com/docs/configservice_get_aggregate_config_rule_compliance_summary/ for full documentation.

Usage

configservice_get_aggregate_config_rule_compliance_summary(
  ConfigurationAggregatorName,
  Filters = NULL,
  GroupByKey = NULL,
  Limit = NULL,
  NextToken = NULL
)

Arguments

ConfigurationAggregatorName

[required] The name of the configuration aggregator.

Filters

Filters the results based on the ConfigRuleComplianceSummaryFilters object.

GroupByKey

Groups the result based on ACCOUNT_ID or AWS_REGION.

Limit

The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. 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.