amazonka-inspector2-2.0: Amazon Inspector2 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.Inspector2.Types.MapFilter

Description

 
Synopsis

Documentation

data MapFilter Source #

An object that describes details of a map filter.

See: newMapFilter smart constructor.

Constructors

MapFilter' 

Fields

Instances

Instances details
FromJSON MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

ToJSON MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

Generic MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

Associated Types

type Rep MapFilter :: Type -> Type #

Read MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

Show MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

NFData MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

Methods

rnf :: MapFilter -> () #

Eq MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

Hashable MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

type Rep MapFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.MapFilter

type Rep MapFilter = D1 ('MetaData "MapFilter" "Amazonka.Inspector2.Types.MapFilter" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "MapFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "comparison") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MapComparison) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newMapFilter Source #

Create a value of MapFilter 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:value:MapFilter', mapFilter_value - The tag value used in the filter.

$sel:comparison:MapFilter', mapFilter_comparison - The operator to use when comparing values in the filter.

$sel:key:MapFilter', mapFilter_key - The tag key used in the filter.

mapFilter_value :: Lens' MapFilter (Maybe Text) Source #

The tag value used in the filter.

mapFilter_comparison :: Lens' MapFilter MapComparison Source #

The operator to use when comparing values in the filter.

mapFilter_key :: Lens' MapFilter Text Source #

The tag key used in the filter.