Stops GuardDuty monitoring for the specified member accounts. Use the
StartMonitoringMembers operation to restart monitoring for those
accounts.
guardduty_stop_monitoring_members(DetectorId, AccountIds)[required] The unique ID of the detector associated with the GuardDuty master 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"
)
)