Learn R Programming

paws.security.identity (version 0.1.8)

guardduty_start_monitoring_members: Turns on GuardDuty monitoring of the specified member accounts

Description

Turns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of accounts that you stopped monitoring with the StopMonitoringMembers operation.

Usage

guardduty_start_monitoring_members(DetectorId, AccountIds)

Arguments

DetectorId

[required] The unique ID of the detector of the GuardDuty master account associated with the member accounts to monitor.

AccountIds

[required] A list of account IDs of the GuardDuty member accounts to start monitoring.

Request syntax

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