Show / Hide Table of Contents

Enum FlowLogFileFormat

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

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum FlowLogFileFormat
Syntax (vb)
Public Enum FlowLogFileFormat

Synopsis

Fields

PARQUET

File will be written in parquet format.

PLAIN_TEXT

File will be written as plain text.

Fields

Name Description
PARQUET

File will be written in parquet format.

PLAIN_TEXT

File will be written as plain text.

Back to top Generated by DocFX