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 |
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 #
(Discontinued) 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
- (Discontinued) The prefix of the S3 bucket that you want to associate
with Amazon Macie Classic.
$sel:bucketName:S3ResourceClassification'
, s3ResourceClassification_bucketName
- (Discontinued) The name of the S3 bucket that you want to associate with
Amazon Macie Classic.
$sel:classificationType:S3ResourceClassification'
, s3ResourceClassification_classificationType
- (Discontinued) The classification type that you want to specify for the
resource associated with Amazon Macie Classic.
s3ResourceClassification_prefix :: Lens' S3ResourceClassification (Maybe Text) Source #
(Discontinued) The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
s3ResourceClassification_bucketName :: Lens' S3ResourceClassification Text Source #
(Discontinued) The name of the S3 bucket that you want to associate with Amazon Macie Classic.
s3ResourceClassification_classificationType :: Lens' S3ResourceClassification ClassificationType Source #
(Discontinued) The classification type that you want to specify for the resource associated with Amazon Macie Classic.