| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination |
S3Destination.clone() |
S3Destination |
ClassificationExportConfiguration.getS3Destination()
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in
that bucket.
|
S3Destination |
S3Destination.withBucketName(String bucketName)
The name of the bucket.
|
S3Destination |
S3Destination.withKeyPrefix(String keyPrefix)
The path prefix to use in the path to the location in the bucket.
|
S3Destination |
S3Destination.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) customer master key (CMK) to use for
encryption of the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationExportConfiguration.setS3Destination(S3Destination s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in
that bucket.
|
ClassificationExportConfiguration |
ClassificationExportConfiguration.withS3Destination(S3Destination s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in
that bucket.
|
Copyright © 2021. All rights reserved.