Enum 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.95.0 (build f1ff514)", date="2024-03-26T18:09:22.729Z") @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 Kinesis Data Firehose.
  • Method Details

    • values

      public static FlowLogDestinationType[] 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 FlowLogDestinationType 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