pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.61.0__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 (430) hide show
  1. pulumi_alicloud/__init__.py +177 -0
  2. pulumi_alicloud/_inputs.py +16 -0
  3. pulumi_alicloud/actiontrail/outputs.py +9 -9
  4. pulumi_alicloud/adb/account.py +14 -14
  5. pulumi_alicloud/adb/cluster.py +14 -14
  6. pulumi_alicloud/adb/db_cluster.py +14 -14
  7. pulumi_alicloud/adb/get_clusters.py +5 -5
  8. pulumi_alicloud/adb/get_db_clusters.py +5 -5
  9. pulumi_alicloud/adb/outputs.py +6 -6
  10. pulumi_alicloud/adb/resource_group.py +48 -20
  11. pulumi_alicloud/alb/_inputs.py +22 -22
  12. pulumi_alicloud/alb/acl.py +14 -14
  13. pulumi_alicloud/alb/get_load_balancers.py +3 -3
  14. pulumi_alicloud/alb/get_security_policies.py +3 -3
  15. pulumi_alicloud/alb/get_server_groups.py +5 -5
  16. pulumi_alicloud/alb/get_system_security_policies.py +3 -3
  17. pulumi_alicloud/alb/listener.py +14 -14
  18. pulumi_alicloud/alb/load_balancer.py +128 -142
  19. pulumi_alicloud/alb/outputs.py +28 -28
  20. pulumi_alicloud/alb/security_policy.py +14 -14
  21. pulumi_alicloud/alb/server_group.py +16 -16
  22. pulumi_alicloud/aligreen/__init__.py +13 -0
  23. pulumi_alicloud/aligreen/audit_callback.py +422 -0
  24. pulumi_alicloud/aligreen/biz_type.py +398 -0
  25. pulumi_alicloud/aligreen/callback.py +449 -0
  26. pulumi_alicloud/aligreen/image_lib.py +406 -0
  27. pulumi_alicloud/aligreen/keyword_lib.py +615 -0
  28. pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
  29. pulumi_alicloud/alikafka/consumer_group.py +14 -14
  30. pulumi_alicloud/alikafka/instance.py +35 -28
  31. pulumi_alicloud/alikafka/sasl_user.py +14 -14
  32. pulumi_alicloud/alikafka/topic.py +14 -14
  33. pulumi_alicloud/amqp/binding.py +101 -102
  34. pulumi_alicloud/amqp/outputs.py +6 -6
  35. pulumi_alicloud/apigateway/__init__.py +2 -0
  36. pulumi_alicloud/apigateway/_inputs.py +221 -2
  37. pulumi_alicloud/apigateway/access_control_list.py +17 -9
  38. pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
  39. pulumi_alicloud/apigateway/api.py +4 -2
  40. pulumi_alicloud/apigateway/app.py +14 -14
  41. pulumi_alicloud/apigateway/get_apps.py +5 -5
  42. pulumi_alicloud/apigateway/get_plugins.py +5 -5
  43. pulumi_alicloud/apigateway/group.py +51 -2
  44. pulumi_alicloud/apigateway/instance.py +396 -63
  45. pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
  46. pulumi_alicloud/apigateway/outputs.py +226 -5
  47. pulumi_alicloud/apigateway/plugin.py +14 -14
  48. pulumi_alicloud/apigateway/vpc_access.py +2 -2
  49. pulumi_alicloud/arms/_inputs.py +16 -16
  50. pulumi_alicloud/arms/environment.py +14 -14
  51. pulumi_alicloud/arms/get_prometheis.py +5 -5
  52. pulumi_alicloud/arms/get_prometheus.py +5 -5
  53. pulumi_alicloud/arms/get_remote_writes.py +4 -0
  54. pulumi_alicloud/arms/grafana_workspace.py +14 -14
  55. pulumi_alicloud/arms/outputs.py +20 -20
  56. pulumi_alicloud/arms/prometheus.py +14 -14
  57. pulumi_alicloud/arms/remote_write.py +4 -0
  58. pulumi_alicloud/arms/synthetic_task.py +14 -14
  59. pulumi_alicloud/bastionhost/get_instances.py +5 -5
  60. pulumi_alicloud/bastionhost/instance.py +14 -14
  61. pulumi_alicloud/bastionhost/outputs.py +3 -3
  62. pulumi_alicloud/bp/studio_application.py +28 -28
  63. pulumi_alicloud/cassandra/cluster.py +14 -14
  64. pulumi_alicloud/cassandra/get_clusters.py +5 -5
  65. pulumi_alicloud/cassandra/outputs.py +3 -3
  66. pulumi_alicloud/cddc/dedicated_host.py +14 -14
  67. pulumi_alicloud/cddc/dedicated_propre_host.py +14 -14
  68. pulumi_alicloud/cddc/get_dedicated_hosts.py +5 -5
  69. pulumi_alicloud/cddc/outputs.py +3 -3
  70. pulumi_alicloud/cdn/domain_new.py +14 -14
  71. pulumi_alicloud/cen/get_instances.py +5 -5
  72. pulumi_alicloud/cen/instance.py +14 -14
  73. pulumi_alicloud/cen/outputs.py +3 -3
  74. pulumi_alicloud/cen/route_entry.py +2 -2
  75. pulumi_alicloud/cen/transit_router.py +14 -14
  76. pulumi_alicloud/cen/transit_router_ecr_attachment.py +14 -14
  77. pulumi_alicloud/cen/transit_router_multicast_domain.py +14 -14
  78. pulumi_alicloud/cen/transit_router_route_table.py +14 -14
  79. pulumi_alicloud/cen/transit_router_vbr_attachment.py +14 -14
  80. pulumi_alicloud/cen/transit_router_vpc_attachment.py +14 -14
  81. pulumi_alicloud/cen/transit_router_vpn_attachment.py +14 -14
  82. pulumi_alicloud/cen/vbr_health_check.py +1 -1
  83. pulumi_alicloud/cfg/aggregate_config_rule.py +14 -14
  84. pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
  85. pulumi_alicloud/cfg/delivery.py +267 -122
  86. pulumi_alicloud/cfg/outputs.py +6 -6
  87. pulumi_alicloud/cfg/rule.py +14 -14
  88. pulumi_alicloud/clickhouse/_inputs.py +39 -0
  89. pulumi_alicloud/clickhouse/db_cluster.py +66 -6
  90. pulumi_alicloud/clickhouse/outputs.py +50 -0
  91. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  92. pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
  93. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
  94. pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
  95. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
  96. pulumi_alicloud/cms/_inputs.py +218 -46
  97. pulumi_alicloud/cms/alarm.py +89 -42
  98. pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
  99. pulumi_alicloud/cms/get_monitor_groups.py +3 -3
  100. pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
  101. pulumi_alicloud/cms/metric_rule_template.py +54 -87
  102. pulumi_alicloud/cms/monitor_group.py +14 -14
  103. pulumi_alicloud/cms/outputs.py +220 -48
  104. pulumi_alicloud/compute/get_nest_service_instances.py +5 -5
  105. pulumi_alicloud/compute/nest_service_instance.py +14 -14
  106. pulumi_alicloud/compute/outputs.py +3 -3
  107. pulumi_alicloud/config/outputs.py +12 -0
  108. pulumi_alicloud/cr/registry_enterprise_instance.py +14 -14
  109. pulumi_alicloud/cs/_inputs.py +70 -22
  110. pulumi_alicloud/cs/application.py +10 -10
  111. pulumi_alicloud/cs/edge_kubernetes.py +14 -14
  112. pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
  113. pulumi_alicloud/cs/kubernetes.py +28 -28
  114. pulumi_alicloud/cs/managed_kubernetes.py +10 -10
  115. pulumi_alicloud/cs/node_pool.py +66 -66
  116. pulumi_alicloud/cs/outputs.py +64 -22
  117. pulumi_alicloud/cs/serverless_kubernetes.py +14 -14
  118. pulumi_alicloud/databasefilesystem/instance.py +14 -14
  119. pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
  120. pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
  121. pulumi_alicloud/datahub/topic.py +14 -14
  122. pulumi_alicloud/dataworks/__init__.py +1 -0
  123. pulumi_alicloud/dataworks/get_folders.py +12 -4
  124. pulumi_alicloud/dataworks/project.py +450 -0
  125. pulumi_alicloud/dcdn/domain.py +14 -14
  126. pulumi_alicloud/ddos/basic_threshold.py +2 -2
  127. pulumi_alicloud/ddos/bgp_ip.py +2 -6
  128. pulumi_alicloud/dds/get_mongo_instances.py +3 -3
  129. pulumi_alicloud/dds/outputs.py +2 -2
  130. pulumi_alicloud/dns/alidns_domain.py +14 -14
  131. pulumi_alicloud/dns/dns_domain.py +14 -14
  132. pulumi_alicloud/dns/get_alidns_domains.py +5 -5
  133. pulumi_alicloud/dns/get_domains.py +5 -5
  134. pulumi_alicloud/dns/outputs.py +6 -6
  135. pulumi_alicloud/dts/consumer_channel.py +10 -2
  136. pulumi_alicloud/dts/get_subscription_jobs.py +3 -3
  137. pulumi_alicloud/dts/instance.py +14 -14
  138. pulumi_alicloud/dts/migration_instance.py +14 -14
  139. pulumi_alicloud/dts/outputs.py +6 -6
  140. pulumi_alicloud/dts/subscription_job.py +30 -22
  141. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +14 -14
  142. pulumi_alicloud/eci/container_group.py +14 -14
  143. pulumi_alicloud/eci/get_container_groups.py +5 -5
  144. pulumi_alicloud/eci/get_virtual_nodes.py +5 -5
  145. pulumi_alicloud/eci/outputs.py +6 -6
  146. pulumi_alicloud/eci/virtual_node.py +14 -14
  147. pulumi_alicloud/ecs/auto_snapshot_policy.py +14 -14
  148. pulumi_alicloud/ecs/capacity_reservation.py +14 -14
  149. pulumi_alicloud/ecs/copy_image.py +10 -10
  150. pulumi_alicloud/ecs/dedicated_host.py +14 -14
  151. pulumi_alicloud/ecs/disk.py +14 -14
  152. pulumi_alicloud/ecs/ecs_dedicated_host_cluster.py +14 -14
  153. pulumi_alicloud/ecs/ecs_disk.py +14 -14
  154. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  155. pulumi_alicloud/ecs/ecs_image_component.py +14 -14
  156. pulumi_alicloud/ecs/ecs_image_pipeline.py +16 -16
  157. pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
  158. pulumi_alicloud/ecs/ecs_invocation.py +16 -16
  159. pulumi_alicloud/ecs/ecs_key_pair.py +10 -10
  160. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
  161. pulumi_alicloud/ecs/ecs_launch_template.py +37 -37
  162. pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
  163. pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
  164. pulumi_alicloud/ecs/ecs_snapshot.py +14 -14
  165. pulumi_alicloud/ecs/ecs_snapshot_group.py +14 -14
  166. pulumi_alicloud/ecs/eip.py +14 -14
  167. pulumi_alicloud/ecs/eip_address.py +14 -14
  168. pulumi_alicloud/ecs/eip_association.py +4 -6
  169. pulumi_alicloud/ecs/elasticity_assurance.py +14 -14
  170. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +5 -5
  171. pulumi_alicloud/ecs/get_capacity_reservations.py +5 -5
  172. pulumi_alicloud/ecs/get_dedicated_hosts.py +5 -5
  173. pulumi_alicloud/ecs/get_disks.py +5 -5
  174. pulumi_alicloud/ecs/get_ecs_dedicated_host_clusters.py +5 -5
  175. pulumi_alicloud/ecs/get_ecs_disks.py +5 -5
  176. pulumi_alicloud/ecs/get_ecs_image_components.py +5 -5
  177. pulumi_alicloud/ecs/get_ecs_image_pipeline.py +5 -5
  178. pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -3
  179. pulumi_alicloud/ecs/get_ecs_launch_templates.py +3 -3
  180. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +51 -11
  181. pulumi_alicloud/ecs/get_ecs_snapshot_groups.py +5 -5
  182. pulumi_alicloud/ecs/get_ecs_snapshots.py +5 -5
  183. pulumi_alicloud/ecs/get_eip_addresses.py +5 -5
  184. pulumi_alicloud/ecs/get_eips.py +5 -5
  185. pulumi_alicloud/ecs/get_elasticity_assurances.py +5 -5
  186. pulumi_alicloud/ecs/get_images.py +5 -5
  187. pulumi_alicloud/ecs/get_instances.py +8 -8
  188. pulumi_alicloud/ecs/get_key_pairs.py +5 -5
  189. pulumi_alicloud/ecs/get_network_interfaces.py +10 -10
  190. pulumi_alicloud/ecs/get_security_groups.py +5 -5
  191. pulumi_alicloud/ecs/get_snapshots.py +5 -5
  192. pulumi_alicloud/ecs/image.py +18 -20
  193. pulumi_alicloud/ecs/image_copy.py +16 -16
  194. pulumi_alicloud/ecs/image_export.py +2 -2
  195. pulumi_alicloud/ecs/image_import.py +14 -6
  196. pulumi_alicloud/ecs/image_share_permission.py +2 -2
  197. pulumi_alicloud/ecs/instance.py +35 -35
  198. pulumi_alicloud/ecs/key_pair.py +10 -10
  199. pulumi_alicloud/ecs/launch_template.py +24 -24
  200. pulumi_alicloud/ecs/outputs.py +119 -97
  201. pulumi_alicloud/ecs/reserved_instance.py +14 -14
  202. pulumi_alicloud/ecs/security_group.py +14 -14
  203. pulumi_alicloud/ecs/snapshot.py +14 -14
  204. pulumi_alicloud/ecs/snapshot_policy.py +10 -10
  205. pulumi_alicloud/edas/application_scale.py +10 -2
  206. pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
  207. pulumi_alicloud/eds/desktop.py +14 -14
  208. pulumi_alicloud/eds/outputs.py +10 -10
  209. pulumi_alicloud/eipanycast/anycast_eip_address.py +14 -14
  210. pulumi_alicloud/elasticsearch/get_instances.py +3 -3
  211. pulumi_alicloud/elasticsearch/instance.py +338 -56
  212. pulumi_alicloud/elasticsearch/outputs.py +2 -2
  213. pulumi_alicloud/emr/cluster.py +14 -14
  214. pulumi_alicloud/emr/outputs.py +3 -3
  215. pulumi_alicloud/emrv2/cluster.py +14 -14
  216. pulumi_alicloud/emrv2/get_clusters.py +5 -5
  217. pulumi_alicloud/emrv2/outputs.py +3 -3
  218. pulumi_alicloud/ess/alarm.py +14 -14
  219. pulumi_alicloud/ess/eci_scaling_configuration.py +14 -14
  220. pulumi_alicloud/ess/outputs.py +6 -6
  221. pulumi_alicloud/ess/scaling_configuration.py +28 -28
  222. pulumi_alicloud/ess/scaling_group.py +115 -21
  223. pulumi_alicloud/eventbridge/event_source.py +14 -14
  224. pulumi_alicloud/eventbridge/outputs.py +3 -3
  225. pulumi_alicloud/expressconnect/router_express_connect_router.py +14 -14
  226. pulumi_alicloud/fc/__init__.py +7 -0
  227. pulumi_alicloud/fc/_inputs.py +1670 -4
  228. pulumi_alicloud/fc/function.py +14 -14
  229. pulumi_alicloud/fc/outputs.py +1729 -8
  230. pulumi_alicloud/fc/trigger.py +76 -38
  231. pulumi_alicloud/fc/v2_function.py +10 -10
  232. pulumi_alicloud/fc/v3_alias.py +440 -0
  233. pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
  234. pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
  235. pulumi_alicloud/fc/v3_custom_domain.py +847 -0
  236. pulumi_alicloud/fc/v3_function.py +1391 -0
  237. pulumi_alicloud/fc/v3_function_version.py +313 -0
  238. pulumi_alicloud/fc/v3_trigger.py +663 -0
  239. pulumi_alicloud/ga/accelerator.py +14 -14
  240. pulumi_alicloud/ga/acl.py +14 -14
  241. pulumi_alicloud/ga/bandwidth_package.py +14 -14
  242. pulumi_alicloud/ga/basic_accelerator.py +22 -22
  243. pulumi_alicloud/ga/endpoint_group.py +14 -14
  244. pulumi_alicloud/governance/__init__.py +12 -0
  245. pulumi_alicloud/governance/_inputs.py +70 -0
  246. pulumi_alicloud/governance/account.py +505 -0
  247. pulumi_alicloud/governance/baseline.py +387 -0
  248. pulumi_alicloud/governance/get_baselines.py +249 -0
  249. pulumi_alicloud/governance/outputs.py +99 -0
  250. pulumi_alicloud/gpdb/elastic_instance.py +14 -14
  251. pulumi_alicloud/gpdb/get_instances.py +3 -3
  252. pulumi_alicloud/gpdb/instance.py +14 -14
  253. pulumi_alicloud/gpdb/outputs.py +3 -3
  254. pulumi_alicloud/hbase/get_instances.py +5 -5
  255. pulumi_alicloud/hbase/instance.py +14 -14
  256. pulumi_alicloud/hbase/outputs.py +3 -3
  257. pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
  258. pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
  259. pulumi_alicloud/hbr/hana_backup_client.py +10 -2
  260. pulumi_alicloud/hbr/server_backup_plan.py +2 -2
  261. pulumi_alicloud/hologram/instance.py +14 -14
  262. pulumi_alicloud/kms/get_secrets.py +5 -5
  263. pulumi_alicloud/kms/key.py +14 -14
  264. pulumi_alicloud/kms/outputs.py +3 -3
  265. pulumi_alicloud/kms/secret.py +14 -14
  266. pulumi_alicloud/kvstore/account.py +14 -14
  267. pulumi_alicloud/kvstore/get_instances.py +5 -5
  268. pulumi_alicloud/kvstore/instance.py +89 -42
  269. pulumi_alicloud/kvstore/outputs.py +8 -8
  270. pulumi_alicloud/lindorm/instance.py +14 -14
  271. pulumi_alicloud/log/audit.py +14 -14
  272. pulumi_alicloud/log/etl.py +28 -28
  273. pulumi_alicloud/log/project.py +14 -14
  274. pulumi_alicloud/log/store.py +91 -10
  275. pulumi_alicloud/marketplace/order.py +14 -14
  276. pulumi_alicloud/maxcompute/get_projects.py +12 -14
  277. pulumi_alicloud/maxcompute/get_service.py +4 -0
  278. pulumi_alicloud/maxcompute/outputs.py +75 -60
  279. pulumi_alicloud/maxcompute/project.py +21 -21
  280. pulumi_alicloud/mongodb/_inputs.py +12 -12
  281. pulumi_alicloud/mongodb/get_instances.py +5 -5
  282. pulumi_alicloud/mongodb/get_serverless_instances.py +5 -5
  283. pulumi_alicloud/mongodb/instance.py +82 -35
  284. pulumi_alicloud/mongodb/outputs.py +18 -18
  285. pulumi_alicloud/mongodb/serverless_instance.py +14 -14
  286. pulumi_alicloud/mongodb/sharding_instance.py +82 -35
  287. pulumi_alicloud/mongodb/sharding_network_private_address.py +145 -39
  288. pulumi_alicloud/mse/cluster.py +14 -14
  289. pulumi_alicloud/nas/file_system.py +14 -14
  290. pulumi_alicloud/nlb/get_load_balancers.py +3 -3
  291. pulumi_alicloud/nlb/get_security_policies.py +3 -3
  292. pulumi_alicloud/nlb/get_server_groups.py +3 -3
  293. pulumi_alicloud/nlb/listener.py +14 -14
  294. pulumi_alicloud/nlb/load_balancer.py +14 -14
  295. pulumi_alicloud/nlb/outputs.py +9 -9
  296. pulumi_alicloud/nlb/security_policy.py +14 -14
  297. pulumi_alicloud/nlb/server_group.py +14 -14
  298. pulumi_alicloud/oos/application.py +14 -14
  299. pulumi_alicloud/oos/get_applications.py +5 -5
  300. pulumi_alicloud/oos/get_executions.py +5 -5
  301. pulumi_alicloud/oos/get_parameters.py +5 -5
  302. pulumi_alicloud/oos/get_secret_parameters.py +5 -5
  303. pulumi_alicloud/oos/get_state_configurations.py +5 -5
  304. pulumi_alicloud/oos/get_templates.py +5 -5
  305. pulumi_alicloud/oos/outputs.py +15 -15
  306. pulumi_alicloud/oos/parameter.py +14 -14
  307. pulumi_alicloud/oos/patch_baseline.py +14 -14
  308. pulumi_alicloud/oos/secret_parameter.py +14 -14
  309. pulumi_alicloud/oos/state_configuration.py +14 -14
  310. pulumi_alicloud/oos/template.py +14 -14
  311. pulumi_alicloud/oss/_inputs.py +4 -4
  312. pulumi_alicloud/oss/bucket.py +14 -14
  313. pulumi_alicloud/oss/get_instances.py +5 -5
  314. pulumi_alicloud/oss/outputs.py +9 -9
  315. pulumi_alicloud/ots/get_instances.py +5 -5
  316. pulumi_alicloud/ots/instance.py +14 -14
  317. pulumi_alicloud/ots/outputs.py +3 -3
  318. pulumi_alicloud/polardb/account.py +14 -14
  319. pulumi_alicloud/polardb/cluster.py +14 -14
  320. pulumi_alicloud/polardb/cluster_endpoint.py +14 -14
  321. pulumi_alicloud/polardb/endpoint.py +14 -14
  322. pulumi_alicloud/polardb/get_accounts.py +12 -4
  323. pulumi_alicloud/polardb/get_clusters.py +5 -5
  324. pulumi_alicloud/polardb/get_databases.py +12 -4
  325. pulumi_alicloud/polardb/outputs.py +2 -2
  326. pulumi_alicloud/privatelink/outputs.py +2 -2
  327. pulumi_alicloud/privatelink/vpc_endpoint.py +14 -14
  328. pulumi_alicloud/privatelink/vpc_endpoint_service.py +14 -14
  329. pulumi_alicloud/pulumi-plugin.json +1 -1
  330. pulumi_alicloud/pvtz/zone.py +14 -14
  331. pulumi_alicloud/quotas/_inputs.py +4 -4
  332. pulumi_alicloud/quotas/get_quota_applications.py +12 -6
  333. pulumi_alicloud/quotas/outputs.py +3 -3
  334. pulumi_alicloud/ram/login_profile.py +8 -8
  335. pulumi_alicloud/rds/account.py +14 -14
  336. pulumi_alicloud/rds/ddr_instance.py +14 -14
  337. pulumi_alicloud/rds/get_instances.py +6 -6
  338. pulumi_alicloud/rds/instance.py +14 -14
  339. pulumi_alicloud/rds/rds_account.py +203 -63
  340. pulumi_alicloud/rds/read_only_instance.py +14 -14
  341. pulumi_alicloud/rds/read_write_splitting_connection.py +24 -16
  342. pulumi_alicloud/realtimecompute/vvp_instance.py +14 -14
  343. pulumi_alicloud/redis/tair_instance.py +14 -14
  344. pulumi_alicloud/resourcemanager/account.py +14 -14
  345. pulumi_alicloud/resourcemanager/resource_group.py +14 -14
  346. pulumi_alicloud/rocketmq/client_user.py +14 -14
  347. pulumi_alicloud/rocketmq/get_groups.py +5 -5
  348. pulumi_alicloud/rocketmq/get_instances.py +5 -5
  349. pulumi_alicloud/rocketmq/get_topics.py +5 -5
  350. pulumi_alicloud/rocketmq/group.py +14 -14
  351. pulumi_alicloud/rocketmq/instance.py +14 -14
  352. pulumi_alicloud/rocketmq/outputs.py +9 -9
  353. pulumi_alicloud/rocketmq/rocket_mq_instance.py +14 -14
  354. pulumi_alicloud/rocketmq/topic.py +14 -14
  355. pulumi_alicloud/ros/_inputs.py +4 -4
  356. pulumi_alicloud/ros/get_stacks.py +5 -5
  357. pulumi_alicloud/ros/get_templates.py +5 -5
  358. pulumi_alicloud/ros/outputs.py +12 -12
  359. pulumi_alicloud/ros/stack.py +14 -14
  360. pulumi_alicloud/ros/template.py +14 -14
  361. pulumi_alicloud/sae/application.py +14 -14
  362. pulumi_alicloud/sae/outputs.py +3 -3
  363. pulumi_alicloud/selectdb/__init__.py +13 -0
  364. pulumi_alicloud/selectdb/_inputs.py +446 -0
  365. pulumi_alicloud/selectdb/db_cluster.py +830 -0
  366. pulumi_alicloud/selectdb/db_instance.py +1368 -0
  367. pulumi_alicloud/selectdb/get_db_clusters.py +184 -0
  368. pulumi_alicloud/selectdb/get_db_instances.py +191 -0
  369. pulumi_alicloud/selectdb/outputs.py +1122 -0
  370. pulumi_alicloud/servicecatalog/outputs.py +4 -4
  371. pulumi_alicloud/servicecatalog/provisioned_product.py +14 -14
  372. pulumi_alicloud/servicemesh/service_mesh.py +14 -14
  373. pulumi_alicloud/slb/acl.py +14 -14
  374. pulumi_alicloud/slb/application_load_balancer.py +14 -14
  375. pulumi_alicloud/slb/ca_certificate.py +14 -14
  376. pulumi_alicloud/slb/get_acls.py +5 -5
  377. pulumi_alicloud/slb/get_application_load_balancers.py +8 -8
  378. pulumi_alicloud/slb/get_ca_certificates.py +5 -5
  379. pulumi_alicloud/slb/get_load_balancers.py +8 -8
  380. pulumi_alicloud/slb/get_server_certificates.py +5 -5
  381. pulumi_alicloud/slb/load_balancer.py +41 -41
  382. pulumi_alicloud/slb/outputs.py +29 -29
  383. pulumi_alicloud/slb/server_certificate.py +14 -14
  384. pulumi_alicloud/slb/server_group.py +14 -14
  385. pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
  386. pulumi_alicloud/sls/_inputs.py +12 -12
  387. pulumi_alicloud/sls/outputs.py +9 -9
  388. pulumi_alicloud/vod/domain.py +14 -14
  389. pulumi_alicloud/vod/get_domains.py +5 -5
  390. pulumi_alicloud/vpc/bgp_peer.py +1 -1
  391. pulumi_alicloud/vpc/common_bandwith_package.py +14 -14
  392. pulumi_alicloud/vpc/dhcp_options_set.py +14 -14
  393. pulumi_alicloud/vpc/flow_log.py +14 -14
  394. pulumi_alicloud/vpc/gateway_endpoint.py +14 -14
  395. pulumi_alicloud/vpc/get_nat_gateways.py +5 -5
  396. pulumi_alicloud/vpc/get_networks.py +7 -7
  397. pulumi_alicloud/vpc/get_route_tables.py +5 -5
  398. pulumi_alicloud/vpc/get_switches.py +32 -32
  399. pulumi_alicloud/vpc/ha_vip.py +14 -14
  400. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  401. pulumi_alicloud/vpc/ha_vipv2.py +14 -14
  402. pulumi_alicloud/vpc/ipv4_gateway.py +14 -14
  403. pulumi_alicloud/vpc/ipv6_address.py +14 -14
  404. pulumi_alicloud/vpc/ipv6_gateway.py +14 -14
  405. pulumi_alicloud/vpc/nat_gateway.py +14 -14
  406. pulumi_alicloud/vpc/network.py +14 -14
  407. pulumi_alicloud/vpc/network_acl.py +14 -14
  408. pulumi_alicloud/vpc/network_interface.py +14 -14
  409. pulumi_alicloud/vpc/outputs.py +36 -36
  410. pulumi_alicloud/vpc/peer_connection.py +14 -14
  411. pulumi_alicloud/vpc/prefix_list.py +14 -14
  412. pulumi_alicloud/vpc/public_ip_address_pool.py +14 -14
  413. pulumi_alicloud/vpc/route_table.py +14 -14
  414. pulumi_alicloud/vpc/subnet.py +10 -10
  415. pulumi_alicloud/vpc/switch.py +14 -14
  416. pulumi_alicloud/vpc/traffic_mirror_filter.py +14 -14
  417. pulumi_alicloud/vpc/traffic_mirror_session.py +16 -16
  418. pulumi_alicloud/vpn/connection.py +14 -14
  419. pulumi_alicloud/vpn/customer_gateway.py +14 -14
  420. pulumi_alicloud/vpn/gateway.py +14 -14
  421. pulumi_alicloud/vpn/outputs.py +7 -7
  422. pulumi_alicloud/yundun/bastion_host_instance.py +10 -10
  423. pulumi_alicloud/yundun/db_audit_instance.py +14 -14
  424. pulumi_alicloud/yundun/get_bastion_host_instances.py +3 -3
  425. pulumi_alicloud/yundun/get_db_audit_instance.py +3 -3
  426. pulumi_alicloud/yundun/outputs.py +4 -4
  427. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/METADATA +1 -1
  428. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/RECORD +430 -399
  429. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/WHEEL +1 -1
  430. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/top_level.txt +0 -0
@@ -71,7 +71,7 @@ class ClusterArgs:
71
71
  storage_space: Optional[pulumi.Input[int]] = None,
72
72
  storage_type: Optional[pulumi.Input[str]] = None,
73
73
  sub_category: Optional[pulumi.Input[str]] = None,
74
- tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
74
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
75
75
  target_db_revision_version_code: Optional[pulumi.Input[str]] = None,
76
76
  tde_status: Optional[pulumi.Input[str]] = None,
77
77
  upgrade_type: Optional[pulumi.Input[str]] = None,
@@ -161,7 +161,7 @@ class ClusterArgs:
161
161
  :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
162
162
  > **NOTE:** Serverless cluster does not support this parameter.
163
163
  :param pulumi.Input[str] sub_category: The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
164
- :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
164
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
165
165
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
166
166
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
167
167
  :param pulumi.Input[str] target_db_revision_version_code: The Version Code of the target version, whose parameter values can be obtained from the [DescribeDBClusterVersion](https://www.alibabacloud.com/help/en/polardb/latest/describedbclusterversion) interface.
@@ -983,7 +983,7 @@ class ClusterArgs:
983
983
 
984
984
  @property
985
985
  @pulumi.getter
986
- def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
986
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
987
987
  """
988
988
  A mapping of tags to assign to the resource.
989
989
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
@@ -992,7 +992,7 @@ class ClusterArgs:
992
992
  return pulumi.get(self, "tags")
993
993
 
994
994
  @tags.setter
995
- def tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
995
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
996
996
  pulumi.set(self, "tags", value)
997
997
 
998
998
  @property
@@ -1133,7 +1133,7 @@ class _ClusterState:
1133
1133
  storage_space: Optional[pulumi.Input[int]] = None,
1134
1134
  storage_type: Optional[pulumi.Input[str]] = None,
1135
1135
  sub_category: Optional[pulumi.Input[str]] = None,
1136
- tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1136
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1137
1137
  target_db_revision_version_code: Optional[pulumi.Input[str]] = None,
1138
1138
  tde_region: Optional[pulumi.Input[str]] = None,
1139
1139
  tde_status: Optional[pulumi.Input[str]] = None,
@@ -1229,7 +1229,7 @@ class _ClusterState:
1229
1229
  :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
1230
1230
  > **NOTE:** Serverless cluster does not support this parameter.
1231
1231
  :param pulumi.Input[str] sub_category: The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
1232
- :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
1232
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
1233
1233
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
1234
1234
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
1235
1235
  :param pulumi.Input[str] target_db_revision_version_code: The Version Code of the target version, whose parameter values can be obtained from the [DescribeDBClusterVersion](https://www.alibabacloud.com/help/en/polardb/latest/describedbclusterversion) interface.
@@ -2129,7 +2129,7 @@ class _ClusterState:
2129
2129
 
2130
2130
  @property
2131
2131
  @pulumi.getter
2132
- def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2132
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
2133
2133
  """
2134
2134
  A mapping of tags to assign to the resource.
2135
2135
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
@@ -2138,7 +2138,7 @@ class _ClusterState:
2138
2138
  return pulumi.get(self, "tags")
2139
2139
 
2140
2140
  @tags.setter
2141
- def tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
2141
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
2142
2142
  pulumi.set(self, "tags", value)
2143
2143
 
2144
2144
  @property
@@ -2290,7 +2290,7 @@ class Cluster(pulumi.CustomResource):
2290
2290
  storage_space: Optional[pulumi.Input[int]] = None,
2291
2291
  storage_type: Optional[pulumi.Input[str]] = None,
2292
2292
  sub_category: Optional[pulumi.Input[str]] = None,
2293
- tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
2293
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2294
2294
  target_db_revision_version_code: Optional[pulumi.Input[str]] = None,
2295
2295
  tde_status: Optional[pulumi.Input[str]] = None,
2296
2296
  upgrade_type: Optional[pulumi.Input[str]] = None,
@@ -2390,7 +2390,7 @@ class Cluster(pulumi.CustomResource):
2390
2390
  :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
2391
2391
  > **NOTE:** Serverless cluster does not support this parameter.
2392
2392
  :param pulumi.Input[str] sub_category: The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
2393
- :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
2393
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
2394
2394
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
2395
2395
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
2396
2396
  :param pulumi.Input[str] target_db_revision_version_code: The Version Code of the target version, whose parameter values can be obtained from the [DescribeDBClusterVersion](https://www.alibabacloud.com/help/en/polardb/latest/describedbclusterversion) interface.
@@ -2487,7 +2487,7 @@ class Cluster(pulumi.CustomResource):
2487
2487
  storage_space: Optional[pulumi.Input[int]] = None,
2488
2488
  storage_type: Optional[pulumi.Input[str]] = None,
2489
2489
  sub_category: Optional[pulumi.Input[str]] = None,
2490
- tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
2490
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2491
2491
  target_db_revision_version_code: Optional[pulumi.Input[str]] = None,
2492
2492
  tde_status: Optional[pulumi.Input[str]] = None,
2493
2493
  upgrade_type: Optional[pulumi.Input[str]] = None,
@@ -2647,7 +2647,7 @@ class Cluster(pulumi.CustomResource):
2647
2647
  storage_space: Optional[pulumi.Input[int]] = None,
2648
2648
  storage_type: Optional[pulumi.Input[str]] = None,
2649
2649
  sub_category: Optional[pulumi.Input[str]] = None,
2650
- tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
2650
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2651
2651
  target_db_revision_version_code: Optional[pulumi.Input[str]] = None,
2652
2652
  tde_region: Optional[pulumi.Input[str]] = None,
2653
2653
  tde_status: Optional[pulumi.Input[str]] = None,
@@ -2748,7 +2748,7 @@ class Cluster(pulumi.CustomResource):
2748
2748
  :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
2749
2749
  > **NOTE:** Serverless cluster does not support this parameter.
2750
2750
  :param pulumi.Input[str] sub_category: The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
2751
- :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
2751
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
2752
2752
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
2753
2753
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
2754
2754
  :param pulumi.Input[str] target_db_revision_version_code: The Version Code of the target version, whose parameter values can be obtained from the [DescribeDBClusterVersion](https://www.alibabacloud.com/help/en/polardb/latest/describedbclusterversion) interface.
@@ -3345,7 +3345,7 @@ class Cluster(pulumi.CustomResource):
3345
3345
 
3346
3346
  @property
3347
3347
  @pulumi.getter
3348
- def tags(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
3348
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
3349
3349
  """
3350
3350
  A mapping of tags to assign to the resource.
3351
3351
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
@@ -18,7 +18,7 @@ class ClusterEndpointArgs:
18
18
  auto_add_new_nodes: Optional[pulumi.Input[str]] = None,
19
19
  connection_prefix: Optional[pulumi.Input[str]] = None,
20
20
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
21
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
21
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
22
22
  net_type: Optional[pulumi.Input[str]] = None,
23
23
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
24
24
  port: Optional[pulumi.Input[str]] = None,
@@ -31,7 +31,7 @@ class ClusterEndpointArgs:
31
31
  :param pulumi.Input[str] auto_add_new_nodes: Whether the new node automatically joins the default cluster address. Valid values are `Enable`, `Disable`. When creating a new custom endpoint, default to `Disable`.
32
32
  :param pulumi.Input[str] connection_prefix: Prefix of the specified endpoint. The prefix must be 6 to 30 characters in length, and can contain lowercase letters, digits, and hyphens (-), must start with a letter and end with a digit or letter.
33
33
  :param pulumi.Input[str] db_endpoint_description: The name of the endpoint.
34
- :param pulumi.Input[Mapping[str, Any]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
34
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
35
35
  :param pulumi.Input[str] net_type: The network type of the endpoint address.
36
36
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nodes: Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
37
37
  :param pulumi.Input[str] port: Port of the specified endpoint. Valid values: 3000 to 5999.
@@ -113,14 +113,14 @@ class ClusterEndpointArgs:
113
113
 
114
114
  @property
115
115
  @pulumi.getter(name="endpointConfig")
116
- def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
116
+ def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
117
117
  """
118
118
  The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
119
119
  """
120
120
  return pulumi.get(self, "endpoint_config")
121
121
 
122
122
  @endpoint_config.setter
123
- def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
123
+ def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
124
124
  pulumi.set(self, "endpoint_config", value)
125
125
 
126
126
  @property
@@ -206,7 +206,7 @@ class _ClusterEndpointState:
206
206
  db_cluster_id: Optional[pulumi.Input[str]] = None,
207
207
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
208
208
  db_endpoint_id: Optional[pulumi.Input[str]] = None,
209
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
209
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
210
210
  endpoint_type: Optional[pulumi.Input[str]] = None,
211
211
  net_type: Optional[pulumi.Input[str]] = None,
212
212
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -224,7 +224,7 @@ class _ClusterEndpointState:
224
224
  :param pulumi.Input[str] db_cluster_id: The Id of cluster that can run database.
225
225
  :param pulumi.Input[str] db_endpoint_description: The name of the endpoint.
226
226
  :param pulumi.Input[str] db_endpoint_id: The ID of the cluster endpoint.
227
- :param pulumi.Input[Mapping[str, Any]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
227
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
228
228
  :param pulumi.Input[str] endpoint_type: Type of endpoint.
229
229
  :param pulumi.Input[str] net_type: The network type of the endpoint address.
230
230
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nodes: Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
@@ -333,14 +333,14 @@ class _ClusterEndpointState:
333
333
 
334
334
  @property
335
335
  @pulumi.getter(name="endpointConfig")
336
- def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
336
+ def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
337
337
  """
338
338
  The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
339
339
  """
340
340
  return pulumi.get(self, "endpoint_config")
341
341
 
342
342
  @endpoint_config.setter
343
- def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
343
+ def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
344
344
  pulumi.set(self, "endpoint_config", value)
345
345
 
346
346
  @property
@@ -475,7 +475,7 @@ class ClusterEndpoint(pulumi.CustomResource):
475
475
  connection_prefix: Optional[pulumi.Input[str]] = None,
476
476
  db_cluster_id: Optional[pulumi.Input[str]] = None,
477
477
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
478
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
478
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
479
479
  net_type: Optional[pulumi.Input[str]] = None,
480
480
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
481
481
  port: Optional[pulumi.Input[str]] = None,
@@ -532,7 +532,7 @@ class ClusterEndpoint(pulumi.CustomResource):
532
532
  :param pulumi.Input[str] connection_prefix: Prefix of the specified endpoint. The prefix must be 6 to 30 characters in length, and can contain lowercase letters, digits, and hyphens (-), must start with a letter and end with a digit or letter.
533
533
  :param pulumi.Input[str] db_cluster_id: The Id of cluster that can run database.
534
534
  :param pulumi.Input[str] db_endpoint_description: The name of the endpoint.
535
- :param pulumi.Input[Mapping[str, Any]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
535
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
536
536
  :param pulumi.Input[str] net_type: The network type of the endpoint address.
537
537
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nodes: Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
538
538
  :param pulumi.Input[str] port: Port of the specified endpoint. Valid values: 3000 to 5999.
@@ -610,7 +610,7 @@ class ClusterEndpoint(pulumi.CustomResource):
610
610
  connection_prefix: Optional[pulumi.Input[str]] = None,
611
611
  db_cluster_id: Optional[pulumi.Input[str]] = None,
612
612
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
613
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
613
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
614
614
  net_type: Optional[pulumi.Input[str]] = None,
615
615
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
616
616
  port: Optional[pulumi.Input[str]] = None,
@@ -659,7 +659,7 @@ class ClusterEndpoint(pulumi.CustomResource):
659
659
  db_cluster_id: Optional[pulumi.Input[str]] = None,
660
660
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
661
661
  db_endpoint_id: Optional[pulumi.Input[str]] = None,
662
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
662
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
663
663
  endpoint_type: Optional[pulumi.Input[str]] = None,
664
664
  net_type: Optional[pulumi.Input[str]] = None,
665
665
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -682,7 +682,7 @@ class ClusterEndpoint(pulumi.CustomResource):
682
682
  :param pulumi.Input[str] db_cluster_id: The Id of cluster that can run database.
683
683
  :param pulumi.Input[str] db_endpoint_description: The name of the endpoint.
684
684
  :param pulumi.Input[str] db_endpoint_id: The ID of the cluster endpoint.
685
- :param pulumi.Input[Mapping[str, Any]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
685
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
686
686
  :param pulumi.Input[str] endpoint_type: Type of endpoint.
687
687
  :param pulumi.Input[str] net_type: The network type of the endpoint address.
688
688
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nodes: Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
@@ -760,7 +760,7 @@ class ClusterEndpoint(pulumi.CustomResource):
760
760
 
761
761
  @property
762
762
  @pulumi.getter(name="endpointConfig")
763
- def endpoint_config(self) -> pulumi.Output[Mapping[str, Any]]:
763
+ def endpoint_config(self) -> pulumi.Output[Mapping[str, str]]:
764
764
  """
765
765
  The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
766
766
  """
@@ -18,7 +18,7 @@ class EndpointArgs:
18
18
  auto_add_new_nodes: Optional[pulumi.Input[str]] = None,
19
19
  connection_prefix: Optional[pulumi.Input[str]] = None,
20
20
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
21
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
21
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
22
22
  endpoint_type: Optional[pulumi.Input[str]] = None,
23
23
  net_type: Optional[pulumi.Input[str]] = None,
24
24
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -32,7 +32,7 @@ class EndpointArgs:
32
32
  :param pulumi.Input[str] auto_add_new_nodes: Whether the new node automatically joins the default cluster address. Valid values are `Enable`, `Disable`. When creating a new custom endpoint, default to `Disable`.
33
33
  :param pulumi.Input[str] connection_prefix: Prefix of the specified endpoint. The prefix must be 6 to 30 characters in length, and can contain lowercase letters, digits, and hyphens (-), must start with a letter and end with a digit or letter.
34
34
  :param pulumi.Input[str] db_endpoint_description: The name of the endpoint.
35
- :param pulumi.Input[Mapping[str, Any]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
35
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
36
36
  :param pulumi.Input[str] endpoint_type: Type of the endpoint. Before v1.121.0, it only can be `Custom`. since v1.121.0, `Custom`, `Cluster`, `Primary` are valid, default to `Custom`. However when creating a new endpoint, it also only can be `Custom`.
37
37
  :param pulumi.Input[str] net_type: The network type of the endpoint address.
38
38
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nodes: Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
@@ -115,14 +115,14 @@ class EndpointArgs:
115
115
 
116
116
  @property
117
117
  @pulumi.getter(name="endpointConfig")
118
- def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
118
+ def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
119
119
  """
120
120
  The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
121
121
  """
122
122
  return pulumi.get(self, "endpoint_config")
123
123
 
124
124
  @endpoint_config.setter
125
- def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
125
+ def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
126
126
  pulumi.set(self, "endpoint_config", value)
127
127
 
128
128
  @property
@@ -218,7 +218,7 @@ class _EndpointState:
218
218
  db_cluster_id: Optional[pulumi.Input[str]] = None,
219
219
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
220
220
  db_endpoint_id: Optional[pulumi.Input[str]] = None,
221
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
221
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
222
222
  endpoint_type: Optional[pulumi.Input[str]] = None,
223
223
  net_type: Optional[pulumi.Input[str]] = None,
224
224
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -236,7 +236,7 @@ class _EndpointState:
236
236
  :param pulumi.Input[str] db_cluster_id: The Id of cluster that can run database.
237
237
  :param pulumi.Input[str] db_endpoint_description: The name of the endpoint.
238
238
  :param pulumi.Input[str] db_endpoint_id: (Available since v1.161.0) The ID of the cluster endpoint.
239
- :param pulumi.Input[Mapping[str, Any]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
239
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
240
240
  :param pulumi.Input[str] endpoint_type: Type of the endpoint. Before v1.121.0, it only can be `Custom`. since v1.121.0, `Custom`, `Cluster`, `Primary` are valid, default to `Custom`. However when creating a new endpoint, it also only can be `Custom`.
241
241
  :param pulumi.Input[str] net_type: The network type of the endpoint address.
242
242
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nodes: Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
@@ -345,14 +345,14 @@ class _EndpointState:
345
345
 
346
346
  @property
347
347
  @pulumi.getter(name="endpointConfig")
348
- def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
348
+ def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
349
349
  """
350
350
  The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
351
351
  """
352
352
  return pulumi.get(self, "endpoint_config")
353
353
 
354
354
  @endpoint_config.setter
355
- def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
355
+ def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
356
356
  pulumi.set(self, "endpoint_config", value)
357
357
 
358
358
  @property
@@ -487,7 +487,7 @@ class Endpoint(pulumi.CustomResource):
487
487
  connection_prefix: Optional[pulumi.Input[str]] = None,
488
488
  db_cluster_id: Optional[pulumi.Input[str]] = None,
489
489
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
490
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
490
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
491
491
  endpoint_type: Optional[pulumi.Input[str]] = None,
492
492
  net_type: Optional[pulumi.Input[str]] = None,
493
493
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -547,7 +547,7 @@ class Endpoint(pulumi.CustomResource):
547
547
  :param pulumi.Input[str] connection_prefix: Prefix of the specified endpoint. The prefix must be 6 to 30 characters in length, and can contain lowercase letters, digits, and hyphens (-), must start with a letter and end with a digit or letter.
548
548
  :param pulumi.Input[str] db_cluster_id: The Id of cluster that can run database.
549
549
  :param pulumi.Input[str] db_endpoint_description: The name of the endpoint.
550
- :param pulumi.Input[Mapping[str, Any]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
550
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
551
551
  :param pulumi.Input[str] endpoint_type: Type of the endpoint. Before v1.121.0, it only can be `Custom`. since v1.121.0, `Custom`, `Cluster`, `Primary` are valid, default to `Custom`. However when creating a new endpoint, it also only can be `Custom`.
552
552
  :param pulumi.Input[str] net_type: The network type of the endpoint address.
553
553
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nodes: Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
@@ -626,7 +626,7 @@ class Endpoint(pulumi.CustomResource):
626
626
  connection_prefix: Optional[pulumi.Input[str]] = None,
627
627
  db_cluster_id: Optional[pulumi.Input[str]] = None,
628
628
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
629
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
629
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
630
630
  endpoint_type: Optional[pulumi.Input[str]] = None,
631
631
  net_type: Optional[pulumi.Input[str]] = None,
632
632
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -676,7 +676,7 @@ class Endpoint(pulumi.CustomResource):
676
676
  db_cluster_id: Optional[pulumi.Input[str]] = None,
677
677
  db_endpoint_description: Optional[pulumi.Input[str]] = None,
678
678
  db_endpoint_id: Optional[pulumi.Input[str]] = None,
679
- endpoint_config: Optional[pulumi.Input[Mapping[str, Any]]] = None,
679
+ endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
680
680
  endpoint_type: Optional[pulumi.Input[str]] = None,
681
681
  net_type: Optional[pulumi.Input[str]] = None,
682
682
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -699,7 +699,7 @@ class Endpoint(pulumi.CustomResource):
699
699
  :param pulumi.Input[str] db_cluster_id: The Id of cluster that can run database.
700
700
  :param pulumi.Input[str] db_endpoint_description: The name of the endpoint.
701
701
  :param pulumi.Input[str] db_endpoint_id: (Available since v1.161.0) The ID of the cluster endpoint.
702
- :param pulumi.Input[Mapping[str, Any]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
702
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
703
703
  :param pulumi.Input[str] endpoint_type: Type of the endpoint. Before v1.121.0, it only can be `Custom`. since v1.121.0, `Custom`, `Cluster`, `Primary` are valid, default to `Custom`. However when creating a new endpoint, it also only can be `Custom`.
704
704
  :param pulumi.Input[str] net_type: The network type of the endpoint address.
705
705
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nodes: Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
@@ -777,7 +777,7 @@ class Endpoint(pulumi.CustomResource):
777
777
 
778
778
  @property
779
779
  @pulumi.getter(name="endpointConfig")
780
- def endpoint_config(self) -> pulumi.Output[Mapping[str, Any]]:
780
+ def endpoint_config(self) -> pulumi.Output[Mapping[str, str]]:
781
781
  """
782
782
  The advanced settings of the endpoint of Apsara PolarDB clusters are in JSON format. Including the settings of consistency level, transaction splitting, connection pool, and offload reads from primary node. For more details, see the [description of EndpointConfig in the Request parameters table for details](https://www.alibabacloud.com/help/doc-detail/116593.htm).
783
783
  """
@@ -129,8 +129,12 @@ def get_accounts(db_cluster_id: Optional[str] = None,
129
129
  account_password="Test12345",
130
130
  account_description="tf_account_description",
131
131
  account_type="Normal")
132
- default = pulumi.Output.all(polardb_clusters_ds, account.account_name).apply(lambda polardb_clusters_ds, account_name: alicloud.polardb.get_accounts_output(db_cluster_id=polardb_clusters_ds.clusters[0].id,
133
- name_regex=account_name))
132
+ default = pulumi.Output.all(
133
+ polardb_clusters_ds=polardb_clusters_ds,
134
+ account_name=account.account_name
135
+ ).apply(lambda resolved_outputs: alicloud.polardb.get_accounts_output(db_cluster_id=polardb_clusters_ds.clusters[0].id,
136
+ name_regex=resolved_outputs['account_name']))
137
+
134
138
  pulumi.export("account", default.accounts[0].account_name)
135
139
  ```
136
140
 
@@ -195,8 +199,12 @@ def get_accounts_output(db_cluster_id: Optional[pulumi.Input[str]] = None,
195
199
  account_password="Test12345",
196
200
  account_description="tf_account_description",
197
201
  account_type="Normal")
198
- default = pulumi.Output.all(polardb_clusters_ds, account.account_name).apply(lambda polardb_clusters_ds, account_name: alicloud.polardb.get_accounts_output(db_cluster_id=polardb_clusters_ds.clusters[0].id,
199
- name_regex=account_name))
202
+ default = pulumi.Output.all(
203
+ polardb_clusters_ds=polardb_clusters_ds,
204
+ account_name=account.account_name
205
+ ).apply(lambda resolved_outputs: alicloud.polardb.get_accounts_output(db_cluster_id=polardb_clusters_ds.clusters[0].id,
206
+ name_regex=resolved_outputs['account_name']))
207
+
200
208
  pulumi.export("account", default.accounts[0].account_name)
201
209
  ```
202
210
 
@@ -111,7 +111,7 @@ class GetClustersResult:
111
111
 
112
112
  @property
113
113
  @pulumi.getter
114
- def tags(self) -> Optional[Mapping[str, Any]]:
114
+ def tags(self) -> Optional[Mapping[str, str]]:
115
115
  return pulumi.get(self, "tags")
116
116
 
117
117
 
@@ -137,7 +137,7 @@ def get_clusters(db_type: Optional[str] = None,
137
137
  ids: Optional[Sequence[str]] = None,
138
138
  output_file: Optional[str] = None,
139
139
  status: Optional[str] = None,
140
- tags: Optional[Mapping[str, Any]] = None,
140
+ tags: Optional[Mapping[str, str]] = None,
141
141
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetClustersResult:
142
142
  """
143
143
  The `polardb_get_clusters` data source provides a collection of PolarDB clusters available in Alibaba Cloud account.
@@ -181,7 +181,7 @@ def get_clusters(db_type: Optional[str] = None,
181
181
  :param Sequence[str] ids: A list of PolarDB cluster IDs.
182
182
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
183
183
  :param str status: status of the cluster.
184
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
184
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
185
185
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
186
186
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
187
187
  """
@@ -213,7 +213,7 @@ def get_clusters_output(db_type: Optional[pulumi.Input[Optional[str]]] = None,
213
213
  ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
214
214
  output_file: Optional[pulumi.Input[Optional[str]]] = None,
215
215
  status: Optional[pulumi.Input[Optional[str]]] = None,
216
- tags: Optional[pulumi.Input[Optional[Mapping[str, Any]]]] = None,
216
+ tags: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
217
217
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetClustersResult]:
218
218
  """
219
219
  The `polardb_get_clusters` data source provides a collection of PolarDB clusters available in Alibaba Cloud account.
@@ -257,7 +257,7 @@ def get_clusters_output(db_type: Optional[pulumi.Input[Optional[str]]] = None,
257
257
  :param Sequence[str] ids: A list of PolarDB cluster IDs.
258
258
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
259
259
  :param str status: status of the cluster.
260
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
260
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
261
261
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
262
262
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
263
263
  """
@@ -127,8 +127,12 @@ def get_databases(db_cluster_id: Optional[str] = None,
127
127
  db_cluster_id=polardb_clusters_ds.clusters[0].id,
128
128
  db_name=polardb_clusters_ds.apply(lambda polardb_clusters_ds: f"tfaccountpri_{polardb_clusters_ds.clusters[0].id}"),
129
129
  db_description="from terraform")
130
- default = pulumi.Output.all(polardb_clusters_ds, default_database.db_name).apply(lambda polardb_clusters_ds, db_name: alicloud.polardb.get_databases_output(db_cluster_id=polardb_clusters_ds.clusters[0].id,
131
- name_regex=db_name))
130
+ default = pulumi.Output.all(
131
+ polardb_clusters_ds=polardb_clusters_ds,
132
+ db_name=default_database.db_name
133
+ ).apply(lambda resolved_outputs: alicloud.polardb.get_databases_output(db_cluster_id=polardb_clusters_ds.clusters[0].id,
134
+ name_regex=resolved_outputs['db_name']))
135
+
132
136
  pulumi.export("database", default.databases[0].db_name)
133
137
  ```
134
138
 
@@ -191,8 +195,12 @@ def get_databases_output(db_cluster_id: Optional[pulumi.Input[str]] = None,
191
195
  db_cluster_id=polardb_clusters_ds.clusters[0].id,
192
196
  db_name=polardb_clusters_ds.apply(lambda polardb_clusters_ds: f"tfaccountpri_{polardb_clusters_ds.clusters[0].id}"),
193
197
  db_description="from terraform")
194
- default = pulumi.Output.all(polardb_clusters_ds, default_database.db_name).apply(lambda polardb_clusters_ds, db_name: alicloud.polardb.get_databases_output(db_cluster_id=polardb_clusters_ds.clusters[0].id,
195
- name_regex=db_name))
198
+ default = pulumi.Output.all(
199
+ polardb_clusters_ds=polardb_clusters_ds,
200
+ db_name=default_database.db_name
201
+ ).apply(lambda resolved_outputs: alicloud.polardb.get_databases_output(db_cluster_id=polardb_clusters_ds.clusters[0].id,
202
+ name_regex=resolved_outputs['db_name']))
203
+
196
204
  pulumi.export("database", default.databases[0].db_name)
197
205
  ```
198
206
 
@@ -924,7 +924,7 @@ class GetEndpointsEndpointAddressItemResult(dict):
924
924
  :param str net_type: IP network type:`Public` or `Private`.
925
925
  :param str port: Intranet connection port.
926
926
  :param str vpc_id: ID of the VPC the instance belongs to.
927
- :param str vswitch_id: ID of the VSwitch the cluster belongs to.
927
+ :param str vswitch_id: ID of the vSwitch the cluster belongs to.
928
928
  """
929
929
  pulumi.set(__self__, "connection_string", connection_string)
930
930
  pulumi.set(__self__, "ip_address", ip_address)
@@ -977,7 +977,7 @@ class GetEndpointsEndpointAddressItemResult(dict):
977
977
  @pulumi.getter(name="vswitchId")
978
978
  def vswitch_id(self) -> str:
979
979
  """
980
- ID of the VSwitch the cluster belongs to.
980
+ ID of the vSwitch the cluster belongs to.
981
981
  """
982
982
  return pulumi.get(self, "vswitch_id")
983
983
 
@@ -259,7 +259,7 @@ class GetVpcEndpointZonesZoneResult(dict):
259
259
  :param str eni_ip: IP address of the terminal node network card.
260
260
  :param str id: The ID of the Vpc Endpoint Zone.
261
261
  :param str status: The Status of Vpc Endpoint Zone..
262
- :param str vswitch_id: The VSwitch id.
262
+ :param str vswitch_id: The vSwitch id.
263
263
  :param str zone_domain: The Zone Domain.
264
264
  :param str zone_id: The Zone Id.
265
265
  """
@@ -307,7 +307,7 @@ class GetVpcEndpointZonesZoneResult(dict):
307
307
  @pulumi.getter(name="vswitchId")
308
308
  def vswitch_id(self) -> str:
309
309
  """
310
- The VSwitch id.
310
+ The vSwitch id.
311
311
  """
312
312
  return pulumi.get(self, "vswitch_id")
313
313