class Aws::ConfigService::Types::AggregateConformancePackComplianceFilters

Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.

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

data as a hash:

    {
      conformance_pack_name: "ConformancePackName",
      compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
      account_id: "AccountId",
      aws_region: "AwsRegion",
    }

@!attribute [rw] conformance_pack_name

The name of the conformance pack.
@return [String]

@!attribute [rw] compliance_type

The compliance status of the conformance pack.
@return [String]

@!attribute [rw] account_id

The 12-digit Amazon Web Services account ID of the source account.
@return [String]

@!attribute [rw] aws_region

The source Amazon Web Services Region from where the data is
aggregated.
@return [String]

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

Constants

SENSITIVE