| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.S3ClassificationScope
Description
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
newS3ClassificationScope Source #
Arguments
| :: S3ClassificationScopeExclusion | |
| -> S3ClassificationScope |
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.
s3ClassificationScope_excludes :: Lens' S3ClassificationScope S3ClassificationScopeExclusion Source #
The S3 buckets that are excluded.