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

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-08-13T16:20:08.545Z") @Stability(Stable) public enum HttpBackupMode extends Enum<HttpBackupMode>
Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the Http endpoint destination.
  • Enum Constant Details

    • FAILED

      @Stability(Stable) public static final HttpBackupMode FAILED
      Back up only the documents that Kinesis Data Firehose could not deliver.
    • ALL

      @Stability(Stable) public static final HttpBackupMode ALL
      Back up all documents.
  • Method Details

    • values

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