Enum Class FlowLogDestinationType

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

@Generated(value="jsii-pacmak/1.110.0 (build 336b265)", date="2025-04-22T23:08:11.187Z") @Stability(Stable) public enum FlowLogDestinationType extends Enum<FlowLogDestinationType>
The available destination types for Flow Logs.
  • Enum Constant Details

    • CLOUD_WATCH_LOGS

      @Stability(Stable) public static final FlowLogDestinationType CLOUD_WATCH_LOGS
      Send flow logs to CloudWatch Logs Group.
    • S3

      @Stability(Stable) public static final FlowLogDestinationType S3
      Send flow logs to S3 Bucket.
    • KINESIS_DATA_FIREHOSE

      @Stability(Stable) public static final FlowLogDestinationType KINESIS_DATA_FIREHOSE
      Send flow logs to Amazon Data Firehose.
  • Method Details

    • values

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

      public static FlowLogDestinationType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null