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
@@ -160,6 +160,11 @@ class GetPolicyDocumentStatementConditionArgs:
160
160
  operator: str,
161
161
  values: Sequence[str],
162
162
  variable: str):
163
+ """
164
+ :param str operator: The operator of the condition.
165
+ :param Sequence[str] values: The values of the condition.
166
+ :param str variable: The variable of the condition.
167
+ """
163
168
  pulumi.set(__self__, "operator", operator)
164
169
  pulumi.set(__self__, "values", values)
165
170
  pulumi.set(__self__, "variable", variable)
@@ -167,6 +172,9 @@ class GetPolicyDocumentStatementConditionArgs:
167
172
  @property
168
173
  @pulumi.getter
169
174
  def operator(self) -> str:
175
+ """
176
+ The operator of the condition.
177
+ """
170
178
  return pulumi.get(self, "operator")
171
179
 
172
180
  @operator.setter
@@ -176,6 +184,9 @@ class GetPolicyDocumentStatementConditionArgs:
176
184
  @property
177
185
  @pulumi.getter
178
186
  def values(self) -> Sequence[str]:
187
+ """
188
+ The values of the condition.
189
+ """
179
190
  return pulumi.get(self, "values")
180
191
 
181
192
  @values.setter
@@ -185,6 +196,9 @@ class GetPolicyDocumentStatementConditionArgs:
185
196
  @property
186
197
  @pulumi.getter
187
198
  def variable(self) -> str:
199
+ """
200
+ The variable of the condition.
201
+ """
188
202
  return pulumi.get(self, "variable")
189
203
 
190
204
  @variable.setter
@@ -197,12 +211,19 @@ class GetPolicyDocumentStatementPrincipalArgs:
197
211
  def __init__(__self__, *,
198
212
  entity: str,
199
213
  identifiers: Sequence[str]):
214
+ """
215
+ :param str entity: The trusted entity. Valid values: `RAM`, `Service` and `Federated`.
216
+ :param Sequence[str] identifiers: The identifiers of the principal.
217
+ """
200
218
  pulumi.set(__self__, "entity", entity)
201
219
  pulumi.set(__self__, "identifiers", identifiers)
202
220
 
203
221
  @property
204
222
  @pulumi.getter
205
223
  def entity(self) -> str:
224
+ """
225
+ The trusted entity. Valid values: `RAM`, `Service` and `Federated`.
226
+ """
206
227
  return pulumi.get(self, "entity")
207
228
 
208
229
  @entity.setter
@@ -212,6 +233,9 @@ class GetPolicyDocumentStatementPrincipalArgs:
212
233
  @property
213
234
  @pulumi.getter
214
235
  def identifiers(self) -> Sequence[str]:
236
+ """
237
+ The identifiers of the principal.
238
+ """
215
239
  return pulumi.get(self, "identifiers")
216
240
 
217
241
  @identifiers.setter
@@ -313,6 +313,11 @@ class GetPolicyDocumentStatementConditionResult(dict):
313
313
  operator: str,
314
314
  values: Sequence[str],
315
315
  variable: str):
316
+ """
317
+ :param str operator: The operator of the condition.
318
+ :param Sequence[str] values: The values of the condition.
319
+ :param str variable: The variable of the condition.
320
+ """
316
321
  pulumi.set(__self__, "operator", operator)
317
322
  pulumi.set(__self__, "values", values)
318
323
  pulumi.set(__self__, "variable", variable)
@@ -320,16 +325,25 @@ class GetPolicyDocumentStatementConditionResult(dict):
320
325
  @property
321
326
  @pulumi.getter
322
327
  def operator(self) -> str:
328
+ """
329
+ The operator of the condition.
330
+ """
323
331
  return pulumi.get(self, "operator")
324
332
 
325
333
  @property
326
334
  @pulumi.getter
327
335
  def values(self) -> Sequence[str]:
336
+ """
337
+ The values of the condition.
338
+ """
328
339
  return pulumi.get(self, "values")
329
340
 
330
341
  @property
331
342
  @pulumi.getter
332
343
  def variable(self) -> str:
344
+ """
345
+ The variable of the condition.
346
+ """
333
347
  return pulumi.get(self, "variable")
334
348
 
335
349
 
@@ -338,17 +352,27 @@ class GetPolicyDocumentStatementPrincipalResult(dict):
338
352
  def __init__(__self__, *,
339
353
  entity: str,
340
354
  identifiers: Sequence[str]):
355
+ """
356
+ :param str entity: The trusted entity. Valid values: `RAM`, `Service` and `Federated`.
357
+ :param Sequence[str] identifiers: The identifiers of the principal.
358
+ """
341
359
  pulumi.set(__self__, "entity", entity)
342
360
  pulumi.set(__self__, "identifiers", identifiers)
343
361
 
344
362
  @property
345
363
  @pulumi.getter
346
364
  def entity(self) -> str:
365
+ """
366
+ The trusted entity. Valid values: `RAM`, `Service` and `Federated`.
367
+ """
347
368
  return pulumi.get(self, "entity")
348
369
 
349
370
  @property
350
371
  @pulumi.getter
351
372
  def identifiers(self) -> Sequence[str]:
373
+ """
374
+ The identifiers of the principal.
375
+ """
352
376
  return pulumi.get(self, "identifiers")
353
377
 
354
378
 
@@ -166,7 +166,7 @@ class Organization(pulumi.CustomResource):
166
166
  """
167
167
  Provides a RDC Organization resource.
168
168
 
169
- For information about RDC Organization and how to use it, see [What is Organization](https://help.aliyun.com/product/51588.html).
169
+ For information about RDC Organization and how to use it, see [What is Organization](https://help.aliyun.com/document_detail/51678.html).
170
170
 
171
171
  > **NOTE:** Available in v1.137.0+.
172
172
 
@@ -207,7 +207,7 @@ class Organization(pulumi.CustomResource):
207
207
  """
208
208
  Provides a RDC Organization resource.
209
209
 
210
- For information about RDC Organization and how to use it, see [What is Organization](https://help.aliyun.com/product/51588.html).
210
+ For information about RDC Organization and how to use it, see [What is Organization](https://help.aliyun.com/document_detail/51678.html).
211
211
 
212
212
  > **NOTE:** Available in v1.137.0+.
213
213
 
@@ -80,11 +80,17 @@ class VvpInstanceStorageArgs:
80
80
  class VvpInstanceStorageOssArgs:
81
81
  def __init__(__self__, *,
82
82
  bucket: pulumi.Input[str]):
83
+ """
84
+ :param pulumi.Input[str] bucket: OSS Bucket name.
85
+ """
83
86
  pulumi.set(__self__, "bucket", bucket)
84
87
 
85
88
  @property
86
89
  @pulumi.getter
87
90
  def bucket(self) -> pulumi.Input[str]:
91
+ """
92
+ OSS Bucket name.
93
+ """
88
94
  return pulumi.get(self, "bucket")
89
95
 
90
96
  @bucket.setter
@@ -86,11 +86,17 @@ class VvpInstanceStorage(dict):
86
86
  class VvpInstanceStorageOss(dict):
87
87
  def __init__(__self__, *,
88
88
  bucket: str):
89
+ """
90
+ :param str bucket: OSS Bucket name.
91
+ """
89
92
  pulumi.set(__self__, "bucket", bucket)
90
93
 
91
94
  @property
92
95
  @pulumi.getter
93
96
  def bucket(self) -> str:
97
+ """
98
+ OSS Bucket name.
99
+ """
94
100
  return pulumi.get(self, "bucket")
95
101
 
96
102
 
@@ -173,6 +173,16 @@ class RocketMQInstanceNetworkInfoInternetInfoArgs:
173
173
  internet_spec: pulumi.Input[str],
174
174
  flow_out_bandwidth: Optional[pulumi.Input[int]] = None,
175
175
  ip_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
176
+ """
177
+ :param pulumi.Input[str] flow_out_type: Public network billing type. The parameter values are as follows:
178
+ - payByBandwidth: Fixed bandwidth billing. Set this value when enabling public network access.
179
+ - uninvolved: Not involved. Set this value when disabling public network access.
180
+ :param pulumi.Input[str] internet_spec: Whether to enable public network access. Instances by default support VPC access. If public network access is enabled, Alibaba Cloud Message Queue RocketMQ version will incur charges for public network outbound bandwidth. For specific billing information, please refer to [Public Network Access Fees](https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/product-overview/internet-access-fee). The parameter values are as follows:
181
+ - enable: Enable public network access
182
+ - disable: Disable public network access
183
+ :param pulumi.Input[int] flow_out_bandwidth: Public network bandwidth specification. Unit: Mb/s.This field should only be filled when the public network billing type is set to payByBandwidth.The value range is [1 - 1000].
184
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_whitelists: internet ip whitelist.
185
+ """
176
186
  pulumi.set(__self__, "flow_out_type", flow_out_type)
177
187
  pulumi.set(__self__, "internet_spec", internet_spec)
178
188
  if flow_out_bandwidth is not None:
@@ -183,6 +193,11 @@ class RocketMQInstanceNetworkInfoInternetInfoArgs:
183
193
  @property
184
194
  @pulumi.getter(name="flowOutType")
185
195
  def flow_out_type(self) -> pulumi.Input[str]:
196
+ """
197
+ Public network billing type. The parameter values are as follows:
198
+ - payByBandwidth: Fixed bandwidth billing. Set this value when enabling public network access.
199
+ - uninvolved: Not involved. Set this value when disabling public network access.
200
+ """
186
201
  return pulumi.get(self, "flow_out_type")
187
202
 
188
203
  @flow_out_type.setter
@@ -192,6 +207,11 @@ class RocketMQInstanceNetworkInfoInternetInfoArgs:
192
207
  @property
193
208
  @pulumi.getter(name="internetSpec")
194
209
  def internet_spec(self) -> pulumi.Input[str]:
210
+ """
211
+ Whether to enable public network access. Instances by default support VPC access. If public network access is enabled, Alibaba Cloud Message Queue RocketMQ version will incur charges for public network outbound bandwidth. For specific billing information, please refer to [Public Network Access Fees](https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/product-overview/internet-access-fee). The parameter values are as follows:
212
+ - enable: Enable public network access
213
+ - disable: Disable public network access
214
+ """
195
215
  return pulumi.get(self, "internet_spec")
196
216
 
197
217
  @internet_spec.setter
@@ -201,6 +221,9 @@ class RocketMQInstanceNetworkInfoInternetInfoArgs:
201
221
  @property
202
222
  @pulumi.getter(name="flowOutBandwidth")
203
223
  def flow_out_bandwidth(self) -> Optional[pulumi.Input[int]]:
224
+ """
225
+ Public network bandwidth specification. Unit: Mb/s.This field should only be filled when the public network billing type is set to payByBandwidth.The value range is [1 - 1000].
226
+ """
204
227
  return pulumi.get(self, "flow_out_bandwidth")
205
228
 
206
229
  @flow_out_bandwidth.setter
@@ -210,6 +233,9 @@ class RocketMQInstanceNetworkInfoInternetInfoArgs:
210
233
  @property
211
234
  @pulumi.getter(name="ipWhitelists")
212
235
  def ip_whitelists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
236
+ """
237
+ internet ip whitelist.
238
+ """
213
239
  return pulumi.get(self, "ip_whitelists")
214
240
 
215
241
  @ip_whitelists.setter
@@ -222,12 +248,19 @@ class RocketMQInstanceNetworkInfoVpcInfoArgs:
222
248
  def __init__(__self__, *,
223
249
  vpc_id: pulumi.Input[str],
224
250
  vswitch_id: pulumi.Input[str]):
251
+ """
252
+ :param pulumi.Input[str] vpc_id: Proprietary Network.
253
+ :param pulumi.Input[str] vswitch_id: VPC network switch.
254
+ """
225
255
  pulumi.set(__self__, "vpc_id", vpc_id)
226
256
  pulumi.set(__self__, "vswitch_id", vswitch_id)
227
257
 
228
258
  @property
229
259
  @pulumi.getter(name="vpcId")
230
260
  def vpc_id(self) -> pulumi.Input[str]:
261
+ """
262
+ Proprietary Network.
263
+ """
231
264
  return pulumi.get(self, "vpc_id")
232
265
 
233
266
  @vpc_id.setter
@@ -237,6 +270,9 @@ class RocketMQInstanceNetworkInfoVpcInfoArgs:
237
270
  @property
238
271
  @pulumi.getter(name="vswitchId")
239
272
  def vswitch_id(self) -> pulumi.Input[str]:
273
+ """
274
+ VPC network switch.
275
+ """
240
276
  return pulumi.get(self, "vswitch_id")
241
277
 
242
278
  @vswitch_id.setter
@@ -227,6 +227,16 @@ class RocketMQInstanceNetworkInfoInternetInfo(dict):
227
227
  internet_spec: str,
228
228
  flow_out_bandwidth: Optional[int] = None,
229
229
  ip_whitelists: Optional[Sequence[str]] = None):
230
+ """
231
+ :param str flow_out_type: Public network billing type. The parameter values are as follows:
232
+ - payByBandwidth: Fixed bandwidth billing. Set this value when enabling public network access.
233
+ - uninvolved: Not involved. Set this value when disabling public network access.
234
+ :param str internet_spec: Whether to enable public network access. Instances by default support VPC access. If public network access is enabled, Alibaba Cloud Message Queue RocketMQ version will incur charges for public network outbound bandwidth. For specific billing information, please refer to [Public Network Access Fees](https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/product-overview/internet-access-fee). The parameter values are as follows:
235
+ - enable: Enable public network access
236
+ - disable: Disable public network access
237
+ :param int flow_out_bandwidth: Public network bandwidth specification. Unit: Mb/s.This field should only be filled when the public network billing type is set to payByBandwidth.The value range is [1 - 1000].
238
+ :param Sequence[str] ip_whitelists: internet ip whitelist.
239
+ """
230
240
  pulumi.set(__self__, "flow_out_type", flow_out_type)
231
241
  pulumi.set(__self__, "internet_spec", internet_spec)
232
242
  if flow_out_bandwidth is not None:
@@ -237,21 +247,37 @@ class RocketMQInstanceNetworkInfoInternetInfo(dict):
237
247
  @property
238
248
  @pulumi.getter(name="flowOutType")
239
249
  def flow_out_type(self) -> str:
250
+ """
251
+ Public network billing type. The parameter values are as follows:
252
+ - payByBandwidth: Fixed bandwidth billing. Set this value when enabling public network access.
253
+ - uninvolved: Not involved. Set this value when disabling public network access.
254
+ """
240
255
  return pulumi.get(self, "flow_out_type")
241
256
 
242
257
  @property
243
258
  @pulumi.getter(name="internetSpec")
244
259
  def internet_spec(self) -> str:
260
+ """
261
+ Whether to enable public network access. Instances by default support VPC access. If public network access is enabled, Alibaba Cloud Message Queue RocketMQ version will incur charges for public network outbound bandwidth. For specific billing information, please refer to [Public Network Access Fees](https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/product-overview/internet-access-fee). The parameter values are as follows:
262
+ - enable: Enable public network access
263
+ - disable: Disable public network access
264
+ """
245
265
  return pulumi.get(self, "internet_spec")
246
266
 
247
267
  @property
248
268
  @pulumi.getter(name="flowOutBandwidth")
249
269
  def flow_out_bandwidth(self) -> Optional[int]:
270
+ """
271
+ Public network bandwidth specification. Unit: Mb/s.This field should only be filled when the public network billing type is set to payByBandwidth.The value range is [1 - 1000].
272
+ """
250
273
  return pulumi.get(self, "flow_out_bandwidth")
251
274
 
252
275
  @property
253
276
  @pulumi.getter(name="ipWhitelists")
254
277
  def ip_whitelists(self) -> Optional[Sequence[str]]:
278
+ """
279
+ internet ip whitelist.
280
+ """
255
281
  return pulumi.get(self, "ip_whitelists")
256
282
 
257
283
 
@@ -279,17 +305,27 @@ class RocketMQInstanceNetworkInfoVpcInfo(dict):
279
305
  def __init__(__self__, *,
280
306
  vpc_id: str,
281
307
  vswitch_id: str):
308
+ """
309
+ :param str vpc_id: Proprietary Network.
310
+ :param str vswitch_id: VPC network switch.
311
+ """
282
312
  pulumi.set(__self__, "vpc_id", vpc_id)
283
313
  pulumi.set(__self__, "vswitch_id", vswitch_id)
284
314
 
285
315
  @property
286
316
  @pulumi.getter(name="vpcId")
287
317
  def vpc_id(self) -> str:
318
+ """
319
+ Proprietary Network.
320
+ """
288
321
  return pulumi.get(self, "vpc_id")
289
322
 
290
323
  @property
291
324
  @pulumi.getter(name="vswitchId")
292
325
  def vswitch_id(self) -> str:
326
+ """
327
+ VPC network switch.
328
+ """
293
329
  return pulumi.get(self, "vswitch_id")
294
330
 
295
331
 
@@ -25,12 +25,19 @@ class ChangeSetParameterArgs:
25
25
  def __init__(__self__, *,
26
26
  parameter_key: pulumi.Input[str],
27
27
  parameter_value: pulumi.Input[str]):
28
+ """
29
+ :param pulumi.Input[str] parameter_key: The parameter key.
30
+ :param pulumi.Input[str] parameter_value: The parameter value.
31
+ """
28
32
  pulumi.set(__self__, "parameter_key", parameter_key)
29
33
  pulumi.set(__self__, "parameter_value", parameter_value)
30
34
 
31
35
  @property
32
36
  @pulumi.getter(name="parameterKey")
33
37
  def parameter_key(self) -> pulumi.Input[str]:
38
+ """
39
+ The parameter key.
40
+ """
34
41
  return pulumi.get(self, "parameter_key")
35
42
 
36
43
  @parameter_key.setter
@@ -40,6 +47,9 @@ class ChangeSetParameterArgs:
40
47
  @property
41
48
  @pulumi.getter(name="parameterValue")
42
49
  def parameter_value(self) -> pulumi.Input[str]:
50
+ """
51
+ The parameter value.
52
+ """
43
53
  return pulumi.get(self, "parameter_value")
44
54
 
45
55
  @parameter_value.setter
@@ -52,6 +62,10 @@ class StackGroupParameterArgs:
52
62
  def __init__(__self__, *,
53
63
  parameter_key: Optional[pulumi.Input[str]] = None,
54
64
  parameter_value: Optional[pulumi.Input[str]] = None):
65
+ """
66
+ :param pulumi.Input[str] parameter_key: The parameter key.
67
+ :param pulumi.Input[str] parameter_value: The parameter value.
68
+ """
55
69
  if parameter_key is not None:
56
70
  pulumi.set(__self__, "parameter_key", parameter_key)
57
71
  if parameter_value is not None:
@@ -60,6 +74,9 @@ class StackGroupParameterArgs:
60
74
  @property
61
75
  @pulumi.getter(name="parameterKey")
62
76
  def parameter_key(self) -> Optional[pulumi.Input[str]]:
77
+ """
78
+ The parameter key.
79
+ """
63
80
  return pulumi.get(self, "parameter_key")
64
81
 
65
82
  @parameter_key.setter
@@ -69,6 +86,9 @@ class StackGroupParameterArgs:
69
86
  @property
70
87
  @pulumi.getter(name="parameterValue")
71
88
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
89
+ """
90
+ The parameter value.
91
+ """
72
92
  return pulumi.get(self, "parameter_value")
73
93
 
74
94
  @parameter_value.setter
@@ -81,6 +101,10 @@ class StackInstanceParameterOverrideArgs:
81
101
  def __init__(__self__, *,
82
102
  parameter_key: Optional[pulumi.Input[str]] = None,
83
103
  parameter_value: Optional[pulumi.Input[str]] = None):
104
+ """
105
+ :param pulumi.Input[str] parameter_key: The key of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
106
+ :param pulumi.Input[str] parameter_value: The value of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
107
+ """
84
108
  if parameter_key is not None:
85
109
  pulumi.set(__self__, "parameter_key", parameter_key)
86
110
  if parameter_value is not None:
@@ -89,6 +113,9 @@ class StackInstanceParameterOverrideArgs:
89
113
  @property
90
114
  @pulumi.getter(name="parameterKey")
91
115
  def parameter_key(self) -> Optional[pulumi.Input[str]]:
116
+ """
117
+ The key of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
118
+ """
92
119
  return pulumi.get(self, "parameter_key")
93
120
 
94
121
  @parameter_key.setter
@@ -98,6 +125,9 @@ class StackInstanceParameterOverrideArgs:
98
125
  @property
99
126
  @pulumi.getter(name="parameterValue")
100
127
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
128
+ """
129
+ The value of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
130
+ """
101
131
  return pulumi.get(self, "parameter_value")
102
132
 
103
133
  @parameter_value.setter
@@ -110,6 +140,10 @@ class StackParameterArgs:
110
140
  def __init__(__self__, *,
111
141
  parameter_value: pulumi.Input[str],
112
142
  parameter_key: Optional[pulumi.Input[str]] = None):
143
+ """
144
+ :param pulumi.Input[str] parameter_value: The parameter value.
145
+ :param pulumi.Input[str] parameter_key: The parameter key.
146
+ """
113
147
  pulumi.set(__self__, "parameter_value", parameter_value)
114
148
  if parameter_key is not None:
115
149
  pulumi.set(__self__, "parameter_key", parameter_key)
@@ -117,6 +151,9 @@ class StackParameterArgs:
117
151
  @property
118
152
  @pulumi.getter(name="parameterValue")
119
153
  def parameter_value(self) -> pulumi.Input[str]:
154
+ """
155
+ The parameter value.
156
+ """
120
157
  return pulumi.get(self, "parameter_value")
121
158
 
122
159
  @parameter_value.setter
@@ -126,6 +163,9 @@ class StackParameterArgs:
126
163
  @property
127
164
  @pulumi.getter(name="parameterKey")
128
165
  def parameter_key(self) -> Optional[pulumi.Input[str]]:
166
+ """
167
+ The parameter key.
168
+ """
129
169
  return pulumi.get(self, "parameter_key")
130
170
 
131
171
  @parameter_key.setter
@@ -138,12 +178,19 @@ class TemplateScratchPreferenceParameterArgs:
138
178
  def __init__(__self__, *,
139
179
  parameter_key: pulumi.Input[str],
140
180
  parameter_value: pulumi.Input[str]):
181
+ """
182
+ :param pulumi.Input[str] parameter_key: Priority parameter key. For more information about values, see [supplementary instructions for request parameters](https://www.alibabacloud.com/help/zh/doc-detail/358846.html#h2-url-4).
183
+ :param pulumi.Input[str] parameter_value: Priority parameter value. For more information about values, see [supplementary instructions for request parameters](https://www.alibabacloud.com/help/zh/doc-detail/358846.html#h2-url-4).
184
+ """
141
185
  pulumi.set(__self__, "parameter_key", parameter_key)
142
186
  pulumi.set(__self__, "parameter_value", parameter_value)
143
187
 
144
188
  @property
145
189
  @pulumi.getter(name="parameterKey")
146
190
  def parameter_key(self) -> pulumi.Input[str]:
191
+ """
192
+ Priority parameter key. For more information about values, see [supplementary instructions for request parameters](https://www.alibabacloud.com/help/zh/doc-detail/358846.html#h2-url-4).
193
+ """
147
194
  return pulumi.get(self, "parameter_key")
148
195
 
149
196
  @parameter_key.setter
@@ -153,6 +200,9 @@ class TemplateScratchPreferenceParameterArgs:
153
200
  @property
154
201
  @pulumi.getter(name="parameterValue")
155
202
  def parameter_value(self) -> pulumi.Input[str]:
203
+ """
204
+ Priority parameter value. For more information about values, see [supplementary instructions for request parameters](https://www.alibabacloud.com/help/zh/doc-detail/358846.html#h2-url-4).
205
+ """
156
206
  return pulumi.get(self, "parameter_value")
157
207
 
158
208
  @parameter_value.setter
@@ -165,12 +215,19 @@ class TemplateScratchSourceResourceArgs:
165
215
  def __init__(__self__, *,
166
216
  resource_id: pulumi.Input[str],
167
217
  resource_type: pulumi.Input[str]):
218
+ """
219
+ :param pulumi.Input[str] resource_id: The ID of the Source Resource.
220
+ :param pulumi.Input[str] resource_type: The type of the Source resource.
221
+ """
168
222
  pulumi.set(__self__, "resource_id", resource_id)
169
223
  pulumi.set(__self__, "resource_type", resource_type)
170
224
 
171
225
  @property
172
226
  @pulumi.getter(name="resourceId")
173
227
  def resource_id(self) -> pulumi.Input[str]:
228
+ """
229
+ The ID of the Source Resource.
230
+ """
174
231
  return pulumi.get(self, "resource_id")
175
232
 
176
233
  @resource_id.setter
@@ -180,6 +237,9 @@ class TemplateScratchSourceResourceArgs:
180
237
  @property
181
238
  @pulumi.getter(name="resourceType")
182
239
  def resource_type(self) -> pulumi.Input[str]:
240
+ """
241
+ The type of the Source resource.
242
+ """
183
243
  return pulumi.get(self, "resource_type")
184
244
 
185
245
  @resource_type.setter
@@ -192,6 +252,9 @@ class TemplateScratchSourceResourceGroupArgs:
192
252
  def __init__(__self__, *,
193
253
  resource_group_id: pulumi.Input[str],
194
254
  resource_type_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
255
+ """
256
+ :param pulumi.Input[str] resource_group_id: The ID of the Source Resource Group.
257
+ """
195
258
  pulumi.set(__self__, "resource_group_id", resource_group_id)
196
259
  if resource_type_filters is not None:
197
260
  pulumi.set(__self__, "resource_type_filters", resource_type_filters)
@@ -199,6 +262,9 @@ class TemplateScratchSourceResourceGroupArgs:
199
262
  @property
200
263
  @pulumi.getter(name="resourceGroupId")
201
264
  def resource_group_id(self) -> pulumi.Input[str]:
265
+ """
266
+ The ID of the Source Resource Group.
267
+ """
202
268
  return pulumi.get(self, "resource_group_id")
203
269
 
204
270
  @resource_group_id.setter
@@ -220,6 +286,9 @@ class TemplateScratchSourceTagArgs:
220
286
  def __init__(__self__, *,
221
287
  resource_tags: pulumi.Input[Mapping[str, Any]],
222
288
  resource_type_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
289
+ """
290
+ :param pulumi.Input[Mapping[str, Any]] resource_tags: Source label. **NOTE:** A maximum of 10 source labels can be configured.
291
+ """
223
292
  pulumi.set(__self__, "resource_tags", resource_tags)
224
293
  if resource_type_filters is not None:
225
294
  pulumi.set(__self__, "resource_type_filters", resource_type_filters)
@@ -227,6 +296,9 @@ class TemplateScratchSourceTagArgs:
227
296
  @property
228
297
  @pulumi.getter(name="resourceTags")
229
298
  def resource_tags(self) -> pulumi.Input[Mapping[str, Any]]:
299
+ """
300
+ Source label. **NOTE:** A maximum of 10 source labels can be configured.
301
+ """
230
302
  return pulumi.get(self, "resource_tags")
231
303
 
232
304
  @resource_tags.setter