Enum TLSSecurityPolicy
- All Implemented Interfaces:
Serializable
,Comparable<TLSSecurityPolicy>
,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:44.488Z")
@Stability(Deprecated)
@Deprecated
public enum TLSSecurityPolicy
extends Enum<TLSSecurityPolicy>
Deprecated.
use opensearchservice module instead
(deprecated) The minimum TLS version required for traffic to the domain.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic TLSSecurityPolicy
Deprecated.Returns the enum constant of this type with the specified name.static TLSSecurityPolicy[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TLS_1_0
Deprecated.(deprecated) Cipher suite TLS 1.0. -
TLS_1_2
Deprecated.(deprecated) Cipher suite TLS 1.2.
-
-
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
-