amazonka-macie-2.0: Amazon Macie 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.Macie.Types.ClassificationType

Description

 
Synopsis

Documentation

data ClassificationType Source #

(Discontinued) The classification type that Amazon Macie Classic applies to the associated S3 resources.

See: newClassificationType smart constructor.

Constructors

ClassificationType' 

Fields

  • oneTime :: S3OneTimeClassificationType

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

  • continuous :: S3ContinuousClassificationType

    (Discontinued) 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.

Instances

Instances details
FromJSON ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

ToJSON ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

Generic ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

Associated Types

type Rep ClassificationType :: Type -> Type #

Read ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

Show ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

NFData ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

Methods

rnf :: ClassificationType -> () #

Eq ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

Hashable ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

type Rep ClassificationType Source # 
Instance details

Defined in Amazonka.Macie.Types.ClassificationType

type Rep ClassificationType = D1 ('MetaData "ClassificationType" "Amazonka.Macie.Types.ClassificationType" "amazonka-macie-2.0-6zQjUC5IKQtkmzh23qe2R" 'False) (C1 ('MetaCons "ClassificationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oneTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3OneTimeClassificationType) :*: S1 ('MetaSel ('Just "continuous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3ContinuousClassificationType)))

newClassificationType Source #

Create a value of ClassificationType 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:oneTime:ClassificationType', classificationType_oneTime - (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.

$sel:continuous:ClassificationType', classificationType_continuous - (Discontinued) 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.

classificationType_oneTime :: Lens' ClassificationType S3OneTimeClassificationType Source #

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

classificationType_continuous :: Lens' ClassificationType S3ContinuousClassificationType Source #

(Discontinued) 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.