amazonka-maciev2-2.0: Amazon Macie 2 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.MacieV2.Types.TagCriterionPairForJob

Description

 
Synopsis

Documentation

data TagCriterionPairForJob Source #

Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based conditions.

See: newTagCriterionPairForJob smart constructor.

Constructors

TagCriterionPairForJob' 

Fields

Instances

Instances details
FromJSON TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

ToJSON TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

Generic TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

Associated Types

type Rep TagCriterionPairForJob :: Type -> Type #

Read TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

Show TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

NFData TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

Methods

rnf :: TagCriterionPairForJob -> () #

Eq TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

Hashable TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

type Rep TagCriterionPairForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.TagCriterionPairForJob

type Rep TagCriterionPairForJob = D1 ('MetaData "TagCriterionPairForJob" "Amazonka.MacieV2.Types.TagCriterionPairForJob" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "TagCriterionPairForJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTagCriterionPairForJob :: TagCriterionPairForJob Source #

Create a value of TagCriterionPairForJob 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:key:TagCriterionPairForJob', tagCriterionPairForJob_key - The value for the tag key to use in the condition.

$sel:value:TagCriterionPairForJob', tagCriterionPairForJob_value - The tag value to use in the condition.

tagCriterionPairForJob_key :: Lens' TagCriterionPairForJob (Maybe Text) Source #

The value for the tag key to use in the condition.

tagCriterionPairForJob_value :: Lens' TagCriterionPairForJob (Maybe Text) Source #

The tag value to use in the condition.