pulumi-alicloud 3.67.0a1731734345__py3-none-any.whl → 3.68.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 (79) hide show
  1. pulumi_alicloud/__init__.py +56 -0
  2. pulumi_alicloud/cdn/_inputs.py +3 -23
  3. pulumi_alicloud/cdn/domain_new.py +93 -51
  4. pulumi_alicloud/cdn/outputs.py +2 -16
  5. pulumi_alicloud/cdn/real_time_log_delivery.py +97 -46
  6. pulumi_alicloud/cen/flow_log.py +373 -58
  7. pulumi_alicloud/cen/get_flowlogs.py +250 -35
  8. pulumi_alicloud/cen/outputs.py +116 -17
  9. pulumi_alicloud/cen/transit_router_ecr_attachment.py +4 -4
  10. pulumi_alicloud/cr/registry_enterprise_instance.py +474 -90
  11. pulumi_alicloud/cs/node_pool.py +7 -0
  12. pulumi_alicloud/ecs/_inputs.py +92 -0
  13. pulumi_alicloud/ecs/auto_snapshot_policy.py +323 -129
  14. pulumi_alicloud/ecs/ecs_image_component.py +221 -48
  15. pulumi_alicloud/ecs/outputs.py +88 -0
  16. pulumi_alicloud/ecs/snapshot_policy.py +154 -1
  17. pulumi_alicloud/emrv2/_inputs.py +875 -21
  18. pulumi_alicloud/emrv2/cluster.py +47 -0
  19. pulumi_alicloud/emrv2/outputs.py +580 -14
  20. pulumi_alicloud/ess/_inputs.py +94 -0
  21. pulumi_alicloud/ess/eci_scaling_configuration.py +42 -14
  22. pulumi_alicloud/ess/outputs.py +79 -0
  23. pulumi_alicloud/ess/scaling_configuration.py +47 -0
  24. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +86 -25
  25. pulumi_alicloud/gwlb/__init__.py +1 -0
  26. pulumi_alicloud/gwlb/_inputs.py +147 -126
  27. pulumi_alicloud/gwlb/get_zones.py +173 -0
  28. pulumi_alicloud/gwlb/listener.py +50 -50
  29. pulumi_alicloud/gwlb/load_balancer.py +78 -71
  30. pulumi_alicloud/gwlb/outputs.py +139 -84
  31. pulumi_alicloud/gwlb/server_group.py +162 -113
  32. pulumi_alicloud/kms/key.py +1 -1
  33. pulumi_alicloud/kvstore/account.py +24 -24
  34. pulumi_alicloud/kvstore/audit_log_config.py +11 -11
  35. pulumi_alicloud/kvstore/backup_policy.py +11 -11
  36. pulumi_alicloud/kvstore/connection.py +8 -8
  37. pulumi_alicloud/kvstore/get_accounts.py +4 -4
  38. pulumi_alicloud/kvstore/get_connections.py +5 -5
  39. pulumi_alicloud/kvstore/get_instance_classes.py +20 -20
  40. pulumi_alicloud/kvstore/get_instance_engines.py +7 -7
  41. pulumi_alicloud/kvstore/get_instances.py +9 -7
  42. pulumi_alicloud/kvstore/get_permission.py +10 -10
  43. pulumi_alicloud/kvstore/get_zones.py +4 -4
  44. pulumi_alicloud/kvstore/instance.py +21 -21
  45. pulumi_alicloud/kvstore/outputs.py +8 -8
  46. pulumi_alicloud/mongodb/instance.py +47 -0
  47. pulumi_alicloud/mongodb/sharding_instance.py +47 -0
  48. pulumi_alicloud/nas/_inputs.py +148 -0
  49. pulumi_alicloud/nas/file_system.py +482 -222
  50. pulumi_alicloud/nas/outputs.py +109 -0
  51. pulumi_alicloud/pai/__init__.py +7 -0
  52. pulumi_alicloud/pai/_inputs.py +129 -0
  53. pulumi_alicloud/pai/outputs.py +83 -0
  54. pulumi_alicloud/pai/workspace_code_source.py +702 -0
  55. pulumi_alicloud/pai/workspace_dataset.py +1081 -0
  56. pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
  57. pulumi_alicloud/pai/workspace_experiment.py +394 -0
  58. pulumi_alicloud/pai/workspace_run.py +344 -0
  59. pulumi_alicloud/pai/workspace_workspace.py +6 -6
  60. pulumi_alicloud/polardb/cluster.py +7 -7
  61. pulumi_alicloud/privatelink/vpc_endpoint_service.py +42 -91
  62. pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +27 -23
  63. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +34 -37
  64. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +28 -0
  65. pulumi_alicloud/pulumi-plugin.json +1 -1
  66. pulumi_alicloud/rds/__init__.py +2 -0
  67. pulumi_alicloud/rds/_inputs.py +146 -0
  68. pulumi_alicloud/rds/custom.py +1630 -0
  69. pulumi_alicloud/rds/custom_deployment_set.py +525 -0
  70. pulumi_alicloud/rds/outputs.py +105 -0
  71. pulumi_alicloud/redis/tair_instance.py +76 -1
  72. pulumi_alicloud/vpc/_inputs.py +54 -0
  73. pulumi_alicloud/vpc/nat_gateway.py +175 -14
  74. pulumi_alicloud/vpc/outputs.py +51 -0
  75. pulumi_alicloud/vpn/gateway_vco_route.py +68 -21
  76. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/METADATA +5 -5
  77. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/RECORD +79 -69
  78. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/WHEEL +1 -1
  79. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,344 @@
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
+
17
+ __all__ = ['WorkspaceRunArgs', 'WorkspaceRun']
18
+
19
+ @pulumi.input_type
20
+ class WorkspaceRunArgs:
21
+ def __init__(__self__, *,
22
+ experiment_id: pulumi.Input[str],
23
+ run_name: Optional[pulumi.Input[str]] = None,
24
+ source_id: Optional[pulumi.Input[str]] = None,
25
+ source_type: Optional[pulumi.Input[str]] = None):
26
+ """
27
+ The set of arguments for constructing a WorkspaceRun resource.
28
+ :param pulumi.Input[str] experiment_id: Resource attribute field of the experiment ID to which Run belongs
29
+ :param pulumi.Input[str] run_name: The name of the resource
30
+ :param pulumi.Input[str] source_id: Attribute Resource field representing the source task ID
31
+ :param pulumi.Input[str] source_type: Resource attribute fields representing the source type
32
+ """
33
+ pulumi.set(__self__, "experiment_id", experiment_id)
34
+ if run_name is not None:
35
+ pulumi.set(__self__, "run_name", run_name)
36
+ if source_id is not None:
37
+ pulumi.set(__self__, "source_id", source_id)
38
+ if source_type is not None:
39
+ pulumi.set(__self__, "source_type", source_type)
40
+
41
+ @property
42
+ @pulumi.getter(name="experimentId")
43
+ def experiment_id(self) -> pulumi.Input[str]:
44
+ """
45
+ Resource attribute field of the experiment ID to which Run belongs
46
+ """
47
+ return pulumi.get(self, "experiment_id")
48
+
49
+ @experiment_id.setter
50
+ def experiment_id(self, value: pulumi.Input[str]):
51
+ pulumi.set(self, "experiment_id", value)
52
+
53
+ @property
54
+ @pulumi.getter(name="runName")
55
+ def run_name(self) -> Optional[pulumi.Input[str]]:
56
+ """
57
+ The name of the resource
58
+ """
59
+ return pulumi.get(self, "run_name")
60
+
61
+ @run_name.setter
62
+ def run_name(self, value: Optional[pulumi.Input[str]]):
63
+ pulumi.set(self, "run_name", value)
64
+
65
+ @property
66
+ @pulumi.getter(name="sourceId")
67
+ def source_id(self) -> Optional[pulumi.Input[str]]:
68
+ """
69
+ Attribute Resource field representing the source task ID
70
+ """
71
+ return pulumi.get(self, "source_id")
72
+
73
+ @source_id.setter
74
+ def source_id(self, value: Optional[pulumi.Input[str]]):
75
+ pulumi.set(self, "source_id", value)
76
+
77
+ @property
78
+ @pulumi.getter(name="sourceType")
79
+ def source_type(self) -> Optional[pulumi.Input[str]]:
80
+ """
81
+ Resource attribute fields representing the source type
82
+ """
83
+ return pulumi.get(self, "source_type")
84
+
85
+ @source_type.setter
86
+ def source_type(self, value: Optional[pulumi.Input[str]]):
87
+ pulumi.set(self, "source_type", value)
88
+
89
+
90
+ @pulumi.input_type
91
+ class _WorkspaceRunState:
92
+ def __init__(__self__, *,
93
+ create_time: Optional[pulumi.Input[str]] = None,
94
+ experiment_id: Optional[pulumi.Input[str]] = None,
95
+ run_name: Optional[pulumi.Input[str]] = None,
96
+ source_id: Optional[pulumi.Input[str]] = None,
97
+ source_type: Optional[pulumi.Input[str]] = None):
98
+ """
99
+ Input properties used for looking up and filtering WorkspaceRun resources.
100
+ :param pulumi.Input[str] create_time: The creation time of the resource
101
+ :param pulumi.Input[str] experiment_id: Resource attribute field of the experiment ID to which Run belongs
102
+ :param pulumi.Input[str] run_name: The name of the resource
103
+ :param pulumi.Input[str] source_id: Attribute Resource field representing the source task ID
104
+ :param pulumi.Input[str] source_type: Resource attribute fields representing the source type
105
+ """
106
+ if create_time is not None:
107
+ pulumi.set(__self__, "create_time", create_time)
108
+ if experiment_id is not None:
109
+ pulumi.set(__self__, "experiment_id", experiment_id)
110
+ if run_name is not None:
111
+ pulumi.set(__self__, "run_name", run_name)
112
+ if source_id is not None:
113
+ pulumi.set(__self__, "source_id", source_id)
114
+ if source_type is not None:
115
+ pulumi.set(__self__, "source_type", source_type)
116
+
117
+ @property
118
+ @pulumi.getter(name="createTime")
119
+ def create_time(self) -> Optional[pulumi.Input[str]]:
120
+ """
121
+ The creation time of the resource
122
+ """
123
+ return pulumi.get(self, "create_time")
124
+
125
+ @create_time.setter
126
+ def create_time(self, value: Optional[pulumi.Input[str]]):
127
+ pulumi.set(self, "create_time", value)
128
+
129
+ @property
130
+ @pulumi.getter(name="experimentId")
131
+ def experiment_id(self) -> Optional[pulumi.Input[str]]:
132
+ """
133
+ Resource attribute field of the experiment ID to which Run belongs
134
+ """
135
+ return pulumi.get(self, "experiment_id")
136
+
137
+ @experiment_id.setter
138
+ def experiment_id(self, value: Optional[pulumi.Input[str]]):
139
+ pulumi.set(self, "experiment_id", value)
140
+
141
+ @property
142
+ @pulumi.getter(name="runName")
143
+ def run_name(self) -> Optional[pulumi.Input[str]]:
144
+ """
145
+ The name of the resource
146
+ """
147
+ return pulumi.get(self, "run_name")
148
+
149
+ @run_name.setter
150
+ def run_name(self, value: Optional[pulumi.Input[str]]):
151
+ pulumi.set(self, "run_name", value)
152
+
153
+ @property
154
+ @pulumi.getter(name="sourceId")
155
+ def source_id(self) -> Optional[pulumi.Input[str]]:
156
+ """
157
+ Attribute Resource field representing the source task ID
158
+ """
159
+ return pulumi.get(self, "source_id")
160
+
161
+ @source_id.setter
162
+ def source_id(self, value: Optional[pulumi.Input[str]]):
163
+ pulumi.set(self, "source_id", value)
164
+
165
+ @property
166
+ @pulumi.getter(name="sourceType")
167
+ def source_type(self) -> Optional[pulumi.Input[str]]:
168
+ """
169
+ Resource attribute fields representing the source type
170
+ """
171
+ return pulumi.get(self, "source_type")
172
+
173
+ @source_type.setter
174
+ def source_type(self, value: Optional[pulumi.Input[str]]):
175
+ pulumi.set(self, "source_type", value)
176
+
177
+
178
+ class WorkspaceRun(pulumi.CustomResource):
179
+ @overload
180
+ def __init__(__self__,
181
+ resource_name: str,
182
+ opts: Optional[pulumi.ResourceOptions] = None,
183
+ experiment_id: Optional[pulumi.Input[str]] = None,
184
+ run_name: Optional[pulumi.Input[str]] = None,
185
+ source_id: Optional[pulumi.Input[str]] = None,
186
+ source_type: Optional[pulumi.Input[str]] = None,
187
+ __props__=None):
188
+ """
189
+ Provides a PAI Workspace Run resource.
190
+
191
+ For information about PAI Workspace Run and how to use it, see [What is Run](https://www.alibabacloud.com/help/en/).
192
+
193
+ > **NOTE:** Available since v1.236.0.
194
+
195
+ ## Import
196
+
197
+ PAI Workspace Run can be imported using the id, e.g.
198
+
199
+ ```sh
200
+ $ pulumi import alicloud:pai/workspaceRun:WorkspaceRun example <id>
201
+ ```
202
+
203
+ :param str resource_name: The name of the resource.
204
+ :param pulumi.ResourceOptions opts: Options for the resource.
205
+ :param pulumi.Input[str] experiment_id: Resource attribute field of the experiment ID to which Run belongs
206
+ :param pulumi.Input[str] run_name: The name of the resource
207
+ :param pulumi.Input[str] source_id: Attribute Resource field representing the source task ID
208
+ :param pulumi.Input[str] source_type: Resource attribute fields representing the source type
209
+ """
210
+ ...
211
+ @overload
212
+ def __init__(__self__,
213
+ resource_name: str,
214
+ args: WorkspaceRunArgs,
215
+ opts: Optional[pulumi.ResourceOptions] = None):
216
+ """
217
+ Provides a PAI Workspace Run resource.
218
+
219
+ For information about PAI Workspace Run and how to use it, see [What is Run](https://www.alibabacloud.com/help/en/).
220
+
221
+ > **NOTE:** Available since v1.236.0.
222
+
223
+ ## Import
224
+
225
+ PAI Workspace Run can be imported using the id, e.g.
226
+
227
+ ```sh
228
+ $ pulumi import alicloud:pai/workspaceRun:WorkspaceRun example <id>
229
+ ```
230
+
231
+ :param str resource_name: The name of the resource.
232
+ :param WorkspaceRunArgs args: The arguments to use to populate this resource's properties.
233
+ :param pulumi.ResourceOptions opts: Options for the resource.
234
+ """
235
+ ...
236
+ def __init__(__self__, resource_name: str, *args, **kwargs):
237
+ resource_args, opts = _utilities.get_resource_args_opts(WorkspaceRunArgs, pulumi.ResourceOptions, *args, **kwargs)
238
+ if resource_args is not None:
239
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
240
+ else:
241
+ __self__._internal_init(resource_name, *args, **kwargs)
242
+
243
+ def _internal_init(__self__,
244
+ resource_name: str,
245
+ opts: Optional[pulumi.ResourceOptions] = None,
246
+ experiment_id: Optional[pulumi.Input[str]] = None,
247
+ run_name: Optional[pulumi.Input[str]] = None,
248
+ source_id: Optional[pulumi.Input[str]] = None,
249
+ source_type: Optional[pulumi.Input[str]] = None,
250
+ __props__=None):
251
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
252
+ if not isinstance(opts, pulumi.ResourceOptions):
253
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
254
+ if opts.id is None:
255
+ if __props__ is not None:
256
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
257
+ __props__ = WorkspaceRunArgs.__new__(WorkspaceRunArgs)
258
+
259
+ if experiment_id is None and not opts.urn:
260
+ raise TypeError("Missing required property 'experiment_id'")
261
+ __props__.__dict__["experiment_id"] = experiment_id
262
+ __props__.__dict__["run_name"] = run_name
263
+ __props__.__dict__["source_id"] = source_id
264
+ __props__.__dict__["source_type"] = source_type
265
+ __props__.__dict__["create_time"] = None
266
+ super(WorkspaceRun, __self__).__init__(
267
+ 'alicloud:pai/workspaceRun:WorkspaceRun',
268
+ resource_name,
269
+ __props__,
270
+ opts)
271
+
272
+ @staticmethod
273
+ def get(resource_name: str,
274
+ id: pulumi.Input[str],
275
+ opts: Optional[pulumi.ResourceOptions] = None,
276
+ create_time: Optional[pulumi.Input[str]] = None,
277
+ experiment_id: Optional[pulumi.Input[str]] = None,
278
+ run_name: Optional[pulumi.Input[str]] = None,
279
+ source_id: Optional[pulumi.Input[str]] = None,
280
+ source_type: Optional[pulumi.Input[str]] = None) -> 'WorkspaceRun':
281
+ """
282
+ Get an existing WorkspaceRun resource's state with the given name, id, and optional extra
283
+ properties used to qualify the lookup.
284
+
285
+ :param str resource_name: The unique name of the resulting resource.
286
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
287
+ :param pulumi.ResourceOptions opts: Options for the resource.
288
+ :param pulumi.Input[str] create_time: The creation time of the resource
289
+ :param pulumi.Input[str] experiment_id: Resource attribute field of the experiment ID to which Run belongs
290
+ :param pulumi.Input[str] run_name: The name of the resource
291
+ :param pulumi.Input[str] source_id: Attribute Resource field representing the source task ID
292
+ :param pulumi.Input[str] source_type: Resource attribute fields representing the source type
293
+ """
294
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
295
+
296
+ __props__ = _WorkspaceRunState.__new__(_WorkspaceRunState)
297
+
298
+ __props__.__dict__["create_time"] = create_time
299
+ __props__.__dict__["experiment_id"] = experiment_id
300
+ __props__.__dict__["run_name"] = run_name
301
+ __props__.__dict__["source_id"] = source_id
302
+ __props__.__dict__["source_type"] = source_type
303
+ return WorkspaceRun(resource_name, opts=opts, __props__=__props__)
304
+
305
+ @property
306
+ @pulumi.getter(name="createTime")
307
+ def create_time(self) -> pulumi.Output[str]:
308
+ """
309
+ The creation time of the resource
310
+ """
311
+ return pulumi.get(self, "create_time")
312
+
313
+ @property
314
+ @pulumi.getter(name="experimentId")
315
+ def experiment_id(self) -> pulumi.Output[str]:
316
+ """
317
+ Resource attribute field of the experiment ID to which Run belongs
318
+ """
319
+ return pulumi.get(self, "experiment_id")
320
+
321
+ @property
322
+ @pulumi.getter(name="runName")
323
+ def run_name(self) -> pulumi.Output[Optional[str]]:
324
+ """
325
+ The name of the resource
326
+ """
327
+ return pulumi.get(self, "run_name")
328
+
329
+ @property
330
+ @pulumi.getter(name="sourceId")
331
+ def source_id(self) -> pulumi.Output[Optional[str]]:
332
+ """
333
+ Attribute Resource field representing the source task ID
334
+ """
335
+ return pulumi.get(self, "source_id")
336
+
337
+ @property
338
+ @pulumi.getter(name="sourceType")
339
+ def source_type(self) -> pulumi.Output[Optional[str]]:
340
+ """
341
+ Resource attribute fields representing the source type
342
+ """
343
+ return pulumi.get(self, "source_type")
344
+
@@ -220,9 +220,9 @@ class WorkspaceWorkspace(pulumi.CustomResource):
220
220
  workspace_name: Optional[pulumi.Input[str]] = None,
221
221
  __props__=None):
222
222
  """
223
- Provides a P A I Workspace Workspace resource.
223
+ Provides a PAI Workspace Workspace resource.
224
224
 
225
- For information about P A I Workspace Workspace and how to use it, see [What is Workspace](https://www.alibabacloud.com/help/en/).
225
+ For information about PAI Workspace Workspace and how to use it, see [What is Workspace](https://www.alibabacloud.com/help/en/).
226
226
 
227
227
  > **NOTE:** Available since v1.233.0.
228
228
 
@@ -247,7 +247,7 @@ class WorkspaceWorkspace(pulumi.CustomResource):
247
247
 
248
248
  ## Import
249
249
 
250
- P A I Workspace Workspace can be imported using the id, e.g.
250
+ PAI Workspace Workspace can be imported using the id, e.g.
251
251
 
252
252
  ```sh
253
253
  $ pulumi import alicloud:pai/workspaceWorkspace:WorkspaceWorkspace example <id>
@@ -272,9 +272,9 @@ class WorkspaceWorkspace(pulumi.CustomResource):
272
272
  args: WorkspaceWorkspaceArgs,
273
273
  opts: Optional[pulumi.ResourceOptions] = None):
274
274
  """
275
- Provides a P A I Workspace Workspace resource.
275
+ Provides a PAI Workspace Workspace resource.
276
276
 
277
- For information about P A I Workspace Workspace and how to use it, see [What is Workspace](https://www.alibabacloud.com/help/en/).
277
+ For information about PAI Workspace Workspace and how to use it, see [What is Workspace](https://www.alibabacloud.com/help/en/).
278
278
 
279
279
  > **NOTE:** Available since v1.233.0.
280
280
 
@@ -299,7 +299,7 @@ class WorkspaceWorkspace(pulumi.CustomResource):
299
299
 
300
300
  ## Import
301
301
 
302
- P A I Workspace Workspace can be imported using the id, e.g.
302
+ PAI Workspace Workspace can be imported using the id, e.g.
303
303
 
304
304
  ```sh
305
305
  $ pulumi import alicloud:pai/workspaceWorkspace:WorkspaceWorkspace example <id>
@@ -111,7 +111,7 @@ class ClusterArgs:
111
111
  :param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
112
112
  > **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
113
113
  :param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
114
- :param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
114
+ :param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
115
115
  :param pulumi.Input[str] default_time_zone: The time zone of the cluster. You can set the parameter to a value that is on the hour from -12:00 to +13:00 based on UTC. Example: 00:00. Default value: SYSTEM. This value indicates that the time zone of the cluster is the same as the time zone of the region.
116
116
  > **NOTE:** This parameter is valid only when the DBType parameter is set to MySQL.
117
117
  :param pulumi.Input[int] deletion_lock: turn on table deletion_lock. Valid values are 0, 1. 1 means to open the cluster protection lock, 0 means to close the cluster protection lock
@@ -500,7 +500,7 @@ class ClusterArgs:
500
500
  @pulumi.getter(name="dbNodeNum")
501
501
  def db_node_num(self) -> Optional[pulumi.Input[int]]:
502
502
  """
503
- The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
503
+ The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
504
504
  """
505
505
  return pulumi.get(self, "db_node_num")
506
506
 
@@ -1246,7 +1246,7 @@ class _ClusterState:
1246
1246
  :param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
1247
1247
  > **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
1248
1248
  :param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
1249
- :param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
1249
+ :param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
1250
1250
  :param pulumi.Input[Sequence[pulumi.Input['ClusterDbRevisionVersionListArgs']]] db_revision_version_lists: (Available since v1.216.0) The db_revision_version_list supports the following:
1251
1251
  :param pulumi.Input[str] db_type: Database type. Value options: MySQL, Oracle, PostgreSQL.
1252
1252
  :param pulumi.Input[str] db_version: Database version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBVersion`.
@@ -1658,7 +1658,7 @@ class _ClusterState:
1658
1658
  @pulumi.getter(name="dbNodeNum")
1659
1659
  def db_node_num(self) -> Optional[pulumi.Input[int]]:
1660
1660
  """
1661
- The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
1661
+ The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
1662
1662
  """
1663
1663
  return pulumi.get(self, "db_node_num")
1664
1664
 
@@ -2482,7 +2482,7 @@ class Cluster(pulumi.CustomResource):
2482
2482
  :param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
2483
2483
  > **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
2484
2484
  :param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
2485
- :param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
2485
+ :param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
2486
2486
  :param pulumi.Input[str] db_type: Database type. Value options: MySQL, Oracle, PostgreSQL.
2487
2487
  :param pulumi.Input[str] db_version: Database version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBVersion`.
2488
2488
  :param pulumi.Input[str] default_time_zone: The time zone of the cluster. You can set the parameter to a value that is on the hour from -12:00 to +13:00 based on UTC. Example: 00:00. Default value: SYSTEM. This value indicates that the time zone of the cluster is the same as the time zone of the region.
@@ -2857,7 +2857,7 @@ class Cluster(pulumi.CustomResource):
2857
2857
  :param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
2858
2858
  > **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
2859
2859
  :param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
2860
- :param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
2860
+ :param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
2861
2861
  :param pulumi.Input[Sequence[pulumi.Input[Union['ClusterDbRevisionVersionListArgs', 'ClusterDbRevisionVersionListArgsDict']]]] db_revision_version_lists: (Available since v1.216.0) The db_revision_version_list supports the following:
2862
2862
  :param pulumi.Input[str] db_type: Database type. Value options: MySQL, Oracle, PostgreSQL.
2863
2863
  :param pulumi.Input[str] db_version: Database version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBVersion`.
@@ -3146,7 +3146,7 @@ class Cluster(pulumi.CustomResource):
3146
3146
  @pulumi.getter(name="dbNodeNum")
3147
3147
  def db_node_num(self) -> pulumi.Output[Optional[int]]:
3148
3148
  """
3149
- The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
3149
+ The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
3150
3150
  """
3151
3151
  return pulumi.get(self, "db_node_num")
3152
3152