amazonka-maciev2-2.0: Amazon Macie 2 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.MacieV2.Types.S3ClassificationScope

Description

 
Synopsis

Documentation

data S3ClassificationScope Source #

Specifies the S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.

See: newS3ClassificationScope smart constructor.

Constructors

S3ClassificationScope' 

Fields

Instances

Instances details
FromJSON S3ClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScope

Generic S3ClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScope

Associated Types

type Rep S3ClassificationScope :: Type -> Type #

Read S3ClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScope

Show S3ClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScope

NFData S3ClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScope

Methods

rnf :: S3ClassificationScope -> () #

Eq S3ClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScope

Hashable S3ClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScope

type Rep S3ClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScope

type Rep S3ClassificationScope = D1 ('MetaData "S3ClassificationScope" "Amazonka.MacieV2.Types.S3ClassificationScope" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "S3ClassificationScope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "excludes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3ClassificationScopeExclusion)))

newS3ClassificationScope Source #

Create a value of S3ClassificationScope 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:excludes:S3ClassificationScope', s3ClassificationScope_excludes - The S3 buckets that are excluded.