aws-cdk-lib.aws_ec2.FlowLogFileFormat

enum FlowLogFileFormat

LanguageType name
.NETAmazon.CDK.AWS.EC2.FlowLogFileFormat
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#FlowLogFileFormat
Javasoftware.amazon.awscdk.services.ec2.FlowLogFileFormat
Pythonaws_cdk.aws_ec2.FlowLogFileFormat
TypeScript (source)aws-cdk-lib » aws_ec2 » FlowLogFileFormat

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

Members

NameDescription
PLAIN_TEXTFile will be written as plain text.
PARQUETFile will be written in parquet format.

PLAIN_TEXT

File will be written as plain text.

This is the default value


PARQUET

File will be written in parquet format.