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.S3ClassificationScopeExclusion
Description
Documentation
data S3ClassificationScopeExclusion Source #
Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.
See: newS3ClassificationScopeExclusion
smart constructor.
Constructors
S3ClassificationScopeExclusion' | |
Fields
|
Instances
newS3ClassificationScopeExclusion :: S3ClassificationScopeExclusion Source #
Create a value of S3ClassificationScopeExclusion
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:bucketNames:S3ClassificationScopeExclusion'
, s3ClassificationScopeExclusion_bucketNames
- An array of strings, one for each S3 bucket that is excluded. Each
string is the full name of an excluded bucket.
s3ClassificationScopeExclusion_bucketNames :: Lens' S3ClassificationScopeExclusion [Text] Source #
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.