listFlowOperationResults
inline suspend fun NetworkFirewallClient.listFlowOperationResults(crossinline block: ListFlowOperationResultsRequest.Builder.() -> Unit): ListFlowOperationResultsResponse
Returns the results of a specific flow operation.
Flow operations let you manage the flows tracked in the flow table, also known as the firewall table.
A flow is network traffic that is monitored by a firewall, either by stateful or stateless rules. For traffic to be considered part of a flow, it must share Destination, DestinationPort, Direction, Protocol, Source, and SourcePort.