detective_list_indicators: Gets the indicators from an investigation

View source: R/detective_operations.R

detective_list_indicatorsR Documentation

Gets the indicators from an investigation

Description

Gets the indicators from an investigation. You can use the information from the indicators to determine if an IAM user and/or IAM role is involved in an unusual activity that could indicate malicious behavior and its impact.

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

Usage

detective_list_indicators(
  GraphArn,
  InvestigationId,
  IndicatorType = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

GraphArn

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

InvestigationId

[required] The investigation ID of the investigation report.

IndicatorType

For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.

NextToken

Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.

MaxResults

Lists the maximum number of indicators in a page.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.