Skip to content

ListIndicators

Source: src/AWS/Detective/ListIndicators.ts

Runtime binding for detective:ListIndicators.

Lists the indicators of compromise a finished investigation surfaced — TTPs, impossible travel, new geolocations, related findings — the raw material for an automated triage report. The graph ARN is injected from the bound Graph. Provide the implementation with Effect.provide(AWS.Detective.ListIndicatorsHttp).

// init
const listIndicators = yield* AWS.Detective.ListIndicators(graph);
// runtime
const { Indicators } = yield* listIndicators({ InvestigationId: id });