Learn R Programming

paws.security.identity (version 0.5.0)

detective_start_investigation: initiate an investigation on an entity in a graph

Description

initiate an investigation on an entity in a graph

See https://www.paws-r-sdk.com/docs/detective_start_investigation/ for full documentation.

Usage

detective_start_investigation(
  GraphArn,
  EntityArn,
  ScopeStartTime,
  ScopeEndTime
)

Arguments

GraphArn

[required] The ARN of the behavior graph.

EntityArn

[required] The unique Amazon Resource Name (ARN) of the IAM user and IAM role.

ScopeStartTime

[required] The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

ScopeEndTime

[required] The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.