Put Classification Export Configuration
macie2_put_classification_export_configuration | R Documentation |
Adds or updates the configuration settings for storing data classification results¶
Description¶
Adds or updates the configuration settings for storing data classification results.
Usage¶
Arguments¶
configuration
[required] The location to store data classification results in, and the encryption settings to use when storing results in that location.
Value¶
A list with the following syntax:
list(
configuration = list(
s3Destination = list(
bucketName = "string",
keyPrefix = "string",
kmsKeyArn = "string"
)
)
)