configservice_descri_aggreg_compli_by_confor_packs: Returns a list of the conformance packs and their associated...

configservice_describe_aggregate_compliance_by_conformance_packsR Documentation

Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack

Description

Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.

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

Usage

configservice_describe_aggregate_compliance_by_conformance_packs(
  ConfigurationAggregatorName,
  Filters = NULL,
  Limit = NULL,
  NextToken = NULL
)

Arguments

ConfigurationAggregatorName

[required] The name of the configuration aggregator.

Filters

Filters the result by AggregateConformancePackComplianceFilters object.

Limit

The maximum number of conformance packs compliance details 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.