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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic StreamEncryptionType
Deprecated.Returns the enum constant of this type with the specified name.static StreamEncryptionType[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNENCRYPTED
Deprecated.(deprecated) Data in the stream is stored unencrypted. -
CUSTOMER_MANAGED
Deprecated.(deprecated) Data in the stream is stored encrypted by a KMS key managed by the customer. -
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
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
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 nameNullPointerException
- if the argument is null
-