pulumi-alicloud 3.63.0__py3-none-any.whl → 3.63.0a1726205090__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (75) hide show
  1. pulumi_alicloud/__init__.py +0 -24
  2. pulumi_alicloud/alb/acl.py +19 -18
  3. pulumi_alicloud/alb/health_check_template.py +88 -96
  4. pulumi_alicloud/amqp/binding.py +36 -30
  5. pulumi_alicloud/cen/_inputs.py +14 -180
  6. pulumi_alicloud/cen/outputs.py +12 -173
  7. pulumi_alicloud/cen/traffic_marking_policy.py +53 -116
  8. pulumi_alicloud/cen/transit_router_vpc_attachment.py +119 -338
  9. pulumi_alicloud/cms/_inputs.py +6 -6
  10. pulumi_alicloud/cms/outputs.py +6 -6
  11. pulumi_alicloud/cr/chart_namespace.py +6 -14
  12. pulumi_alicloud/cr/endpoint_acl_policy.py +2 -10
  13. pulumi_alicloud/cr/namespace.py +2 -10
  14. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +10 -10
  15. pulumi_alicloud/ddos/_inputs.py +9 -8
  16. pulumi_alicloud/ddos/bgp_ip.py +1 -1
  17. pulumi_alicloud/ddos/domain_resource.py +90 -446
  18. pulumi_alicloud/ddos/outputs.py +8 -7
  19. pulumi_alicloud/eci/container_group.py +0 -47
  20. pulumi_alicloud/ecs/_inputs.py +0 -28
  21. pulumi_alicloud/ecs/ecs_snapshot.py +77 -199
  22. pulumi_alicloud/ecs/outputs.py +0 -20
  23. pulumi_alicloud/ecs/snapshot.py +8 -26
  24. pulumi_alicloud/emrv2/_inputs.py +12 -12
  25. pulumi_alicloud/emrv2/outputs.py +12 -12
  26. pulumi_alicloud/ens/_inputs.py +2 -50
  27. pulumi_alicloud/ens/instance.py +184 -428
  28. pulumi_alicloud/ens/outputs.py +2 -57
  29. pulumi_alicloud/ess/__init__.py +0 -1
  30. pulumi_alicloud/ess/alarm.py +0 -47
  31. pulumi_alicloud/expressconnect/physical_connection.py +185 -321
  32. pulumi_alicloud/fc/trigger.py +24 -22
  33. pulumi_alicloud/ga/_inputs.py +5 -23
  34. pulumi_alicloud/ga/endpoint_group.py +14 -68
  35. pulumi_alicloud/ga/outputs.py +5 -21
  36. pulumi_alicloud/governance/account.py +0 -61
  37. pulumi_alicloud/gpdb/__init__.py +0 -4
  38. pulumi_alicloud/gpdb/_inputs.py +3 -361
  39. pulumi_alicloud/gpdb/instance.py +0 -47
  40. pulumi_alicloud/gpdb/outputs.py +4 -597
  41. pulumi_alicloud/mongodb/instance.py +0 -94
  42. pulumi_alicloud/nlb/_inputs.py +64 -120
  43. pulumi_alicloud/nlb/get_listeners.py +2 -32
  44. pulumi_alicloud/nlb/get_server_group_server_attachments.py +2 -8
  45. pulumi_alicloud/nlb/listener.py +245 -315
  46. pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +25 -25
  47. pulumi_alicloud/nlb/load_balancer.py +212 -297
  48. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +39 -29
  49. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +18 -22
  50. pulumi_alicloud/nlb/outputs.py +66 -122
  51. pulumi_alicloud/nlb/security_policy.py +25 -53
  52. pulumi_alicloud/nlb/server_group.py +133 -196
  53. pulumi_alicloud/ocean/base_instance.py +163 -498
  54. pulumi_alicloud/oos/get_secret_parameters.py +9 -111
  55. pulumi_alicloud/oos/outputs.py +11 -22
  56. pulumi_alicloud/pulumi-plugin.json +1 -1
  57. pulumi_alicloud/ram/get_account_alias.py +2 -35
  58. pulumi_alicloud/rds/instance.py +21 -21
  59. pulumi_alicloud/rocketmq/_inputs.py +22 -79
  60. pulumi_alicloud/rocketmq/outputs.py +21 -85
  61. pulumi_alicloud/rocketmq/rocket_mq_instance.py +113 -307
  62. pulumi_alicloud/servicemesh/extension_provider.py +2 -2
  63. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  64. pulumi_alicloud/vpc/peer_connection.py +59 -127
  65. pulumi_alicloud/vpc/peer_connection_accepter.py +42 -263
  66. pulumi_alicloud/vpc/route_entry.py +210 -232
  67. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726205090.dist-info}/METADATA +1 -1
  68. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726205090.dist-info}/RECORD +70 -75
  69. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726205090.dist-info}/WHEEL +1 -1
  70. pulumi_alicloud/ess/server_group_attachment.py +0 -552
  71. pulumi_alicloud/gpdb/db_instance_ip_array.py +0 -533
  72. pulumi_alicloud/gpdb/get_data_backups.py +0 -288
  73. pulumi_alicloud/gpdb/get_log_backups.py +0 -225
  74. pulumi_alicloud/gpdb/streaming_job.py +0 -1568
  75. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726205090.dist-info}/top_level.txt +0 -0
@@ -36,52 +36,42 @@ class ListenerArgs:
36
36
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
37
37
  """
38
38
  The set of arguments for constructing a Listener resource.
39
- :param pulumi.Input[int] listener_port: The listener port. Valid values: `0` to `65535`.
40
-
41
- If you set the value to `0`, the listener listens by port range. If you set the value to `0`, you must specify `StartPort` and `EndPort`.
42
- :param pulumi.Input[str] listener_protocol: The listening protocol. Valid values: `TCP`, `UDP`, and `TCPSSL`.
43
- :param pulumi.Input[str] load_balancer_id: The ID of the Network Load Balancer (NLB) instance.
39
+ :param pulumi.Input[int] listener_port: Listening port. Valid values: **0** ~ **65535 * *. **0**: indicates that full port listening is used. When set to **0**, you must configure **StartPort** and **EndPort**.
40
+ :param pulumi.Input[str] listener_protocol: The listening protocol. Valid values: **TCP**, **UDP**, or **TCPSSL**.
41
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance.
44
42
  :param pulumi.Input[str] server_group_id: The ID of the server group.
45
- :param pulumi.Input[bool] alpn_enabled: Specifies whether to enable Application-Layer Protocol Negotiation (ALPN). Valid values:
46
- :param pulumi.Input[str] alpn_policy: The ALPN policy. Valid values:
47
- - `HTTP1Only`: uses only HTTP 1.x. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
48
- - `HTTP2Only`: uses only HTTP 2.0.
49
- - `HTTP2Optional`: preferentially uses HTTP 1.x over HTTP 2.0. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0, and the priority of HTTP 1.0 is higher than the priority of HTTP 2.0.
50
- - `HTTP2Preferred`: preferentially uses HTTP 2.0 over HTTP 1.x. The priority of HTTP 2.0 is higher than the priority of HTTP 1.1, and the priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
51
-
52
- > **NOTE:** This parameter is required if AlpnEnabled is set to true.
53
-
54
- > **NOTE:** Effective only for TCPSSL listener.
55
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ca_certificate_ids: The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.
56
-
57
- > **NOTE:** Only one CA certificate is supported.
58
- :param pulumi.Input[bool] ca_enabled: Specifies whether to enable mutual authentication. Valid values:
59
- :param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: The list of server certificates. This parameter takes effect only for listeners that use SSL over TCP.
60
-
61
- > **NOTE:** This parameter takes effect only for TCPSSL listeners.
62
- :param pulumi.Input[int] cps: The maximum number of connections that can be created per second on the NLB instance. Valid values: `0` to `1000000`. `0` specifies that the number of connections is unlimited.
63
- :param pulumi.Input[int] end_port: The last port in the listener port range. Valid values: `0` to `65535`. The number of the last port must be greater than the number of the first port.
64
-
65
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
66
- :param pulumi.Input[int] idle_timeout: The timeout period of idle connections. Unit: seconds. Valid values: `1` to `900`. Default value: `900`.
67
- :param pulumi.Input[str] listener_description: Enter a name for the listener.
68
-
69
- The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
70
- :param pulumi.Input[int] mss: The maximum size of a TCP segment. Unit: bytes. Valid values: `0` to `1500`. `0` specifies that the maximum segment size remains unchanged.
71
-
72
- > **NOTE:** This parameter is supported only by TCP listeners and listeners that use SSL over TCP.
73
- :param pulumi.Input[bool] proxy_protocol_enabled: Specifies whether to use the Proxy protocol to pass client IP addresses to backend servers. Valid values:
74
- :param pulumi.Input[bool] sec_sensor_enabled: Specifies whether to enable fine-grained monitoring. Valid values:
75
- :param pulumi.Input[str] security_policy_id: The security policy ID. System security policies and custom security policies are supported.
76
-
77
- Valid values: `tls_cipher_policy\\_1\\_0` (default), `tls_cipher_policy\\_1\\_1`, `tls_cipher_policy\\_1\\_2`, `tls_cipher_policy\\_1\\_2\\_strict`, and `tls_cipher_policy\\_1\\_2\\_strict_with\\_1\\_3`.
78
-
79
- > **NOTE:** This parameter takes effect only for listeners that use SSL over TCP.
80
- :param pulumi.Input[int] start_port: The first port in the listener port range. Valid values: `0` to `65535`.
81
-
82
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
83
- :param pulumi.Input[str] status: The status of the resource. Valid values: `Running`, `Stopped`. When you want to enable this instance, you can set the property value to `Running`;
84
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
43
+ :param pulumi.Input[bool] alpn_enabled: Whether ALPN is turned on. Value:
44
+ - **true**: on.
45
+ - **false**: closed.
46
+ :param pulumi.Input[str] alpn_policy: ALPN policy. Value:
47
+ - **HTTP1Only**
48
+ - **HTTP2Only**
49
+ - **HTTP2Preferred**
50
+ - **HTTP2Optional**.
51
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ca_certificate_ids: CA certificate list information. Currently, only one CA certificate can be added.
52
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
53
+ :param pulumi.Input[bool] ca_enabled: Whether to start two-way authentication. Value:
54
+ - **true**: start.
55
+ - **false**: closed.
56
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: Server certificate list information. Currently, only one server certificate can be added.
57
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
58
+ :param pulumi.Input[int] cps: The new connection speed limit for a network-based load balancing instance per second. Valid values: **0** ~ **1000000**. **0** indicates unlimited speed.
59
+ :param pulumi.Input[int] end_port: Full port listening end port. Valid values: **0** ~ **65535 * *. The value of the end port is less than the start port.
60
+ :param pulumi.Input[int] idle_timeout: Connection idle timeout time. Unit: seconds. Valid values: **1** ~ **900**.
61
+ :param pulumi.Input[str] listener_description: Custom listener name.The length is limited to 2 to 256 characters, supports Chinese and English letters, and can include numbers, commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
62
+ :param pulumi.Input[int] mss: The maximum segment size of the TCP message. Unit: Bytes. Valid values: **0** ~ **1500**. **0** indicates that the MSS value of the TCP message is not modified.
63
+ > **NOTE:** only TCP and TCPSSL listeners support this field value.
64
+ :param pulumi.Input[bool] proxy_protocol_enabled: Whether to enable the Proxy Protocol to carry the source address of the client to the backend server. Value:
65
+ - **true**: on.
66
+ - **false**: closed.
67
+ :param pulumi.Input[bool] sec_sensor_enabled: Whether to turn on the second-level monitoring function. Value:
68
+ - **true**: on.
69
+ - **false**: closed.
70
+ :param pulumi.Input[str] security_policy_id: Security policy ID. Support system security policies and custom security policies. Valid values: **tls_cipher_policy_1_0**, **tls_cipher_policy_1_1**, **tls_cipher_policy_1_2**, **tls_cipher_policy_1_2_strict**, or **tls_cipher_policy_1_2_strict_with_1_3**.
71
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
72
+ :param pulumi.Input[int] start_port: Full Port listens to the starting port. Valid values: **0** ~ **65535**.
73
+ :param pulumi.Input[str] status: The status of the resource.
74
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource.
85
75
  """
86
76
  pulumi.set(__self__, "listener_port", listener_port)
87
77
  pulumi.set(__self__, "listener_protocol", listener_protocol)
@@ -124,9 +114,7 @@ class ListenerArgs:
124
114
  @pulumi.getter(name="listenerPort")
125
115
  def listener_port(self) -> pulumi.Input[int]:
126
116
  """
127
- The listener port. Valid values: `0` to `65535`.
128
-
129
- If you set the value to `0`, the listener listens by port range. If you set the value to `0`, you must specify `StartPort` and `EndPort`.
117
+ Listening port. Valid values: **0** ~ **65535 * *. **0**: indicates that full port listening is used. When set to **0**, you must configure **StartPort** and **EndPort**.
130
118
  """
131
119
  return pulumi.get(self, "listener_port")
132
120
 
@@ -138,7 +126,7 @@ class ListenerArgs:
138
126
  @pulumi.getter(name="listenerProtocol")
139
127
  def listener_protocol(self) -> pulumi.Input[str]:
140
128
  """
141
- The listening protocol. Valid values: `TCP`, `UDP`, and `TCPSSL`.
129
+ The listening protocol. Valid values: **TCP**, **UDP**, or **TCPSSL**.
142
130
  """
143
131
  return pulumi.get(self, "listener_protocol")
144
132
 
@@ -150,7 +138,7 @@ class ListenerArgs:
150
138
  @pulumi.getter(name="loadBalancerId")
151
139
  def load_balancer_id(self) -> pulumi.Input[str]:
152
140
  """
153
- The ID of the Network Load Balancer (NLB) instance.
141
+ The ID of the network-based server load balancer instance.
154
142
  """
155
143
  return pulumi.get(self, "load_balancer_id")
156
144
 
@@ -174,7 +162,9 @@ class ListenerArgs:
174
162
  @pulumi.getter(name="alpnEnabled")
175
163
  def alpn_enabled(self) -> Optional[pulumi.Input[bool]]:
176
164
  """
177
- Specifies whether to enable Application-Layer Protocol Negotiation (ALPN). Valid values:
165
+ Whether ALPN is turned on. Value:
166
+ - **true**: on.
167
+ - **false**: closed.
178
168
  """
179
169
  return pulumi.get(self, "alpn_enabled")
180
170
 
@@ -186,15 +176,11 @@ class ListenerArgs:
186
176
  @pulumi.getter(name="alpnPolicy")
187
177
  def alpn_policy(self) -> Optional[pulumi.Input[str]]:
188
178
  """
189
- The ALPN policy. Valid values:
190
- - `HTTP1Only`: uses only HTTP 1.x. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
191
- - `HTTP2Only`: uses only HTTP 2.0.
192
- - `HTTP2Optional`: preferentially uses HTTP 1.x over HTTP 2.0. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0, and the priority of HTTP 1.0 is higher than the priority of HTTP 2.0.
193
- - `HTTP2Preferred`: preferentially uses HTTP 2.0 over HTTP 1.x. The priority of HTTP 2.0 is higher than the priority of HTTP 1.1, and the priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
194
-
195
- > **NOTE:** This parameter is required if AlpnEnabled is set to true.
196
-
197
- > **NOTE:** Effective only for TCPSSL listener.
179
+ ALPN policy. Value:
180
+ - **HTTP1Only**
181
+ - **HTTP2Only**
182
+ - **HTTP2Preferred**
183
+ - **HTTP2Optional**.
198
184
  """
199
185
  return pulumi.get(self, "alpn_policy")
200
186
 
@@ -206,9 +192,8 @@ class ListenerArgs:
206
192
  @pulumi.getter(name="caCertificateIds")
207
193
  def ca_certificate_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
208
194
  """
209
- The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.
210
-
211
- > **NOTE:** Only one CA certificate is supported.
195
+ CA certificate list information. Currently, only one CA certificate can be added.
196
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
212
197
  """
213
198
  return pulumi.get(self, "ca_certificate_ids")
214
199
 
@@ -220,7 +205,9 @@ class ListenerArgs:
220
205
  @pulumi.getter(name="caEnabled")
221
206
  def ca_enabled(self) -> Optional[pulumi.Input[bool]]:
222
207
  """
223
- Specifies whether to enable mutual authentication. Valid values:
208
+ Whether to start two-way authentication. Value:
209
+ - **true**: start.
210
+ - **false**: closed.
224
211
  """
225
212
  return pulumi.get(self, "ca_enabled")
226
213
 
@@ -232,9 +219,8 @@ class ListenerArgs:
232
219
  @pulumi.getter(name="certificateIds")
233
220
  def certificate_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
234
221
  """
235
- The list of server certificates. This parameter takes effect only for listeners that use SSL over TCP.
236
-
237
- > **NOTE:** This parameter takes effect only for TCPSSL listeners.
222
+ Server certificate list information. Currently, only one server certificate can be added.
223
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
238
224
  """
239
225
  return pulumi.get(self, "certificate_ids")
240
226
 
@@ -246,7 +232,7 @@ class ListenerArgs:
246
232
  @pulumi.getter
247
233
  def cps(self) -> Optional[pulumi.Input[int]]:
248
234
  """
249
- The maximum number of connections that can be created per second on the NLB instance. Valid values: `0` to `1000000`. `0` specifies that the number of connections is unlimited.
235
+ The new connection speed limit for a network-based load balancing instance per second. Valid values: **0** ~ **1000000**. **0** indicates unlimited speed.
250
236
  """
251
237
  return pulumi.get(self, "cps")
252
238
 
@@ -258,9 +244,7 @@ class ListenerArgs:
258
244
  @pulumi.getter(name="endPort")
259
245
  def end_port(self) -> Optional[pulumi.Input[int]]:
260
246
  """
261
- The last port in the listener port range. Valid values: `0` to `65535`. The number of the last port must be greater than the number of the first port.
262
-
263
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
247
+ Full port listening end port. Valid values: **0** ~ **65535 * *. The value of the end port is less than the start port.
264
248
  """
265
249
  return pulumi.get(self, "end_port")
266
250
 
@@ -272,7 +256,7 @@ class ListenerArgs:
272
256
  @pulumi.getter(name="idleTimeout")
273
257
  def idle_timeout(self) -> Optional[pulumi.Input[int]]:
274
258
  """
275
- The timeout period of idle connections. Unit: seconds. Valid values: `1` to `900`. Default value: `900`.
259
+ Connection idle timeout time. Unit: seconds. Valid values: **1** ~ **900**.
276
260
  """
277
261
  return pulumi.get(self, "idle_timeout")
278
262
 
@@ -284,9 +268,7 @@ class ListenerArgs:
284
268
  @pulumi.getter(name="listenerDescription")
285
269
  def listener_description(self) -> Optional[pulumi.Input[str]]:
286
270
  """
287
- Enter a name for the listener.
288
-
289
- The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
271
+ Custom listener name.The length is limited to 2 to 256 characters, supports Chinese and English letters, and can include numbers, commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
290
272
  """
291
273
  return pulumi.get(self, "listener_description")
292
274
 
@@ -298,9 +280,8 @@ class ListenerArgs:
298
280
  @pulumi.getter
299
281
  def mss(self) -> Optional[pulumi.Input[int]]:
300
282
  """
301
- The maximum size of a TCP segment. Unit: bytes. Valid values: `0` to `1500`. `0` specifies that the maximum segment size remains unchanged.
302
-
303
- > **NOTE:** This parameter is supported only by TCP listeners and listeners that use SSL over TCP.
283
+ The maximum segment size of the TCP message. Unit: Bytes. Valid values: **0** ~ **1500**. **0** indicates that the MSS value of the TCP message is not modified.
284
+ > **NOTE:** only TCP and TCPSSL listeners support this field value.
304
285
  """
305
286
  return pulumi.get(self, "mss")
306
287
 
@@ -312,7 +293,9 @@ class ListenerArgs:
312
293
  @pulumi.getter(name="proxyProtocolEnabled")
313
294
  def proxy_protocol_enabled(self) -> Optional[pulumi.Input[bool]]:
314
295
  """
315
- Specifies whether to use the Proxy protocol to pass client IP addresses to backend servers. Valid values:
296
+ Whether to enable the Proxy Protocol to carry the source address of the client to the backend server. Value:
297
+ - **true**: on.
298
+ - **false**: closed.
316
299
  """
317
300
  return pulumi.get(self, "proxy_protocol_enabled")
318
301
 
@@ -324,7 +307,9 @@ class ListenerArgs:
324
307
  @pulumi.getter(name="secSensorEnabled")
325
308
  def sec_sensor_enabled(self) -> Optional[pulumi.Input[bool]]:
326
309
  """
327
- Specifies whether to enable fine-grained monitoring. Valid values:
310
+ Whether to turn on the second-level monitoring function. Value:
311
+ - **true**: on.
312
+ - **false**: closed.
328
313
  """
329
314
  return pulumi.get(self, "sec_sensor_enabled")
330
315
 
@@ -336,11 +321,8 @@ class ListenerArgs:
336
321
  @pulumi.getter(name="securityPolicyId")
337
322
  def security_policy_id(self) -> Optional[pulumi.Input[str]]:
338
323
  """
339
- The security policy ID. System security policies and custom security policies are supported.
340
-
341
- Valid values: `tls_cipher_policy\\_1\\_0` (default), `tls_cipher_policy\\_1\\_1`, `tls_cipher_policy\\_1\\_2`, `tls_cipher_policy\\_1\\_2\\_strict`, and `tls_cipher_policy\\_1\\_2\\_strict_with\\_1\\_3`.
342
-
343
- > **NOTE:** This parameter takes effect only for listeners that use SSL over TCP.
324
+ Security policy ID. Support system security policies and custom security policies. Valid values: **tls_cipher_policy_1_0**, **tls_cipher_policy_1_1**, **tls_cipher_policy_1_2**, **tls_cipher_policy_1_2_strict**, or **tls_cipher_policy_1_2_strict_with_1_3**.
325
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
344
326
  """
345
327
  return pulumi.get(self, "security_policy_id")
346
328
 
@@ -352,9 +334,7 @@ class ListenerArgs:
352
334
  @pulumi.getter(name="startPort")
353
335
  def start_port(self) -> Optional[pulumi.Input[int]]:
354
336
  """
355
- The first port in the listener port range. Valid values: `0` to `65535`.
356
-
357
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
337
+ Full Port listens to the starting port. Valid values: **0** ~ **65535**.
358
338
  """
359
339
  return pulumi.get(self, "start_port")
360
340
 
@@ -366,7 +346,7 @@ class ListenerArgs:
366
346
  @pulumi.getter
367
347
  def status(self) -> Optional[pulumi.Input[str]]:
368
348
  """
369
- The status of the resource. Valid values: `Running`, `Stopped`. When you want to enable this instance, you can set the property value to `Running`;
349
+ The status of the resource.
370
350
  """
371
351
  return pulumi.get(self, "status")
372
352
 
@@ -378,7 +358,7 @@ class ListenerArgs:
378
358
  @pulumi.getter
379
359
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
380
360
  """
381
- The tag of the resource
361
+ The tag of the resource.
382
362
  """
383
363
  return pulumi.get(self, "tags")
384
364
 
@@ -412,52 +392,42 @@ class _ListenerState:
412
392
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
413
393
  """
414
394
  Input properties used for looking up and filtering Listener resources.
415
- :param pulumi.Input[bool] alpn_enabled: Specifies whether to enable Application-Layer Protocol Negotiation (ALPN). Valid values:
416
- :param pulumi.Input[str] alpn_policy: The ALPN policy. Valid values:
417
- - `HTTP1Only`: uses only HTTP 1.x. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
418
- - `HTTP2Only`: uses only HTTP 2.0.
419
- - `HTTP2Optional`: preferentially uses HTTP 1.x over HTTP 2.0. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0, and the priority of HTTP 1.0 is higher than the priority of HTTP 2.0.
420
- - `HTTP2Preferred`: preferentially uses HTTP 2.0 over HTTP 1.x. The priority of HTTP 2.0 is higher than the priority of HTTP 1.1, and the priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
421
-
422
- > **NOTE:** This parameter is required if AlpnEnabled is set to true.
423
-
424
- > **NOTE:** Effective only for TCPSSL listener.
425
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ca_certificate_ids: The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.
426
-
427
- > **NOTE:** Only one CA certificate is supported.
428
- :param pulumi.Input[bool] ca_enabled: Specifies whether to enable mutual authentication. Valid values:
429
- :param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: The list of server certificates. This parameter takes effect only for listeners that use SSL over TCP.
430
-
431
- > **NOTE:** This parameter takes effect only for TCPSSL listeners.
432
- :param pulumi.Input[int] cps: The maximum number of connections that can be created per second on the NLB instance. Valid values: `0` to `1000000`. `0` specifies that the number of connections is unlimited.
433
- :param pulumi.Input[int] end_port: The last port in the listener port range. Valid values: `0` to `65535`. The number of the last port must be greater than the number of the first port.
434
-
435
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
436
- :param pulumi.Input[int] idle_timeout: The timeout period of idle connections. Unit: seconds. Valid values: `1` to `900`. Default value: `900`.
437
- :param pulumi.Input[str] listener_description: Enter a name for the listener.
438
-
439
- The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
440
- :param pulumi.Input[int] listener_port: The listener port. Valid values: `0` to `65535`.
441
-
442
- If you set the value to `0`, the listener listens by port range. If you set the value to `0`, you must specify `StartPort` and `EndPort`.
443
- :param pulumi.Input[str] listener_protocol: The listening protocol. Valid values: `TCP`, `UDP`, and `TCPSSL`.
444
- :param pulumi.Input[str] load_balancer_id: The ID of the Network Load Balancer (NLB) instance.
445
- :param pulumi.Input[int] mss: The maximum size of a TCP segment. Unit: bytes. Valid values: `0` to `1500`. `0` specifies that the maximum segment size remains unchanged.
446
-
447
- > **NOTE:** This parameter is supported only by TCP listeners and listeners that use SSL over TCP.
448
- :param pulumi.Input[bool] proxy_protocol_enabled: Specifies whether to use the Proxy protocol to pass client IP addresses to backend servers. Valid values:
449
- :param pulumi.Input[bool] sec_sensor_enabled: Specifies whether to enable fine-grained monitoring. Valid values:
450
- :param pulumi.Input[str] security_policy_id: The security policy ID. System security policies and custom security policies are supported.
451
-
452
- Valid values: `tls_cipher_policy\\_1\\_0` (default), `tls_cipher_policy\\_1\\_1`, `tls_cipher_policy\\_1\\_2`, `tls_cipher_policy\\_1\\_2\\_strict`, and `tls_cipher_policy\\_1\\_2\\_strict_with\\_1\\_3`.
453
-
454
- > **NOTE:** This parameter takes effect only for listeners that use SSL over TCP.
395
+ :param pulumi.Input[bool] alpn_enabled: Whether ALPN is turned on. Value:
396
+ - **true**: on.
397
+ - **false**: closed.
398
+ :param pulumi.Input[str] alpn_policy: ALPN policy. Value:
399
+ - **HTTP1Only**
400
+ - **HTTP2Only**
401
+ - **HTTP2Preferred**
402
+ - **HTTP2Optional**.
403
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ca_certificate_ids: CA certificate list information. Currently, only one CA certificate can be added.
404
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
405
+ :param pulumi.Input[bool] ca_enabled: Whether to start two-way authentication. Value:
406
+ - **true**: start.
407
+ - **false**: closed.
408
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: Server certificate list information. Currently, only one server certificate can be added.
409
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
410
+ :param pulumi.Input[int] cps: The new connection speed limit for a network-based load balancing instance per second. Valid values: **0** ~ **1000000**. **0** indicates unlimited speed.
411
+ :param pulumi.Input[int] end_port: Full port listening end port. Valid values: **0** ~ **65535 * *. The value of the end port is less than the start port.
412
+ :param pulumi.Input[int] idle_timeout: Connection idle timeout time. Unit: seconds. Valid values: **1** ~ **900**.
413
+ :param pulumi.Input[str] listener_description: Custom listener name.The length is limited to 2 to 256 characters, supports Chinese and English letters, and can include numbers, commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
414
+ :param pulumi.Input[int] listener_port: Listening port. Valid values: **0** ~ **65535 * *. **0**: indicates that full port listening is used. When set to **0**, you must configure **StartPort** and **EndPort**.
415
+ :param pulumi.Input[str] listener_protocol: The listening protocol. Valid values: **TCP**, **UDP**, or **TCPSSL**.
416
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance.
417
+ :param pulumi.Input[int] mss: The maximum segment size of the TCP message. Unit: Bytes. Valid values: **0** ~ **1500**. **0** indicates that the MSS value of the TCP message is not modified.
418
+ > **NOTE:** only TCP and TCPSSL listeners support this field value.
419
+ :param pulumi.Input[bool] proxy_protocol_enabled: Whether to enable the Proxy Protocol to carry the source address of the client to the backend server. Value:
420
+ - **true**: on.
421
+ - **false**: closed.
422
+ :param pulumi.Input[bool] sec_sensor_enabled: Whether to turn on the second-level monitoring function. Value:
423
+ - **true**: on.
424
+ - **false**: closed.
425
+ :param pulumi.Input[str] security_policy_id: Security policy ID. Support system security policies and custom security policies. Valid values: **tls_cipher_policy_1_0**, **tls_cipher_policy_1_1**, **tls_cipher_policy_1_2**, **tls_cipher_policy_1_2_strict**, or **tls_cipher_policy_1_2_strict_with_1_3**.
426
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
455
427
  :param pulumi.Input[str] server_group_id: The ID of the server group.
456
- :param pulumi.Input[int] start_port: The first port in the listener port range. Valid values: `0` to `65535`.
457
-
458
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
459
- :param pulumi.Input[str] status: The status of the resource. Valid values: `Running`, `Stopped`. When you want to enable this instance, you can set the property value to `Running`;
460
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
428
+ :param pulumi.Input[int] start_port: Full Port listens to the starting port. Valid values: **0** ~ **65535**.
429
+ :param pulumi.Input[str] status: The status of the resource.
430
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource.
461
431
  """
462
432
  if alpn_enabled is not None:
463
433
  pulumi.set(__self__, "alpn_enabled", alpn_enabled)
@@ -504,7 +474,9 @@ class _ListenerState:
504
474
  @pulumi.getter(name="alpnEnabled")
505
475
  def alpn_enabled(self) -> Optional[pulumi.Input[bool]]:
506
476
  """
507
- Specifies whether to enable Application-Layer Protocol Negotiation (ALPN). Valid values:
477
+ Whether ALPN is turned on. Value:
478
+ - **true**: on.
479
+ - **false**: closed.
508
480
  """
509
481
  return pulumi.get(self, "alpn_enabled")
510
482
 
@@ -516,15 +488,11 @@ class _ListenerState:
516
488
  @pulumi.getter(name="alpnPolicy")
517
489
  def alpn_policy(self) -> Optional[pulumi.Input[str]]:
518
490
  """
519
- The ALPN policy. Valid values:
520
- - `HTTP1Only`: uses only HTTP 1.x. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
521
- - `HTTP2Only`: uses only HTTP 2.0.
522
- - `HTTP2Optional`: preferentially uses HTTP 1.x over HTTP 2.0. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0, and the priority of HTTP 1.0 is higher than the priority of HTTP 2.0.
523
- - `HTTP2Preferred`: preferentially uses HTTP 2.0 over HTTP 1.x. The priority of HTTP 2.0 is higher than the priority of HTTP 1.1, and the priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
524
-
525
- > **NOTE:** This parameter is required if AlpnEnabled is set to true.
526
-
527
- > **NOTE:** Effective only for TCPSSL listener.
491
+ ALPN policy. Value:
492
+ - **HTTP1Only**
493
+ - **HTTP2Only**
494
+ - **HTTP2Preferred**
495
+ - **HTTP2Optional**.
528
496
  """
529
497
  return pulumi.get(self, "alpn_policy")
530
498
 
@@ -536,9 +504,8 @@ class _ListenerState:
536
504
  @pulumi.getter(name="caCertificateIds")
537
505
  def ca_certificate_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
538
506
  """
539
- The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.
540
-
541
- > **NOTE:** Only one CA certificate is supported.
507
+ CA certificate list information. Currently, only one CA certificate can be added.
508
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
542
509
  """
543
510
  return pulumi.get(self, "ca_certificate_ids")
544
511
 
@@ -550,7 +517,9 @@ class _ListenerState:
550
517
  @pulumi.getter(name="caEnabled")
551
518
  def ca_enabled(self) -> Optional[pulumi.Input[bool]]:
552
519
  """
553
- Specifies whether to enable mutual authentication. Valid values:
520
+ Whether to start two-way authentication. Value:
521
+ - **true**: start.
522
+ - **false**: closed.
554
523
  """
555
524
  return pulumi.get(self, "ca_enabled")
556
525
 
@@ -562,9 +531,8 @@ class _ListenerState:
562
531
  @pulumi.getter(name="certificateIds")
563
532
  def certificate_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
564
533
  """
565
- The list of server certificates. This parameter takes effect only for listeners that use SSL over TCP.
566
-
567
- > **NOTE:** This parameter takes effect only for TCPSSL listeners.
534
+ Server certificate list information. Currently, only one server certificate can be added.
535
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
568
536
  """
569
537
  return pulumi.get(self, "certificate_ids")
570
538
 
@@ -576,7 +544,7 @@ class _ListenerState:
576
544
  @pulumi.getter
577
545
  def cps(self) -> Optional[pulumi.Input[int]]:
578
546
  """
579
- The maximum number of connections that can be created per second on the NLB instance. Valid values: `0` to `1000000`. `0` specifies that the number of connections is unlimited.
547
+ The new connection speed limit for a network-based load balancing instance per second. Valid values: **0** ~ **1000000**. **0** indicates unlimited speed.
580
548
  """
581
549
  return pulumi.get(self, "cps")
582
550
 
@@ -588,9 +556,7 @@ class _ListenerState:
588
556
  @pulumi.getter(name="endPort")
589
557
  def end_port(self) -> Optional[pulumi.Input[int]]:
590
558
  """
591
- The last port in the listener port range. Valid values: `0` to `65535`. The number of the last port must be greater than the number of the first port.
592
-
593
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
559
+ Full port listening end port. Valid values: **0** ~ **65535 * *. The value of the end port is less than the start port.
594
560
  """
595
561
  return pulumi.get(self, "end_port")
596
562
 
@@ -602,7 +568,7 @@ class _ListenerState:
602
568
  @pulumi.getter(name="idleTimeout")
603
569
  def idle_timeout(self) -> Optional[pulumi.Input[int]]:
604
570
  """
605
- The timeout period of idle connections. Unit: seconds. Valid values: `1` to `900`. Default value: `900`.
571
+ Connection idle timeout time. Unit: seconds. Valid values: **1** ~ **900**.
606
572
  """
607
573
  return pulumi.get(self, "idle_timeout")
608
574
 
@@ -614,9 +580,7 @@ class _ListenerState:
614
580
  @pulumi.getter(name="listenerDescription")
615
581
  def listener_description(self) -> Optional[pulumi.Input[str]]:
616
582
  """
617
- Enter a name for the listener.
618
-
619
- The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
583
+ Custom listener name.The length is limited to 2 to 256 characters, supports Chinese and English letters, and can include numbers, commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
620
584
  """
621
585
  return pulumi.get(self, "listener_description")
622
586
 
@@ -628,9 +592,7 @@ class _ListenerState:
628
592
  @pulumi.getter(name="listenerPort")
629
593
  def listener_port(self) -> Optional[pulumi.Input[int]]:
630
594
  """
631
- The listener port. Valid values: `0` to `65535`.
632
-
633
- If you set the value to `0`, the listener listens by port range. If you set the value to `0`, you must specify `StartPort` and `EndPort`.
595
+ Listening port. Valid values: **0** ~ **65535 * *. **0**: indicates that full port listening is used. When set to **0**, you must configure **StartPort** and **EndPort**.
634
596
  """
635
597
  return pulumi.get(self, "listener_port")
636
598
 
@@ -642,7 +604,7 @@ class _ListenerState:
642
604
  @pulumi.getter(name="listenerProtocol")
643
605
  def listener_protocol(self) -> Optional[pulumi.Input[str]]:
644
606
  """
645
- The listening protocol. Valid values: `TCP`, `UDP`, and `TCPSSL`.
607
+ The listening protocol. Valid values: **TCP**, **UDP**, or **TCPSSL**.
646
608
  """
647
609
  return pulumi.get(self, "listener_protocol")
648
610
 
@@ -654,7 +616,7 @@ class _ListenerState:
654
616
  @pulumi.getter(name="loadBalancerId")
655
617
  def load_balancer_id(self) -> Optional[pulumi.Input[str]]:
656
618
  """
657
- The ID of the Network Load Balancer (NLB) instance.
619
+ The ID of the network-based server load balancer instance.
658
620
  """
659
621
  return pulumi.get(self, "load_balancer_id")
660
622
 
@@ -666,9 +628,8 @@ class _ListenerState:
666
628
  @pulumi.getter
667
629
  def mss(self) -> Optional[pulumi.Input[int]]:
668
630
  """
669
- The maximum size of a TCP segment. Unit: bytes. Valid values: `0` to `1500`. `0` specifies that the maximum segment size remains unchanged.
670
-
671
- > **NOTE:** This parameter is supported only by TCP listeners and listeners that use SSL over TCP.
631
+ The maximum segment size of the TCP message. Unit: Bytes. Valid values: **0** ~ **1500**. **0** indicates that the MSS value of the TCP message is not modified.
632
+ > **NOTE:** only TCP and TCPSSL listeners support this field value.
672
633
  """
673
634
  return pulumi.get(self, "mss")
674
635
 
@@ -680,7 +641,9 @@ class _ListenerState:
680
641
  @pulumi.getter(name="proxyProtocolEnabled")
681
642
  def proxy_protocol_enabled(self) -> Optional[pulumi.Input[bool]]:
682
643
  """
683
- Specifies whether to use the Proxy protocol to pass client IP addresses to backend servers. Valid values:
644
+ Whether to enable the Proxy Protocol to carry the source address of the client to the backend server. Value:
645
+ - **true**: on.
646
+ - **false**: closed.
684
647
  """
685
648
  return pulumi.get(self, "proxy_protocol_enabled")
686
649
 
@@ -692,7 +655,9 @@ class _ListenerState:
692
655
  @pulumi.getter(name="secSensorEnabled")
693
656
  def sec_sensor_enabled(self) -> Optional[pulumi.Input[bool]]:
694
657
  """
695
- Specifies whether to enable fine-grained monitoring. Valid values:
658
+ Whether to turn on the second-level monitoring function. Value:
659
+ - **true**: on.
660
+ - **false**: closed.
696
661
  """
697
662
  return pulumi.get(self, "sec_sensor_enabled")
698
663
 
@@ -704,11 +669,8 @@ class _ListenerState:
704
669
  @pulumi.getter(name="securityPolicyId")
705
670
  def security_policy_id(self) -> Optional[pulumi.Input[str]]:
706
671
  """
707
- The security policy ID. System security policies and custom security policies are supported.
708
-
709
- Valid values: `tls_cipher_policy\\_1\\_0` (default), `tls_cipher_policy\\_1\\_1`, `tls_cipher_policy\\_1\\_2`, `tls_cipher_policy\\_1\\_2\\_strict`, and `tls_cipher_policy\\_1\\_2\\_strict_with\\_1\\_3`.
710
-
711
- > **NOTE:** This parameter takes effect only for listeners that use SSL over TCP.
672
+ Security policy ID. Support system security policies and custom security policies. Valid values: **tls_cipher_policy_1_0**, **tls_cipher_policy_1_1**, **tls_cipher_policy_1_2**, **tls_cipher_policy_1_2_strict**, or **tls_cipher_policy_1_2_strict_with_1_3**.
673
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
712
674
  """
713
675
  return pulumi.get(self, "security_policy_id")
714
676
 
@@ -732,9 +694,7 @@ class _ListenerState:
732
694
  @pulumi.getter(name="startPort")
733
695
  def start_port(self) -> Optional[pulumi.Input[int]]:
734
696
  """
735
- The first port in the listener port range. Valid values: `0` to `65535`.
736
-
737
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
697
+ Full Port listens to the starting port. Valid values: **0** ~ **65535**.
738
698
  """
739
699
  return pulumi.get(self, "start_port")
740
700
 
@@ -746,7 +706,7 @@ class _ListenerState:
746
706
  @pulumi.getter
747
707
  def status(self) -> Optional[pulumi.Input[str]]:
748
708
  """
749
- The status of the resource. Valid values: `Running`, `Stopped`. When you want to enable this instance, you can set the property value to `Running`;
709
+ The status of the resource.
750
710
  """
751
711
  return pulumi.get(self, "status")
752
712
 
@@ -758,7 +718,7 @@ class _ListenerState:
758
718
  @pulumi.getter
759
719
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
760
720
  """
761
- The tag of the resource
721
+ The tag of the resource.
762
722
  """
763
723
  return pulumi.get(self, "tags")
764
724
 
@@ -902,52 +862,42 @@ class Listener(pulumi.CustomResource):
902
862
 
903
863
  :param str resource_name: The name of the resource.
904
864
  :param pulumi.ResourceOptions opts: Options for the resource.
905
- :param pulumi.Input[bool] alpn_enabled: Specifies whether to enable Application-Layer Protocol Negotiation (ALPN). Valid values:
906
- :param pulumi.Input[str] alpn_policy: The ALPN policy. Valid values:
907
- - `HTTP1Only`: uses only HTTP 1.x. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
908
- - `HTTP2Only`: uses only HTTP 2.0.
909
- - `HTTP2Optional`: preferentially uses HTTP 1.x over HTTP 2.0. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0, and the priority of HTTP 1.0 is higher than the priority of HTTP 2.0.
910
- - `HTTP2Preferred`: preferentially uses HTTP 2.0 over HTTP 1.x. The priority of HTTP 2.0 is higher than the priority of HTTP 1.1, and the priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
911
-
912
- > **NOTE:** This parameter is required if AlpnEnabled is set to true.
913
-
914
- > **NOTE:** Effective only for TCPSSL listener.
915
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ca_certificate_ids: The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.
916
-
917
- > **NOTE:** Only one CA certificate is supported.
918
- :param pulumi.Input[bool] ca_enabled: Specifies whether to enable mutual authentication. Valid values:
919
- :param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: The list of server certificates. This parameter takes effect only for listeners that use SSL over TCP.
920
-
921
- > **NOTE:** This parameter takes effect only for TCPSSL listeners.
922
- :param pulumi.Input[int] cps: The maximum number of connections that can be created per second on the NLB instance. Valid values: `0` to `1000000`. `0` specifies that the number of connections is unlimited.
923
- :param pulumi.Input[int] end_port: The last port in the listener port range. Valid values: `0` to `65535`. The number of the last port must be greater than the number of the first port.
924
-
925
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
926
- :param pulumi.Input[int] idle_timeout: The timeout period of idle connections. Unit: seconds. Valid values: `1` to `900`. Default value: `900`.
927
- :param pulumi.Input[str] listener_description: Enter a name for the listener.
928
-
929
- The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
930
- :param pulumi.Input[int] listener_port: The listener port. Valid values: `0` to `65535`.
931
-
932
- If you set the value to `0`, the listener listens by port range. If you set the value to `0`, you must specify `StartPort` and `EndPort`.
933
- :param pulumi.Input[str] listener_protocol: The listening protocol. Valid values: `TCP`, `UDP`, and `TCPSSL`.
934
- :param pulumi.Input[str] load_balancer_id: The ID of the Network Load Balancer (NLB) instance.
935
- :param pulumi.Input[int] mss: The maximum size of a TCP segment. Unit: bytes. Valid values: `0` to `1500`. `0` specifies that the maximum segment size remains unchanged.
936
-
937
- > **NOTE:** This parameter is supported only by TCP listeners and listeners that use SSL over TCP.
938
- :param pulumi.Input[bool] proxy_protocol_enabled: Specifies whether to use the Proxy protocol to pass client IP addresses to backend servers. Valid values:
939
- :param pulumi.Input[bool] sec_sensor_enabled: Specifies whether to enable fine-grained monitoring. Valid values:
940
- :param pulumi.Input[str] security_policy_id: The security policy ID. System security policies and custom security policies are supported.
941
-
942
- Valid values: `tls_cipher_policy\\_1\\_0` (default), `tls_cipher_policy\\_1\\_1`, `tls_cipher_policy\\_1\\_2`, `tls_cipher_policy\\_1\\_2\\_strict`, and `tls_cipher_policy\\_1\\_2\\_strict_with\\_1\\_3`.
943
-
944
- > **NOTE:** This parameter takes effect only for listeners that use SSL over TCP.
865
+ :param pulumi.Input[bool] alpn_enabled: Whether ALPN is turned on. Value:
866
+ - **true**: on.
867
+ - **false**: closed.
868
+ :param pulumi.Input[str] alpn_policy: ALPN policy. Value:
869
+ - **HTTP1Only**
870
+ - **HTTP2Only**
871
+ - **HTTP2Preferred**
872
+ - **HTTP2Optional**.
873
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ca_certificate_ids: CA certificate list information. Currently, only one CA certificate can be added.
874
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
875
+ :param pulumi.Input[bool] ca_enabled: Whether to start two-way authentication. Value:
876
+ - **true**: start.
877
+ - **false**: closed.
878
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: Server certificate list information. Currently, only one server certificate can be added.
879
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
880
+ :param pulumi.Input[int] cps: The new connection speed limit for a network-based load balancing instance per second. Valid values: **0** ~ **1000000**. **0** indicates unlimited speed.
881
+ :param pulumi.Input[int] end_port: Full port listening end port. Valid values: **0** ~ **65535 * *. The value of the end port is less than the start port.
882
+ :param pulumi.Input[int] idle_timeout: Connection idle timeout time. Unit: seconds. Valid values: **1** ~ **900**.
883
+ :param pulumi.Input[str] listener_description: Custom listener name.The length is limited to 2 to 256 characters, supports Chinese and English letters, and can include numbers, commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
884
+ :param pulumi.Input[int] listener_port: Listening port. Valid values: **0** ~ **65535 * *. **0**: indicates that full port listening is used. When set to **0**, you must configure **StartPort** and **EndPort**.
885
+ :param pulumi.Input[str] listener_protocol: The listening protocol. Valid values: **TCP**, **UDP**, or **TCPSSL**.
886
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance.
887
+ :param pulumi.Input[int] mss: The maximum segment size of the TCP message. Unit: Bytes. Valid values: **0** ~ **1500**. **0** indicates that the MSS value of the TCP message is not modified.
888
+ > **NOTE:** only TCP and TCPSSL listeners support this field value.
889
+ :param pulumi.Input[bool] proxy_protocol_enabled: Whether to enable the Proxy Protocol to carry the source address of the client to the backend server. Value:
890
+ - **true**: on.
891
+ - **false**: closed.
892
+ :param pulumi.Input[bool] sec_sensor_enabled: Whether to turn on the second-level monitoring function. Value:
893
+ - **true**: on.
894
+ - **false**: closed.
895
+ :param pulumi.Input[str] security_policy_id: Security policy ID. Support system security policies and custom security policies. Valid values: **tls_cipher_policy_1_0**, **tls_cipher_policy_1_1**, **tls_cipher_policy_1_2**, **tls_cipher_policy_1_2_strict**, or **tls_cipher_policy_1_2_strict_with_1_3**.
896
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
945
897
  :param pulumi.Input[str] server_group_id: The ID of the server group.
946
- :param pulumi.Input[int] start_port: The first port in the listener port range. Valid values: `0` to `65535`.
947
-
948
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
949
- :param pulumi.Input[str] status: The status of the resource. Valid values: `Running`, `Stopped`. When you want to enable this instance, you can set the property value to `Running`;
950
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
898
+ :param pulumi.Input[int] start_port: Full Port listens to the starting port. Valid values: **0** ~ **65535**.
899
+ :param pulumi.Input[str] status: The status of the resource.
900
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource.
951
901
  """
952
902
  ...
953
903
  @overload
@@ -1171,52 +1121,42 @@ class Listener(pulumi.CustomResource):
1171
1121
  :param str resource_name: The unique name of the resulting resource.
1172
1122
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1173
1123
  :param pulumi.ResourceOptions opts: Options for the resource.
1174
- :param pulumi.Input[bool] alpn_enabled: Specifies whether to enable Application-Layer Protocol Negotiation (ALPN). Valid values:
1175
- :param pulumi.Input[str] alpn_policy: The ALPN policy. Valid values:
1176
- - `HTTP1Only`: uses only HTTP 1.x. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
1177
- - `HTTP2Only`: uses only HTTP 2.0.
1178
- - `HTTP2Optional`: preferentially uses HTTP 1.x over HTTP 2.0. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0, and the priority of HTTP 1.0 is higher than the priority of HTTP 2.0.
1179
- - `HTTP2Preferred`: preferentially uses HTTP 2.0 over HTTP 1.x. The priority of HTTP 2.0 is higher than the priority of HTTP 1.1, and the priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
1180
-
1181
- > **NOTE:** This parameter is required if AlpnEnabled is set to true.
1182
-
1183
- > **NOTE:** Effective only for TCPSSL listener.
1184
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ca_certificate_ids: The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.
1185
-
1186
- > **NOTE:** Only one CA certificate is supported.
1187
- :param pulumi.Input[bool] ca_enabled: Specifies whether to enable mutual authentication. Valid values:
1188
- :param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: The list of server certificates. This parameter takes effect only for listeners that use SSL over TCP.
1189
-
1190
- > **NOTE:** This parameter takes effect only for TCPSSL listeners.
1191
- :param pulumi.Input[int] cps: The maximum number of connections that can be created per second on the NLB instance. Valid values: `0` to `1000000`. `0` specifies that the number of connections is unlimited.
1192
- :param pulumi.Input[int] end_port: The last port in the listener port range. Valid values: `0` to `65535`. The number of the last port must be greater than the number of the first port.
1193
-
1194
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
1195
- :param pulumi.Input[int] idle_timeout: The timeout period of idle connections. Unit: seconds. Valid values: `1` to `900`. Default value: `900`.
1196
- :param pulumi.Input[str] listener_description: Enter a name for the listener.
1197
-
1198
- The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
1199
- :param pulumi.Input[int] listener_port: The listener port. Valid values: `0` to `65535`.
1200
-
1201
- If you set the value to `0`, the listener listens by port range. If you set the value to `0`, you must specify `StartPort` and `EndPort`.
1202
- :param pulumi.Input[str] listener_protocol: The listening protocol. Valid values: `TCP`, `UDP`, and `TCPSSL`.
1203
- :param pulumi.Input[str] load_balancer_id: The ID of the Network Load Balancer (NLB) instance.
1204
- :param pulumi.Input[int] mss: The maximum size of a TCP segment. Unit: bytes. Valid values: `0` to `1500`. `0` specifies that the maximum segment size remains unchanged.
1205
-
1206
- > **NOTE:** This parameter is supported only by TCP listeners and listeners that use SSL over TCP.
1207
- :param pulumi.Input[bool] proxy_protocol_enabled: Specifies whether to use the Proxy protocol to pass client IP addresses to backend servers. Valid values:
1208
- :param pulumi.Input[bool] sec_sensor_enabled: Specifies whether to enable fine-grained monitoring. Valid values:
1209
- :param pulumi.Input[str] security_policy_id: The security policy ID. System security policies and custom security policies are supported.
1210
-
1211
- Valid values: `tls_cipher_policy\\_1\\_0` (default), `tls_cipher_policy\\_1\\_1`, `tls_cipher_policy\\_1\\_2`, `tls_cipher_policy\\_1\\_2\\_strict`, and `tls_cipher_policy\\_1\\_2\\_strict_with\\_1\\_3`.
1212
-
1213
- > **NOTE:** This parameter takes effect only for listeners that use SSL over TCP.
1124
+ :param pulumi.Input[bool] alpn_enabled: Whether ALPN is turned on. Value:
1125
+ - **true**: on.
1126
+ - **false**: closed.
1127
+ :param pulumi.Input[str] alpn_policy: ALPN policy. Value:
1128
+ - **HTTP1Only**
1129
+ - **HTTP2Only**
1130
+ - **HTTP2Preferred**
1131
+ - **HTTP2Optional**.
1132
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ca_certificate_ids: CA certificate list information. Currently, only one CA certificate can be added.
1133
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
1134
+ :param pulumi.Input[bool] ca_enabled: Whether to start two-way authentication. Value:
1135
+ - **true**: start.
1136
+ - **false**: closed.
1137
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] certificate_ids: Server certificate list information. Currently, only one server certificate can be added.
1138
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
1139
+ :param pulumi.Input[int] cps: The new connection speed limit for a network-based load balancing instance per second. Valid values: **0** ~ **1000000**. **0** indicates unlimited speed.
1140
+ :param pulumi.Input[int] end_port: Full port listening end port. Valid values: **0** ~ **65535 * *. The value of the end port is less than the start port.
1141
+ :param pulumi.Input[int] idle_timeout: Connection idle timeout time. Unit: seconds. Valid values: **1** ~ **900**.
1142
+ :param pulumi.Input[str] listener_description: Custom listener name.The length is limited to 2 to 256 characters, supports Chinese and English letters, and can include numbers, commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
1143
+ :param pulumi.Input[int] listener_port: Listening port. Valid values: **0** ~ **65535 * *. **0**: indicates that full port listening is used. When set to **0**, you must configure **StartPort** and **EndPort**.
1144
+ :param pulumi.Input[str] listener_protocol: The listening protocol. Valid values: **TCP**, **UDP**, or **TCPSSL**.
1145
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance.
1146
+ :param pulumi.Input[int] mss: The maximum segment size of the TCP message. Unit: Bytes. Valid values: **0** ~ **1500**. **0** indicates that the MSS value of the TCP message is not modified.
1147
+ > **NOTE:** only TCP and TCPSSL listeners support this field value.
1148
+ :param pulumi.Input[bool] proxy_protocol_enabled: Whether to enable the Proxy Protocol to carry the source address of the client to the backend server. Value:
1149
+ - **true**: on.
1150
+ - **false**: closed.
1151
+ :param pulumi.Input[bool] sec_sensor_enabled: Whether to turn on the second-level monitoring function. Value:
1152
+ - **true**: on.
1153
+ - **false**: closed.
1154
+ :param pulumi.Input[str] security_policy_id: Security policy ID. Support system security policies and custom security policies. Valid values: **tls_cipher_policy_1_0**, **tls_cipher_policy_1_1**, **tls_cipher_policy_1_2**, **tls_cipher_policy_1_2_strict**, or **tls_cipher_policy_1_2_strict_with_1_3**.
1155
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
1214
1156
  :param pulumi.Input[str] server_group_id: The ID of the server group.
1215
- :param pulumi.Input[int] start_port: The first port in the listener port range. Valid values: `0` to `65535`.
1216
-
1217
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
1218
- :param pulumi.Input[str] status: The status of the resource. Valid values: `Running`, `Stopped`. When you want to enable this instance, you can set the property value to `Running`;
1219
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
1157
+ :param pulumi.Input[int] start_port: Full Port listens to the starting port. Valid values: **0** ~ **65535**.
1158
+ :param pulumi.Input[str] status: The status of the resource.
1159
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource.
1220
1160
  """
1221
1161
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1222
1162
 
@@ -1248,7 +1188,9 @@ class Listener(pulumi.CustomResource):
1248
1188
  @pulumi.getter(name="alpnEnabled")
1249
1189
  def alpn_enabled(self) -> pulumi.Output[bool]:
1250
1190
  """
1251
- Specifies whether to enable Application-Layer Protocol Negotiation (ALPN). Valid values:
1191
+ Whether ALPN is turned on. Value:
1192
+ - **true**: on.
1193
+ - **false**: closed.
1252
1194
  """
1253
1195
  return pulumi.get(self, "alpn_enabled")
1254
1196
 
@@ -1256,15 +1198,11 @@ class Listener(pulumi.CustomResource):
1256
1198
  @pulumi.getter(name="alpnPolicy")
1257
1199
  def alpn_policy(self) -> pulumi.Output[Optional[str]]:
1258
1200
  """
1259
- The ALPN policy. Valid values:
1260
- - `HTTP1Only`: uses only HTTP 1.x. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
1261
- - `HTTP2Only`: uses only HTTP 2.0.
1262
- - `HTTP2Optional`: preferentially uses HTTP 1.x over HTTP 2.0. The priority of HTTP 1.1 is higher than the priority of HTTP 1.0, and the priority of HTTP 1.0 is higher than the priority of HTTP 2.0.
1263
- - `HTTP2Preferred`: preferentially uses HTTP 2.0 over HTTP 1.x. The priority of HTTP 2.0 is higher than the priority of HTTP 1.1, and the priority of HTTP 1.1 is higher than the priority of HTTP 1.0.
1264
-
1265
- > **NOTE:** This parameter is required if AlpnEnabled is set to true.
1266
-
1267
- > **NOTE:** Effective only for TCPSSL listener.
1201
+ ALPN policy. Value:
1202
+ - **HTTP1Only**
1203
+ - **HTTP2Only**
1204
+ - **HTTP2Preferred**
1205
+ - **HTTP2Optional**.
1268
1206
  """
1269
1207
  return pulumi.get(self, "alpn_policy")
1270
1208
 
@@ -1272,9 +1210,8 @@ class Listener(pulumi.CustomResource):
1272
1210
  @pulumi.getter(name="caCertificateIds")
1273
1211
  def ca_certificate_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
1274
1212
  """
1275
- The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.
1276
-
1277
- > **NOTE:** Only one CA certificate is supported.
1213
+ CA certificate list information. Currently, only one CA certificate can be added.
1214
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
1278
1215
  """
1279
1216
  return pulumi.get(self, "ca_certificate_ids")
1280
1217
 
@@ -1282,7 +1219,9 @@ class Listener(pulumi.CustomResource):
1282
1219
  @pulumi.getter(name="caEnabled")
1283
1220
  def ca_enabled(self) -> pulumi.Output[bool]:
1284
1221
  """
1285
- Specifies whether to enable mutual authentication. Valid values:
1222
+ Whether to start two-way authentication. Value:
1223
+ - **true**: start.
1224
+ - **false**: closed.
1286
1225
  """
1287
1226
  return pulumi.get(self, "ca_enabled")
1288
1227
 
@@ -1290,9 +1229,8 @@ class Listener(pulumi.CustomResource):
1290
1229
  @pulumi.getter(name="certificateIds")
1291
1230
  def certificate_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
1292
1231
  """
1293
- The list of server certificates. This parameter takes effect only for listeners that use SSL over TCP.
1294
-
1295
- > **NOTE:** This parameter takes effect only for TCPSSL listeners.
1232
+ Server certificate list information. Currently, only one server certificate can be added.
1233
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
1296
1234
  """
1297
1235
  return pulumi.get(self, "certificate_ids")
1298
1236
 
@@ -1300,7 +1238,7 @@ class Listener(pulumi.CustomResource):
1300
1238
  @pulumi.getter
1301
1239
  def cps(self) -> pulumi.Output[Optional[int]]:
1302
1240
  """
1303
- The maximum number of connections that can be created per second on the NLB instance. Valid values: `0` to `1000000`. `0` specifies that the number of connections is unlimited.
1241
+ The new connection speed limit for a network-based load balancing instance per second. Valid values: **0** ~ **1000000**. **0** indicates unlimited speed.
1304
1242
  """
1305
1243
  return pulumi.get(self, "cps")
1306
1244
 
@@ -1308,9 +1246,7 @@ class Listener(pulumi.CustomResource):
1308
1246
  @pulumi.getter(name="endPort")
1309
1247
  def end_port(self) -> pulumi.Output[Optional[int]]:
1310
1248
  """
1311
- The last port in the listener port range. Valid values: `0` to `65535`. The number of the last port must be greater than the number of the first port.
1312
-
1313
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
1249
+ Full port listening end port. Valid values: **0** ~ **65535 * *. The value of the end port is less than the start port.
1314
1250
  """
1315
1251
  return pulumi.get(self, "end_port")
1316
1252
 
@@ -1318,7 +1254,7 @@ class Listener(pulumi.CustomResource):
1318
1254
  @pulumi.getter(name="idleTimeout")
1319
1255
  def idle_timeout(self) -> pulumi.Output[int]:
1320
1256
  """
1321
- The timeout period of idle connections. Unit: seconds. Valid values: `1` to `900`. Default value: `900`.
1257
+ Connection idle timeout time. Unit: seconds. Valid values: **1** ~ **900**.
1322
1258
  """
1323
1259
  return pulumi.get(self, "idle_timeout")
1324
1260
 
@@ -1326,9 +1262,7 @@ class Listener(pulumi.CustomResource):
1326
1262
  @pulumi.getter(name="listenerDescription")
1327
1263
  def listener_description(self) -> pulumi.Output[Optional[str]]:
1328
1264
  """
1329
- Enter a name for the listener.
1330
-
1331
- The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
1265
+ Custom listener name.The length is limited to 2 to 256 characters, supports Chinese and English letters, and can include numbers, commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
1332
1266
  """
1333
1267
  return pulumi.get(self, "listener_description")
1334
1268
 
@@ -1336,9 +1270,7 @@ class Listener(pulumi.CustomResource):
1336
1270
  @pulumi.getter(name="listenerPort")
1337
1271
  def listener_port(self) -> pulumi.Output[int]:
1338
1272
  """
1339
- The listener port. Valid values: `0` to `65535`.
1340
-
1341
- If you set the value to `0`, the listener listens by port range. If you set the value to `0`, you must specify `StartPort` and `EndPort`.
1273
+ Listening port. Valid values: **0** ~ **65535 * *. **0**: indicates that full port listening is used. When set to **0**, you must configure **StartPort** and **EndPort**.
1342
1274
  """
1343
1275
  return pulumi.get(self, "listener_port")
1344
1276
 
@@ -1346,7 +1278,7 @@ class Listener(pulumi.CustomResource):
1346
1278
  @pulumi.getter(name="listenerProtocol")
1347
1279
  def listener_protocol(self) -> pulumi.Output[str]:
1348
1280
  """
1349
- The listening protocol. Valid values: `TCP`, `UDP`, and `TCPSSL`.
1281
+ The listening protocol. Valid values: **TCP**, **UDP**, or **TCPSSL**.
1350
1282
  """
1351
1283
  return pulumi.get(self, "listener_protocol")
1352
1284
 
@@ -1354,7 +1286,7 @@ class Listener(pulumi.CustomResource):
1354
1286
  @pulumi.getter(name="loadBalancerId")
1355
1287
  def load_balancer_id(self) -> pulumi.Output[str]:
1356
1288
  """
1357
- The ID of the Network Load Balancer (NLB) instance.
1289
+ The ID of the network-based server load balancer instance.
1358
1290
  """
1359
1291
  return pulumi.get(self, "load_balancer_id")
1360
1292
 
@@ -1362,9 +1294,8 @@ class Listener(pulumi.CustomResource):
1362
1294
  @pulumi.getter
1363
1295
  def mss(self) -> pulumi.Output[Optional[int]]:
1364
1296
  """
1365
- The maximum size of a TCP segment. Unit: bytes. Valid values: `0` to `1500`. `0` specifies that the maximum segment size remains unchanged.
1366
-
1367
- > **NOTE:** This parameter is supported only by TCP listeners and listeners that use SSL over TCP.
1297
+ The maximum segment size of the TCP message. Unit: Bytes. Valid values: **0** ~ **1500**. **0** indicates that the MSS value of the TCP message is not modified.
1298
+ > **NOTE:** only TCP and TCPSSL listeners support this field value.
1368
1299
  """
1369
1300
  return pulumi.get(self, "mss")
1370
1301
 
@@ -1372,7 +1303,9 @@ class Listener(pulumi.CustomResource):
1372
1303
  @pulumi.getter(name="proxyProtocolEnabled")
1373
1304
  def proxy_protocol_enabled(self) -> pulumi.Output[bool]:
1374
1305
  """
1375
- Specifies whether to use the Proxy protocol to pass client IP addresses to backend servers. Valid values:
1306
+ Whether to enable the Proxy Protocol to carry the source address of the client to the backend server. Value:
1307
+ - **true**: on.
1308
+ - **false**: closed.
1376
1309
  """
1377
1310
  return pulumi.get(self, "proxy_protocol_enabled")
1378
1311
 
@@ -1380,7 +1313,9 @@ class Listener(pulumi.CustomResource):
1380
1313
  @pulumi.getter(name="secSensorEnabled")
1381
1314
  def sec_sensor_enabled(self) -> pulumi.Output[bool]:
1382
1315
  """
1383
- Specifies whether to enable fine-grained monitoring. Valid values:
1316
+ Whether to turn on the second-level monitoring function. Value:
1317
+ - **true**: on.
1318
+ - **false**: closed.
1384
1319
  """
1385
1320
  return pulumi.get(self, "sec_sensor_enabled")
1386
1321
 
@@ -1388,11 +1323,8 @@ class Listener(pulumi.CustomResource):
1388
1323
  @pulumi.getter(name="securityPolicyId")
1389
1324
  def security_policy_id(self) -> pulumi.Output[str]:
1390
1325
  """
1391
- The security policy ID. System security policies and custom security policies are supported.
1392
-
1393
- Valid values: `tls_cipher_policy\\_1\\_0` (default), `tls_cipher_policy\\_1\\_1`, `tls_cipher_policy\\_1\\_2`, `tls_cipher_policy\\_1\\_2\\_strict`, and `tls_cipher_policy\\_1\\_2\\_strict_with\\_1\\_3`.
1394
-
1395
- > **NOTE:** This parameter takes effect only for listeners that use SSL over TCP.
1326
+ Security policy ID. Support system security policies and custom security policies. Valid values: **tls_cipher_policy_1_0**, **tls_cipher_policy_1_1**, **tls_cipher_policy_1_2**, **tls_cipher_policy_1_2_strict**, or **tls_cipher_policy_1_2_strict_with_1_3**.
1327
+ > **NOTE:** This parameter only takes effect for TCPSSL listeners.
1396
1328
  """
1397
1329
  return pulumi.get(self, "security_policy_id")
1398
1330
 
@@ -1408,9 +1340,7 @@ class Listener(pulumi.CustomResource):
1408
1340
  @pulumi.getter(name="startPort")
1409
1341
  def start_port(self) -> pulumi.Output[Optional[int]]:
1410
1342
  """
1411
- The first port in the listener port range. Valid values: `0` to `65535`.
1412
-
1413
- > **NOTE:** This parameter is required when `ListenerPort` is set to `0`.
1343
+ Full Port listens to the starting port. Valid values: **0** ~ **65535**.
1414
1344
  """
1415
1345
  return pulumi.get(self, "start_port")
1416
1346
 
@@ -1418,7 +1348,7 @@ class Listener(pulumi.CustomResource):
1418
1348
  @pulumi.getter
1419
1349
  def status(self) -> pulumi.Output[str]:
1420
1350
  """
1421
- The status of the resource. Valid values: `Running`, `Stopped`. When you want to enable this instance, you can set the property value to `Running`;
1351
+ The status of the resource.
1422
1352
  """
1423
1353
  return pulumi.get(self, "status")
1424
1354
 
@@ -1426,7 +1356,7 @@ class Listener(pulumi.CustomResource):
1426
1356
  @pulumi.getter
1427
1357
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1428
1358
  """
1429
- The tag of the resource
1359
+ The tag of the resource.
1430
1360
  """
1431
1361
  return pulumi.get(self, "tags")
1432
1362