pulumi-alicloud 3.59.0a1720785756__py3-none-any.whl → 3.59.1__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 (123) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cen/get_transit_router_service.py +2 -2
  13. pulumi_alicloud/cfg/_inputs.py +20 -0
  14. pulumi_alicloud/cfg/outputs.py +20 -0
  15. pulumi_alicloud/clickhouse/outputs.py +4 -0
  16. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  17. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  18. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  19. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  20. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  21. pulumi_alicloud/cms/_inputs.py +188 -0
  22. pulumi_alicloud/cms/outputs.py +228 -0
  23. pulumi_alicloud/compute/_inputs.py +4 -0
  24. pulumi_alicloud/compute/outputs.py +4 -0
  25. pulumi_alicloud/cs/_inputs.py +22 -0
  26. pulumi_alicloud/cs/node_pool.py +7 -7
  27. pulumi_alicloud/cs/outputs.py +22 -0
  28. pulumi_alicloud/databasegateway/outputs.py +42 -0
  29. pulumi_alicloud/dcdn/_inputs.py +555 -27
  30. pulumi_alicloud/dcdn/domain.py +366 -217
  31. pulumi_alicloud/dcdn/outputs.py +550 -22
  32. pulumi_alicloud/ddos/_inputs.py +162 -0
  33. pulumi_alicloud/ddos/outputs.py +162 -0
  34. pulumi_alicloud/directmail/get_domains.py +31 -24
  35. pulumi_alicloud/directmail/outputs.py +131 -32
  36. pulumi_alicloud/ebs/_inputs.py +22 -0
  37. pulumi_alicloud/ebs/outputs.py +22 -0
  38. pulumi_alicloud/eci/_inputs.py +100 -0
  39. pulumi_alicloud/eci/outputs.py +100 -0
  40. pulumi_alicloud/ecs/_inputs.py +110 -8
  41. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  42. pulumi_alicloud/ecs/instance.py +304 -102
  43. pulumi_alicloud/ecs/outputs.py +217 -9
  44. pulumi_alicloud/edas/_inputs.py +28 -0
  45. pulumi_alicloud/edas/outputs.py +28 -0
  46. pulumi_alicloud/ehpc/_inputs.py +6 -0
  47. pulumi_alicloud/ehpc/outputs.py +6 -0
  48. pulumi_alicloud/emr/_inputs.py +134 -0
  49. pulumi_alicloud/emr/outputs.py +148 -0
  50. pulumi_alicloud/emrv2/_inputs.py +224 -0
  51. pulumi_alicloud/emrv2/outputs.py +224 -0
  52. pulumi_alicloud/ess/_inputs.py +24 -0
  53. pulumi_alicloud/ess/outputs.py +24 -0
  54. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  55. pulumi_alicloud/eventbridge/outputs.py +156 -0
  56. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  57. pulumi_alicloud/expressconnect/outputs.py +12 -0
  58. pulumi_alicloud/fc/_inputs.py +32 -0
  59. pulumi_alicloud/fc/outputs.py +32 -0
  60. pulumi_alicloud/ga/_inputs.py +24 -0
  61. pulumi_alicloud/ga/outputs.py +24 -0
  62. pulumi_alicloud/gpdb/_inputs.py +48 -0
  63. pulumi_alicloud/gpdb/outputs.py +60 -0
  64. pulumi_alicloud/hbr/_inputs.py +68 -0
  65. pulumi_alicloud/hbr/outputs.py +68 -0
  66. pulumi_alicloud/imp/_inputs.py +14 -0
  67. pulumi_alicloud/imp/outputs.py +14 -0
  68. pulumi_alicloud/log/_inputs.py +14 -0
  69. pulumi_alicloud/log/outputs.py +14 -0
  70. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  71. pulumi_alicloud/maxcompute/outputs.py +54 -34
  72. pulumi_alicloud/maxcompute/project.py +230 -66
  73. pulumi_alicloud/mongodb/_inputs.py +14 -0
  74. pulumi_alicloud/mongodb/outputs.py +14 -0
  75. pulumi_alicloud/oss/_inputs.py +100 -0
  76. pulumi_alicloud/oss/outputs.py +100 -0
  77. pulumi_alicloud/ots/_inputs.py +60 -0
  78. pulumi_alicloud/ots/outputs.py +60 -0
  79. pulumi_alicloud/polardb/_inputs.py +10 -0
  80. pulumi_alicloud/polardb/cluster.py +28 -28
  81. pulumi_alicloud/polardb/outputs.py +10 -0
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/outputs.py +18 -0
  84. pulumi_alicloud/quotas/_inputs.py +10 -0
  85. pulumi_alicloud/quotas/outputs.py +10 -0
  86. pulumi_alicloud/ram/_inputs.py +24 -0
  87. pulumi_alicloud/ram/outputs.py +24 -0
  88. pulumi_alicloud/rdc/organization.py +2 -2
  89. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  90. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  91. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  92. pulumi_alicloud/rocketmq/outputs.py +36 -0
  93. pulumi_alicloud/ros/_inputs.py +72 -0
  94. pulumi_alicloud/ros/outputs.py +72 -0
  95. pulumi_alicloud/sae/_inputs.py +118 -0
  96. pulumi_alicloud/sae/outputs.py +118 -0
  97. pulumi_alicloud/scdn/_inputs.py +56 -0
  98. pulumi_alicloud/scdn/outputs.py +56 -0
  99. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  100. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  101. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  102. pulumi_alicloud/servicemesh/outputs.py +154 -0
  103. pulumi_alicloud/slb/_inputs.py +8 -8
  104. pulumi_alicloud/slb/outputs.py +8 -8
  105. pulumi_alicloud/slb/server_group.py +140 -84
  106. pulumi_alicloud/sls/_inputs.py +186 -0
  107. pulumi_alicloud/sls/outputs.py +186 -0
  108. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  109. pulumi_alicloud/threatdetection/outputs.py +32 -0
  110. pulumi_alicloud/vod/_inputs.py +18 -0
  111. pulumi_alicloud/vod/outputs.py +18 -0
  112. pulumi_alicloud/vpc/_inputs.py +50 -12
  113. pulumi_alicloud/vpc/network.py +332 -134
  114. pulumi_alicloud/vpc/outputs.py +50 -12
  115. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  116. pulumi_alicloud/vpn/_inputs.py +10 -0
  117. pulumi_alicloud/vpn/outputs.py +14 -0
  118. pulumi_alicloud/wafv3/_inputs.py +10 -0
  119. pulumi_alicloud/wafv3/outputs.py +10 -0
  120. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -142,6 +142,11 @@ class K8sSlbAttachmentSlbConfigPortMapping(dict):
142
142
  loadbalancer_protocol: str,
143
143
  service_port: 'outputs.K8sSlbAttachmentSlbConfigPortMappingServicePort',
144
144
  cert_id: Optional[str] = None):
145
+ """
146
+ :param str loadbalancer_protocol: The protocol of SLB instance configuration, values can be 'TCP', 'HTTP' or 'HTTPS'.
147
+ :param 'K8sSlbAttachmentSlbConfigPortMappingServicePortArgs' service_port: The backend k8s service configuration for SLB instance, which is supported for multiple configurations. See `service_port` below.
148
+ :param str cert_id: The ID of your tls certification, this is used for 'HTTPS' protocol only.
149
+ """
145
150
  pulumi.set(__self__, "loadbalancer_protocol", loadbalancer_protocol)
146
151
  pulumi.set(__self__, "service_port", service_port)
147
152
  if cert_id is not None:
@@ -150,16 +155,25 @@ class K8sSlbAttachmentSlbConfigPortMapping(dict):
150
155
  @property
151
156
  @pulumi.getter(name="loadbalancerProtocol")
152
157
  def loadbalancer_protocol(self) -> str:
158
+ """
159
+ The protocol of SLB instance configuration, values can be 'TCP', 'HTTP' or 'HTTPS'.
160
+ """
153
161
  return pulumi.get(self, "loadbalancer_protocol")
154
162
 
155
163
  @property
156
164
  @pulumi.getter(name="servicePort")
157
165
  def service_port(self) -> 'outputs.K8sSlbAttachmentSlbConfigPortMappingServicePort':
166
+ """
167
+ The backend k8s service configuration for SLB instance, which is supported for multiple configurations. See `service_port` below.
168
+ """
158
169
  return pulumi.get(self, "service_port")
159
170
 
160
171
  @property
161
172
  @pulumi.getter(name="certId")
162
173
  def cert_id(self) -> Optional[str]:
174
+ """
175
+ The ID of your tls certification, this is used for 'HTTPS' protocol only.
176
+ """
163
177
  return pulumi.get(self, "cert_id")
164
178
 
165
179
 
@@ -186,6 +200,11 @@ class K8sSlbAttachmentSlbConfigPortMappingServicePort(dict):
186
200
  port: int,
187
201
  protocol: str,
188
202
  target_port: int):
203
+ """
204
+ :param int port: The port of k8s service, values should be within range [1, 65535].
205
+ :param str protocol: The protocol of k8s service, values can be 'TCP' or 'UDP'.
206
+ :param int target_port: The port of k8s pod, values should be within range [1, 65535].
207
+ """
189
208
  pulumi.set(__self__, "port", port)
190
209
  pulumi.set(__self__, "protocol", protocol)
191
210
  pulumi.set(__self__, "target_port", target_port)
@@ -193,16 +212,25 @@ class K8sSlbAttachmentSlbConfigPortMappingServicePort(dict):
193
212
  @property
194
213
  @pulumi.getter
195
214
  def port(self) -> int:
215
+ """
216
+ The port of k8s service, values should be within range [1, 65535].
217
+ """
196
218
  return pulumi.get(self, "port")
197
219
 
198
220
  @property
199
221
  @pulumi.getter
200
222
  def protocol(self) -> str:
223
+ """
224
+ The protocol of k8s service, values can be 'TCP' or 'UDP'.
225
+ """
201
226
  return pulumi.get(self, "protocol")
202
227
 
203
228
  @property
204
229
  @pulumi.getter(name="targetPort")
205
230
  def target_port(self) -> int:
231
+ """
232
+ The port of k8s pod, values should be within range [1, 65535].
233
+ """
206
234
  return pulumi.get(self, "target_port")
207
235
 
208
236
 
@@ -187,12 +187,18 @@ class ClusterAdditionalVolumeArgs:
187
187
  class ClusterAdditionalVolumeRoleArgs:
188
188
  def __init__(__self__, *,
189
189
  name: Optional[pulumi.Input[str]] = None):
190
+ """
191
+ :param pulumi.Input[str] name: The type of the nodes to which the additional file system is attached.
192
+ """
190
193
  if name is not None:
191
194
  pulumi.set(__self__, "name", name)
192
195
 
193
196
  @property
194
197
  @pulumi.getter
195
198
  def name(self) -> Optional[pulumi.Input[str]]:
199
+ """
200
+ The type of the nodes to which the additional file system is attached.
201
+ """
196
202
  return pulumi.get(self, "name")
197
203
 
198
204
  @name.setter
@@ -183,12 +183,18 @@ class ClusterAdditionalVolume(dict):
183
183
  class ClusterAdditionalVolumeRole(dict):
184
184
  def __init__(__self__, *,
185
185
  name: Optional[str] = None):
186
+ """
187
+ :param str name: The type of the nodes to which the additional file system is attached.
188
+ """
186
189
  if name is not None:
187
190
  pulumi.set(__self__, "name", name)
188
191
 
189
192
  @property
190
193
  @pulumi.getter
191
194
  def name(self) -> Optional[str]:
195
+ """
196
+ The type of the nodes to which the additional file system is attached.
197
+ """
192
198
  return pulumi.get(self, "name")
193
199
 
194
200
 
@@ -27,7 +27,12 @@ class ClusterBootstrapActionArgs:
27
27
  name: Optional[pulumi.Input[str]] = None,
28
28
  path: Optional[pulumi.Input[str]] = None):
29
29
  """
30
+ :param pulumi.Input[str] arg: bootstrap action args, e.g. "--a=b".
31
+ :param pulumi.Input[str] execution_fail_strategy: bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
32
+ :param pulumi.Input[str] execution_moment: bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
33
+ :param pulumi.Input[str] execution_target: bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.
30
34
  :param pulumi.Input[str] name: The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
35
+ :param pulumi.Input[str] path: bootstrap action path, e.g. "oss://bucket/path".
31
36
  """
32
37
  if arg is not None:
33
38
  pulumi.set(__self__, "arg", arg)
@@ -45,6 +50,9 @@ class ClusterBootstrapActionArgs:
45
50
  @property
46
51
  @pulumi.getter
47
52
  def arg(self) -> Optional[pulumi.Input[str]]:
53
+ """
54
+ bootstrap action args, e.g. "--a=b".
55
+ """
48
56
  return pulumi.get(self, "arg")
49
57
 
50
58
  @arg.setter
@@ -54,6 +62,9 @@ class ClusterBootstrapActionArgs:
54
62
  @property
55
63
  @pulumi.getter(name="executionFailStrategy")
56
64
  def execution_fail_strategy(self) -> Optional[pulumi.Input[str]]:
65
+ """
66
+ bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
67
+ """
57
68
  return pulumi.get(self, "execution_fail_strategy")
58
69
 
59
70
  @execution_fail_strategy.setter
@@ -63,6 +74,9 @@ class ClusterBootstrapActionArgs:
63
74
  @property
64
75
  @pulumi.getter(name="executionMoment")
65
76
  def execution_moment(self) -> Optional[pulumi.Input[str]]:
77
+ """
78
+ bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
79
+ """
66
80
  return pulumi.get(self, "execution_moment")
67
81
 
68
82
  @execution_moment.setter
@@ -72,6 +86,9 @@ class ClusterBootstrapActionArgs:
72
86
  @property
73
87
  @pulumi.getter(name="executionTarget")
74
88
  def execution_target(self) -> Optional[pulumi.Input[str]]:
89
+ """
90
+ bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.
91
+ """
75
92
  return pulumi.get(self, "execution_target")
76
93
 
77
94
  @execution_target.setter
@@ -93,6 +110,9 @@ class ClusterBootstrapActionArgs:
93
110
  @property
94
111
  @pulumi.getter
95
112
  def path(self) -> Optional[pulumi.Input[str]]:
113
+ """
114
+ bootstrap action path, e.g. "oss://bucket/path".
115
+ """
96
116
  return pulumi.get(self, "path")
97
117
 
98
118
  @path.setter
@@ -107,6 +127,11 @@ class ClusterConfigArgs:
107
127
  config_value: pulumi.Input[str],
108
128
  file_name: pulumi.Input[str],
109
129
  service_name: pulumi.Input[str]):
130
+ """
131
+ :param pulumi.Input[str] config_key: Custom configuration service config key, e.g. ’dfs.replication’.
132
+ :param pulumi.Input[str] config_value: Custom configuration service config value, e.g. ’3’.
133
+ :param pulumi.Input[str] file_name: Custom configuration service file name, e.g. ’hdfs-site’.
134
+ """
110
135
  pulumi.set(__self__, "config_key", config_key)
111
136
  pulumi.set(__self__, "config_value", config_value)
112
137
  pulumi.set(__self__, "file_name", file_name)
@@ -115,6 +140,9 @@ class ClusterConfigArgs:
115
140
  @property
116
141
  @pulumi.getter(name="configKey")
117
142
  def config_key(self) -> pulumi.Input[str]:
143
+ """
144
+ Custom configuration service config key, e.g. ’dfs.replication’.
145
+ """
118
146
  return pulumi.get(self, "config_key")
119
147
 
120
148
  @config_key.setter
@@ -124,6 +152,9 @@ class ClusterConfigArgs:
124
152
  @property
125
153
  @pulumi.getter(name="configValue")
126
154
  def config_value(self) -> pulumi.Input[str]:
155
+ """
156
+ Custom configuration service config value, e.g. ’3’.
157
+ """
127
158
  return pulumi.get(self, "config_value")
128
159
 
129
160
  @config_value.setter
@@ -133,6 +164,9 @@ class ClusterConfigArgs:
133
164
  @property
134
165
  @pulumi.getter(name="fileName")
135
166
  def file_name(self) -> pulumi.Input[str]:
167
+ """
168
+ Custom configuration service file name, e.g. ’hdfs-site’.
169
+ """
136
170
  return pulumi.get(self, "file_name")
137
171
 
138
172
  @file_name.setter
@@ -169,8 +203,21 @@ class ClusterHostGroupArgs:
169
203
  sys_disk_capacity: Optional[pulumi.Input[str]] = None,
170
204
  sys_disk_type: Optional[pulumi.Input[str]] = None):
171
205
  """
206
+ :param pulumi.Input[bool] auto_renew: Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
172
207
  :param pulumi.Input[str] charge_type: Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
208
+ :param pulumi.Input[int] decommission_timeout: Graceful decommission timeout, unit: seconds.
209
+ :param pulumi.Input[str] disk_capacity: Data disk capacity.
210
+ :param pulumi.Input[str] disk_count: Data disk count.
211
+ :param pulumi.Input[str] disk_type: Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.
212
+ :param pulumi.Input[bool] enable_graceful_decommission: Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
213
+ :param pulumi.Input[str] host_group_name: host group name.
214
+ :param pulumi.Input[str] host_group_type: host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
215
+ :param pulumi.Input[str] instance_list: Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is \\".
216
+ :param pulumi.Input[str] instance_type: Host Ecs instance type.
217
+ :param pulumi.Input[str] node_count: Host number in this group.
173
218
  :param pulumi.Input[int] period: If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
219
+ :param pulumi.Input[str] sys_disk_capacity: System disk capacity.
220
+ :param pulumi.Input[str] sys_disk_type: System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.
174
221
  """
175
222
  if auto_renew is not None:
176
223
  pulumi.set(__self__, "auto_renew", auto_renew)
@@ -208,6 +255,9 @@ class ClusterHostGroupArgs:
208
255
  @property
209
256
  @pulumi.getter(name="autoRenew")
210
257
  def auto_renew(self) -> Optional[pulumi.Input[bool]]:
258
+ """
259
+ Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
260
+ """
211
261
  return pulumi.get(self, "auto_renew")
212
262
 
213
263
  @auto_renew.setter
@@ -229,6 +279,9 @@ class ClusterHostGroupArgs:
229
279
  @property
230
280
  @pulumi.getter(name="decommissionTimeout")
231
281
  def decommission_timeout(self) -> Optional[pulumi.Input[int]]:
282
+ """
283
+ Graceful decommission timeout, unit: seconds.
284
+ """
232
285
  return pulumi.get(self, "decommission_timeout")
233
286
 
234
287
  @decommission_timeout.setter
@@ -238,6 +291,9 @@ class ClusterHostGroupArgs:
238
291
  @property
239
292
  @pulumi.getter(name="diskCapacity")
240
293
  def disk_capacity(self) -> Optional[pulumi.Input[str]]:
294
+ """
295
+ Data disk capacity.
296
+ """
241
297
  return pulumi.get(self, "disk_capacity")
242
298
 
243
299
  @disk_capacity.setter
@@ -247,6 +303,9 @@ class ClusterHostGroupArgs:
247
303
  @property
248
304
  @pulumi.getter(name="diskCount")
249
305
  def disk_count(self) -> Optional[pulumi.Input[str]]:
306
+ """
307
+ Data disk count.
308
+ """
250
309
  return pulumi.get(self, "disk_count")
251
310
 
252
311
  @disk_count.setter
@@ -256,6 +315,9 @@ class ClusterHostGroupArgs:
256
315
  @property
257
316
  @pulumi.getter(name="diskType")
258
317
  def disk_type(self) -> Optional[pulumi.Input[str]]:
318
+ """
319
+ Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.
320
+ """
259
321
  return pulumi.get(self, "disk_type")
260
322
 
261
323
  @disk_type.setter
@@ -265,6 +327,9 @@ class ClusterHostGroupArgs:
265
327
  @property
266
328
  @pulumi.getter(name="enableGracefulDecommission")
267
329
  def enable_graceful_decommission(self) -> Optional[pulumi.Input[bool]]:
330
+ """
331
+ Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
332
+ """
268
333
  return pulumi.get(self, "enable_graceful_decommission")
269
334
 
270
335
  @enable_graceful_decommission.setter
@@ -283,6 +348,9 @@ class ClusterHostGroupArgs:
283
348
  @property
284
349
  @pulumi.getter(name="hostGroupName")
285
350
  def host_group_name(self) -> Optional[pulumi.Input[str]]:
351
+ """
352
+ host group name.
353
+ """
286
354
  return pulumi.get(self, "host_group_name")
287
355
 
288
356
  @host_group_name.setter
@@ -292,6 +360,9 @@ class ClusterHostGroupArgs:
292
360
  @property
293
361
  @pulumi.getter(name="hostGroupType")
294
362
  def host_group_type(self) -> Optional[pulumi.Input[str]]:
363
+ """
364
+ host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
365
+ """
295
366
  return pulumi.get(self, "host_group_type")
296
367
 
297
368
  @host_group_type.setter
@@ -301,6 +372,9 @@ class ClusterHostGroupArgs:
301
372
  @property
302
373
  @pulumi.getter(name="instanceList")
303
374
  def instance_list(self) -> Optional[pulumi.Input[str]]:
375
+ """
376
+ Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is \\".
377
+ """
304
378
  return pulumi.get(self, "instance_list")
305
379
 
306
380
  @instance_list.setter
@@ -310,6 +384,9 @@ class ClusterHostGroupArgs:
310
384
  @property
311
385
  @pulumi.getter(name="instanceType")
312
386
  def instance_type(self) -> Optional[pulumi.Input[str]]:
387
+ """
388
+ Host Ecs instance type.
389
+ """
313
390
  return pulumi.get(self, "instance_type")
314
391
 
315
392
  @instance_type.setter
@@ -319,6 +396,9 @@ class ClusterHostGroupArgs:
319
396
  @property
320
397
  @pulumi.getter(name="nodeCount")
321
398
  def node_count(self) -> Optional[pulumi.Input[str]]:
399
+ """
400
+ Host number in this group.
401
+ """
322
402
  return pulumi.get(self, "node_count")
323
403
 
324
404
  @node_count.setter
@@ -340,6 +420,9 @@ class ClusterHostGroupArgs:
340
420
  @property
341
421
  @pulumi.getter(name="sysDiskCapacity")
342
422
  def sys_disk_capacity(self) -> Optional[pulumi.Input[str]]:
423
+ """
424
+ System disk capacity.
425
+ """
343
426
  return pulumi.get(self, "sys_disk_capacity")
344
427
 
345
428
  @sys_disk_capacity.setter
@@ -349,6 +432,9 @@ class ClusterHostGroupArgs:
349
432
  @property
350
433
  @pulumi.getter(name="sysDiskType")
351
434
  def sys_disk_type(self) -> Optional[pulumi.Input[str]]:
435
+ """
436
+ System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.
437
+ """
352
438
  return pulumi.get(self, "sys_disk_type")
353
439
 
354
440
  @sys_disk_type.setter
@@ -362,6 +448,11 @@ class ClusterMetaStoreConfArgs:
362
448
  db_password: pulumi.Input[str],
363
449
  db_url: pulumi.Input[str],
364
450
  db_user_name: pulumi.Input[str]):
451
+ """
452
+ :param pulumi.Input[str] db_password: Custom rds database password.
453
+ :param pulumi.Input[str] db_url: Custom rds database connection url.
454
+ :param pulumi.Input[str] db_user_name: Custom rds database user name.
455
+ """
365
456
  pulumi.set(__self__, "db_password", db_password)
366
457
  pulumi.set(__self__, "db_url", db_url)
367
458
  pulumi.set(__self__, "db_user_name", db_user_name)
@@ -369,6 +460,9 @@ class ClusterMetaStoreConfArgs:
369
460
  @property
370
461
  @pulumi.getter(name="dbPassword")
371
462
  def db_password(self) -> pulumi.Input[str]:
463
+ """
464
+ Custom rds database password.
465
+ """
372
466
  return pulumi.get(self, "db_password")
373
467
 
374
468
  @db_password.setter
@@ -378,6 +472,9 @@ class ClusterMetaStoreConfArgs:
378
472
  @property
379
473
  @pulumi.getter(name="dbUrl")
380
474
  def db_url(self) -> pulumi.Input[str]:
475
+ """
476
+ Custom rds database connection url.
477
+ """
381
478
  return pulumi.get(self, "db_url")
382
479
 
383
480
  @db_url.setter
@@ -387,6 +484,9 @@ class ClusterMetaStoreConfArgs:
387
484
  @property
388
485
  @pulumi.getter(name="dbUserName")
389
486
  def db_user_name(self) -> pulumi.Input[str]:
487
+ """
488
+ Custom rds database user name.
489
+ """
390
490
  return pulumi.get(self, "db_user_name")
391
491
 
392
492
  @db_user_name.setter
@@ -406,6 +506,16 @@ class ClusterModifyClusterServiceConfigArgs:
406
506
  group_id: Optional[pulumi.Input[str]] = None,
407
507
  host_instance_id: Optional[pulumi.Input[str]] = None,
408
508
  refresh_host_config: Optional[pulumi.Input[bool]] = None):
509
+ """
510
+ :param pulumi.Input[str] config_params: Cluster service configuration modification params, e.g. ’{"hdfs-site":{"dfs.replication":"3"}}’.
511
+ :param pulumi.Input[str] comment: Cluster service configuration modification comment, e.g. "Modify tez configuration".
512
+ :param pulumi.Input[str] config_type: Cluster service configuration modification type.
513
+ :param pulumi.Input[str] custom_config_params: Cluster service configuration modification custom params, e.g. ’{"tez-site":{"key":{"Value":"value"}}}’.
514
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] gateway_cluster_id_lists: Cluster service configuration modification related gateway cluster id list.
515
+ :param pulumi.Input[str] group_id: Cluster service configuration modification node group id, e.g. ’G-XXX’.
516
+ :param pulumi.Input[str] host_instance_id: Cluster service configuration modification host instance id, e.g. ’i-bp146tnrkq4tcxxxxx’.
517
+ :param pulumi.Input[bool] refresh_host_config: Cluster service configuration modification refresh host config, ’true’ or ’false’.
518
+ """
409
519
  pulumi.set(__self__, "config_params", config_params)
410
520
  pulumi.set(__self__, "service_name", service_name)
411
521
  if comment is not None:
@@ -426,6 +536,9 @@ class ClusterModifyClusterServiceConfigArgs:
426
536
  @property
427
537
  @pulumi.getter(name="configParams")
428
538
  def config_params(self) -> pulumi.Input[str]:
539
+ """
540
+ Cluster service configuration modification params, e.g. ’{"hdfs-site":{"dfs.replication":"3"}}’.
541
+ """
429
542
  return pulumi.get(self, "config_params")
430
543
 
431
544
  @config_params.setter
@@ -444,6 +557,9 @@ class ClusterModifyClusterServiceConfigArgs:
444
557
  @property
445
558
  @pulumi.getter
446
559
  def comment(self) -> Optional[pulumi.Input[str]]:
560
+ """
561
+ Cluster service configuration modification comment, e.g. "Modify tez configuration".
562
+ """
447
563
  return pulumi.get(self, "comment")
448
564
 
449
565
  @comment.setter
@@ -453,6 +569,9 @@ class ClusterModifyClusterServiceConfigArgs:
453
569
  @property
454
570
  @pulumi.getter(name="configType")
455
571
  def config_type(self) -> Optional[pulumi.Input[str]]:
572
+ """
573
+ Cluster service configuration modification type.
574
+ """
456
575
  return pulumi.get(self, "config_type")
457
576
 
458
577
  @config_type.setter
@@ -462,6 +581,9 @@ class ClusterModifyClusterServiceConfigArgs:
462
581
  @property
463
582
  @pulumi.getter(name="customConfigParams")
464
583
  def custom_config_params(self) -> Optional[pulumi.Input[str]]:
584
+ """
585
+ Cluster service configuration modification custom params, e.g. ’{"tez-site":{"key":{"Value":"value"}}}’.
586
+ """
465
587
  return pulumi.get(self, "custom_config_params")
466
588
 
467
589
  @custom_config_params.setter
@@ -471,6 +593,9 @@ class ClusterModifyClusterServiceConfigArgs:
471
593
  @property
472
594
  @pulumi.getter(name="gatewayClusterIdLists")
473
595
  def gateway_cluster_id_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
596
+ """
597
+ Cluster service configuration modification related gateway cluster id list.
598
+ """
474
599
  return pulumi.get(self, "gateway_cluster_id_lists")
475
600
 
476
601
  @gateway_cluster_id_lists.setter
@@ -480,6 +605,9 @@ class ClusterModifyClusterServiceConfigArgs:
480
605
  @property
481
606
  @pulumi.getter(name="groupId")
482
607
  def group_id(self) -> Optional[pulumi.Input[str]]:
608
+ """
609
+ Cluster service configuration modification node group id, e.g. ’G-XXX’.
610
+ """
483
611
  return pulumi.get(self, "group_id")
484
612
 
485
613
  @group_id.setter
@@ -489,6 +617,9 @@ class ClusterModifyClusterServiceConfigArgs:
489
617
  @property
490
618
  @pulumi.getter(name="hostInstanceId")
491
619
  def host_instance_id(self) -> Optional[pulumi.Input[str]]:
620
+ """
621
+ Cluster service configuration modification host instance id, e.g. ’i-bp146tnrkq4tcxxxxx’.
622
+ """
492
623
  return pulumi.get(self, "host_instance_id")
493
624
 
494
625
  @host_instance_id.setter
@@ -498,6 +629,9 @@ class ClusterModifyClusterServiceConfigArgs:
498
629
  @property
499
630
  @pulumi.getter(name="refreshHostConfig")
500
631
  def refresh_host_config(self) -> Optional[pulumi.Input[bool]]:
632
+ """
633
+ Cluster service configuration modification refresh host config, ’true’ or ’false’.
634
+ """
501
635
  return pulumi.get(self, "refresh_host_config")
502
636
 
503
637
  @refresh_host_config.setter