Values.VPCFlowLogParametersSourceConfiguration parameters specific to VPC Flow Logs.
type nonrec t = {logFormat : String_.t option;The format in which VPC Flow Log entries should be logged.
*)trafficType : String_.t option;The type of traffic to log (ACCEPT, REJECT, or ALL).
*)maxAggregationInterval : Integer.t option;The maximum interval in seconds between the capture of flow log records.
*)}