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).
Running Investigations
Section titled “Running Investigations”// initconst listIndicators = yield* AWS.Detective.ListIndicators(graph);
// runtimeconst { Indicators } = yield* listIndicators({ InvestigationId: id });