Stops GuardDuty monitoring for the specified member accounts. Use the
start_monitoring_members
operation to restart monitoring for those accounts.
guardduty_stop_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 associated with the GuardDuty administrator account that is monitoring member accounts.
[required] A list of account IDs for the member accounts to stop monitoring.
svc$stop_monitoring_members(
DetectorId = "string",
AccountIds = list(
"string"
)
)