pulumi-alicloud 3.62.0__py3-none-any.whl → 3.62.0a1724909097__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 (119) hide show
  1. pulumi_alicloud/__init__.py +0 -80
  2. pulumi_alicloud/actiontrail/trail.py +2 -2
  3. pulumi_alicloud/adb/cluster.py +0 -34
  4. pulumi_alicloud/adb/db_cluster.py +0 -47
  5. pulumi_alicloud/amqp/static_account.py +12 -12
  6. pulumi_alicloud/brain/get_industrial_pid_loops.py +2 -18
  7. pulumi_alicloud/brain/get_industrial_pid_organizations.py +2 -12
  8. pulumi_alicloud/brain/get_industrial_pid_projects.py +2 -18
  9. pulumi_alicloud/brain/get_industrial_serice.py +2 -6
  10. pulumi_alicloud/brain/industrial_pid_loop.py +2 -6
  11. pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
  12. pulumi_alicloud/brain/industrial_pid_project.py +4 -4
  13. pulumi_alicloud/cas/certificate.py +13 -155
  14. pulumi_alicloud/cas/service_certificate.py +30 -9
  15. pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
  16. pulumi_alicloud/cen/get_transit_router_route_tables.py +14 -81
  17. pulumi_alicloud/cen/outputs.py +2 -6
  18. pulumi_alicloud/cen/transit_router_peer_attachment.py +20 -38
  19. pulumi_alicloud/cen/transit_router_vpn_attachment.py +2 -2
  20. pulumi_alicloud/cfg/remediation.py +2 -6
  21. pulumi_alicloud/clickhouse/account.py +2 -2
  22. pulumi_alicloud/clickhouse/backup_policy.py +2 -2
  23. pulumi_alicloud/cloudfirewall/instance.py +0 -2
  24. pulumi_alicloud/cs/_inputs.py +21 -141
  25. pulumi_alicloud/cs/kubernetes.py +7 -7
  26. pulumi_alicloud/cs/kubernetes_addon.py +8 -4
  27. pulumi_alicloud/cs/managed_kubernetes.py +45 -506
  28. pulumi_alicloud/cs/outputs.py +21 -148
  29. pulumi_alicloud/cs/registry_enterprise_namespace.py +72 -92
  30. pulumi_alicloud/cs/registry_enterprise_repo.py +74 -96
  31. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +101 -105
  32. pulumi_alicloud/cs/serverless_kubernetes.py +206 -174
  33. pulumi_alicloud/databasefilesystem/instance.py +2 -2
  34. pulumi_alicloud/ddos/_inputs.py +0 -24
  35. pulumi_alicloud/ddos/outputs.py +0 -37
  36. pulumi_alicloud/ddos/port.py +40 -110
  37. pulumi_alicloud/dts/consumer_channel.py +2 -2
  38. pulumi_alicloud/dts/subscription_job.py +2 -2
  39. pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
  40. pulumi_alicloud/ehpc/get_clusters.py +2 -11
  41. pulumi_alicloud/ehpc/get_job_templates.py +2 -5
  42. pulumi_alicloud/ehpc/job_template.py +2 -2
  43. pulumi_alicloud/ehpc/outputs.py +2 -34
  44. pulumi_alicloud/emrv2/_inputs.py +8 -8
  45. pulumi_alicloud/emrv2/get_clusters.py +4 -25
  46. pulumi_alicloud/emrv2/outputs.py +12 -12
  47. pulumi_alicloud/ens/_inputs.py +0 -87
  48. pulumi_alicloud/ens/load_balancer.py +25 -74
  49. pulumi_alicloud/ens/outputs.py +0 -84
  50. pulumi_alicloud/fc/__init__.py +0 -3
  51. pulumi_alicloud/fc/_inputs.py +8 -320
  52. pulumi_alicloud/fc/function.py +6 -6
  53. pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
  54. pulumi_alicloud/fc/outputs.py +8 -321
  55. pulumi_alicloud/fc/trigger.py +2 -2
  56. pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +3 -18
  57. pulumi_alicloud/gpdb/__init__.py +0 -2
  58. pulumi_alicloud/gpdb/account.py +87 -172
  59. pulumi_alicloud/gpdb/connection.py +4 -0
  60. pulumi_alicloud/gpdb/db_resource_group.py +9 -54
  61. pulumi_alicloud/hbr/_inputs.py +14 -14
  62. pulumi_alicloud/hbr/outputs.py +14 -14
  63. pulumi_alicloud/hbr/policy.py +18 -18
  64. pulumi_alicloud/hbr/policy_binding.py +62 -203
  65. pulumi_alicloud/log/alert.py +28 -30
  66. pulumi_alicloud/log/audit.py +0 -2
  67. pulumi_alicloud/log/dashboard.py +8 -8
  68. pulumi_alicloud/log/etl.py +26 -26
  69. pulumi_alicloud/log/ingestion.py +10 -10
  70. pulumi_alicloud/log/log_tail_attachment.py +14 -14
  71. pulumi_alicloud/log/log_tail_config.py +10 -10
  72. pulumi_alicloud/log/machine_group.py +4 -4
  73. pulumi_alicloud/log/oss_export.py +10 -10
  74. pulumi_alicloud/log/project.py +4 -4
  75. pulumi_alicloud/log/store_index.py +10 -10
  76. pulumi_alicloud/nlb/server_group.py +2 -2
  77. pulumi_alicloud/oos/service_setting.py +8 -10
  78. pulumi_alicloud/oss/bucket.py +10 -18
  79. pulumi_alicloud/oss/bucket_object.py +8 -12
  80. pulumi_alicloud/oss/bucket_replication.py +2 -2
  81. pulumi_alicloud/polardb/cluster.py +21 -75
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/zone_record.py +2 -2
  84. pulumi_alicloud/quotas/__init__.py +0 -1
  85. pulumi_alicloud/ram/access_key.py +0 -4
  86. pulumi_alicloud/rds/account_privilege.py +2 -2
  87. pulumi_alicloud/rds/backup_policy.py +12 -270
  88. pulumi_alicloud/rds/database.py +7 -49
  89. pulumi_alicloud/rds/get_instance_class_infos.py +0 -20
  90. pulumi_alicloud/rds/get_instance_classes.py +0 -22
  91. pulumi_alicloud/rds/get_instance_engines.py +0 -22
  92. pulumi_alicloud/rds/instance.py +2 -4
  93. pulumi_alicloud/rds/rds_db_proxy.py +0 -61
  94. pulumi_alicloud/rocketmq/group.py +2 -2
  95. pulumi_alicloud/rocketmq/topic.py +2 -2
  96. pulumi_alicloud/servicecatalog/__init__.py +0 -4
  97. pulumi_alicloud/servicecatalog/portfolio.py +31 -31
  98. pulumi_alicloud/sls/alert.py +6 -6
  99. pulumi_alicloud/sls/scheduled_sql.py +10 -10
  100. pulumi_alicloud/vpc/get_route_tables.py +5 -28
  101. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  102. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
  103. pulumi_alicloud/vpc/outputs.py +2 -2
  104. pulumi_alicloud/vpc/route_table_attachment.py +4 -4
  105. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
  106. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724909097.dist-info}/METADATA +1 -1
  107. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724909097.dist-info}/RECORD +109 -119
  108. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724909097.dist-info}/WHEEL +1 -1
  109. pulumi_alicloud/fc/v3_layer_version.py +0 -511
  110. pulumi_alicloud/fc/v3_provision_config.py +0 -676
  111. pulumi_alicloud/fc/v3_vpc_binding.py +0 -283
  112. pulumi_alicloud/gpdb/hadoop_data_source.py +0 -1135
  113. pulumi_alicloud/gpdb/jdbc_data_source.py +0 -643
  114. pulumi_alicloud/quotas/template_service.py +0 -165
  115. pulumi_alicloud/servicecatalog/principal_portfolio_association.py +0 -354
  116. pulumi_alicloud/servicecatalog/product.py +0 -383
  117. pulumi_alicloud/servicecatalog/product_portfolio_association.py +0 -222
  118. pulumi_alicloud/servicecatalog/product_version.py +0 -539
  119. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724909097.dist-info}/top_level.txt +0 -0
@@ -285,7 +285,6 @@ class GetClustersClusterResult(dict):
285
285
  zone_id: str):
286
286
  """
287
287
  :param str account_type: The server type of the account.
288
- :param Sequence['GetClustersClusterApplicationArgs'] applications: A list of clustered applications.
289
288
  :param str client_version: The version number of the client used by the cluster.
290
289
  :param str cluster_id: The id of E-HPC Cluster.
291
290
  :param str cluster_name: The name of E-HPC cluster.
@@ -305,22 +304,19 @@ class GetClustersClusterResult(dict):
305
304
  :param str image_owner_alias: The type of the image.
306
305
  :param int login_count: The number of cluster login nodes. Only configuration 1 is supported.
307
306
  :param str login_instance_type: Cluster login node specifications.
308
- :param int manager_count: The number of control nodes.
309
307
  :param str manager_instance_type: The instance type of manager nodes.
310
308
  :param str os_tag: The image tag of the operating system.
311
- :param Sequence['GetClustersClusterPostInstallScriptArgs'] post_install_scripts: List of post-installation scripts.
312
309
  :param str remote_directory: Mount the remote directory of the shared storage.
313
310
  :param str scc_cluster_id: The SccCluster ID used by the cluster. If the cluster is not an SCC model, it is empty.
314
311
  :param str scheduler_type: Dispatch server type.
315
312
  :param str security_group_id: The ID of the security group.
316
- :param str status: The status of the resource. Valid values:
313
+ :param str status: The status of the resource.
317
314
  :param str volume_id: The ID of the NAS instance. Currently, you cannot automatically create an Alibaba Cloud NAS instance.
318
315
  :param str volume_mountpoint: The mount target of the file system. Mount targets cannot be automatically created for NAS file systems.
319
316
  :param str volume_protocol: The type of the protocol that is used by the file system.
320
317
  :param str volume_type: The type of the network shared storage. Valid value: NAS.
321
318
  :param str vpc_id: The ID of the VPC network.
322
319
  :param str vswitch_id: The vswitch id.
323
- :param str zone_id: The available zone ID.
324
320
  """
325
321
  pulumi.set(__self__, "account_type", account_type)
326
322
  pulumi.set(__self__, "applications", applications)
@@ -366,9 +362,6 @@ class GetClustersClusterResult(dict):
366
362
  @property
367
363
  @pulumi.getter
368
364
  def applications(self) -> Sequence['outputs.GetClustersClusterApplicationResult']:
369
- """
370
- A list of clustered applications.
371
- """
372
365
  return pulumi.get(self, "applications")
373
366
 
374
367
  @property
@@ -491,9 +484,6 @@ class GetClustersClusterResult(dict):
491
484
  @property
492
485
  @pulumi.getter(name="managerCount")
493
486
  def manager_count(self) -> int:
494
- """
495
- The number of control nodes.
496
- """
497
487
  return pulumi.get(self, "manager_count")
498
488
 
499
489
  @property
@@ -515,9 +505,6 @@ class GetClustersClusterResult(dict):
515
505
  @property
516
506
  @pulumi.getter(name="postInstallScripts")
517
507
  def post_install_scripts(self) -> Sequence['outputs.GetClustersClusterPostInstallScriptResult']:
518
- """
519
- List of post-installation scripts.
520
- """
521
508
  return pulumi.get(self, "post_install_scripts")
522
509
 
523
510
  @property
@@ -556,7 +543,7 @@ class GetClustersClusterResult(dict):
556
543
  @pulumi.getter
557
544
  def status(self) -> str:
558
545
  """
559
- The status of the resource. Valid values:
546
+ The status of the resource.
560
547
  """
561
548
  return pulumi.get(self, "status")
562
549
 
@@ -611,9 +598,6 @@ class GetClustersClusterResult(dict):
611
598
  @property
612
599
  @pulumi.getter(name="zoneId")
613
600
  def zone_id(self) -> str:
614
- """
615
- The available zone ID.
616
- """
617
601
  return pulumi.get(self, "zone_id")
618
602
 
619
603
 
@@ -621,17 +605,11 @@ class GetClustersClusterResult(dict):
621
605
  class GetClustersClusterApplicationResult(dict):
622
606
  def __init__(__self__, *,
623
607
  tag: str):
624
- """
625
- :param str tag: Application Tags.
626
- """
627
608
  pulumi.set(__self__, "tag", tag)
628
609
 
629
610
  @property
630
611
  @pulumi.getter
631
612
  def tag(self) -> str:
632
- """
633
- Application Tags.
634
- """
635
613
  return pulumi.get(self, "tag")
636
614
 
637
615
 
@@ -640,27 +618,17 @@ class GetClustersClusterPostInstallScriptResult(dict):
640
618
  def __init__(__self__, *,
641
619
  args: str,
642
620
  url: str):
643
- """
644
- :param str args: The parameters of the script.
645
- :param str url: The download path of the script.
646
- """
647
621
  pulumi.set(__self__, "args", args)
648
622
  pulumi.set(__self__, "url", url)
649
623
 
650
624
  @property
651
625
  @pulumi.getter
652
626
  def args(self) -> str:
653
- """
654
- The parameters of the script.
655
- """
656
627
  return pulumi.get(self, "args")
657
628
 
658
629
  @property
659
630
  @pulumi.getter
660
631
  def url(self) -> str:
661
- """
662
- The download path of the script.
663
- """
664
632
  return pulumi.get(self, "url")
665
633
 
666
634
 
@@ -1432,7 +1432,7 @@ class ClusterNodeGroupDataDiskArgs:
1432
1432
  count: Optional[pulumi.Input[int]] = None,
1433
1433
  performance_level: Optional[pulumi.Input[str]] = None):
1434
1434
  """
1435
- :param pulumi.Input[str] category: The type of the data disk. Valid values: `cloud_efficiency`, `cloud_essd`, `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro`. **NOTE:** Since version v1.230.0, the categories `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro` are available.
1435
+ :param pulumi.Input[str] category: The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1436
1436
  :param pulumi.Input[int] size: The size of a data disk, at least 40. Unit: GiB.
1437
1437
  :param pulumi.Input[int] count: The count of a data disk.
1438
1438
  :param pulumi.Input[str] performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
@@ -1448,7 +1448,7 @@ class ClusterNodeGroupDataDiskArgs:
1448
1448
  @pulumi.getter
1449
1449
  def category(self) -> pulumi.Input[str]:
1450
1450
  """
1451
- The type of the data disk. Valid values: `cloud_efficiency`, `cloud_essd`, `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro`. **NOTE:** Since version v1.230.0, the categories `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro` are available.
1451
+ The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1452
1452
  """
1453
1453
  return pulumi.get(self, "category")
1454
1454
 
@@ -1542,7 +1542,7 @@ class ClusterNodeGroupSubscriptionConfigArgs:
1542
1542
  """
1543
1543
  :param pulumi.Input[int] payment_duration: If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
1544
1544
  :param pulumi.Input[str] payment_duration_unit: If paymentType is Subscription, this should be specified. Supported value: Month or Year.
1545
- :param pulumi.Input[bool] auto_pay_order: Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
1545
+ :param pulumi.Input[bool] auto_pay_order: Auto pay order for payment type of subscription, ’true’ or ‘false’ .
1546
1546
  :param pulumi.Input[bool] auto_renew: Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
1547
1547
  :param pulumi.Input[int] auto_renew_duration: If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
1548
1548
  :param pulumi.Input[str] auto_renew_duration_unit: If paymentType is Subscription, this should be specified. Supported value: Month or Year.
@@ -1586,7 +1586,7 @@ class ClusterNodeGroupSubscriptionConfigArgs:
1586
1586
  @pulumi.getter(name="autoPayOrder")
1587
1587
  def auto_pay_order(self) -> Optional[pulumi.Input[bool]]:
1588
1588
  """
1589
- Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
1589
+ Auto pay order for payment type of subscription, ’true’ or ‘false’ .
1590
1590
  """
1591
1591
  return pulumi.get(self, "auto_pay_order")
1592
1592
 
@@ -1639,7 +1639,7 @@ class ClusterNodeGroupSystemDiskArgs:
1639
1639
  count: Optional[pulumi.Input[int]] = None,
1640
1640
  performance_level: Optional[pulumi.Input[str]] = None):
1641
1641
  """
1642
- :param pulumi.Input[str] category: The type of the data disk. Valid values: `cloud_efficiency`, `cloud_essd`, `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro`. **NOTE:** Since version v1.230.0, the categories `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro` are available.
1642
+ :param pulumi.Input[str] category: The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1643
1643
  :param pulumi.Input[int] size: The size of a data disk, at least 40. Unit: GiB.
1644
1644
  :param pulumi.Input[int] count: The count of a data disk.
1645
1645
  :param pulumi.Input[str] performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
@@ -1655,7 +1655,7 @@ class ClusterNodeGroupSystemDiskArgs:
1655
1655
  @pulumi.getter
1656
1656
  def category(self) -> pulumi.Input[str]:
1657
1657
  """
1658
- The type of the data disk. Valid values: `cloud_efficiency`, `cloud_essd`, `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro`. **NOTE:** Since version v1.230.0, the categories `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro` are available.
1658
+ The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1659
1659
  """
1660
1660
  return pulumi.get(self, "category")
1661
1661
 
@@ -1712,7 +1712,7 @@ class ClusterSubscriptionConfigArgs:
1712
1712
  """
1713
1713
  :param pulumi.Input[int] payment_duration: If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
1714
1714
  :param pulumi.Input[str] payment_duration_unit: If paymentType is Subscription, this should be specified. Supported value: Month or Year.
1715
- :param pulumi.Input[bool] auto_pay_order: Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
1715
+ :param pulumi.Input[bool] auto_pay_order: Auto pay order for payment type of subscription, ’true’ or ‘false’ .
1716
1716
  :param pulumi.Input[bool] auto_renew: Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
1717
1717
  :param pulumi.Input[int] auto_renew_duration: If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
1718
1718
  :param pulumi.Input[str] auto_renew_duration_unit: If paymentType is Subscription, this should be specified. Supported value: Month or Year.
@@ -1756,7 +1756,7 @@ class ClusterSubscriptionConfigArgs:
1756
1756
  @pulumi.getter(name="autoPayOrder")
1757
1757
  def auto_pay_order(self) -> Optional[pulumi.Input[bool]]:
1758
1758
  """
1759
- Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
1759
+ Auto pay order for payment type of subscription, ’true’ or ‘false’ .
1760
1760
  """
1761
1761
  return pulumi.get(self, "auto_pay_order")
1762
1762
 
@@ -72,9 +72,6 @@ class GetClustersResult:
72
72
  @property
73
73
  @pulumi.getter(name="clusterName")
74
74
  def cluster_name(self) -> Optional[str]:
75
- """
76
- The name of the emr cluster.
77
- """
78
75
  return pulumi.get(self, "cluster_name")
79
76
 
80
77
  @property
@@ -90,9 +87,6 @@ class GetClustersResult:
90
87
  @property
91
88
  @pulumi.getter
92
89
  def clusters(self) -> Sequence['outputs.GetClustersClusterResult']:
93
- """
94
- A list of Emr Clusters. Each element contains the following attributes:
95
- """
96
90
  return pulumi.get(self, "clusters")
97
91
 
98
92
  @property
@@ -106,9 +100,6 @@ class GetClustersResult:
106
100
  @property
107
101
  @pulumi.getter
108
102
  def ids(self) -> Sequence[str]:
109
- """
110
- A list of Cluster IDS.
111
- """
112
103
  return pulumi.get(self, "ids")
113
104
 
114
105
  @property
@@ -124,9 +115,6 @@ class GetClustersResult:
124
115
  @property
125
116
  @pulumi.getter
126
117
  def names(self) -> Sequence[str]:
127
- """
128
- A list of Cluster names.
129
- """
130
118
  return pulumi.get(self, "names")
131
119
 
132
120
  @property
@@ -147,25 +135,16 @@ class GetClustersResult:
147
135
  @property
148
136
  @pulumi.getter(name="resourceGroupId")
149
137
  def resource_group_id(self) -> Optional[str]:
150
- """
151
- The resource group id of the resource.
152
- """
153
138
  return pulumi.get(self, "resource_group_id")
154
139
 
155
140
  @property
156
141
  @pulumi.getter
157
142
  def tags(self) -> Optional[Mapping[str, str]]:
158
- """
159
- A mapping of tags to assign to the resource.
160
- """
161
143
  return pulumi.get(self, "tags")
162
144
 
163
145
  @property
164
146
  @pulumi.getter(name="totalCount")
165
147
  def total_count(self) -> int:
166
- """
167
- The total count of list clusters.
168
- """
169
148
  return pulumi.get(self, "total_count")
170
149
 
171
150
 
@@ -207,13 +186,13 @@ def get_clusters(cluster_name: Optional[str] = None,
207
186
  """
208
187
  This data source provides the Emr Clusters of the current Alibaba Cloud user.
209
188
 
210
- > **NOTE:** Available since v1.199.0.
189
+ > **NOTE:** Available in v1.199.0+.
211
190
 
212
191
 
213
192
  :param str cluster_name: The cluster name.
214
193
  :param Sequence[str] cluster_states: The cluster states.
215
194
  :param Sequence[str] cluster_types: The cluster types.
216
- :param Sequence[str] ids: A list of Cluster IDs.
195
+ :param Sequence[str] ids: A list of Cluster IDS.
217
196
  :param int max_results: The max results is used to list clusters for next page.
218
197
  :param str name_regex: A regex string to filter results by Cluster name.
219
198
  :param str next_token: The next token is used to list clusters for next page.
@@ -271,13 +250,13 @@ def get_clusters_output(cluster_name: Optional[pulumi.Input[Optional[str]]] = No
271
250
  """
272
251
  This data source provides the Emr Clusters of the current Alibaba Cloud user.
273
252
 
274
- > **NOTE:** Available since v1.199.0.
253
+ > **NOTE:** Available in v1.199.0+.
275
254
 
276
255
 
277
256
  :param str cluster_name: The cluster name.
278
257
  :param Sequence[str] cluster_states: The cluster states.
279
258
  :param Sequence[str] cluster_types: The cluster types.
280
- :param Sequence[str] ids: A list of Cluster IDs.
259
+ :param Sequence[str] ids: A list of Cluster IDS.
281
260
  :param int max_results: The max results is used to list clusters for next page.
282
261
  :param str name_regex: A regex string to filter results by Cluster name.
283
262
  :param str next_token: The next token is used to list clusters for next page.
@@ -1456,7 +1456,7 @@ class ClusterNodeGroupDataDisk(dict):
1456
1456
  count: Optional[int] = None,
1457
1457
  performance_level: Optional[str] = None):
1458
1458
  """
1459
- :param str category: The type of the data disk. Valid values: `cloud_efficiency`, `cloud_essd`, `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro`. **NOTE:** Since version v1.230.0, the categories `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro` are available.
1459
+ :param str category: The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1460
1460
  :param int size: The size of a data disk, at least 40. Unit: GiB.
1461
1461
  :param int count: The count of a data disk.
1462
1462
  :param str performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
@@ -1472,7 +1472,7 @@ class ClusterNodeGroupDataDisk(dict):
1472
1472
  @pulumi.getter
1473
1473
  def category(self) -> str:
1474
1474
  """
1475
- The type of the data disk. Valid values: `cloud_efficiency`, `cloud_essd`, `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro`. **NOTE:** Since version v1.230.0, the categories `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro` are available.
1475
+ The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1476
1476
  """
1477
1477
  return pulumi.get(self, "category")
1478
1478
 
@@ -1588,7 +1588,7 @@ class ClusterNodeGroupSubscriptionConfig(dict):
1588
1588
  """
1589
1589
  :param int payment_duration: If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
1590
1590
  :param str payment_duration_unit: If paymentType is Subscription, this should be specified. Supported value: Month or Year.
1591
- :param bool auto_pay_order: Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
1591
+ :param bool auto_pay_order: Auto pay order for payment type of subscription, ’true’ or ‘false’ .
1592
1592
  :param bool auto_renew: Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
1593
1593
  :param int auto_renew_duration: If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
1594
1594
  :param str auto_renew_duration_unit: If paymentType is Subscription, this should be specified. Supported value: Month or Year.
@@ -1624,7 +1624,7 @@ class ClusterNodeGroupSubscriptionConfig(dict):
1624
1624
  @pulumi.getter(name="autoPayOrder")
1625
1625
  def auto_pay_order(self) -> Optional[bool]:
1626
1626
  """
1627
- Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
1627
+ Auto pay order for payment type of subscription, ’true’ or ‘false’ .
1628
1628
  """
1629
1629
  return pulumi.get(self, "auto_pay_order")
1630
1630
 
@@ -1678,7 +1678,7 @@ class ClusterNodeGroupSystemDisk(dict):
1678
1678
  count: Optional[int] = None,
1679
1679
  performance_level: Optional[str] = None):
1680
1680
  """
1681
- :param str category: The type of the data disk. Valid values: `cloud_efficiency`, `cloud_essd`, `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro`. **NOTE:** Since version v1.230.0, the categories `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro` are available.
1681
+ :param str category: The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1682
1682
  :param int size: The size of a data disk, at least 40. Unit: GiB.
1683
1683
  :param int count: The count of a data disk.
1684
1684
  :param str performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
@@ -1694,7 +1694,7 @@ class ClusterNodeGroupSystemDisk(dict):
1694
1694
  @pulumi.getter
1695
1695
  def category(self) -> str:
1696
1696
  """
1697
- The type of the data disk. Valid values: `cloud_efficiency`, `cloud_essd`, `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro`. **NOTE:** Since version v1.230.0, the categories `cloud`, `local_hdd_pro`, `local_disk`, `local_ssd_pro` are available.
1697
+ The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1698
1698
  """
1699
1699
  return pulumi.get(self, "category")
1700
1700
 
@@ -1762,7 +1762,7 @@ class ClusterSubscriptionConfig(dict):
1762
1762
  """
1763
1763
  :param int payment_duration: If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
1764
1764
  :param str payment_duration_unit: If paymentType is Subscription, this should be specified. Supported value: Month or Year.
1765
- :param bool auto_pay_order: Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
1765
+ :param bool auto_pay_order: Auto pay order for payment type of subscription, ’true’ or ‘false’ .
1766
1766
  :param bool auto_renew: Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
1767
1767
  :param int auto_renew_duration: If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
1768
1768
  :param str auto_renew_duration_unit: If paymentType is Subscription, this should be specified. Supported value: Month or Year.
@@ -1798,7 +1798,7 @@ class ClusterSubscriptionConfig(dict):
1798
1798
  @pulumi.getter(name="autoPayOrder")
1799
1799
  def auto_pay_order(self) -> Optional[bool]:
1800
1800
  """
1801
- Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
1801
+ Auto pay order for payment type of subscription, ’true’ or ‘false’ .
1802
1802
  """
1803
1803
  return pulumi.get(self, "auto_pay_order")
1804
1804
 
@@ -1846,7 +1846,7 @@ class GetClustersClusterResult(dict):
1846
1846
  tags: Sequence['outputs.GetClustersClusterTagResult']):
1847
1847
  """
1848
1848
  :param str cluster_id: The first ID of the resource.
1849
- :param str cluster_name: The cluster name.
1849
+ :param str cluster_name: The name of the emr cluster.
1850
1850
  :param str cluster_state: The state of the emr cluster.
1851
1851
  :param str cluster_type: The type of the emr cluster.
1852
1852
  :param str create_time: The creation time of the resource.
@@ -1856,7 +1856,7 @@ class GetClustersClusterResult(dict):
1856
1856
  :param str payment_type: The payment type of the emr cluster.
1857
1857
  :param str ready_time: The ready time of the resource.
1858
1858
  :param str release_version: The release version of the resource.
1859
- :param str resource_group_id: The Resource Group ID.
1859
+ :param str resource_group_id: The resource group id of the resource.
1860
1860
  :param Mapping[str, str] state_change_reason: The cluster state change reason.
1861
1861
  :param Sequence['GetClustersClusterTagArgs'] tags: A mapping of tags to assign to the resource.
1862
1862
  """
@@ -1887,7 +1887,7 @@ class GetClustersClusterResult(dict):
1887
1887
  @pulumi.getter(name="clusterName")
1888
1888
  def cluster_name(self) -> str:
1889
1889
  """
1890
- The cluster name.
1890
+ The name of the emr cluster.
1891
1891
  """
1892
1892
  return pulumi.get(self, "cluster_name")
1893
1893
 
@@ -1967,7 +1967,7 @@ class GetClustersClusterResult(dict):
1967
1967
  @pulumi.getter(name="resourceGroupId")
1968
1968
  def resource_group_id(self) -> str:
1969
1969
  """
1970
- The Resource Group ID.
1970
+ The resource group id of the resource.
1971
1971
  """
1972
1972
  return pulumi.get(self, "resource_group_id")
1973
1973
 
@@ -12,7 +12,6 @@ from .. import _utilities
12
12
  __all__ = [
13
13
  'InstanceDataDiskArgs',
14
14
  'InstanceSystemDiskArgs',
15
- 'LoadBalancerBackendServerArgs',
16
15
  ]
17
16
 
18
17
  @pulumi.input_type
@@ -109,89 +108,3 @@ class InstanceSystemDiskArgs:
109
108
  pulumi.set(self, "size", value)
110
109
 
111
110
 
112
- @pulumi.input_type
113
- class LoadBalancerBackendServerArgs:
114
- def __init__(__self__, *,
115
- server_id: pulumi.Input[str],
116
- ip: Optional[pulumi.Input[str]] = None,
117
- port: Optional[pulumi.Input[int]] = None,
118
- type: Optional[pulumi.Input[str]] = None,
119
- weight: Optional[pulumi.Input[int]] = None):
120
- """
121
- :param pulumi.Input[str] server_id: Backend server instance ID Example value: i-5vb5h5njxiuhn48a * * * *.
122
- :param pulumi.Input[str] ip: IP address of the backend server Example value: 192.168.0.5.
123
- :param pulumi.Input[int] port: Port used by the backend server.
124
- :param pulumi.Input[str] type: Backend server type Example value: ens.
125
- :param pulumi.Input[int] weight: Weight of the backend server Example value: 100.
126
- """
127
- pulumi.set(__self__, "server_id", server_id)
128
- if ip is not None:
129
- pulumi.set(__self__, "ip", ip)
130
- if port is not None:
131
- pulumi.set(__self__, "port", port)
132
- if type is not None:
133
- pulumi.set(__self__, "type", type)
134
- if weight is not None:
135
- pulumi.set(__self__, "weight", weight)
136
-
137
- @property
138
- @pulumi.getter(name="serverId")
139
- def server_id(self) -> pulumi.Input[str]:
140
- """
141
- Backend server instance ID Example value: i-5vb5h5njxiuhn48a * * * *.
142
- """
143
- return pulumi.get(self, "server_id")
144
-
145
- @server_id.setter
146
- def server_id(self, value: pulumi.Input[str]):
147
- pulumi.set(self, "server_id", value)
148
-
149
- @property
150
- @pulumi.getter
151
- def ip(self) -> Optional[pulumi.Input[str]]:
152
- """
153
- IP address of the backend server Example value: 192.168.0.5.
154
- """
155
- return pulumi.get(self, "ip")
156
-
157
- @ip.setter
158
- def ip(self, value: Optional[pulumi.Input[str]]):
159
- pulumi.set(self, "ip", value)
160
-
161
- @property
162
- @pulumi.getter
163
- def port(self) -> Optional[pulumi.Input[int]]:
164
- """
165
- Port used by the backend server.
166
- """
167
- return pulumi.get(self, "port")
168
-
169
- @port.setter
170
- def port(self, value: Optional[pulumi.Input[int]]):
171
- pulumi.set(self, "port", value)
172
-
173
- @property
174
- @pulumi.getter
175
- def type(self) -> Optional[pulumi.Input[str]]:
176
- """
177
- Backend server type Example value: ens.
178
- """
179
- return pulumi.get(self, "type")
180
-
181
- @type.setter
182
- def type(self, value: Optional[pulumi.Input[str]]):
183
- pulumi.set(self, "type", value)
184
-
185
- @property
186
- @pulumi.getter
187
- def weight(self) -> Optional[pulumi.Input[int]]:
188
- """
189
- Weight of the backend server Example value: 100.
190
- """
191
- return pulumi.get(self, "weight")
192
-
193
- @weight.setter
194
- def weight(self, value: Optional[pulumi.Input[int]]):
195
- pulumi.set(self, "weight", value)
196
-
197
-