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.
guardduty_start_monitoring_members(DetectorId, AccountIds)
A list with the following syntax:
list(
UnprocessedAccounts = list(
list(
AccountId = "string",
Result = "string"
)
)
)
[required] The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor.
[required] A list of account IDs of the GuardDuty member accounts to start monitoring.
svc$start_monitoring_members(
DetectorId = "string",
AccountIds = list(
"string"
)
)