libZSservicesZSamazonka-macieZSamazonka-macie
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.Macie.Types.S3ResourceClassification

Description

 
Synopsis

Documentation

data S3ResourceClassification Source #

The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.

See: newS3ResourceClassification smart constructor.

Constructors

S3ResourceClassification' 

Fields

  • prefix :: Maybe Text

    The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.

  • bucketName :: Text

    The name of the S3 bucket that you want to associate with Amazon Macie Classic.

  • classificationType :: ClassificationType

    The classification type that you want to specify for the resource associated with Amazon Macie Classic.

Instances

Instances details
Eq S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

Read S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

Show S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

Generic S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

Associated Types

type Rep S3ResourceClassification :: Type -> Type #

NFData S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

Hashable S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

ToJSON S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

FromJSON S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

type Rep S3ResourceClassification Source # 
Instance details

Defined in Amazonka.Macie.Types.S3ResourceClassification

type Rep S3ResourceClassification = D1 ('MetaData "S3ResourceClassification" "Amazonka.Macie.Types.S3ResourceClassification" "libZSservicesZSamazonka-macieZSamazonka-macie" 'False) (C1 ('MetaCons "S3ResourceClassification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "classificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ClassificationType))))

newS3ResourceClassification Source #

Create a value of S3ResourceClassification 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:prefix:S3ResourceClassification', s3ResourceClassification_prefix - The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.

$sel:bucketName:S3ResourceClassification', s3ResourceClassification_bucketName - The name of the S3 bucket that you want to associate with Amazon Macie Classic.

$sel:classificationType:S3ResourceClassification', s3ResourceClassification_classificationType - The classification type that you want to specify for the resource associated with Amazon Macie Classic.

s3ResourceClassification_prefix :: Lens' S3ResourceClassification (Maybe Text) Source #

The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.

s3ResourceClassification_bucketName :: Lens' S3ResourceClassification Text Source #

The name of the S3 bucket that you want to associate with Amazon Macie Classic.

s3ResourceClassification_classificationType :: Lens' S3ResourceClassification ClassificationType Source #

The classification type that you want to specify for the resource associated with Amazon Macie Classic.