Enable Macie
macie2_enable_macie | 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.
Usage¶
macie2_enable_macie(clientToken, findingPublishingFrequency, status)
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. |
Value¶
An empty list.
Request syntax¶
svc$enable_macie(
clientToken = "string",
findingPublishingFrequency = "FIFTEEN_MINUTES"|"ONE_HOUR"|"SIX_HOURS",
status = "PAUSED"|"ENABLED"
)