Skip to content

Start Monitoring Member

detective_start_monitoring_member R Documentation

Sends a request to enable data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED

Description

Sends a request to enable data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED.

For valid member accounts, the status is updated as follows.

  • If Detective enabled the member account, then the new status is ENABLED.

  • If Detective cannot enable the member account, the status remains ACCEPTED_BUT_DISABLED.

Usage

detective_start_monitoring_member(GraphArn, AccountId)

Arguments

GraphArn

[required] The ARN of the behavior graph.

AccountId

[required] The account ID of the member account to try to enable.

The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.

Value

An empty list.

Request syntax

svc$start_monitoring_member(
  GraphArn = "string",
  AccountId = "string"
)