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

Description

 
Synopsis

Documentation

data S3ClassificationScopeUpdate Source #

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

See: newS3ClassificationScopeUpdate smart constructor.

Constructors

S3ClassificationScopeUpdate' 

Fields

Instances

Instances details
ToJSON S3ClassificationScopeUpdate Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScopeUpdate

Generic S3ClassificationScopeUpdate Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScopeUpdate

Associated Types

type Rep S3ClassificationScopeUpdate :: Type -> Type #

Read S3ClassificationScopeUpdate Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScopeUpdate

Show S3ClassificationScopeUpdate Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScopeUpdate

NFData S3ClassificationScopeUpdate Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScopeUpdate

Eq S3ClassificationScopeUpdate Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScopeUpdate

Hashable S3ClassificationScopeUpdate Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScopeUpdate

type Rep S3ClassificationScopeUpdate Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3ClassificationScopeUpdate

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

newS3ClassificationScopeUpdate Source #

Create a value of S3ClassificationScopeUpdate 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:S3ClassificationScopeUpdate', s3ClassificationScopeUpdate_excludes - The names of the S3 buckets to add or remove from the list.