Update Reveal Configuration
macie2_update_reveal_configuration | R Documentation |
Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings¶
Description¶
Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings.
Usage¶
Arguments¶
configuration
[required] The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
retrievalConfiguration
The access method and settings to use when retrieving the sensitive data.
Value¶
A list with the following syntax:
list(
configuration = list(
kmsKeyId = "string",
status = "ENABLED"|"DISABLED"
),
retrievalConfiguration = list(
externalId = "string",
retrievalMode = "CALLER_CREDENTIALS"|"ASSUME_ROLE",
roleName = "string"
)
)