Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data S3ResourceClassification = S3ResourceClassification' {}
- newS3ResourceClassification :: Text -> ClassificationType -> S3ResourceClassification
- s3ResourceClassification_prefix :: Lens' S3ResourceClassification (Maybe Text)
- s3ResourceClassification_bucketName :: Lens' S3ResourceClassification Text
- s3ResourceClassification_classificationType :: Lens' S3ResourceClassification ClassificationType
Documentation
data S3ResourceClassification Source #
The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.
See: newS3ResourceClassification
smart constructor.
S3ResourceClassification' | |
|
Instances
newS3ResourceClassification Source #
Create a value of S3ResourceClassification
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:prefix:S3ResourceClassification'
, s3ResourceClassification_prefix
- The prefix of the S3 bucket that you want to associate with Amazon Macie
Classic.
$sel:bucketName:S3ResourceClassification'
, s3ResourceClassification_bucketName
- The name of the S3 bucket that you want to associate with Amazon Macie
Classic.
$sel:classificationType:S3ResourceClassification'
, s3ResourceClassification_classificationType
- The classification type that you want to specify for the resource
associated with Amazon Macie Classic.
s3ResourceClassification_prefix :: Lens' S3ResourceClassification (Maybe Text) Source #
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
s3ResourceClassification_bucketName :: Lens' S3ResourceClassification Text Source #
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
s3ResourceClassification_classificationType :: Lens' S3ResourceClassification ClassificationType Source #
The classification type that you want to specify for the resource associated with Amazon Macie Classic.