Skip to content

Update Investigation State

detective_update_investigation_state R Documentation

Updates the state of an investigation

Description

Updates the state of an investigation.

Usage

detective_update_investigation_state(GraphArn, InvestigationId, State)

Arguments

GraphArn

[required] The Amazon Resource Name (ARN) of the behavior graph.

InvestigationId

[required] The investigation ID of the investigation report.

State

[required] The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.

Value

An empty list.

Request syntax

svc$update_investigation_state(
  GraphArn = "string",
  InvestigationId = "string",
  State = "ACTIVE"|"ARCHIVED"
)