class Aws::ConfigService::Types::ConfigRuleComplianceFilters
Filters the compliance results based on account ID, region, compliance type, and rule name.
@note When making an API call, you may pass ConfigRuleComplianceFilters
data as a hash: { config_rule_name: "ConfigRuleName", compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA account_id: "AccountId", aws_region: "AwsRegion", }
@!attribute [rw] config_rule_name
The name of the Config rule. @return [String]
@!attribute [rw] compliance_type
The rule compliance status. For the `ConfigRuleComplianceFilters` data type, Config supports only `COMPLIANT` and `NON_COMPLIANT`. Config does not support the `NOT_APPLICABLE` and the `INSUFFICIENT_DATA` values. @return [String]
@!attribute [rw] account_id
The 12-digit account ID of the source account. @return [String]
@!attribute [rw] aws_region
The source region where the data is aggregated. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigRuleComplianceFilters AWS API Documentation
Constants
- SENSITIVE