libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.S3BucketCriteriaForJob

Description

 
Synopsis

Documentation

data S3BucketCriteriaForJob Source #

Specifies property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job. Exclude conditions take precedence over include conditions.

See: newS3BucketCriteriaForJob smart constructor.

Constructors

S3BucketCriteriaForJob' 

Fields

Instances

Instances details
Eq S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

Read S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

Show S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

Generic S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

Associated Types

type Rep S3BucketCriteriaForJob :: Type -> Type #

NFData S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

Methods

rnf :: S3BucketCriteriaForJob -> () #

Hashable S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

ToJSON S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

FromJSON S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

type Rep S3BucketCriteriaForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketCriteriaForJob

type Rep S3BucketCriteriaForJob = D1 ('MetaData "S3BucketCriteriaForJob" "Amazonka.MacieV2.Types.S3BucketCriteriaForJob" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "S3BucketCriteriaForJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CriteriaBlockForJob)) :*: S1 ('MetaSel ('Just "excludes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CriteriaBlockForJob))))

newS3BucketCriteriaForJob :: S3BucketCriteriaForJob Source #

Create a value of S3BucketCriteriaForJob 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:includes:S3BucketCriteriaForJob', s3BucketCriteriaForJob_includes - The property- and tag-based conditions that determine which buckets to include in the job.

$sel:excludes:S3BucketCriteriaForJob', s3BucketCriteriaForJob_excludes - The property- and tag-based conditions that determine which buckets to exclude from the job.

s3BucketCriteriaForJob_includes :: Lens' S3BucketCriteriaForJob (Maybe CriteriaBlockForJob) Source #

The property- and tag-based conditions that determine which buckets to include in the job.

s3BucketCriteriaForJob_excludes :: Lens' S3BucketCriteriaForJob (Maybe CriteriaBlockForJob) Source #

The property- and tag-based conditions that determine which buckets to exclude from the job.