Protocol used by HTTPS listeners added to a dedicated load balancer can only be set to HTTPS. If TERMINATED_HTTPS is passed, the value will be automatically changed to HTTPS.
@@ -218,11 +218,6 @@
Integer
|
Specifies the protocol used by the listener.
-The value can be TCP, HTTP, UDP, HTTPS, or TERMINATED_HTTPS.
-Note:
-Protocol used by HTTPS listeners added to a shared load balancer can only be set to TERMINATED_HTTPS. If HTTPS is passed, the value will be automatically changed to TERMINATED_HTTPS.
-Protocol used by HTTPS listeners added to a dedicated load balancer can only be set to HTTPS. If TERMINATED_HTTPS is passed, the value will be automatically changed to HTTPS.
-
Minimum: 1
Maximum: 65535
|
@@ -267,7 +262,7 @@
String
|
Specifies the security policy used by the listener.
-Values: tls-1-0-inherit,tls-1-0, tls-1-1, tls-1-2,tls-1-2-strict, tls-1-2-fs, tls-1-0-with-1-3, tls-1-2-fs-with-1-3, hybrid-policy-1-0, and tls-1-0 (default).
+Values: tls-1-0-inherit,tls-1-0, tls-1-1, tls-1-2,tls-1-2-strict, tls-1-2-fs, tls-1-0-with-1-3, tls-1-2-fs-with-1-3, hybrid-policy-1-0, tls-1-2-strict-no-cbc, and tls-1-0 (default).
Note:
This parameter will take effect only for HTTPS listeners added to a dedicated load balancer.
If both security_policy_id and tls_ciphers_policy are specified, only security_policy_id will take effect.
@@ -283,9 +278,9 @@
|
Specifies the ID of the custom security policy.
Note:
- |
Boolean
|
-Specifies whether to enable health check retries for backend servers. The value can be true (enable health check retries) or false (disable health check retries). The default value is true. Note:
+ | Specifies whether to enable health check retries for backend servers. The value can be true (enable health check retries) or false (disable health check retries). The default value is true.
+Note:
If a shared load balancer is associated, this parameter is available only when protocol is set to HTTP or TERMINATED_HTTPS.
-If a dedicated load balancer is associated, this parameter is available only when protocol is set to HTTP, or HTTPS.
+If a dedicated load balancer is associated, this parameter is available only when protocol is set to HTTP or HTTPS.
|