Enum StreamEncryptionType

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

@Generated(value="jsii-pacmak/1.109.0 (build c221850)", date="2025-03-19T18:01:45.145Z") @Stability(Deprecated) @Deprecated public enum StreamEncryptionType extends Enum<StreamEncryptionType>
Deprecated.
(deprecated) Options for server-side encryption of a delivery stream.
  • Enum Constant Details

    • UNENCRYPTED

      @Stability(Deprecated) @Deprecated public static final StreamEncryptionType UNENCRYPTED
      Deprecated.
      (deprecated) Data in the stream is stored unencrypted.
    • CUSTOMER_MANAGED

      @Stability(Deprecated) @Deprecated public static final StreamEncryptionType CUSTOMER_MANAGED
      Deprecated.
      (deprecated) Data in the stream is stored encrypted by a KMS key managed by the customer.
    • AWS_OWNED

      @Stability(Deprecated) @Deprecated public static final StreamEncryptionType AWS_OWNED
      Deprecated.
      (deprecated) Data in the stream is stored encrypted by a KMS key owned by AWS and managed for use in multiple AWS accounts.
  • Method Details

    • values

      public static StreamEncryptionType[] values()
      Deprecated.
      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 StreamEncryptionType valueOf(String name)
      Deprecated.
      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