Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs. After running this command, a master GuardDuty account can run StartMonitoringMembers to re-enable GuardDuty to monitor these members' findings.
guardduty_stop_monitoring_members(DetectorId, AccountIds)[required] The unique ID of the detector of the GuardDuty account that you want to stop from monitor members' findings.
[required] A list of account IDs of the GuardDuty member accounts whose findings you want the master account to stop monitoring.
svc$stop_monitoring_members(
DetectorId = "string",
AccountIds = list(
"string"
)
)