enum FlowLogFileFormat
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.FlowLogFileFormat |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#FlowLogFileFormat |
![]() | software.amazon.awscdk.services.ec2.FlowLogFileFormat |
![]() | aws_cdk.aws_ec2.FlowLogFileFormat |
![]() | aws-cdk-lib » aws_ec2 » FlowLogFileFormat |
The file format for flow logs written to an S3 bucket destination.
Members
Name | Description |
---|---|
PLAIN_TEXT | File will be written as plain text. |
PARQUET | File 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.