FlowLogFileFormat

class aws_cdk.aws_ec2.FlowLogFileFormat(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

The file format for flow logs written to an S3 bucket destination.

Attributes

PARQUET

File will be written in parquet format.

PLAIN_TEXT

File will be written as plain text.

This is the default value