pulumi-alicloud 3.68.0a1732771126__py3-none-any.whl → 3.69.0__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 (84) hide show
  1. pulumi_alicloud/__init__.py +96 -0
  2. pulumi_alicloud/adb/db_cluster.py +7 -0
  3. pulumi_alicloud/arms/__init__.py +2 -0
  4. pulumi_alicloud/arms/_inputs.py +42 -4
  5. pulumi_alicloud/arms/alert_robot.py +421 -0
  6. pulumi_alicloud/arms/dispatch_rule.py +4 -0
  7. pulumi_alicloud/arms/get_alert_robots.py +230 -0
  8. pulumi_alicloud/arms/get_dispatch_rules.py +99 -6
  9. pulumi_alicloud/arms/outputs.py +154 -13
  10. pulumi_alicloud/cdn/_inputs.py +3 -23
  11. pulumi_alicloud/cdn/domain_new.py +93 -51
  12. pulumi_alicloud/cdn/outputs.py +2 -16
  13. pulumi_alicloud/cdn/real_time_log_delivery.py +97 -46
  14. pulumi_alicloud/cen/get_flowlogs.py +250 -35
  15. pulumi_alicloud/cen/outputs.py +116 -17
  16. pulumi_alicloud/cfg/rule.py +4 -4
  17. pulumi_alicloud/cs/autoscaling_config.py +51 -0
  18. pulumi_alicloud/cs/node_pool.py +7 -0
  19. pulumi_alicloud/dataworks/__init__.py +4 -0
  20. pulumi_alicloud/dataworks/_inputs.py +95 -0
  21. pulumi_alicloud/dataworks/data_source.py +686 -0
  22. pulumi_alicloud/dataworks/data_source_shared_rule.py +378 -0
  23. pulumi_alicloud/dataworks/outputs.py +44 -0
  24. pulumi_alicloud/dataworks/project.py +294 -140
  25. pulumi_alicloud/dataworks/project_member.py +380 -0
  26. pulumi_alicloud/ecs/__init__.py +1 -0
  27. pulumi_alicloud/ecs/_inputs.py +126 -0
  28. pulumi_alicloud/ecs/auto_snapshot_policy.py +323 -129
  29. pulumi_alicloud/ecs/disk.py +156 -14
  30. pulumi_alicloud/ecs/ecs_disk.py +308 -97
  31. pulumi_alicloud/ecs/ecs_key_pair.py +77 -49
  32. pulumi_alicloud/ecs/image_pipeline_execution.py +245 -0
  33. pulumi_alicloud/ecs/instance.py +145 -0
  34. pulumi_alicloud/ecs/key_pair.py +27 -7
  35. pulumi_alicloud/ecs/outputs.py +125 -0
  36. pulumi_alicloud/ecs/snapshot_policy.py +154 -1
  37. pulumi_alicloud/emrv2/_inputs.py +875 -21
  38. pulumi_alicloud/emrv2/cluster.py +47 -0
  39. pulumi_alicloud/emrv2/outputs.py +580 -14
  40. pulumi_alicloud/gwlb/__init__.py +1 -0
  41. pulumi_alicloud/gwlb/_inputs.py +147 -126
  42. pulumi_alicloud/gwlb/get_zones.py +173 -0
  43. pulumi_alicloud/gwlb/listener.py +50 -50
  44. pulumi_alicloud/gwlb/load_balancer.py +78 -71
  45. pulumi_alicloud/gwlb/outputs.py +139 -84
  46. pulumi_alicloud/gwlb/server_group.py +162 -113
  47. pulumi_alicloud/kvstore/audit_log_config.py +7 -7
  48. pulumi_alicloud/kvstore/backup_policy.py +9 -9
  49. pulumi_alicloud/kvstore/get_instance_classes.py +8 -8
  50. pulumi_alicloud/kvstore/get_instances.py +9 -7
  51. pulumi_alicloud/kvstore/instance.py +21 -21
  52. pulumi_alicloud/kvstore/outputs.py +6 -6
  53. pulumi_alicloud/nas/_inputs.py +148 -0
  54. pulumi_alicloud/nas/file_system.py +482 -222
  55. pulumi_alicloud/nas/outputs.py +109 -0
  56. pulumi_alicloud/oss/__init__.py +1 -0
  57. pulumi_alicloud/oss/_inputs.py +1750 -0
  58. pulumi_alicloud/oss/bucket_website.py +416 -0
  59. pulumi_alicloud/oss/outputs.py +1338 -0
  60. pulumi_alicloud/pai/__init__.py +7 -0
  61. pulumi_alicloud/pai/_inputs.py +129 -0
  62. pulumi_alicloud/pai/outputs.py +83 -0
  63. pulumi_alicloud/pai/workspace_code_source.py +702 -0
  64. pulumi_alicloud/pai/workspace_dataset.py +1081 -0
  65. pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
  66. pulumi_alicloud/pai/workspace_experiment.py +394 -0
  67. pulumi_alicloud/pai/workspace_run.py +344 -0
  68. pulumi_alicloud/pai/workspace_workspace.py +6 -6
  69. pulumi_alicloud/polardb/cluster.py +7 -7
  70. pulumi_alicloud/polardb/get_clusters.py +1 -1
  71. pulumi_alicloud/polardb/outputs.py +2 -2
  72. pulumi_alicloud/pulumi-plugin.json +1 -1
  73. pulumi_alicloud/redis/tair_instance.py +63 -30
  74. pulumi_alicloud/sae/application.py +1 -1
  75. pulumi_alicloud/slb/attachment.py +2 -6
  76. pulumi_alicloud/sls/__init__.py +1 -0
  77. pulumi_alicloud/sls/_inputs.py +484 -0
  78. pulumi_alicloud/sls/oss_export_sink.py +428 -0
  79. pulumi_alicloud/sls/outputs.py +346 -0
  80. pulumi_alicloud/vpc/network.py +7 -7
  81. {pulumi_alicloud-3.68.0a1732771126.dist-info → pulumi_alicloud-3.69.0.dist-info}/METADATA +1 -1
  82. {pulumi_alicloud-3.68.0a1732771126.dist-info → pulumi_alicloud-3.69.0.dist-info}/RECORD +84 -67
  83. {pulumi_alicloud-3.68.0a1732771126.dist-info → pulumi_alicloud-3.69.0.dist-info}/WHEEL +0 -0
  84. {pulumi_alicloud-3.68.0a1732771126.dist-info → pulumi_alicloud-3.69.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,173 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetZonesResult',
20
+ 'AwaitableGetZonesResult',
21
+ 'get_zones',
22
+ 'get_zones_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetZonesResult:
27
+ """
28
+ A collection of values returned by getZones.
29
+ """
30
+ def __init__(__self__, accept_language=None, id=None, ids=None, output_file=None, zones=None):
31
+ if accept_language and not isinstance(accept_language, str):
32
+ raise TypeError("Expected argument 'accept_language' to be a str")
33
+ pulumi.set(__self__, "accept_language", accept_language)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if ids and not isinstance(ids, list):
38
+ raise TypeError("Expected argument 'ids' to be a list")
39
+ pulumi.set(__self__, "ids", ids)
40
+ if output_file and not isinstance(output_file, str):
41
+ raise TypeError("Expected argument 'output_file' to be a str")
42
+ pulumi.set(__self__, "output_file", output_file)
43
+ if zones and not isinstance(zones, list):
44
+ raise TypeError("Expected argument 'zones' to be a list")
45
+ pulumi.set(__self__, "zones", zones)
46
+
47
+ @property
48
+ @pulumi.getter(name="acceptLanguage")
49
+ def accept_language(self) -> Optional[str]:
50
+ return pulumi.get(self, "accept_language")
51
+
52
+ @property
53
+ @pulumi.getter
54
+ def id(self) -> str:
55
+ """
56
+ The provider-assigned unique ID for this managed resource.
57
+ """
58
+ return pulumi.get(self, "id")
59
+
60
+ @property
61
+ @pulumi.getter
62
+ def ids(self) -> Sequence[str]:
63
+ """
64
+ A list of Zone IDs.
65
+ """
66
+ return pulumi.get(self, "ids")
67
+
68
+ @property
69
+ @pulumi.getter(name="outputFile")
70
+ def output_file(self) -> Optional[str]:
71
+ return pulumi.get(self, "output_file")
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def zones(self) -> Sequence['outputs.GetZonesZoneResult']:
76
+ """
77
+ A list of Zone Entries. Each element contains the following attributes:
78
+ """
79
+ return pulumi.get(self, "zones")
80
+
81
+
82
+ class AwaitableGetZonesResult(GetZonesResult):
83
+ # pylint: disable=using-constant-test
84
+ def __await__(self):
85
+ if False:
86
+ yield self
87
+ return GetZonesResult(
88
+ accept_language=self.accept_language,
89
+ id=self.id,
90
+ ids=self.ids,
91
+ output_file=self.output_file,
92
+ zones=self.zones)
93
+
94
+
95
+ def get_zones(accept_language: Optional[str] = None,
96
+ ids: Optional[Sequence[str]] = None,
97
+ output_file: Optional[str] = None,
98
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetZonesResult:
99
+ """
100
+ This data source provides Gwlb Zone available to the user.[What is Zone](https://www.alibabacloud.com/help/en/)
101
+
102
+ > **NOTE:** Available since v1.236.0.
103
+
104
+ ## Example Usage
105
+
106
+ ```python
107
+ import pulumi
108
+ import pulumi_alicloud as alicloud
109
+
110
+ default = alicloud.gwlb.get_zones()
111
+ pulumi.export("alicloudGwlbZoneExampleId", default.zones[0].id)
112
+ ```
113
+
114
+
115
+ :param str accept_language: The supported language. Valid values:
116
+ - **zh-CN**: Chinese
117
+ - **en-US** (default): English
118
+ - **ja**: Japanese
119
+ :param Sequence[str] ids: A list of Zone IDs.
120
+ :param str output_file: File name where to save data source results (after running `pulumi preview`).
121
+ """
122
+ __args__ = dict()
123
+ __args__['acceptLanguage'] = accept_language
124
+ __args__['ids'] = ids
125
+ __args__['outputFile'] = output_file
126
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
127
+ __ret__ = pulumi.runtime.invoke('alicloud:gwlb/getZones:getZones', __args__, opts=opts, typ=GetZonesResult).value
128
+
129
+ return AwaitableGetZonesResult(
130
+ accept_language=pulumi.get(__ret__, 'accept_language'),
131
+ id=pulumi.get(__ret__, 'id'),
132
+ ids=pulumi.get(__ret__, 'ids'),
133
+ output_file=pulumi.get(__ret__, 'output_file'),
134
+ zones=pulumi.get(__ret__, 'zones'))
135
+ def get_zones_output(accept_language: Optional[pulumi.Input[Optional[str]]] = None,
136
+ ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
137
+ output_file: Optional[pulumi.Input[Optional[str]]] = None,
138
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetZonesResult]:
139
+ """
140
+ This data source provides Gwlb Zone available to the user.[What is Zone](https://www.alibabacloud.com/help/en/)
141
+
142
+ > **NOTE:** Available since v1.236.0.
143
+
144
+ ## Example Usage
145
+
146
+ ```python
147
+ import pulumi
148
+ import pulumi_alicloud as alicloud
149
+
150
+ default = alicloud.gwlb.get_zones()
151
+ pulumi.export("alicloudGwlbZoneExampleId", default.zones[0].id)
152
+ ```
153
+
154
+
155
+ :param str accept_language: The supported language. Valid values:
156
+ - **zh-CN**: Chinese
157
+ - **en-US** (default): English
158
+ - **ja**: Japanese
159
+ :param Sequence[str] ids: A list of Zone IDs.
160
+ :param str output_file: File name where to save data source results (after running `pulumi preview`).
161
+ """
162
+ __args__ = dict()
163
+ __args__['acceptLanguage'] = accept_language
164
+ __args__['ids'] = ids
165
+ __args__['outputFile'] = output_file
166
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
167
+ __ret__ = pulumi.runtime.invoke_output('alicloud:gwlb/getZones:getZones', __args__, opts=opts, typ=GetZonesResult)
168
+ return __ret__.apply(lambda __response__: GetZonesResult(
169
+ accept_language=pulumi.get(__response__, 'accept_language'),
170
+ id=pulumi.get(__response__, 'id'),
171
+ ids=pulumi.get(__response__, 'ids'),
172
+ output_file=pulumi.get(__response__, 'output_file'),
173
+ zones=pulumi.get(__response__, 'zones')))
@@ -26,13 +26,13 @@ class ListenerArgs:
26
26
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
27
27
  """
28
28
  The set of arguments for constructing a Listener resource.
29
- :param pulumi.Input[str] load_balancer_id: The ID of the gateway load balancer instance.
30
- :param pulumi.Input[str] server_group_id: The ID of the server group.
31
- :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request.
32
- :param pulumi.Input[str] listener_description: The custom listener description.
29
+ :param pulumi.Input[str] load_balancer_id: The GWLB instance ID.
30
+ :param pulumi.Input[str] server_group_id: The server group ID.
31
+ :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run, without performing the actual request. Valid values:
32
+ :param pulumi.Input[str] listener_description: The description of the listener.
33
33
 
34
- The length is limited to 2 to 256 characters. It supports Chinese and English letters and can contain numbers, half-width commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
35
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
34
+ 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 (-).
35
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags. You can specify at most 20 tags in each call.
36
36
  """
37
37
  pulumi.set(__self__, "load_balancer_id", load_balancer_id)
38
38
  pulumi.set(__self__, "server_group_id", server_group_id)
@@ -47,7 +47,7 @@ class ListenerArgs:
47
47
  @pulumi.getter(name="loadBalancerId")
48
48
  def load_balancer_id(self) -> pulumi.Input[str]:
49
49
  """
50
- The ID of the gateway load balancer instance.
50
+ The GWLB instance ID.
51
51
  """
52
52
  return pulumi.get(self, "load_balancer_id")
53
53
 
@@ -59,7 +59,7 @@ class ListenerArgs:
59
59
  @pulumi.getter(name="serverGroupId")
60
60
  def server_group_id(self) -> pulumi.Input[str]:
61
61
  """
62
- The ID of the server group.
62
+ The server group ID.
63
63
  """
64
64
  return pulumi.get(self, "server_group_id")
65
65
 
@@ -71,7 +71,7 @@ class ListenerArgs:
71
71
  @pulumi.getter(name="dryRun")
72
72
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
73
73
  """
74
- Specifies whether to perform only a dry run, without performing the actual request.
74
+ Specifies whether to perform a dry run, without performing the actual request. Valid values:
75
75
  """
76
76
  return pulumi.get(self, "dry_run")
77
77
 
@@ -83,9 +83,9 @@ class ListenerArgs:
83
83
  @pulumi.getter(name="listenerDescription")
84
84
  def listener_description(self) -> Optional[pulumi.Input[str]]:
85
85
  """
86
- The custom listener description.
86
+ The description of the listener.
87
87
 
88
- The length is limited to 2 to 256 characters. It supports Chinese and English letters and can contain numbers, half-width commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
88
+ 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 (-).
89
89
  """
90
90
  return pulumi.get(self, "listener_description")
91
91
 
@@ -97,7 +97,7 @@ class ListenerArgs:
97
97
  @pulumi.getter
98
98
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
99
99
  """
100
- The list of tags.
100
+ The tags. You can specify at most 20 tags in each call.
101
101
  """
102
102
  return pulumi.get(self, "tags")
103
103
 
@@ -118,15 +118,15 @@ class _ListenerState:
118
118
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
119
119
  """
120
120
  Input properties used for looking up and filtering Listener resources.
121
- :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request.
122
- :param pulumi.Input[str] listener_description: The custom listener description.
121
+ :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run, without performing the actual request. Valid values:
122
+ :param pulumi.Input[str] listener_description: The description of the listener.
123
123
 
124
- The length is limited to 2 to 256 characters. It supports Chinese and English letters and can contain numbers, half-width commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
125
- :param pulumi.Input[str] load_balancer_id: The ID of the gateway load balancer instance.
126
- :param pulumi.Input[str] region_id: The ID of the region.
127
- :param pulumi.Input[str] server_group_id: The ID of the server group.
128
- :param pulumi.Input[str] status: The current status of the listener. Value:
129
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
124
+ 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 (-).
125
+ :param pulumi.Input[str] load_balancer_id: The GWLB instance ID.
126
+ :param pulumi.Input[str] region_id: The region ID.
127
+ :param pulumi.Input[str] server_group_id: The server group ID.
128
+ :param pulumi.Input[str] status: The status of the listener.
129
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags. You can specify at most 20 tags in each call.
130
130
  """
131
131
  if dry_run is not None:
132
132
  pulumi.set(__self__, "dry_run", dry_run)
@@ -147,7 +147,7 @@ class _ListenerState:
147
147
  @pulumi.getter(name="dryRun")
148
148
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
149
149
  """
150
- Specifies whether to perform only a dry run, without performing the actual request.
150
+ Specifies whether to perform a dry run, without performing the actual request. Valid values:
151
151
  """
152
152
  return pulumi.get(self, "dry_run")
153
153
 
@@ -159,9 +159,9 @@ class _ListenerState:
159
159
  @pulumi.getter(name="listenerDescription")
160
160
  def listener_description(self) -> Optional[pulumi.Input[str]]:
161
161
  """
162
- The custom listener description.
162
+ The description of the listener.
163
163
 
164
- The length is limited to 2 to 256 characters. It supports Chinese and English letters and can contain numbers, half-width commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
164
+ 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 (-).
165
165
  """
166
166
  return pulumi.get(self, "listener_description")
167
167
 
@@ -173,7 +173,7 @@ class _ListenerState:
173
173
  @pulumi.getter(name="loadBalancerId")
174
174
  def load_balancer_id(self) -> Optional[pulumi.Input[str]]:
175
175
  """
176
- The ID of the gateway load balancer instance.
176
+ The GWLB instance ID.
177
177
  """
178
178
  return pulumi.get(self, "load_balancer_id")
179
179
 
@@ -185,7 +185,7 @@ class _ListenerState:
185
185
  @pulumi.getter(name="regionId")
186
186
  def region_id(self) -> Optional[pulumi.Input[str]]:
187
187
  """
188
- The ID of the region.
188
+ The region ID.
189
189
  """
190
190
  return pulumi.get(self, "region_id")
191
191
 
@@ -197,7 +197,7 @@ class _ListenerState:
197
197
  @pulumi.getter(name="serverGroupId")
198
198
  def server_group_id(self) -> Optional[pulumi.Input[str]]:
199
199
  """
200
- The ID of the server group.
200
+ The server group ID.
201
201
  """
202
202
  return pulumi.get(self, "server_group_id")
203
203
 
@@ -209,7 +209,7 @@ class _ListenerState:
209
209
  @pulumi.getter
210
210
  def status(self) -> Optional[pulumi.Input[str]]:
211
211
  """
212
- The current status of the listener. Value:
212
+ The status of the listener.
213
213
  """
214
214
  return pulumi.get(self, "status")
215
215
 
@@ -221,7 +221,7 @@ class _ListenerState:
221
221
  @pulumi.getter
222
222
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
223
223
  """
224
- The list of tags.
224
+ The tags. You can specify at most 20 tags in each call.
225
225
  """
226
226
  return pulumi.get(self, "tags")
227
227
 
@@ -258,13 +258,13 @@ class Listener(pulumi.CustomResource):
258
258
 
259
259
  :param str resource_name: The name of the resource.
260
260
  :param pulumi.ResourceOptions opts: Options for the resource.
261
- :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request.
262
- :param pulumi.Input[str] listener_description: The custom listener description.
261
+ :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run, without performing the actual request. Valid values:
262
+ :param pulumi.Input[str] listener_description: The description of the listener.
263
263
 
264
- The length is limited to 2 to 256 characters. It supports Chinese and English letters and can contain numbers, half-width commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
265
- :param pulumi.Input[str] load_balancer_id: The ID of the gateway load balancer instance.
266
- :param pulumi.Input[str] server_group_id: The ID of the server group.
267
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
264
+ 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 (-).
265
+ :param pulumi.Input[str] load_balancer_id: The GWLB instance ID.
266
+ :param pulumi.Input[str] server_group_id: The server group ID.
267
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags. You can specify at most 20 tags in each call.
268
268
  """
269
269
  ...
270
270
  @overload
@@ -351,15 +351,15 @@ class Listener(pulumi.CustomResource):
351
351
  :param str resource_name: The unique name of the resulting resource.
352
352
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
353
353
  :param pulumi.ResourceOptions opts: Options for the resource.
354
- :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request.
355
- :param pulumi.Input[str] listener_description: The custom listener description.
354
+ :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run, without performing the actual request. Valid values:
355
+ :param pulumi.Input[str] listener_description: The description of the listener.
356
356
 
357
- The length is limited to 2 to 256 characters. It supports Chinese and English letters and can contain numbers, half-width commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
358
- :param pulumi.Input[str] load_balancer_id: The ID of the gateway load balancer instance.
359
- :param pulumi.Input[str] region_id: The ID of the region.
360
- :param pulumi.Input[str] server_group_id: The ID of the server group.
361
- :param pulumi.Input[str] status: The current status of the listener. Value:
362
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
357
+ 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 (-).
358
+ :param pulumi.Input[str] load_balancer_id: The GWLB instance ID.
359
+ :param pulumi.Input[str] region_id: The region ID.
360
+ :param pulumi.Input[str] server_group_id: The server group ID.
361
+ :param pulumi.Input[str] status: The status of the listener.
362
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags. You can specify at most 20 tags in each call.
363
363
  """
364
364
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
365
365
 
@@ -378,7 +378,7 @@ class Listener(pulumi.CustomResource):
378
378
  @pulumi.getter(name="dryRun")
379
379
  def dry_run(self) -> pulumi.Output[Optional[bool]]:
380
380
  """
381
- Specifies whether to perform only a dry run, without performing the actual request.
381
+ Specifies whether to perform a dry run, without performing the actual request. Valid values:
382
382
  """
383
383
  return pulumi.get(self, "dry_run")
384
384
 
@@ -386,9 +386,9 @@ class Listener(pulumi.CustomResource):
386
386
  @pulumi.getter(name="listenerDescription")
387
387
  def listener_description(self) -> pulumi.Output[Optional[str]]:
388
388
  """
389
- The custom listener description.
389
+ The description of the listener.
390
390
 
391
- The length is limited to 2 to 256 characters. It supports Chinese and English letters and can contain numbers, half-width commas (,), half-width periods (.), half-width semicolons (;), forward slashes (/), at(@), underscores (_), and dashes (-).
391
+ 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 (-).
392
392
  """
393
393
  return pulumi.get(self, "listener_description")
394
394
 
@@ -396,7 +396,7 @@ class Listener(pulumi.CustomResource):
396
396
  @pulumi.getter(name="loadBalancerId")
397
397
  def load_balancer_id(self) -> pulumi.Output[str]:
398
398
  """
399
- The ID of the gateway load balancer instance.
399
+ The GWLB instance ID.
400
400
  """
401
401
  return pulumi.get(self, "load_balancer_id")
402
402
 
@@ -404,7 +404,7 @@ class Listener(pulumi.CustomResource):
404
404
  @pulumi.getter(name="regionId")
405
405
  def region_id(self) -> pulumi.Output[str]:
406
406
  """
407
- The ID of the region.
407
+ The region ID.
408
408
  """
409
409
  return pulumi.get(self, "region_id")
410
410
 
@@ -412,7 +412,7 @@ class Listener(pulumi.CustomResource):
412
412
  @pulumi.getter(name="serverGroupId")
413
413
  def server_group_id(self) -> pulumi.Output[str]:
414
414
  """
415
- The ID of the server group.
415
+ The server group ID.
416
416
  """
417
417
  return pulumi.get(self, "server_group_id")
418
418
 
@@ -420,7 +420,7 @@ class Listener(pulumi.CustomResource):
420
420
  @pulumi.getter
421
421
  def status(self) -> pulumi.Output[str]:
422
422
  """
423
- The current status of the listener. Value:
423
+ The status of the listener.
424
424
  """
425
425
  return pulumi.get(self, "status")
426
426
 
@@ -428,7 +428,7 @@ class Listener(pulumi.CustomResource):
428
428
  @pulumi.getter
429
429
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
430
430
  """
431
- The list of tags.
431
+ The tags. You can specify at most 20 tags in each call.
432
432
  """
433
433
  return pulumi.get(self, "tags")
434
434