macie2_enable_macie {paws.security.identity} | R Documentation |
Enables Amazon Macie and specifies the configuration settings for a Macie account
Description
Enables Amazon Macie and specifies the configuration settings for a Macie account.
See https://www.paws-r-sdk.com/docs/macie2_enable_macie/ for full documentation.
Usage
macie2_enable_macie(
clientToken = NULL,
findingPublishingFrequency = NULL,
status = NULL
)
Arguments
clientToken |
A unique, case-sensitive token that you provide to ensure the idempotency of the request. |
findingPublishingFrequency |
Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events). |
status |
Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED. |
[Package paws.security.identity version 0.7.0 Index]