Update Member Session
macie2_update_member_session | R Documentation |
Enables an Amazon Macie administrator to suspend or re-enable Macie for a member account¶
Description¶
Enables an Amazon Macie administrator to suspend or re-enable Macie for a member account.
Usage¶
macie2_update_member_session(id, status)
Arguments¶
id |
[required] The unique identifier for the Amazon Macie resource that the request applies to. |
status |
[required] Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account. |
Value¶
An empty list.
Request syntax¶
svc$update_member_session(
id = "string",
status = "PAUSED"|"ENABLED"
)