Queries for the AWSVPCFlow table

Rejected IPv4 actions

Returns 10 rejected actions of type IPv4.

AWSVPCFlow
| where Action == "REJECT"
| where Type == "IPv4"
| take 10