FlowLogFileFormat

class aws_cdk.aws_ec2.FlowLogFileFormat(value)

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