pulumi-alicloud 3.73.0a1736850863__py3-none-any.whl → 3.73.0a1736949061__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 (78) hide show
  1. pulumi_alicloud/__init__.py +59 -0
  2. pulumi_alicloud/alb/__init__.py +1 -0
  3. pulumi_alicloud/alb/_inputs.py +6 -6
  4. pulumi_alicloud/alb/a_script.py +116 -98
  5. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +303 -0
  6. pulumi_alicloud/alb/outputs.py +4 -4
  7. pulumi_alicloud/alikafka/instance.py +188 -70
  8. pulumi_alicloud/amqp/instance.py +77 -28
  9. pulumi_alicloud/bastionhost/_inputs.py +40 -38
  10. pulumi_alicloud/bastionhost/get_instances.py +6 -22
  11. pulumi_alicloud/bastionhost/outputs.py +60 -49
  12. pulumi_alicloud/cen/instance_grant.py +4 -0
  13. pulumi_alicloud/cloudcontrol/__init__.py +12 -0
  14. pulumi_alicloud/cloudcontrol/get_prices.py +199 -0
  15. pulumi_alicloud/cloudcontrol/get_products.py +187 -0
  16. pulumi_alicloud/cloudcontrol/get_resource_types.py +178 -0
  17. pulumi_alicloud/cloudcontrol/outputs.py +688 -0
  18. pulumi_alicloud/cloudcontrol/resource.py +407 -0
  19. pulumi_alicloud/cms/_inputs.py +21 -15
  20. pulumi_alicloud/cms/alarm.py +7 -7
  21. pulumi_alicloud/cms/outputs.py +14 -10
  22. pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +4 -2
  23. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +2 -0
  24. pulumi_alicloud/cs/kubernetes.py +14 -14
  25. pulumi_alicloud/cs/managed_kubernetes.py +137 -47
  26. pulumi_alicloud/dataworks/__init__.py +4 -0
  27. pulumi_alicloud/dataworks/_inputs.py +1534 -0
  28. pulumi_alicloud/dataworks/di_alarm_rule.py +708 -0
  29. pulumi_alicloud/dataworks/di_job.py +1005 -0
  30. pulumi_alicloud/dataworks/dw_resource_group.py +703 -0
  31. pulumi_alicloud/dataworks/network.py +331 -0
  32. pulumi_alicloud/dataworks/outputs.py +1247 -0
  33. pulumi_alicloud/dcdn/waf_rule.py +14 -14
  34. pulumi_alicloud/dns/get_alidns_domains.py +7 -2
  35. pulumi_alicloud/dns/outputs.py +8 -0
  36. pulumi_alicloud/ecs/ecs_launch_template.py +122 -0
  37. pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
  38. pulumi_alicloud/ecs/ecs_session_manager_status.py +18 -18
  39. pulumi_alicloud/ecs/instance.py +7 -7
  40. pulumi_alicloud/ecs/launch_template.py +88 -0
  41. pulumi_alicloud/fc/custom_domain.py +2 -2
  42. pulumi_alicloud/fc/function.py +32 -4
  43. pulumi_alicloud/fc/v2_function.py +20 -0
  44. pulumi_alicloud/hbr/__init__.py +1 -0
  45. pulumi_alicloud/hbr/cross_account.py +338 -0
  46. pulumi_alicloud/ims/oidc_provider.py +28 -0
  47. pulumi_alicloud/log/resource_record.py +42 -26
  48. pulumi_alicloud/message/service_queue.py +106 -59
  49. pulumi_alicloud/message/service_topic.py +182 -37
  50. pulumi_alicloud/mongodb/account.py +138 -163
  51. pulumi_alicloud/oos/secret_parameter.py +84 -9
  52. pulumi_alicloud/oss/bucket.py +1 -1
  53. pulumi_alicloud/oss/bucket_policy.py +2 -4
  54. pulumi_alicloud/oss/bucket_referer.py +2 -4
  55. pulumi_alicloud/oss/get_buckets.py +16 -2
  56. pulumi_alicloud/oss/outputs.py +18 -17
  57. pulumi_alicloud/pulumi-plugin.json +1 -1
  58. pulumi_alicloud/sae/application.py +84 -7
  59. pulumi_alicloud/sls/collection_policy.py +2 -2
  60. pulumi_alicloud/vpc/__init__.py +5 -0
  61. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +295 -0
  62. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +196 -0
  63. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +353 -0
  64. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +333 -0
  65. pulumi_alicloud/vpc/get_ipam_ipams.py +291 -0
  66. pulumi_alicloud/vpc/get_networks.py +3 -0
  67. pulumi_alicloud/vpc/nat_gateway.py +145 -7
  68. pulumi_alicloud/vpc/outputs.py +777 -0
  69. pulumi_alicloud/vpc/snat_entry.py +107 -48
  70. pulumi_alicloud/vpn/_inputs.py +96 -72
  71. pulumi_alicloud/vpn/connection.py +24 -28
  72. pulumi_alicloud/vpn/outputs.py +64 -48
  73. pulumi_alicloud/yundun/_inputs.py +26 -24
  74. pulumi_alicloud/yundun/outputs.py +37 -22
  75. {pulumi_alicloud-3.73.0a1736850863.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/METADATA +1 -1
  76. {pulumi_alicloud-3.73.0a1736850863.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/RECORD +78 -61
  77. {pulumi_alicloud-3.73.0a1736850863.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/WHEEL +0 -0
  78. {pulumi_alicloud-3.73.0a1736850863.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,688 @@
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
+ 'GetPricesPriceResult',
20
+ 'GetPricesPriceModuleDetailResult',
21
+ 'GetPricesPricePromotionDetailResult',
22
+ 'GetProductsProductResult',
23
+ 'GetResourceTypesTypeResult',
24
+ 'GetResourceTypesTypeHandlersResult',
25
+ 'GetResourceTypesTypeHandlersCreateResult',
26
+ 'GetResourceTypesTypeHandlersDeleteResult',
27
+ 'GetResourceTypesTypeHandlersGetResult',
28
+ 'GetResourceTypesTypeHandlersListResult',
29
+ 'GetResourceTypesTypeHandlersUpdateResult',
30
+ 'GetResourceTypesTypeInfoResult',
31
+ ]
32
+
33
+ @pulumi.output_type
34
+ class GetPricesPriceResult(dict):
35
+ def __init__(__self__, *,
36
+ currency: str,
37
+ discount_price: float,
38
+ module_details: Sequence['outputs.GetPricesPriceModuleDetailResult'],
39
+ original_price: float,
40
+ promotion_details: Sequence['outputs.GetPricesPricePromotionDetailResult'],
41
+ trade_price: float):
42
+ """
43
+ :param str currency: Currency. Value range: CNY: RMB. USD: USD. JPY: Japanese yen.
44
+ :param float discount_price: Discount
45
+ :param Sequence['GetPricesPriceModuleDetailArgs'] module_details: Pricing Module Price Details
46
+ :param float original_price: Original Price
47
+ :param Sequence['GetPricesPricePromotionDetailArgs'] promotion_details: Offer Details
48
+ :param float trade_price: Preferential price
49
+ """
50
+ pulumi.set(__self__, "currency", currency)
51
+ pulumi.set(__self__, "discount_price", discount_price)
52
+ pulumi.set(__self__, "module_details", module_details)
53
+ pulumi.set(__self__, "original_price", original_price)
54
+ pulumi.set(__self__, "promotion_details", promotion_details)
55
+ pulumi.set(__self__, "trade_price", trade_price)
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def currency(self) -> str:
60
+ """
61
+ Currency. Value range: CNY: RMB. USD: USD. JPY: Japanese yen.
62
+ """
63
+ return pulumi.get(self, "currency")
64
+
65
+ @property
66
+ @pulumi.getter(name="discountPrice")
67
+ def discount_price(self) -> float:
68
+ """
69
+ Discount
70
+ """
71
+ return pulumi.get(self, "discount_price")
72
+
73
+ @property
74
+ @pulumi.getter(name="moduleDetails")
75
+ def module_details(self) -> Sequence['outputs.GetPricesPriceModuleDetailResult']:
76
+ """
77
+ Pricing Module Price Details
78
+ """
79
+ return pulumi.get(self, "module_details")
80
+
81
+ @property
82
+ @pulumi.getter(name="originalPrice")
83
+ def original_price(self) -> float:
84
+ """
85
+ Original Price
86
+ """
87
+ return pulumi.get(self, "original_price")
88
+
89
+ @property
90
+ @pulumi.getter(name="promotionDetails")
91
+ def promotion_details(self) -> Sequence['outputs.GetPricesPricePromotionDetailResult']:
92
+ """
93
+ Offer Details
94
+ """
95
+ return pulumi.get(self, "promotion_details")
96
+
97
+ @property
98
+ @pulumi.getter(name="tradePrice")
99
+ def trade_price(self) -> float:
100
+ """
101
+ Preferential price
102
+ """
103
+ return pulumi.get(self, "trade_price")
104
+
105
+
106
+ @pulumi.output_type
107
+ class GetPricesPriceModuleDetailResult(dict):
108
+ def __init__(__self__, *,
109
+ cost_after_discount: float,
110
+ invoice_discount: float,
111
+ module_code: str,
112
+ module_name: str,
113
+ original_cost: float,
114
+ price_type: str):
115
+ """
116
+ :param float cost_after_discount: Preferential price.
117
+ :param float invoice_discount: Discount.
118
+ :param str module_code: Valuation Module Identification.
119
+ :param str module_name: Pricing Module Name.
120
+ :param float original_cost: Original Price.
121
+ :param str price_type: Price Type.
122
+ """
123
+ pulumi.set(__self__, "cost_after_discount", cost_after_discount)
124
+ pulumi.set(__self__, "invoice_discount", invoice_discount)
125
+ pulumi.set(__self__, "module_code", module_code)
126
+ pulumi.set(__self__, "module_name", module_name)
127
+ pulumi.set(__self__, "original_cost", original_cost)
128
+ pulumi.set(__self__, "price_type", price_type)
129
+
130
+ @property
131
+ @pulumi.getter(name="costAfterDiscount")
132
+ def cost_after_discount(self) -> float:
133
+ """
134
+ Preferential price.
135
+ """
136
+ return pulumi.get(self, "cost_after_discount")
137
+
138
+ @property
139
+ @pulumi.getter(name="invoiceDiscount")
140
+ def invoice_discount(self) -> float:
141
+ """
142
+ Discount.
143
+ """
144
+ return pulumi.get(self, "invoice_discount")
145
+
146
+ @property
147
+ @pulumi.getter(name="moduleCode")
148
+ def module_code(self) -> str:
149
+ """
150
+ Valuation Module Identification.
151
+ """
152
+ return pulumi.get(self, "module_code")
153
+
154
+ @property
155
+ @pulumi.getter(name="moduleName")
156
+ def module_name(self) -> str:
157
+ """
158
+ Pricing Module Name.
159
+ """
160
+ return pulumi.get(self, "module_name")
161
+
162
+ @property
163
+ @pulumi.getter(name="originalCost")
164
+ def original_cost(self) -> float:
165
+ """
166
+ Original Price.
167
+ """
168
+ return pulumi.get(self, "original_cost")
169
+
170
+ @property
171
+ @pulumi.getter(name="priceType")
172
+ def price_type(self) -> str:
173
+ """
174
+ Price Type.
175
+ """
176
+ return pulumi.get(self, "price_type")
177
+
178
+
179
+ @pulumi.output_type
180
+ class GetPricesPricePromotionDetailResult(dict):
181
+ def __init__(__self__, *,
182
+ promotion_desc: str,
183
+ promotion_id: int,
184
+ promotion_name: str):
185
+ """
186
+ :param str promotion_desc: Offer Description.
187
+ :param int promotion_id: Offer logo.
188
+ :param str promotion_name: Offer Name.
189
+ """
190
+ pulumi.set(__self__, "promotion_desc", promotion_desc)
191
+ pulumi.set(__self__, "promotion_id", promotion_id)
192
+ pulumi.set(__self__, "promotion_name", promotion_name)
193
+
194
+ @property
195
+ @pulumi.getter(name="promotionDesc")
196
+ def promotion_desc(self) -> str:
197
+ """
198
+ Offer Description.
199
+ """
200
+ return pulumi.get(self, "promotion_desc")
201
+
202
+ @property
203
+ @pulumi.getter(name="promotionId")
204
+ def promotion_id(self) -> int:
205
+ """
206
+ Offer logo.
207
+ """
208
+ return pulumi.get(self, "promotion_id")
209
+
210
+ @property
211
+ @pulumi.getter(name="promotionName")
212
+ def promotion_name(self) -> str:
213
+ """
214
+ Offer Name.
215
+ """
216
+ return pulumi.get(self, "promotion_name")
217
+
218
+
219
+ @pulumi.output_type
220
+ class GetProductsProductResult(dict):
221
+ def __init__(__self__, *,
222
+ id: str,
223
+ product_code: str,
224
+ product_name: str):
225
+ """
226
+ :param str id: The ID of the resource supplied above.
227
+ :param str product_code: The first ID of the resource
228
+ :param str product_name: The name of the resource
229
+ """
230
+ pulumi.set(__self__, "id", id)
231
+ pulumi.set(__self__, "product_code", product_code)
232
+ pulumi.set(__self__, "product_name", product_name)
233
+
234
+ @property
235
+ @pulumi.getter
236
+ def id(self) -> str:
237
+ """
238
+ The ID of the resource supplied above.
239
+ """
240
+ return pulumi.get(self, "id")
241
+
242
+ @property
243
+ @pulumi.getter(name="productCode")
244
+ def product_code(self) -> str:
245
+ """
246
+ The first ID of the resource
247
+ """
248
+ return pulumi.get(self, "product_code")
249
+
250
+ @property
251
+ @pulumi.getter(name="productName")
252
+ def product_name(self) -> str:
253
+ """
254
+ The name of the resource
255
+ """
256
+ return pulumi.get(self, "product_name")
257
+
258
+
259
+ @pulumi.output_type
260
+ class GetResourceTypesTypeResult(dict):
261
+ def __init__(__self__, *,
262
+ create_only_properties: Sequence[str],
263
+ delete_only_properties: Sequence[str],
264
+ filter_properties: Sequence[str],
265
+ get_only_properties: Sequence[str],
266
+ get_response_properties: Sequence[str],
267
+ handlers: 'outputs.GetResourceTypesTypeHandlersResult',
268
+ id: str,
269
+ infos: Sequence['outputs.GetResourceTypesTypeInfoResult'],
270
+ list_only_properties: Sequence[str],
271
+ list_response_properties: Sequence[str],
272
+ primary_identifier: str,
273
+ product: str,
274
+ properties: str,
275
+ public_properties: Sequence[str],
276
+ read_only_properties: Sequence[str],
277
+ requireds: Sequence[str],
278
+ resource_type: str,
279
+ sensitive_info_properties: Sequence[str],
280
+ update_only_properties: Sequence[str],
281
+ update_type_properties: Sequence[str]):
282
+ """
283
+ :param Sequence[str] create_only_properties: Create an operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters are required in the creation operation.
284
+ :param Sequence[str] delete_only_properties: Delete operation private parameter collection. The attribute is not returned in the resource query operation, but the parameter is required in the delete operation.
285
+ :param Sequence[str] filter_properties: A collection of attributes that can be used as the filter parameter during the list operation.
286
+ :param Sequence[str] get_only_properties: Query operation private parameter collection. The attribute is not returned in the resource query operation, but the input parameter is required in the query operation.
287
+ :param Sequence[str] get_response_properties: The collection of properties returned by the query.
288
+ :param 'GetResourceTypesTypeHandlersArgs' handlers: Supported resource operation information (including RAM permissions).
289
+ :param str id: The ID of the resource supplied above.
290
+ :param Sequence['GetResourceTypesTypeInfoArgs'] infos: Basic information about the resource type.
291
+ :param Sequence[str] list_only_properties: Enumerate the operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters that need to be passed in the enumeration operation.
292
+ :param Sequence[str] list_response_properties: Enumerates the returned property collection.
293
+ :param str primary_identifier: Resource ID
294
+ :param str product: Product Code.
295
+ :param str properties: Resource attribute definition, where key is the attribute name and value is the attribute details.
296
+ :param Sequence[str] public_properties: A collection of public attributes, which are the basic attributes of the resource. Non-Operation private parameters.
297
+ :param Sequence[str] read_only_properties: A set of read-only parameters. It is returned only in the list or get Operation. It is not used as an input parameter during creation and change.
298
+ :param Sequence[str] requireds: Resource creation required parameter collection.
299
+ :param str resource_type: The resource type.
300
+ :param Sequence[str] sensitive_info_properties: A collection of sensitive attributes, such as passwords.
301
+ :param Sequence[str] update_only_properties: Update operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters are required in the update operation.
302
+ :param Sequence[str] update_type_properties: A collection of properties that can be modified.
303
+ """
304
+ pulumi.set(__self__, "create_only_properties", create_only_properties)
305
+ pulumi.set(__self__, "delete_only_properties", delete_only_properties)
306
+ pulumi.set(__self__, "filter_properties", filter_properties)
307
+ pulumi.set(__self__, "get_only_properties", get_only_properties)
308
+ pulumi.set(__self__, "get_response_properties", get_response_properties)
309
+ pulumi.set(__self__, "handlers", handlers)
310
+ pulumi.set(__self__, "id", id)
311
+ pulumi.set(__self__, "infos", infos)
312
+ pulumi.set(__self__, "list_only_properties", list_only_properties)
313
+ pulumi.set(__self__, "list_response_properties", list_response_properties)
314
+ pulumi.set(__self__, "primary_identifier", primary_identifier)
315
+ pulumi.set(__self__, "product", product)
316
+ pulumi.set(__self__, "properties", properties)
317
+ pulumi.set(__self__, "public_properties", public_properties)
318
+ pulumi.set(__self__, "read_only_properties", read_only_properties)
319
+ pulumi.set(__self__, "requireds", requireds)
320
+ pulumi.set(__self__, "resource_type", resource_type)
321
+ pulumi.set(__self__, "sensitive_info_properties", sensitive_info_properties)
322
+ pulumi.set(__self__, "update_only_properties", update_only_properties)
323
+ pulumi.set(__self__, "update_type_properties", update_type_properties)
324
+
325
+ @property
326
+ @pulumi.getter(name="createOnlyProperties")
327
+ def create_only_properties(self) -> Sequence[str]:
328
+ """
329
+ Create an operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters are required in the creation operation.
330
+ """
331
+ return pulumi.get(self, "create_only_properties")
332
+
333
+ @property
334
+ @pulumi.getter(name="deleteOnlyProperties")
335
+ def delete_only_properties(self) -> Sequence[str]:
336
+ """
337
+ Delete operation private parameter collection. The attribute is not returned in the resource query operation, but the parameter is required in the delete operation.
338
+ """
339
+ return pulumi.get(self, "delete_only_properties")
340
+
341
+ @property
342
+ @pulumi.getter(name="filterProperties")
343
+ def filter_properties(self) -> Sequence[str]:
344
+ """
345
+ A collection of attributes that can be used as the filter parameter during the list operation.
346
+ """
347
+ return pulumi.get(self, "filter_properties")
348
+
349
+ @property
350
+ @pulumi.getter(name="getOnlyProperties")
351
+ def get_only_properties(self) -> Sequence[str]:
352
+ """
353
+ Query operation private parameter collection. The attribute is not returned in the resource query operation, but the input parameter is required in the query operation.
354
+ """
355
+ return pulumi.get(self, "get_only_properties")
356
+
357
+ @property
358
+ @pulumi.getter(name="getResponseProperties")
359
+ def get_response_properties(self) -> Sequence[str]:
360
+ """
361
+ The collection of properties returned by the query.
362
+ """
363
+ return pulumi.get(self, "get_response_properties")
364
+
365
+ @property
366
+ @pulumi.getter
367
+ def handlers(self) -> 'outputs.GetResourceTypesTypeHandlersResult':
368
+ """
369
+ Supported resource operation information (including RAM permissions).
370
+ """
371
+ return pulumi.get(self, "handlers")
372
+
373
+ @property
374
+ @pulumi.getter
375
+ def id(self) -> str:
376
+ """
377
+ The ID of the resource supplied above.
378
+ """
379
+ return pulumi.get(self, "id")
380
+
381
+ @property
382
+ @pulumi.getter
383
+ def infos(self) -> Sequence['outputs.GetResourceTypesTypeInfoResult']:
384
+ """
385
+ Basic information about the resource type.
386
+ """
387
+ return pulumi.get(self, "infos")
388
+
389
+ @property
390
+ @pulumi.getter(name="listOnlyProperties")
391
+ def list_only_properties(self) -> Sequence[str]:
392
+ """
393
+ Enumerate the operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters that need to be passed in the enumeration operation.
394
+ """
395
+ return pulumi.get(self, "list_only_properties")
396
+
397
+ @property
398
+ @pulumi.getter(name="listResponseProperties")
399
+ def list_response_properties(self) -> Sequence[str]:
400
+ """
401
+ Enumerates the returned property collection.
402
+ """
403
+ return pulumi.get(self, "list_response_properties")
404
+
405
+ @property
406
+ @pulumi.getter(name="primaryIdentifier")
407
+ def primary_identifier(self) -> str:
408
+ """
409
+ Resource ID
410
+ """
411
+ return pulumi.get(self, "primary_identifier")
412
+
413
+ @property
414
+ @pulumi.getter
415
+ def product(self) -> str:
416
+ """
417
+ Product Code.
418
+ """
419
+ return pulumi.get(self, "product")
420
+
421
+ @property
422
+ @pulumi.getter
423
+ def properties(self) -> str:
424
+ """
425
+ Resource attribute definition, where key is the attribute name and value is the attribute details.
426
+ """
427
+ return pulumi.get(self, "properties")
428
+
429
+ @property
430
+ @pulumi.getter(name="publicProperties")
431
+ def public_properties(self) -> Sequence[str]:
432
+ """
433
+ A collection of public attributes, which are the basic attributes of the resource. Non-Operation private parameters.
434
+ """
435
+ return pulumi.get(self, "public_properties")
436
+
437
+ @property
438
+ @pulumi.getter(name="readOnlyProperties")
439
+ def read_only_properties(self) -> Sequence[str]:
440
+ """
441
+ A set of read-only parameters. It is returned only in the list or get Operation. It is not used as an input parameter during creation and change.
442
+ """
443
+ return pulumi.get(self, "read_only_properties")
444
+
445
+ @property
446
+ @pulumi.getter
447
+ def requireds(self) -> Sequence[str]:
448
+ """
449
+ Resource creation required parameter collection.
450
+ """
451
+ return pulumi.get(self, "requireds")
452
+
453
+ @property
454
+ @pulumi.getter(name="resourceType")
455
+ def resource_type(self) -> str:
456
+ """
457
+ The resource type.
458
+ """
459
+ return pulumi.get(self, "resource_type")
460
+
461
+ @property
462
+ @pulumi.getter(name="sensitiveInfoProperties")
463
+ def sensitive_info_properties(self) -> Sequence[str]:
464
+ """
465
+ A collection of sensitive attributes, such as passwords.
466
+ """
467
+ return pulumi.get(self, "sensitive_info_properties")
468
+
469
+ @property
470
+ @pulumi.getter(name="updateOnlyProperties")
471
+ def update_only_properties(self) -> Sequence[str]:
472
+ """
473
+ Update operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters are required in the update operation.
474
+ """
475
+ return pulumi.get(self, "update_only_properties")
476
+
477
+ @property
478
+ @pulumi.getter(name="updateTypeProperties")
479
+ def update_type_properties(self) -> Sequence[str]:
480
+ """
481
+ A collection of properties that can be modified.
482
+ """
483
+ return pulumi.get(self, "update_type_properties")
484
+
485
+
486
+ @pulumi.output_type
487
+ class GetResourceTypesTypeHandlersResult(dict):
488
+ def __init__(__self__, *,
489
+ creates: Sequence['outputs.GetResourceTypesTypeHandlersCreateResult'],
490
+ deletes: Sequence['outputs.GetResourceTypesTypeHandlersDeleteResult'],
491
+ gets: Sequence['outputs.GetResourceTypesTypeHandlersGetResult'],
492
+ lists: Sequence['outputs.GetResourceTypesTypeHandlersListResult'],
493
+ updates: Sequence['outputs.GetResourceTypesTypeHandlersUpdateResult']):
494
+ """
495
+ :param Sequence['GetResourceTypesTypeHandlersCreateArgs'] creates: Create operation association information.
496
+ :param Sequence['GetResourceTypesTypeHandlersDeleteArgs'] deletes: Delete operation association information.
497
+ :param Sequence['GetResourceTypesTypeHandlersGetArgs'] gets: Query operation association information.
498
+ :param Sequence['GetResourceTypesTypeHandlersListArgs'] lists: List operation association information.
499
+ :param Sequence['GetResourceTypesTypeHandlersUpdateArgs'] updates: Update operation association information.
500
+ """
501
+ pulumi.set(__self__, "creates", creates)
502
+ pulumi.set(__self__, "deletes", deletes)
503
+ pulumi.set(__self__, "gets", gets)
504
+ pulumi.set(__self__, "lists", lists)
505
+ pulumi.set(__self__, "updates", updates)
506
+
507
+ @property
508
+ @pulumi.getter
509
+ def creates(self) -> Sequence['outputs.GetResourceTypesTypeHandlersCreateResult']:
510
+ """
511
+ Create operation association information.
512
+ """
513
+ return pulumi.get(self, "creates")
514
+
515
+ @property
516
+ @pulumi.getter
517
+ def deletes(self) -> Sequence['outputs.GetResourceTypesTypeHandlersDeleteResult']:
518
+ """
519
+ Delete operation association information.
520
+ """
521
+ return pulumi.get(self, "deletes")
522
+
523
+ @property
524
+ @pulumi.getter
525
+ def gets(self) -> Sequence['outputs.GetResourceTypesTypeHandlersGetResult']:
526
+ """
527
+ Query operation association information.
528
+ """
529
+ return pulumi.get(self, "gets")
530
+
531
+ @property
532
+ @pulumi.getter
533
+ def lists(self) -> Sequence['outputs.GetResourceTypesTypeHandlersListResult']:
534
+ """
535
+ List operation association information.
536
+ """
537
+ return pulumi.get(self, "lists")
538
+
539
+ @property
540
+ @pulumi.getter
541
+ def updates(self) -> Sequence['outputs.GetResourceTypesTypeHandlersUpdateResult']:
542
+ """
543
+ Update operation association information.
544
+ """
545
+ return pulumi.get(self, "updates")
546
+
547
+
548
+ @pulumi.output_type
549
+ class GetResourceTypesTypeHandlersCreateResult(dict):
550
+ def __init__(__self__, *,
551
+ permissions: Sequence[str]):
552
+ """
553
+ :param Sequence[str] permissions: The collection of required RAM permission information.
554
+ """
555
+ pulumi.set(__self__, "permissions", permissions)
556
+
557
+ @property
558
+ @pulumi.getter
559
+ def permissions(self) -> Sequence[str]:
560
+ """
561
+ The collection of required RAM permission information.
562
+ """
563
+ return pulumi.get(self, "permissions")
564
+
565
+
566
+ @pulumi.output_type
567
+ class GetResourceTypesTypeHandlersDeleteResult(dict):
568
+ def __init__(__self__, *,
569
+ permissions: Sequence[str]):
570
+ """
571
+ :param Sequence[str] permissions: The collection of required RAM permission information.
572
+ """
573
+ pulumi.set(__self__, "permissions", permissions)
574
+
575
+ @property
576
+ @pulumi.getter
577
+ def permissions(self) -> Sequence[str]:
578
+ """
579
+ The collection of required RAM permission information.
580
+ """
581
+ return pulumi.get(self, "permissions")
582
+
583
+
584
+ @pulumi.output_type
585
+ class GetResourceTypesTypeHandlersGetResult(dict):
586
+ def __init__(__self__, *,
587
+ permissions: Sequence[str]):
588
+ """
589
+ :param Sequence[str] permissions: The collection of required RAM permission information.
590
+ """
591
+ pulumi.set(__self__, "permissions", permissions)
592
+
593
+ @property
594
+ @pulumi.getter
595
+ def permissions(self) -> Sequence[str]:
596
+ """
597
+ The collection of required RAM permission information.
598
+ """
599
+ return pulumi.get(self, "permissions")
600
+
601
+
602
+ @pulumi.output_type
603
+ class GetResourceTypesTypeHandlersListResult(dict):
604
+ def __init__(__self__, *,
605
+ permissions: Sequence[str]):
606
+ """
607
+ :param Sequence[str] permissions: The collection of required RAM permission information.
608
+ """
609
+ pulumi.set(__self__, "permissions", permissions)
610
+
611
+ @property
612
+ @pulumi.getter
613
+ def permissions(self) -> Sequence[str]:
614
+ """
615
+ The collection of required RAM permission information.
616
+ """
617
+ return pulumi.get(self, "permissions")
618
+
619
+
620
+ @pulumi.output_type
621
+ class GetResourceTypesTypeHandlersUpdateResult(dict):
622
+ def __init__(__self__, *,
623
+ permissions: Sequence[str]):
624
+ """
625
+ :param Sequence[str] permissions: The collection of required RAM permission information.
626
+ """
627
+ pulumi.set(__self__, "permissions", permissions)
628
+
629
+ @property
630
+ @pulumi.getter
631
+ def permissions(self) -> Sequence[str]:
632
+ """
633
+ The collection of required RAM permission information.
634
+ """
635
+ return pulumi.get(self, "permissions")
636
+
637
+
638
+ @pulumi.output_type
639
+ class GetResourceTypesTypeInfoResult(dict):
640
+ def __init__(__self__, *,
641
+ charge_type: str,
642
+ delivery_scope: str,
643
+ description: str,
644
+ title: str):
645
+ """
646
+ :param str charge_type: Payment formpaid (paid)(free).
647
+ :param str delivery_scope: Delivery Levelcenter (centralized deployment level)region (regional deployment level)zone (Availability zone deployment level).
648
+ :param str description: Resource type description.
649
+ :param str title: The resource type name.
650
+ """
651
+ pulumi.set(__self__, "charge_type", charge_type)
652
+ pulumi.set(__self__, "delivery_scope", delivery_scope)
653
+ pulumi.set(__self__, "description", description)
654
+ pulumi.set(__self__, "title", title)
655
+
656
+ @property
657
+ @pulumi.getter(name="chargeType")
658
+ def charge_type(self) -> str:
659
+ """
660
+ Payment formpaid (paid)(free).
661
+ """
662
+ return pulumi.get(self, "charge_type")
663
+
664
+ @property
665
+ @pulumi.getter(name="deliveryScope")
666
+ def delivery_scope(self) -> str:
667
+ """
668
+ Delivery Levelcenter (centralized deployment level)region (regional deployment level)zone (Availability zone deployment level).
669
+ """
670
+ return pulumi.get(self, "delivery_scope")
671
+
672
+ @property
673
+ @pulumi.getter
674
+ def description(self) -> str:
675
+ """
676
+ Resource type description.
677
+ """
678
+ return pulumi.get(self, "description")
679
+
680
+ @property
681
+ @pulumi.getter
682
+ def title(self) -> str:
683
+ """
684
+ The resource type name.
685
+ """
686
+ return pulumi.get(self, "title")
687
+
688
+