DescribeFlowOperation
Source:
src/AWS/NetworkFirewall/DescribeFlowOperation.ts
Runtime binding for network-firewall:DescribeFlowOperation — read the
status and definition of a flow capture/flush operation running on the
bound Firewall; the firewall ARN is injected automatically.
Provide NetworkFirewall.DescribeFlowOperationHttp on the hosting Lambda
Function to satisfy the requirement.
Flow Operations
Section titled “Flow Operations”// init — grants network-firewall:DescribeFlowOperation on the firewallconst describeFlowOperation = yield* AWS.NetworkFirewall.DescribeFlowOperation(firewall);
// runtimeconst { FlowOperationStatus } = yield* describeFlowOperation({ FlowOperationId: flowOperationId,});