Skip to content

ListFlowOperationResults

Source: src/AWS/NetworkFirewall/ListFlowOperationResults.ts

Runtime binding for network-firewall:ListFlowOperationResults — read the flows a completed flow capture/flush operation collected on the bound Firewall; the firewall ARN is injected automatically.

Provide NetworkFirewall.ListFlowOperationResultsHttp on the hosting Lambda Function to satisfy the requirement.

// init — grants network-firewall:ListFlowOperationResults on the firewall
const listFlowOperationResults =
yield* AWS.NetworkFirewall.ListFlowOperationResults(firewall);
// runtime
const { Flows } = yield* listFlowOperationResults({
FlowOperationId: flowOperationId,
});