Returns the evaluation results for the specified AWS Config rule for a specific resource in a rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
The results can return an empty result page. But if you have a
nextToken
, the results are displayed on the next page.
configservice_get_aggregate_compliance_details_by_config_rule(
ConfigurationAggregatorName, ConfigRuleName, AccountId, AwsRegion,
ComplianceType, Limit, NextToken)
[required] The name of the configuration aggregator.
[required] The name of the AWS Config rule for which you want compliance information.
[required] The 12-digit account ID of the source account.
[required] The source region from where the data is aggregated.
The resource compliance status.
For the GetAggregateComplianceDetailsByConfigRuleRequest
data type,
AWS Config supports only the COMPLIANT
and NON_COMPLIANT
. AWS Config
does not support the NOT_APPLICABLE
and INSUFFICIENT_DATA
values.
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, AWS Config uses the default.
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
svc$get_aggregate_compliance_details_by_config_rule( ConfigurationAggregatorName = "string", ConfigRuleName = "string", AccountId = "string", AwsRegion = "string", ComplianceType = "COMPLIANT"|"NON_COMPLIANT"|"NOT_APPLICABLE"|"INSUFFICIENT_DATA", Limit = 123, NextToken = "string" )