| 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.S3ClassificationScopeUpdate
Description
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
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.
s3ClassificationScopeUpdate_excludes :: Lens' S3ClassificationScopeUpdate S3ClassificationScopeExclusionUpdate Source #
The names of the S3 buckets to add or remove from the list.