Skip to content

ListIncidentFindings

Source: src/AWS/SSMIncidents/ListIncidentFindings.ts

Runtime binding for ssm-incidents:ListIncidentFindings.

Lists the findings (CodeDeploy deployments and CloudFormation stack updates around the incident’s start time) that Incident Manager correlated with an incident. Findings live under runtime incident-record ARNs, so the deploy-time grant is account-level (Resource: "*"). Provide the implementation with Effect.provide(AWS.SSMIncidents.ListIncidentFindingsHttp).

// init
const listIncidentFindings = yield* AWS.SSMIncidents.ListIncidentFindings();
// runtime
const { findings } = yield* listIncidentFindings({ incidentRecordArn });