paws.security.identity (version 0.1.0)

guardduty_start_monitoring_members: Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs

Description

Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs. A master GuardDuty account can run this command after disabling GuardDuty from monitoring these members' findings by running StopMonitoringMembers.

Usage

guardduty_start_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 monitor.

DetectorId

[required] The unique ID of the detector of the GuardDuty account whom you want to re-enable to monitor members' findings.

Request syntax

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