paws.security.identity (version 0.1.0)

guardduty_stop_monitoring_members: Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs

Description

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<U+2019> findings.

Usage

guardduty_stop_monitoring_members(AccountIds, DetectorId)

Arguments

AccountIds

[required] A list of account IDs of the GuardDuty member accounts whose findings you want the master account to stop monitoring.

DetectorId

[required] The unique ID of the detector of the GuardDuty account that you want to stop from monitor members' findings.

Request syntax

svc$stop_monitoring_members(
  AccountIds = list(
    "string"
  ),
  DetectorId = "string"
)