TLSPolicyProps
Properties for defining a TLSPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-tlspolicy
Initializer
import com.aliyun.ros.cdk.slb.TLSPolicyProps;
TLSPolicyProps.builder()
.ciphers(IResolvable)
.ciphers(java.util.List<java.lang.String)
.ciphers(IResolvable>)
.tlsPolicyName(java.lang.String)
.tlsPolicyName(IResolvable)
.tlsVersions(IResolvable)
.tlsVersions(java.util.List<java.lang.String)
.tlsVersions(IResolvable>)
.build();
Properties
Name | Type | Description |
---|---|---|
ciphers |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property ciphers: The supported cipher suites, which are determined by the TLS protocol version. |
tlsPolicyName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property tlsPolicyName: The name of the TLS policy. |
tlsVersions |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property tlsVersions: The version of the TLS protocol. |
ciphers
Required
public java.lang.Object getCiphers();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property ciphers: The supported cipher suites, which are determined by the TLS protocol version.
You can specify at most 32 cipher suites.TLS 1.0 and TLS 1.1 support the following cipher suites: ECDHE-ECDSA-AES128-SHA ECDHE-ECDSA-AES256-SHA ECDHE-RSA-AES128-SHA ECDHE-RSA-AES256-SHA AES128-SHA AES256-SHA DES-CBC3-SHA TLS 1.2 supports the following cipher suites: ECDHE-ECDSA-AES128-SHA ECDHE-ECDSA-AES256-SHA ECDHE-RSA-AES128-SHA ECDHE-RSA-AES256-SHA AES128-SHA AES256-SHA DES-CBC3-SHA ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-SHA256 ECDHE-ECDSA-AES256-SHA384 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES128-SHA256 ECDHE-RSA-AES256-SHA384 AES128-GCM-SHA256 AES256-GCM-SHA384 AES128-SHA256 AES256-SHA256 TLS 1.3 supports the following cipher suites: TLS_AES_128_GCM_SHA256 TLS_AES_256_GCM_SHA384 TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_CCM_SHA256 TLS_AES_128_CCM_8_SHA256
tlsPolicyName
Required
public java.lang.Object getTlsPolicyName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property tlsPolicyName: The name of the TLS policy.
The name must be 1 to 200 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-).
tlsVersions
Required
public java.lang.Object getTlsVersions();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property tlsVersions: The version of the TLS protocol.