pulumi-alicloud 3.56.0a1716440817__py3-none-any.whl → 3.56.0a1716959723__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.
Files changed (247) hide show
  1. pulumi_alicloud/actiontrail/outputs.py +4 -0
  2. pulumi_alicloud/adb/db_cluster.py +14 -0
  3. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
  4. pulumi_alicloud/alb/_inputs.py +34 -0
  5. pulumi_alicloud/alb/get_acls.py +2 -2
  6. pulumi_alicloud/alb/get_security_policies.py +4 -4
  7. pulumi_alicloud/alb/outputs.py +188 -10
  8. pulumi_alicloud/alb/rule.py +14 -0
  9. pulumi_alicloud/alb/server_group.py +21 -0
  10. pulumi_alicloud/amqp/get_instances.py +2 -2
  11. pulumi_alicloud/apigateway/get_log_configs.py +2 -2
  12. pulumi_alicloud/apigateway/get_plugins.py +6 -6
  13. pulumi_alicloud/arms/outputs.py +20 -0
  14. pulumi_alicloud/bastionhost/get_users.py +4 -4
  15. pulumi_alicloud/bastionhost/host.py +28 -7
  16. pulumi_alicloud/bastionhost/instance.py +14 -0
  17. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
  18. pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
  19. pulumi_alicloud/cddc/outputs.py +0 -6
  20. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
  21. pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
  22. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
  23. pulumi_alicloud/cen/outputs.py +6 -0
  24. pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
  25. pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
  26. pulumi_alicloud/cfg/aggregator.py +14 -0
  27. pulumi_alicloud/clickhouse/outputs.py +34 -4
  28. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
  29. pulumi_alicloud/cloudfirewall/instance.py +28 -0
  30. pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
  31. pulumi_alicloud/cloudsso/get_groups.py +2 -2
  32. pulumi_alicloud/cloudsso/outputs.py +104 -2
  33. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
  34. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
  35. pulumi_alicloud/cms/_inputs.py +16 -0
  36. pulumi_alicloud/cms/get_event_rules.py +2 -2
  37. pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
  38. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
  39. pulumi_alicloud/cms/get_monitor_groups.py +2 -4
  40. pulumi_alicloud/cms/outputs.py +216 -0
  41. pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
  42. pulumi_alicloud/cr/get_chart_repositories.py +2 -2
  43. pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
  44. pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
  45. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
  46. pulumi_alicloud/cr/outputs.py +4 -0
  47. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
  48. pulumi_alicloud/cs/_inputs.py +116 -0
  49. pulumi_alicloud/cs/node_pool.py +105 -0
  50. pulumi_alicloud/cs/outputs.py +116 -0
  51. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  52. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  53. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  54. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  55. pulumi_alicloud/dcdn/outputs.py +10 -0
  56. pulumi_alicloud/ddos/domain_resource.py +21 -0
  57. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  58. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  59. pulumi_alicloud/dfs/outputs.py +10 -0
  60. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  61. pulumi_alicloud/directmail/get_receivers.py +2 -2
  62. pulumi_alicloud/dns/_inputs.py +16 -0
  63. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  64. pulumi_alicloud/dns/outputs.py +68 -2
  65. pulumi_alicloud/dns/record.py +4 -0
  66. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  67. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  68. pulumi_alicloud/dts/instance.py +21 -0
  69. pulumi_alicloud/eais/get_instances.py +2 -2
  70. pulumi_alicloud/ebs/outputs.py +6 -0
  71. pulumi_alicloud/eci/get_container_groups.py +6 -8
  72. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  73. pulumi_alicloud/eci/outputs.py +26 -26
  74. pulumi_alicloud/ecs/_inputs.py +14 -0
  75. pulumi_alicloud/ecs/disk.py +28 -7
  76. pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
  77. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  78. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  79. pulumi_alicloud/ecs/eip_address.py +84 -7
  80. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  81. pulumi_alicloud/ecs/get_commands.py +4 -4
  82. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  83. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  84. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  85. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  86. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  88. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  89. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  90. pulumi_alicloud/ecs/get_images.py +20 -4
  91. pulumi_alicloud/ecs/instance.py +56 -0
  92. pulumi_alicloud/ecs/outputs.py +174 -92
  93. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  94. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  95. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  96. pulumi_alicloud/eds/get_desktops.py +2 -4
  97. pulumi_alicloud/eds/get_images.py +2 -2
  98. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  99. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  100. pulumi_alicloud/eds/get_users.py +2 -2
  101. pulumi_alicloud/eds/outputs.py +58 -4
  102. pulumi_alicloud/ehpc/cluster.py +70 -0
  103. pulumi_alicloud/ehpc/outputs.py +112 -2
  104. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  105. pulumi_alicloud/emr/get_clusters.py +8 -8
  106. pulumi_alicloud/emr/outputs.py +18 -32
  107. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  108. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  109. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  110. pulumi_alicloud/eventbridge/outputs.py +4 -0
  111. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  112. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  113. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  114. pulumi_alicloud/fnf/get_executions.py +2 -2
  115. pulumi_alicloud/ga/_inputs.py +12 -0
  116. pulumi_alicloud/ga/accelerator.py +49 -0
  117. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  118. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  119. pulumi_alicloud/ga/endpoint_group.py +28 -0
  120. pulumi_alicloud/ga/get_accelerators.py +4 -0
  121. pulumi_alicloud/ga/get_acls.py +2 -2
  122. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  123. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  124. pulumi_alicloud/ga/get_listeners.py +2 -2
  125. pulumi_alicloud/ga/listener.py +28 -0
  126. pulumi_alicloud/ga/outputs.py +14 -2
  127. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  128. pulumi_alicloud/gpdb/get_instances.py +2 -4
  129. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  130. pulumi_alicloud/hbr/_inputs.py +2 -0
  131. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  132. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  133. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  134. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  135. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  136. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  137. pulumi_alicloud/hbr/get_vaults.py +4 -0
  138. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  139. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  140. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  141. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  142. pulumi_alicloud/hbr/outputs.py +68 -0
  143. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  144. pulumi_alicloud/hbr/vault.py +14 -0
  145. pulumi_alicloud/imp/get_app_templates.py +2 -2
  146. pulumi_alicloud/kms/key.py +133 -21
  147. pulumi_alicloud/kms/secret.py +28 -0
  148. pulumi_alicloud/kvstore/account.py +21 -7
  149. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  150. pulumi_alicloud/kvstore/instance.py +14 -0
  151. pulumi_alicloud/lindorm/get_instances.py +2 -2
  152. pulumi_alicloud/log/_inputs.py +28 -6
  153. pulumi_alicloud/log/get_projects.py +2 -2
  154. pulumi_alicloud/log/outputs.py +28 -6
  155. pulumi_alicloud/message/service_subscription.py +14 -0
  156. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  157. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  158. pulumi_alicloud/mongodb/instance.py +56 -0
  159. pulumi_alicloud/mongodb/outputs.py +14 -0
  160. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  161. pulumi_alicloud/mse/cluster.py +28 -0
  162. pulumi_alicloud/mse/outputs.py +34 -0
  163. pulumi_alicloud/nas/data_flow.py +14 -0
  164. pulumi_alicloud/nas/file_system.py +14 -0
  165. pulumi_alicloud/nas/get_data_flows.py +2 -2
  166. pulumi_alicloud/nas/get_file_systems.py +4 -0
  167. pulumi_alicloud/nas/get_filesets.py +2 -2
  168. pulumi_alicloud/nas/get_snapshots.py +2 -2
  169. pulumi_alicloud/nas/outputs.py +4 -0
  170. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  171. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  172. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  173. pulumi_alicloud/nlb/load_balancer.py +14 -0
  174. pulumi_alicloud/nlb/server_group.py +56 -7
  175. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  176. pulumi_alicloud/oos/get_parameters.py +6 -6
  177. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  178. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  179. pulumi_alicloud/oos/parameter.py +28 -0
  180. pulumi_alicloud/oos/secret_parameter.py +28 -0
  181. pulumi_alicloud/ots/instance.py +91 -0
  182. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  183. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  184. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  185. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  186. pulumi_alicloud/pulumi-plugin.json +1 -1
  187. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  188. pulumi_alicloud/quotas/_inputs.py +0 -10
  189. pulumi_alicloud/quotas/outputs.py +10 -10
  190. pulumi_alicloud/rds/get_accounts.py +2 -2
  191. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  192. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  193. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  194. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  195. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  196. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  197. pulumi_alicloud/ros/get_change_sets.py +2 -2
  198. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  199. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  200. pulumi_alicloud/ros/get_stacks.py +4 -4
  201. pulumi_alicloud/ros/get_templates.py +4 -4
  202. pulumi_alicloud/ros/outputs.py +68 -2
  203. pulumi_alicloud/ros/stack_instance.py +52 -4
  204. pulumi_alicloud/sae/get_config_maps.py +2 -2
  205. pulumi_alicloud/sae/get_ingresses.py +2 -2
  206. pulumi_alicloud/sae/outputs.py +274 -0
  207. pulumi_alicloud/scdn/get_domains.py +2 -2
  208. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  209. pulumi_alicloud/sddp/get_rules.py +10 -10
  210. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  211. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  212. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  213. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  214. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  215. pulumi_alicloud/tsdb/get_instances.py +2 -2
  216. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  217. pulumi_alicloud/vod/domain.py +14 -0
  218. pulumi_alicloud/vod/get_domains.py +4 -0
  219. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  220. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  221. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  222. pulumi_alicloud/vpc/get_havips.py +2 -2
  223. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  224. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  225. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  226. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  227. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  228. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  229. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  230. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  231. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  232. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  233. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  234. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  235. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  236. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  237. pulumi_alicloud/vpc/ha_vip.py +8 -0
  238. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  239. pulumi_alicloud/vpc/outputs.py +14 -14
  240. pulumi_alicloud/vpc/route_entry.py +70 -0
  241. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  242. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  243. pulumi_alicloud/vpn/outputs.py +4 -4
  244. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/METADATA +1 -1
  245. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/RECORD +247 -247
  246. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/WHEEL +0 -0
  247. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/top_level.txt +0 -0
@@ -280,7 +280,37 @@ class GetClustersClusterResult(dict):
280
280
  """
281
281
  :param str account_type: The server type of the account.
282
282
  :param str client_version: The version number of the client used by the cluster.
283
- :param str status: The status of the resource. Valid values:
283
+ :param str cluster_id: The id of E-HPC Cluster.
284
+ :param str cluster_name: The name of E-HPC cluster.
285
+ :param int compute_count: The number of compute nodes in the cluster.
286
+ :param str compute_instance_type: Cluster compute node specifications.
287
+ :param str create_time: The creation time of the resource.
288
+ :param str deploy_mode: Cluster deployment mode. Possible values:
289
+ - Standard: separate deployment of account nodes, scheduling nodes, login nodes, and compute nodes.
290
+ - Advanced:HA mode deployment.
291
+ - Simple: the account node and the scheduling node are deployed on one node, and the login node and the compute node are deployed separately.
292
+ - Tiny: account nodes, scheduling nodes, and login nodes are deployed on one node, and compute nodes are deployed separately.
293
+ - OneBox: account node, scheduling node, login node and compute node are deployed on one node.
294
+ :param str description: The description of E-HPC cluster.
295
+ :param bool ha_enable: Whether to turn on high availability. > If high availability is enabled, each control role in the cluster will use two primary and secondary instances.
296
+ :param str id: The ID of the Cluster.
297
+ :param str image_id: The ID of the Image.
298
+ :param str image_owner_alias: The type of the image.
299
+ :param int login_count: The number of cluster login nodes. Only configuration 1 is supported.
300
+ :param str login_instance_type: Cluster login node specifications.
301
+ :param str manager_instance_type: The instance type of manager nodes.
302
+ :param str os_tag: The image tag of the operating system.
303
+ :param str remote_directory: Mount the remote directory of the shared storage.
304
+ :param str scc_cluster_id: The SccCluster ID used by the cluster. If the cluster is not an SCC model, it is empty.
305
+ :param str scheduler_type: Dispatch server type.
306
+ :param str security_group_id: The ID of the security group.
307
+ :param str status: The status of the resource.
308
+ :param str volume_id: The ID of the NAS instance. Currently, you cannot automatically create an Alibaba Cloud NAS instance.
309
+ :param str volume_mountpoint: The mount target of the file system. Mount targets cannot be automatically created for NAS file systems.
310
+ :param str volume_protocol: The type of the protocol that is used by the file system.
311
+ :param str volume_type: The type of the network shared storage. Valid value: NAS.
312
+ :param str vpc_id: The ID of the VPC network.
313
+ :param str vswitch_id: The vswitch id.
284
314
  """
285
315
  pulumi.set(__self__, "account_type", account_type)
286
316
  pulumi.set(__self__, "applications", applications)
@@ -339,66 +369,110 @@ class GetClustersClusterResult(dict):
339
369
  @property
340
370
  @pulumi.getter(name="clusterId")
341
371
  def cluster_id(self) -> str:
372
+ """
373
+ The id of E-HPC Cluster.
374
+ """
342
375
  return pulumi.get(self, "cluster_id")
343
376
 
344
377
  @property
345
378
  @pulumi.getter(name="clusterName")
346
379
  def cluster_name(self) -> str:
380
+ """
381
+ The name of E-HPC cluster.
382
+ """
347
383
  return pulumi.get(self, "cluster_name")
348
384
 
349
385
  @property
350
386
  @pulumi.getter(name="computeCount")
351
387
  def compute_count(self) -> int:
388
+ """
389
+ The number of compute nodes in the cluster.
390
+ """
352
391
  return pulumi.get(self, "compute_count")
353
392
 
354
393
  @property
355
394
  @pulumi.getter(name="computeInstanceType")
356
395
  def compute_instance_type(self) -> str:
396
+ """
397
+ Cluster compute node specifications.
398
+ """
357
399
  return pulumi.get(self, "compute_instance_type")
358
400
 
359
401
  @property
360
402
  @pulumi.getter(name="createTime")
361
403
  def create_time(self) -> str:
404
+ """
405
+ The creation time of the resource.
406
+ """
362
407
  return pulumi.get(self, "create_time")
363
408
 
364
409
  @property
365
410
  @pulumi.getter(name="deployMode")
366
411
  def deploy_mode(self) -> str:
412
+ """
413
+ Cluster deployment mode. Possible values:
414
+ - Standard: separate deployment of account nodes, scheduling nodes, login nodes, and compute nodes.
415
+ - Advanced:HA mode deployment.
416
+ - Simple: the account node and the scheduling node are deployed on one node, and the login node and the compute node are deployed separately.
417
+ - Tiny: account nodes, scheduling nodes, and login nodes are deployed on one node, and compute nodes are deployed separately.
418
+ - OneBox: account node, scheduling node, login node and compute node are deployed on one node.
419
+ """
367
420
  return pulumi.get(self, "deploy_mode")
368
421
 
369
422
  @property
370
423
  @pulumi.getter
371
424
  def description(self) -> str:
425
+ """
426
+ The description of E-HPC cluster.
427
+ """
372
428
  return pulumi.get(self, "description")
373
429
 
374
430
  @property
375
431
  @pulumi.getter(name="haEnable")
376
432
  def ha_enable(self) -> bool:
433
+ """
434
+ Whether to turn on high availability. > If high availability is enabled, each control role in the cluster will use two primary and secondary instances.
435
+ """
377
436
  return pulumi.get(self, "ha_enable")
378
437
 
379
438
  @property
380
439
  @pulumi.getter
381
440
  def id(self) -> str:
441
+ """
442
+ The ID of the Cluster.
443
+ """
382
444
  return pulumi.get(self, "id")
383
445
 
384
446
  @property
385
447
  @pulumi.getter(name="imageId")
386
448
  def image_id(self) -> str:
449
+ """
450
+ The ID of the Image.
451
+ """
387
452
  return pulumi.get(self, "image_id")
388
453
 
389
454
  @property
390
455
  @pulumi.getter(name="imageOwnerAlias")
391
456
  def image_owner_alias(self) -> str:
457
+ """
458
+ The type of the image.
459
+ """
392
460
  return pulumi.get(self, "image_owner_alias")
393
461
 
394
462
  @property
395
463
  @pulumi.getter(name="loginCount")
396
464
  def login_count(self) -> int:
465
+ """
466
+ The number of cluster login nodes. Only configuration 1 is supported.
467
+ """
397
468
  return pulumi.get(self, "login_count")
398
469
 
399
470
  @property
400
471
  @pulumi.getter(name="loginInstanceType")
401
472
  def login_instance_type(self) -> str:
473
+ """
474
+ Cluster login node specifications.
475
+ """
402
476
  return pulumi.get(self, "login_instance_type")
403
477
 
404
478
  @property
@@ -409,11 +483,17 @@ class GetClustersClusterResult(dict):
409
483
  @property
410
484
  @pulumi.getter(name="managerInstanceType")
411
485
  def manager_instance_type(self) -> str:
486
+ """
487
+ The instance type of manager nodes.
488
+ """
412
489
  return pulumi.get(self, "manager_instance_type")
413
490
 
414
491
  @property
415
492
  @pulumi.getter(name="osTag")
416
493
  def os_tag(self) -> str:
494
+ """
495
+ The image tag of the operating system.
496
+ """
417
497
  return pulumi.get(self, "os_tag")
418
498
 
419
499
  @property
@@ -424,59 +504,89 @@ class GetClustersClusterResult(dict):
424
504
  @property
425
505
  @pulumi.getter(name="remoteDirectory")
426
506
  def remote_directory(self) -> str:
507
+ """
508
+ Mount the remote directory of the shared storage.
509
+ """
427
510
  return pulumi.get(self, "remote_directory")
428
511
 
429
512
  @property
430
513
  @pulumi.getter(name="sccClusterId")
431
514
  def scc_cluster_id(self) -> str:
515
+ """
516
+ The SccCluster ID used by the cluster. If the cluster is not an SCC model, it is empty.
517
+ """
432
518
  return pulumi.get(self, "scc_cluster_id")
433
519
 
434
520
  @property
435
521
  @pulumi.getter(name="schedulerType")
436
522
  def scheduler_type(self) -> str:
523
+ """
524
+ Dispatch server type.
525
+ """
437
526
  return pulumi.get(self, "scheduler_type")
438
527
 
439
528
  @property
440
529
  @pulumi.getter(name="securityGroupId")
441
530
  def security_group_id(self) -> str:
531
+ """
532
+ The ID of the security group.
533
+ """
442
534
  return pulumi.get(self, "security_group_id")
443
535
 
444
536
  @property
445
537
  @pulumi.getter
446
538
  def status(self) -> str:
447
539
  """
448
- The status of the resource. Valid values:
540
+ The status of the resource.
449
541
  """
450
542
  return pulumi.get(self, "status")
451
543
 
452
544
  @property
453
545
  @pulumi.getter(name="volumeId")
454
546
  def volume_id(self) -> str:
547
+ """
548
+ The ID of the NAS instance. Currently, you cannot automatically create an Alibaba Cloud NAS instance.
549
+ """
455
550
  return pulumi.get(self, "volume_id")
456
551
 
457
552
  @property
458
553
  @pulumi.getter(name="volumeMountpoint")
459
554
  def volume_mountpoint(self) -> str:
555
+ """
556
+ The mount target of the file system. Mount targets cannot be automatically created for NAS file systems.
557
+ """
460
558
  return pulumi.get(self, "volume_mountpoint")
461
559
 
462
560
  @property
463
561
  @pulumi.getter(name="volumeProtocol")
464
562
  def volume_protocol(self) -> str:
563
+ """
564
+ The type of the protocol that is used by the file system.
565
+ """
465
566
  return pulumi.get(self, "volume_protocol")
466
567
 
467
568
  @property
468
569
  @pulumi.getter(name="volumeType")
469
570
  def volume_type(self) -> str:
571
+ """
572
+ The type of the network shared storage. Valid value: NAS.
573
+ """
470
574
  return pulumi.get(self, "volume_type")
471
575
 
472
576
  @property
473
577
  @pulumi.getter(name="vpcId")
474
578
  def vpc_id(self) -> str:
579
+ """
580
+ The ID of the VPC network.
581
+ """
475
582
  return pulumi.get(self, "vpc_id")
476
583
 
477
584
  @property
478
585
  @pulumi.getter(name="vswitchId")
479
586
  def vswitch_id(self) -> str:
587
+ """
588
+ The vswitch id.
589
+ """
480
590
  return pulumi.get(self, "vswitch_id")
481
591
 
482
592
  @property
@@ -201,9 +201,9 @@ def get_anycast_eip_addresses(anycast_eip_address_name: Optional[str] = None,
201
201
  :param str ip_address: Anycast EIP instance IP address.
202
202
  :param str name_regex: A regex string to filter results by Anycast Eip Address name.
203
203
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
204
- :param str payment_type: The payment model of Anycast EIP instance. "PostPaid": Refers to the post-paid mode.
205
- :param str service_location: Anycast EIP instance access area. "international": Refers to areas outside of Mainland China.
206
- :param str status: IP status。- `Associating`, `Unassociating`, `Allocated`, `Associated`, `Modifying`, `Releasing`, `Released`.
204
+ :param str payment_type: The payment model of Anycast EIP instance. `PayAsYouGo`: Refers to the post-paid mode. Default value is `PayAsYouGo`.
205
+ :param str service_location: Anycast EIP instance access area. `international`: Refers to areas outside of Mainland China.
206
+ :param str status: IP status。- `Associating`, `Unassociating`, `Allocated`, `Associated`, `Modifying`, `Releasing`, `Released`. Valid values: `Allocated`, `Associated`.
207
207
  """
208
208
  __args__ = dict()
209
209
  __args__['anycastEipAddressName'] = anycast_eip_address_name
@@ -277,8 +277,8 @@ def get_anycast_eip_addresses_output(anycast_eip_address_name: Optional[pulumi.I
277
277
  :param str ip_address: Anycast EIP instance IP address.
278
278
  :param str name_regex: A regex string to filter results by Anycast Eip Address name.
279
279
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
280
- :param str payment_type: The payment model of Anycast EIP instance. "PostPaid": Refers to the post-paid mode.
281
- :param str service_location: Anycast EIP instance access area. "international": Refers to areas outside of Mainland China.
282
- :param str status: IP status。- `Associating`, `Unassociating`, `Allocated`, `Associated`, `Modifying`, `Releasing`, `Released`.
280
+ :param str payment_type: The payment model of Anycast EIP instance. `PayAsYouGo`: Refers to the post-paid mode. Default value is `PayAsYouGo`.
281
+ :param str service_location: Anycast EIP instance access area. `international`: Refers to areas outside of Mainland China.
282
+ :param str status: IP status。- `Associating`, `Unassociating`, `Allocated`, `Associated`, `Modifying`, `Releasing`, `Released`. Valid values: `Allocated`, `Associated`.
283
283
  """
284
284
  ...
@@ -358,15 +358,15 @@ def get_clusters(cluster_name: Optional[str] = None,
358
358
  ```
359
359
 
360
360
 
361
- :param str cluster_name: The name of the associated cluster.
361
+ :param str cluster_name: The cluster name.
362
362
  :param Sequence[str] cluster_type_lists: The cluster type list.
363
- :param str create_type: How to create a cluster.
363
+ :param str create_type: How to create a cluster. Valid values: `ON-DEMAND`, `MANUAL`.
364
364
  :param bool default_status: The default status.
365
- :param str deposit_type: The hosting type of the cluster.
365
+ :param str deposit_type: The hosting type of the cluster. Valid values: `HALF_MANAGED`, `MANAGED`.
366
366
  :param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
367
367
  :param Sequence[str] ids: A list of Cluster IDs.
368
368
  :param bool is_desc: The is desc.
369
- :param str machine_type: The host type of the cluster. The default is ECS.
369
+ :param str machine_type: The host type of the cluster. The default is ECS. Valid values: `DOCKER`, `ECS`, `PYHSICAL_MACHINE`, `ECS_FROM_ECM_HOSTPOOL`.
370
370
  :param str name_regex: A regex string to filter results by Cluster name.
371
371
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
372
372
  :param str resource_group_id: The Resource Group ID.
@@ -559,15 +559,15 @@ def get_clusters_output(cluster_name: Optional[pulumi.Input[Optional[str]]] = No
559
559
  ```
560
560
 
561
561
 
562
- :param str cluster_name: The name of the associated cluster.
562
+ :param str cluster_name: The cluster name.
563
563
  :param Sequence[str] cluster_type_lists: The cluster type list.
564
- :param str create_type: How to create a cluster.
564
+ :param str create_type: How to create a cluster. Valid values: `ON-DEMAND`, `MANUAL`.
565
565
  :param bool default_status: The default status.
566
- :param str deposit_type: The hosting type of the cluster.
566
+ :param str deposit_type: The hosting type of the cluster. Valid values: `HALF_MANAGED`, `MANAGED`.
567
567
  :param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
568
568
  :param Sequence[str] ids: A list of Cluster IDs.
569
569
  :param bool is_desc: The is desc.
570
- :param str machine_type: The host type of the cluster. The default is ECS.
570
+ :param str machine_type: The host type of the cluster. The default is ECS. Valid values: `DOCKER`, `ECS`, `PYHSICAL_MACHINE`, `ECS_FROM_ECM_HOSTPOOL`.
571
571
  :param str name_regex: A regex string to filter results by Cluster name.
572
572
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
573
573
  :param str resource_group_id: The Resource Group ID.
@@ -564,14 +564,14 @@ class GetClustersClusterResult(dict):
564
564
  :param bool auto_scaling_spot_with_limit_allowed: Whether to allow the use of elastic scaling bidding instances.
565
565
  :param Sequence['GetClustersClusterBootstrapActionListArgs'] bootstrap_action_lists: List of boot actions.
566
566
  :param bool bootstrap_failed: The result of the boot operation.
567
- :param str cluster_id: The ID of the associated cluster.
568
- :param str cluster_name: The name of the associated cluster.
567
+ :param str cluster_id: The first ID of the resource.
568
+ :param str cluster_name: The ClusterName.
569
569
  :param str create_resource: Cluster tag, no need to pay attention.
570
- :param str create_time: Creation time.
570
+ :param str create_time: The creation time of the resource.
571
571
  :param str create_type: How to create a cluster.
572
572
  :param str deposit_type: The hosting type of the cluster.
573
573
  :param bool eas_enable: High security cluster.
574
- :param str expired_time: Timeout time.
574
+ :param str expired_time: The expiration time of the cluster.
575
575
  :param str extra_info: Additional information for Stack.
576
576
  :param bool high_availability_enable: High availability cluster.
577
577
  :param Sequence['GetClustersClusterHostGroupListArgs'] host_group_lists: List of cluster machine groups.
@@ -593,7 +593,6 @@ class GetClustersClusterResult(dict):
593
593
  :param str status: The cluster status.
594
594
  :param str stop_time: Cluster stop time.
595
595
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
596
- :param str type: Disk type.
597
596
  :param str user_defined_emr_ecs_role: The EMR permission name used.
598
597
  :param str user_id: The user ID.
599
598
  :param str vpc_id: The VPC ID.
@@ -705,7 +704,7 @@ class GetClustersClusterResult(dict):
705
704
  @pulumi.getter(name="clusterId")
706
705
  def cluster_id(self) -> str:
707
706
  """
708
- The ID of the associated cluster.
707
+ The first ID of the resource.
709
708
  """
710
709
  return pulumi.get(self, "cluster_id")
711
710
 
@@ -713,7 +712,7 @@ class GetClustersClusterResult(dict):
713
712
  @pulumi.getter(name="clusterName")
714
713
  def cluster_name(self) -> str:
715
714
  """
716
- The name of the associated cluster.
715
+ The ClusterName.
717
716
  """
718
717
  return pulumi.get(self, "cluster_name")
719
718
 
@@ -729,7 +728,7 @@ class GetClustersClusterResult(dict):
729
728
  @pulumi.getter(name="createTime")
730
729
  def create_time(self) -> str:
731
730
  """
732
- Creation time.
731
+ The creation time of the resource.
733
732
  """
734
733
  return pulumi.get(self, "create_time")
735
734
 
@@ -761,7 +760,7 @@ class GetClustersClusterResult(dict):
761
760
  @pulumi.getter(name="expiredTime")
762
761
  def expired_time(self) -> str:
763
762
  """
764
- Timeout time.
763
+ The expiration time of the cluster.
765
764
  """
766
765
  return pulumi.get(self, "expired_time")
767
766
 
@@ -946,9 +945,6 @@ class GetClustersClusterResult(dict):
946
945
  @property
947
946
  @pulumi.getter
948
947
  def type(self) -> str:
949
- """
950
- Disk type.
951
- """
952
948
  return pulumi.get(self, "type")
953
949
 
954
950
  @property
@@ -1015,27 +1011,17 @@ class GetClustersClusterAccessInfoZkLinkResult(dict):
1015
1011
  def __init__(__self__, *,
1016
1012
  link: str,
1017
1013
  port: str):
1018
- """
1019
- :param str link: The access link address of ZooKeeper.
1020
- :param str port: The port of ZooKeeper.
1021
- """
1022
1014
  pulumi.set(__self__, "link", link)
1023
1015
  pulumi.set(__self__, "port", port)
1024
1016
 
1025
1017
  @property
1026
1018
  @pulumi.getter
1027
1019
  def link(self) -> str:
1028
- """
1029
- The access link address of ZooKeeper.
1030
- """
1031
1020
  return pulumi.get(self, "link")
1032
1021
 
1033
1022
  @property
1034
1023
  @pulumi.getter
1035
1024
  def port(self) -> str:
1036
- """
1037
- The port of ZooKeeper.
1038
- """
1039
1025
  return pulumi.get(self, "port")
1040
1026
 
1041
1027
 
@@ -1047,7 +1033,7 @@ class GetClustersClusterBootstrapActionListResult(dict):
1047
1033
  path: str):
1048
1034
  """
1049
1035
  :param str arg: Parameters of the boot operation.
1050
- :param str name: The internal name of the service.
1036
+ :param str name: The name of the boot operation.
1051
1037
  :param str path: Boot operation script path.
1052
1038
  """
1053
1039
  pulumi.set(__self__, "arg", arg)
@@ -1066,7 +1052,7 @@ class GetClustersClusterBootstrapActionListResult(dict):
1066
1052
  @pulumi.getter
1067
1053
  def name(self) -> str:
1068
1054
  """
1069
- The internal name of the service.
1055
+ The name of the boot operation.
1070
1056
  """
1071
1057
  return pulumi.get(self, "name")
1072
1058
 
@@ -1112,7 +1098,7 @@ class GetClustersClusterHostGroupListResult(dict):
1112
1098
  :param int memory_capacity: Memory size.
1113
1099
  :param int node_count: The number of machine group nodes.
1114
1100
  :param Sequence['GetClustersClusterHostGroupListNodeArgs'] nodes: Machine node.
1115
- :param str period: The package year and month time of the machine group. The Valid Values : `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `12`, `24`, `36`.
1101
+ :param str period: Package year and month time (days).
1116
1102
  """
1117
1103
  pulumi.set(__self__, "band_width", band_width)
1118
1104
  pulumi.set(__self__, "charge_type", charge_type)
@@ -1246,7 +1232,7 @@ class GetClustersClusterHostGroupListResult(dict):
1246
1232
  @pulumi.getter
1247
1233
  def period(self) -> str:
1248
1234
  """
1249
- The package year and month time of the machine group. The Valid Values : `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `12`, `24`, `36`.
1235
+ Package year and month time (days).
1250
1236
  """
1251
1237
  return pulumi.get(self, "period")
1252
1238
 
@@ -1272,7 +1258,7 @@ class GetClustersClusterHostGroupListNodeResult(dict):
1272
1258
  :param str inner_ip: The Intranet IP of the EMR.
1273
1259
  :param str instance_id: The ID of the ECS instance.
1274
1260
  :param str pub_ip: Public IP address.
1275
- :param str status: The cluster status.
1261
+ :param str status: Status.
1276
1262
  :param bool support_ipv6: Whether IPV6 is supported.
1277
1263
  :param str zone_id: The zone ID.
1278
1264
  """
@@ -1347,7 +1333,7 @@ class GetClustersClusterHostGroupListNodeResult(dict):
1347
1333
  @pulumi.getter
1348
1334
  def status(self) -> str:
1349
1335
  """
1350
- The cluster status.
1336
+ Status.
1351
1337
  """
1352
1338
  return pulumi.get(self, "status")
1353
1339
 
@@ -1469,8 +1455,8 @@ class GetClustersClusterRelateClusterInfoResult(dict):
1469
1455
  """
1470
1456
  :param str cluster_id: The ID of the associated cluster.
1471
1457
  :param str cluster_name: The name of the associated cluster.
1472
- :param str cluster_type: Cluster type:
1473
- :param str status: The cluster status.
1458
+ :param str cluster_type: The cluster type of the associated cluster.
1459
+ :param str status: The status of the associated cluster.
1474
1460
  """
1475
1461
  pulumi.set(__self__, "cluster_id", cluster_id)
1476
1462
  pulumi.set(__self__, "cluster_name", cluster_name)
@@ -1497,7 +1483,7 @@ class GetClustersClusterRelateClusterInfoResult(dict):
1497
1483
  @pulumi.getter(name="clusterType")
1498
1484
  def cluster_type(self) -> str:
1499
1485
  """
1500
- Cluster type:
1486
+ The cluster type of the associated cluster.
1501
1487
  """
1502
1488
  return pulumi.get(self, "cluster_type")
1503
1489
 
@@ -1505,7 +1491,7 @@ class GetClustersClusterRelateClusterInfoResult(dict):
1505
1491
  @pulumi.getter
1506
1492
  def status(self) -> str:
1507
1493
  """
1508
- The cluster status.
1494
+ The status of the associated cluster.
1509
1495
  """
1510
1496
  return pulumi.get(self, "status")
1511
1497
 
@@ -189,7 +189,7 @@ def get_clusters(cluster_name: Optional[str] = None,
189
189
  > **NOTE:** Available in v1.199.0+.
190
190
 
191
191
 
192
- :param str cluster_name: The name of the emr cluster.
192
+ :param str cluster_name: The cluster name.
193
193
  :param Sequence[str] cluster_states: The cluster states.
194
194
  :param Sequence[str] cluster_types: The cluster types.
195
195
  :param Sequence[str] ids: A list of Cluster IDS.
@@ -198,7 +198,7 @@ def get_clusters(cluster_name: Optional[str] = None,
198
198
  :param str next_token: The next token is used to list clusters for next page.
199
199
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
200
200
  :param Sequence[str] payment_types: The cluster payment types.
201
- :param str resource_group_id: The resource group id of the resource.
201
+ :param str resource_group_id: The Resource Group ID.
202
202
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
203
203
  """
204
204
  __args__ = dict()
@@ -253,7 +253,7 @@ def get_clusters_output(cluster_name: Optional[pulumi.Input[Optional[str]]] = No
253
253
  > **NOTE:** Available in v1.199.0+.
254
254
 
255
255
 
256
- :param str cluster_name: The name of the emr cluster.
256
+ :param str cluster_name: The cluster name.
257
257
  :param Sequence[str] cluster_states: The cluster states.
258
258
  :param Sequence[str] cluster_types: The cluster types.
259
259
  :param Sequence[str] ids: A list of Cluster IDS.
@@ -262,7 +262,7 @@ def get_clusters_output(cluster_name: Optional[pulumi.Input[Optional[str]]] = No
262
262
  :param str next_token: The next token is used to list clusters for next page.
263
263
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
264
264
  :param Sequence[str] payment_types: The cluster payment types.
265
- :param str resource_group_id: The resource group id of the resource.
265
+ :param str resource_group_id: The Resource Group ID.
266
266
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
267
267
  """
268
268
  ...
@@ -525,6 +525,8 @@ class RuleTargetArgs:
525
525
  **NOTE:** From version 1.208.1, `type` can be set to `acs.alikafka`, `acs.api.destination`, `acs.arms.loki`, `acs.datahub`, `acs.eventbridge.olap`, `acs.eventbus.SLSCloudLens`, `acs.fnf`, `acs.k8s`, `acs.openapi`, `acs.rds.mysql`, `acs.sae`, `acs.sls`, `mysql`.
526
526
  :param pulumi.Input['RuleTargetDeadLetterQueueArgs'] dead_letter_queue: The dead letter queue. Events that are not processed or exceed the number of retries will be written to the dead letter. Support message service MNS and message queue RocketMQ. See `dead_letter_queue` below.
527
527
  :param pulumi.Input[str] push_retry_strategy: The retry policy that is used to push the event. Valid values:
528
+ - `BACKOFF_RETRY`: Backoff retry. The request can be retried up to three times. The interval between two consecutive retries is a random value between 10 and 20 seconds.
529
+ - `EXPONENTIAL_DECAY_RETRY`: Exponential decay retry. The request can be retried up to 176 times. The interval between two consecutive retries exponentially increases to 512 seconds, and the total retry time is one day. The specific retry intervals are 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 512, ..., and 512 seconds, including a maximum of one hundred and sixty-seven 512 seconds in total.
528
530
  """
529
531
  pulumi.set(__self__, "endpoint", endpoint)
530
532
  pulumi.set(__self__, "param_lists", param_lists)
@@ -601,6 +603,8 @@ class RuleTargetArgs:
601
603
  def push_retry_strategy(self) -> Optional[pulumi.Input[str]]:
602
604
  """
603
605
  The retry policy that is used to push the event. Valid values:
606
+ - `BACKOFF_RETRY`: Backoff retry. The request can be retried up to three times. The interval between two consecutive retries is a random value between 10 and 20 seconds.
607
+ - `EXPONENTIAL_DECAY_RETRY`: Exponential decay retry. The request can be retried up to 176 times. The interval between two consecutive retries exponentially increases to 512 seconds, and the total retry time is one day. The specific retry intervals are 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 512, ..., and 512 seconds, including a maximum of one hundred and sixty-seven 512 seconds in total.
604
608
  """
605
609
  return pulumi.get(self, "push_retry_strategy")
606
610
 
@@ -149,7 +149,7 @@ def get_rules(event_bus_name: Optional[str] = None,
149
149
  :param str name_regex: A regex string to filter results by Rule name.
150
150
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
151
151
  :param str rule_name_prefix: The rule name prefix.
152
- :param str status: Rule status, either Enable or Disable.
152
+ :param str status: Rule status, either Enable or Disable. Valid values: `DISABLE`, `ENABLE`.
153
153
  """
154
154
  __args__ = dict()
155
155
  __args__['eventBusName'] = event_bus_name
@@ -206,6 +206,6 @@ def get_rules_output(event_bus_name: Optional[pulumi.Input[str]] = None,
206
206
  :param str name_regex: A regex string to filter results by Rule name.
207
207
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
208
208
  :param str rule_name_prefix: The rule name prefix.
209
- :param str status: Rule status, either Enable or Disable.
209
+ :param str status: Rule status, either Enable or Disable. Valid values: `DISABLE`, `ENABLE`.
210
210
  """
211
211
  ...
@@ -604,6 +604,8 @@ class RuleTarget(dict):
604
604
  **NOTE:** From version 1.208.1, `type` can be set to `acs.alikafka`, `acs.api.destination`, `acs.arms.loki`, `acs.datahub`, `acs.eventbridge.olap`, `acs.eventbus.SLSCloudLens`, `acs.fnf`, `acs.k8s`, `acs.openapi`, `acs.rds.mysql`, `acs.sae`, `acs.sls`, `mysql`.
605
605
  :param 'RuleTargetDeadLetterQueueArgs' dead_letter_queue: The dead letter queue. Events that are not processed or exceed the number of retries will be written to the dead letter. Support message service MNS and message queue RocketMQ. See `dead_letter_queue` below.
606
606
  :param str push_retry_strategy: The retry policy that is used to push the event. Valid values:
607
+ - `BACKOFF_RETRY`: Backoff retry. The request can be retried up to three times. The interval between two consecutive retries is a random value between 10 and 20 seconds.
608
+ - `EXPONENTIAL_DECAY_RETRY`: Exponential decay retry. The request can be retried up to 176 times. The interval between two consecutive retries exponentially increases to 512 seconds, and the total retry time is one day. The specific retry intervals are 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 512, ..., and 512 seconds, including a maximum of one hundred and sixty-seven 512 seconds in total.
607
609
  """
608
610
  pulumi.set(__self__, "endpoint", endpoint)
609
611
  pulumi.set(__self__, "param_lists", param_lists)
@@ -660,6 +662,8 @@ class RuleTarget(dict):
660
662
  def push_retry_strategy(self) -> Optional[str]:
661
663
  """
662
664
  The retry policy that is used to push the event. Valid values:
665
+ - `BACKOFF_RETRY`: Backoff retry. The request can be retried up to three times. The interval between two consecutive retries is a random value between 10 and 20 seconds.
666
+ - `EXPONENTIAL_DECAY_RETRY`: Exponential decay retry. The request can be retried up to 176 times. The interval between two consecutive retries exponentially increases to 512 seconds, and the total retry time is one day. The specific retry intervals are 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 512, ..., and 512 seconds, including a maximum of one hundred and sixty-seven 512 seconds in total.
663
667
  """
664
668
  return pulumi.get(self, "push_retry_strategy")
665
669
 
@@ -127,7 +127,7 @@ def get_access_points(ids: Optional[Sequence[str]] = None,
127
127
  :param Sequence[str] ids: A list of Access Point IDs.
128
128
  :param str name_regex: A regex string to filter results by Access Point name.
129
129
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
130
- :param str status: The Physical Connection to Which the Access Point State.
130
+ :param str status: The Physical Connection to Which the Access Point State. Valid values: `disabled`, `full`, `hot`, `recommended`.
131
131
  """
132
132
  __args__ = dict()
133
133
  __args__['ids'] = ids
@@ -176,6 +176,6 @@ def get_access_points_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
176
176
  :param Sequence[str] ids: A list of Access Point IDs.
177
177
  :param str name_regex: A regex string to filter results by Access Point name.
178
178
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
179
- :param str status: The Physical Connection to Which the Access Point State.
179
+ :param str status: The Physical Connection to Which the Access Point State. Valid values: `disabled`, `full`, `hot`, `recommended`.
180
180
  """
181
181
  ...
@@ -138,7 +138,7 @@ def get_physical_connections(ids: Optional[Sequence[str]] = None,
138
138
  :param bool include_reservation_data: The include reservation data.
139
139
  :param str name_regex: A regex string to filter results by Physical Connection name.
140
140
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
141
- :param str status: Resources on Behalf of a State of the Resource Attribute Field.
141
+ :param str status: Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
142
142
  """
143
143
  __args__ = dict()
144
144
  __args__['ids'] = ids
@@ -191,6 +191,6 @@ def get_physical_connections_output(ids: Optional[pulumi.Input[Optional[Sequence
191
191
  :param bool include_reservation_data: The include reservation data.
192
192
  :param str name_regex: A regex string to filter results by Physical Connection name.
193
193
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
194
- :param str status: Resources on Behalf of a State of the Resource Attribute Field.
194
+ :param str status: Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
195
195
  """
196
196
  ...
@@ -153,7 +153,7 @@ def get_virtual_border_routers(filters: Optional[Sequence[pulumi.InputType['GetV
153
153
  :param Sequence[str] ids: A list of Virtual Border Router IDs.
154
154
  :param str name_regex: A regex string to filter results by Virtual Border Router name.
155
155
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
156
- :param str status: The VBR state.
156
+ :param str status: The instance state with. Valid values: `active`, `deleting`, `recovering`, `terminated`, `terminating`, `unconfirmed`.
157
157
  """
158
158
  __args__ = dict()
159
159
  __args__['filters'] = filters
@@ -220,6 +220,6 @@ def get_virtual_border_routers_output(filters: Optional[pulumi.Input[Optional[Se
220
220
  :param Sequence[str] ids: A list of Virtual Border Router IDs.
221
221
  :param str name_regex: A regex string to filter results by Virtual Border Router name.
222
222
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
223
- :param str status: The VBR state.
223
+ :param str status: The instance state with. Valid values: `active`, `deleting`, `recovering`, `terminated`, `terminating`, `unconfirmed`.
224
224
  """
225
225
  ...