configservice_get_aggre_compl_detai_by_confi_rule: Returns the evaluation results for the specified Config rule...

configservice_get_aggregate_compliance_details_by_config_ruleR Documentation

Returns the evaluation results for the specified Config rule for a specific resource in a rule

Description

Returns the evaluation results for the specified Config rule for a specific resource in a rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.

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

Usage

configservice_get_aggregate_compliance_details_by_config_rule(
  ConfigurationAggregatorName,
  ConfigRuleName,
  AccountId,
  AwsRegion,
  ComplianceType = NULL,
  Limit = NULL,
  NextToken = NULL
)

Arguments

ConfigurationAggregatorName

[required] The name of the configuration aggregator.

ConfigRuleName

[required] The name of the Config rule for which you want compliance information.

AccountId

[required] The 12-digit account ID of the source account.

AwsRegion

[required] The source region from where the data is aggregated.

ComplianceType

The resource compliance status.

For the GetAggregateComplianceDetailsByConfigRuleRequest data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA values.

Limit

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