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.
detective_list_indicators(
GraphArn,
InvestigationId,
IndicatorType = NULL,
NextToken = NULL,
MaxResults = NULL
)
[required] The Amazon Resource Name (ARN) of the behavior graph.
[required] The investigation ID of the investigation report.
For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.
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.
Lists the maximum number of indicators in a page.