Enum FlowLogFileFormat

java.lang.Object
java.lang.Enum<FlowLogFileFormat>
software.amazon.awscdk.services.ec2.FlowLogFileFormat
All Implemented Interfaces:
Serializable, Comparable<FlowLogFileFormat>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:06.115Z") @Stability(Stable) public enum FlowLogFileFormat extends Enum<FlowLogFileFormat>
The file format for flow logs written to an S3 bucket destination.
  • Enum Constant Details

    • PLAIN_TEXT

      @Stability(Stable) public static final FlowLogFileFormat PLAIN_TEXT
      File will be written as plain text.

      This is the default value

    • PARQUET

      @Stability(Stable) public static final FlowLogFileFormat PARQUET
      File will be written in parquet format.
  • Method Details

    • values

      public static FlowLogFileFormat[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static FlowLogFileFormat valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null