libZSservicesZSamazonka-configZSamazonka-config
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Config.Types.ConformancePackEvaluationFilters

Description

 
Synopsis

Documentation

data ConformancePackEvaluationFilters Source #

Filters a conformance pack by Config rule names, compliance types, Amazon Web Services resource types, and resource IDs.

See: newConformancePackEvaluationFilters smart constructor.

Constructors

ConformancePackEvaluationFilters' 

Fields

Instances

Instances details
Eq ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Read ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Show ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Generic ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Associated Types

type Rep ConformancePackEvaluationFilters :: Type -> Type #

NFData ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Hashable ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

ToJSON ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

type Rep ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

type Rep ConformancePackEvaluationFilters = D1 ('MetaData "ConformancePackEvaluationFilters" "Amazonka.Config.Types.ConformancePackEvaluationFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackEvaluationFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)))))

newConformancePackEvaluationFilters :: ConformancePackEvaluationFilters Source #

Create a value of ConformancePackEvaluationFilters 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:resourceIds:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_resourceIds - Filters the results by resource IDs.

This is valid only when you provide resource type. If there is no resource type, you will see an error.

$sel:resourceType:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_resourceType - Filters the results by the resource type (for example, "AWS::EC2::Instance").

$sel:configRuleNames:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_configRuleNames - Filters the results by Config rule names.

$sel:complianceType:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_complianceType - Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

conformancePackEvaluationFilters_resourceIds :: Lens' ConformancePackEvaluationFilters (Maybe [Text]) Source #

Filters the results by resource IDs.

This is valid only when you provide resource type. If there is no resource type, you will see an error.

conformancePackEvaluationFilters_resourceType :: Lens' ConformancePackEvaluationFilters (Maybe Text) Source #

Filters the results by the resource type (for example, "AWS::EC2::Instance").

conformancePackEvaluationFilters_complianceType :: Lens' ConformancePackEvaluationFilters (Maybe ConformancePackComplianceType) Source #

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.