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.S3BucketDefinitionForJob

Description

 
Synopsis

Documentation

data S3BucketDefinitionForJob Source #

Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.

See: newS3BucketDefinitionForJob smart constructor.

Constructors

S3BucketDefinitionForJob' 

Fields

  • accountId :: Text

    The unique identifier for the Amazon Web Services account that owns the buckets.

  • buckets :: [Text]

    An array that lists the names of the buckets.

Instances

Instances details
Eq S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

Read S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

Show S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

Generic S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

Associated Types

type Rep S3BucketDefinitionForJob :: Type -> Type #

NFData S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

Hashable S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

ToJSON S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

FromJSON S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

type Rep S3BucketDefinitionForJob Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketDefinitionForJob

type Rep S3BucketDefinitionForJob = D1 ('MetaData "S3BucketDefinitionForJob" "Amazonka.MacieV2.Types.S3BucketDefinitionForJob" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "S3BucketDefinitionForJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "buckets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newS3BucketDefinitionForJob Source #

Create a value of S3BucketDefinitionForJob 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:S3BucketDefinitionForJob', s3BucketDefinitionForJob_accountId - The unique identifier for the Amazon Web Services account that owns the buckets.

$sel:buckets:S3BucketDefinitionForJob', s3BucketDefinitionForJob_buckets - An array that lists the names of the buckets.

s3BucketDefinitionForJob_accountId :: Lens' S3BucketDefinitionForJob Text Source #

The unique identifier for the Amazon Web Services account that owns the buckets.

s3BucketDefinitionForJob_buckets :: Lens' S3BucketDefinitionForJob [Text] Source #

An array that lists the names of the buckets.