guardduty_start_monitoring_members {paws.security.identity} | R Documentation |
Turns on GuardDuty monitoring of the specified member accounts
Description
Turns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of accounts that you stopped monitoring with the stop_monitoring_members
operation.
See https://www.paws-r-sdk.com/docs/guardduty_start_monitoring_members/ for full documentation.
Usage
guardduty_start_monitoring_members(DetectorId, AccountIds)
Arguments
DetectorId |
[required] The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor. To find the |
AccountIds |
[required] A list of account IDs of the GuardDuty member accounts to start monitoring. |
[Package paws.security.identity version 0.9.0 Index]