Update Organization Configuration
macie2_update_organization_configuration | R Documentation |
Updates the Amazon Macie configuration settings for an organization in Organizations¶
Description¶
Updates the Amazon Macie configuration settings for an organization in Organizations.
Usage¶
macie2_update_organization_configuration(autoEnable)
Arguments¶
autoEnable |
[required] Specifies whether to enable Amazon Macie automatically for accounts that are added to the organization in Organizations. |
Value¶
An empty list.
Request syntax¶
svc$update_organization_configuration(
autoEnable = TRUE|FALSE
)