class Aws::Macie::Types::S3ResourceClassification
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.
@note When making an API call, you may pass S3ResourceClassification
data as a hash: { bucket_name: "BucketName", # required prefix: "Prefix", classification_type: { # required one_time: "FULL", # required, accepts FULL, NONE continuous: "FULL", # required, accepts FULL }, }
@!attribute [rw] bucket_name
The name of the S3 bucket that you want to associate with Amazon Macie Classic. @return [String]
@!attribute [rw] prefix
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic. @return [String]
@!attribute [rw] classification_type
The classification type that you want to specify for the resource associated with Amazon Macie Classic. @return [Types::ClassificationType]
@see docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/S3ResourceClassification AWS API Documentation
Constants
- SENSITIVE