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

Description

 
Synopsis

Documentation

data ClassificationTypeUpdate Source #

The classification type that Amazon Macie Classic applies to the associated S3 resources. At least one of the classification types (oneTime or continuous) must be specified.

See: newClassificationTypeUpdate smart constructor.

Constructors

ClassificationTypeUpdate' 

Fields

Instances

Instances details
Eq ClassificationTypeUpdate Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationTypeUpdate

Read ClassificationTypeUpdate Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationTypeUpdate

Show ClassificationTypeUpdate Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationTypeUpdate

Generic ClassificationTypeUpdate Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationTypeUpdate

Associated Types

type Rep ClassificationTypeUpdate :: Type -> Type #

NFData ClassificationTypeUpdate Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationTypeUpdate

Hashable ClassificationTypeUpdate Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationTypeUpdate

ToJSON ClassificationTypeUpdate Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationTypeUpdate

type Rep ClassificationTypeUpdate Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationTypeUpdate

type Rep ClassificationTypeUpdate = D1 ('MetaData "ClassificationTypeUpdate" "Amazonka.Macie.Types.ClassificationTypeUpdate" "libZSservicesZSamazonka-macieZSamazonka-macie" 'False) (C1 ('MetaCons "ClassificationTypeUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "continuous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ContinuousClassificationType)) :*: S1 ('MetaSel ('Just "oneTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3OneTimeClassificationType))))

newClassificationTypeUpdate :: ClassificationTypeUpdate Source #

Create a value of ClassificationTypeUpdate 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:continuous:ClassificationTypeUpdate', classificationTypeUpdate_continuous - A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.

$sel:oneTime:ClassificationTypeUpdate', classificationTypeUpdate_oneTime - A one-time classification of all of the existing objects in a specified S3 bucket.

classificationTypeUpdate_continuous :: Lens' ClassificationTypeUpdate (Maybe S3ContinuousClassificationType) Source #

A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.

classificationTypeUpdate_oneTime :: Lens' ClassificationTypeUpdate (Maybe S3OneTimeClassificationType) Source #

A one-time classification of all of the existing objects in a specified S3 bucket.