class Aws::ConfigService::Types::ConformancePackComplianceFilters

Filters the conformance pack by compliance types and Config rule names.

@note When making an API call, you may pass ConformancePackComplianceFilters

data as a hash:

    {
      config_rule_names: ["StringWithCharLimit64"],
      compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
    }

@!attribute [rw] config_rule_names

Filters the results by Config rule names.
@return [Array<String>]

@!attribute [rw] compliance_type

Filters the results by compliance.

The allowed values are `COMPLIANT` and `NON_COMPLIANT`.
`INSUFFICIENT_DATA` is not supported.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConformancePackComplianceFilters AWS API Documentation

Constants

SENSITIVE