Learn R Programming

paws.security.identity (version 0.1.8)

guardduty_stop_monitoring_members: Stops GuardDuty monitoring for the specified member accounnts

Description

Stops GuardDuty monitoring for the specified member accounnts. Use the StartMonitoringMembers to restart monitoring for those accounts.

Usage

guardduty_stop_monitoring_members(DetectorId, AccountIds)

Arguments

DetectorId

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

AccountIds

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

Request syntax

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