amazonka-config-2.0: Amazon Config SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Description

 
Synopsis

Documentation

data AggregateConformancePackComplianceFilters Source #

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

See: newAggregateConformancePackComplianceFilters smart constructor.

Constructors

AggregateConformancePackComplianceFilters' 

Fields

Instances

Instances details
ToJSON AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Generic AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Read AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Show AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

NFData AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Eq AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Hashable AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

type Rep AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

type Rep AggregateConformancePackComplianceFilters = D1 ('MetaData "AggregateConformancePackComplianceFilters" "Amazonka.Config.Types.AggregateConformancePackComplianceFilters" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregateConformancePackComplianceFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAggregateConformancePackComplianceFilters :: AggregateConformancePackComplianceFilters Source #

Create a value of AggregateConformancePackComplianceFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_accountId - The 12-digit Amazon Web Services account ID of the source account.

$sel:awsRegion:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_awsRegion - The source Amazon Web Services Region from where the data is aggregated.

$sel:complianceType:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_complianceType - The compliance status of the conformance pack.

$sel:conformancePackName:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_conformancePackName - The name of the conformance pack.

aggregateConformancePackComplianceFilters_accountId :: Lens' AggregateConformancePackComplianceFilters (Maybe Text) Source #

The 12-digit Amazon Web Services account ID of the source account.

aggregateConformancePackComplianceFilters_awsRegion :: Lens' AggregateConformancePackComplianceFilters (Maybe Text) Source #

The source Amazon Web Services Region from where the data is aggregated.