pulumi-alicloud 3.53.0a1713354491__py3-none-any.whl → 3.73.0a1736850863__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 (1906) hide show
  1. pulumi_alicloud/__init__.py +949 -26
  2. pulumi_alicloud/_inputs.py +1162 -86
  3. pulumi_alicloud/_utilities.py +41 -5
  4. pulumi_alicloud/ackone/_inputs.py +25 -0
  5. pulumi_alicloud/ackone/cluster.py +22 -21
  6. pulumi_alicloud/ackone/outputs.py +5 -0
  7. pulumi_alicloud/actiontrail/get_consumer_groups.py +26 -13
  8. pulumi_alicloud/actiontrail/get_global_events_storage_region.py +12 -9
  9. pulumi_alicloud/actiontrail/get_history_delivery_jobs.py +20 -9
  10. pulumi_alicloud/actiontrail/get_instances.py +33 -19
  11. pulumi_alicloud/actiontrail/get_sasl_acls.py +30 -17
  12. pulumi_alicloud/actiontrail/get_sasl_users.py +19 -9
  13. pulumi_alicloud/actiontrail/get_topics.py +28 -9
  14. pulumi_alicloud/actiontrail/get_trails.py +27 -12
  15. pulumi_alicloud/actiontrail/get_trails_deprecated.py +27 -8
  16. pulumi_alicloud/actiontrail/global_events_storage_region.py +5 -4
  17. pulumi_alicloud/actiontrail/history_delivery_job.py +23 -22
  18. pulumi_alicloud/actiontrail/outputs.py +14 -9
  19. pulumi_alicloud/actiontrail/trail.py +32 -49
  20. pulumi_alicloud/actiontrail/trail_deprecated.py +20 -35
  21. pulumi_alicloud/adb/_inputs.py +43 -0
  22. pulumi_alicloud/adb/account.py +31 -30
  23. pulumi_alicloud/adb/backup_policy.py +5 -0
  24. pulumi_alicloud/adb/cluster.py +137 -46
  25. pulumi_alicloud/adb/connection.py +17 -16
  26. pulumi_alicloud/adb/db_cluster.py +187 -32
  27. pulumi_alicloud/adb/db_cluster_lake_version.py +21 -20
  28. pulumi_alicloud/adb/get_clusters.py +39 -14
  29. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +67 -15
  30. pulumi_alicloud/adb/get_db_clusters.py +39 -14
  31. pulumi_alicloud/adb/get_resource_groups.py +20 -9
  32. pulumi_alicloud/adb/get_zones.py +19 -9
  33. pulumi_alicloud/adb/lake_account.py +74 -73
  34. pulumi_alicloud/adb/outputs.py +117 -8
  35. pulumi_alicloud/adb/resource_group.py +122 -97
  36. pulumi_alicloud/alb/__init__.py +1 -0
  37. pulumi_alicloud/alb/_inputs.py +908 -94
  38. pulumi_alicloud/alb/a_script.py +10 -5
  39. pulumi_alicloud/alb/acl.py +55 -61
  40. pulumi_alicloud/alb/acl_entry_attachment.py +13 -12
  41. pulumi_alicloud/alb/get_acls.py +31 -11
  42. pulumi_alicloud/alb/get_ascripts.py +31 -15
  43. pulumi_alicloud/alb/get_health_check_templates.py +23 -9
  44. pulumi_alicloud/alb/get_listeners.py +28 -11
  45. pulumi_alicloud/alb/get_load_balancers.py +59 -27
  46. pulumi_alicloud/alb/get_rules.py +27 -5
  47. pulumi_alicloud/alb/get_security_policies.py +36 -16
  48. pulumi_alicloud/alb/get_server_groups.py +38 -14
  49. pulumi_alicloud/alb/get_system_security_policies.py +21 -12
  50. pulumi_alicloud/alb/get_zones.py +15 -9
  51. pulumi_alicloud/alb/health_check_template.py +101 -92
  52. pulumi_alicloud/alb/listener.py +52 -53
  53. pulumi_alicloud/alb/listener_acl_attachment.py +5 -0
  54. pulumi_alicloud/alb/listener_additional_certificate_attachment.py +5 -0
  55. pulumi_alicloud/alb/load_balancer.py +144 -153
  56. pulumi_alicloud/alb/load_balancer_common_bandwidth_package_attachment.py +5 -0
  57. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +332 -0
  58. pulumi_alicloud/alb/outputs.py +84 -109
  59. pulumi_alicloud/alb/rule.py +29 -10
  60. pulumi_alicloud/alb/security_policy.py +25 -24
  61. pulumi_alicloud/alb/server_group.py +139 -115
  62. pulumi_alicloud/aligreen/__init__.py +13 -0
  63. pulumi_alicloud/aligreen/audit_callback.py +427 -0
  64. pulumi_alicloud/aligreen/biz_type.py +403 -0
  65. pulumi_alicloud/aligreen/callback.py +454 -0
  66. pulumi_alicloud/aligreen/image_lib.py +411 -0
  67. pulumi_alicloud/aligreen/keyword_lib.py +620 -0
  68. pulumi_alicloud/aligreen/oss_stock_task.py +1666 -0
  69. pulumi_alicloud/alikafka/consumer_group.py +37 -34
  70. pulumi_alicloud/alikafka/instance.py +209 -44
  71. pulumi_alicloud/alikafka/instance_allowed_ip_attachment.py +23 -20
  72. pulumi_alicloud/alikafka/sasl_acl.py +27 -24
  73. pulumi_alicloud/alikafka/sasl_user.py +37 -34
  74. pulumi_alicloud/alikafka/topic.py +37 -34
  75. pulumi_alicloud/amqp/binding.py +88 -94
  76. pulumi_alicloud/amqp/exchange.py +15 -14
  77. pulumi_alicloud/amqp/get_bindings.py +19 -9
  78. pulumi_alicloud/amqp/get_exchanges.py +23 -9
  79. pulumi_alicloud/amqp/get_instances.py +25 -11
  80. pulumi_alicloud/amqp/get_queues.py +23 -9
  81. pulumi_alicloud/amqp/get_static_accounts.py +18 -9
  82. pulumi_alicloud/amqp/get_virtual_hosts.py +21 -9
  83. pulumi_alicloud/amqp/instance.py +13 -8
  84. pulumi_alicloud/amqp/outputs.py +11 -6
  85. pulumi_alicloud/amqp/queue.py +17 -16
  86. pulumi_alicloud/amqp/static_account.py +23 -22
  87. pulumi_alicloud/amqp/virtual_host.py +11 -10
  88. pulumi_alicloud/apig/__init__.py +12 -0
  89. pulumi_alicloud/apig/_inputs.py +263 -0
  90. pulumi_alicloud/apig/environment.py +317 -0
  91. pulumi_alicloud/apig/gateway.py +645 -0
  92. pulumi_alicloud/apig/http_api.py +465 -0
  93. pulumi_alicloud/apig/outputs.py +213 -0
  94. pulumi_alicloud/apigateway/__init__.py +3 -0
  95. pulumi_alicloud/apigateway/_inputs.py +566 -2
  96. pulumi_alicloud/apigateway/access_control_list.py +335 -0
  97. pulumi_alicloud/apigateway/acl_entry_attachment.py +308 -0
  98. pulumi_alicloud/apigateway/api.py +101 -92
  99. pulumi_alicloud/apigateway/app.py +25 -20
  100. pulumi_alicloud/apigateway/app_attachment.py +69 -58
  101. pulumi_alicloud/apigateway/backend.py +5 -4
  102. pulumi_alicloud/apigateway/get_apis.py +119 -32
  103. pulumi_alicloud/apigateway/get_apps.py +26 -14
  104. pulumi_alicloud/apigateway/get_backends.py +23 -9
  105. pulumi_alicloud/apigateway/get_groups.py +19 -9
  106. pulumi_alicloud/apigateway/get_log_configs.py +20 -11
  107. pulumi_alicloud/apigateway/get_models.py +27 -9
  108. pulumi_alicloud/apigateway/get_plugins.py +38 -18
  109. pulumi_alicloud/apigateway/get_service.py +14 -9
  110. pulumi_alicloud/apigateway/group.py +67 -14
  111. pulumi_alicloud/apigateway/instance.py +401 -67
  112. pulumi_alicloud/apigateway/instance_acl_attachment.py +331 -0
  113. pulumi_alicloud/apigateway/log_config.py +21 -20
  114. pulumi_alicloud/apigateway/model.py +15 -10
  115. pulumi_alicloud/apigateway/outputs.py +303 -19
  116. pulumi_alicloud/apigateway/plugin.py +240 -87
  117. pulumi_alicloud/apigateway/plugin_attachment.py +65 -58
  118. pulumi_alicloud/apigateway/vpc_access.py +33 -28
  119. pulumi_alicloud/arms/__init__.py +2 -0
  120. pulumi_alicloud/arms/_inputs.py +903 -23
  121. pulumi_alicloud/arms/addon_release.py +5 -0
  122. pulumi_alicloud/arms/alert_contact.py +5 -4
  123. pulumi_alicloud/arms/alert_contact_group.py +11 -10
  124. pulumi_alicloud/arms/alert_robot.py +421 -0
  125. pulumi_alicloud/arms/dispatch_rule.py +160 -86
  126. pulumi_alicloud/arms/env_custom_job.py +11 -10
  127. pulumi_alicloud/arms/env_feature.py +5 -0
  128. pulumi_alicloud/arms/env_pod_monitor.py +5 -0
  129. pulumi_alicloud/arms/env_service_monitor.py +5 -0
  130. pulumi_alicloud/arms/environment.py +26 -21
  131. pulumi_alicloud/arms/get_alert_contact_groups.py +25 -9
  132. pulumi_alicloud/arms/get_alert_contacts.py +25 -9
  133. pulumi_alicloud/arms/get_alert_robots.py +230 -0
  134. pulumi_alicloud/arms/get_dispatch_rules.py +124 -17
  135. pulumi_alicloud/arms/get_integration_exporters.py +20 -9
  136. pulumi_alicloud/arms/get_prometheis.py +50 -34
  137. pulumi_alicloud/arms/get_prometheus.py +48 -32
  138. pulumi_alicloud/arms/get_prometheus_alert_rules.py +27 -9
  139. pulumi_alicloud/arms/get_prometheus_monitorings.py +25 -9
  140. pulumi_alicloud/arms/get_remote_writes.py +27 -11
  141. pulumi_alicloud/arms/grafana_workspace.py +25 -24
  142. pulumi_alicloud/arms/integration_exporter.py +27 -22
  143. pulumi_alicloud/arms/outputs.py +437 -48
  144. pulumi_alicloud/arms/prometheus.py +39 -34
  145. pulumi_alicloud/arms/prometheus_alert_rule.py +73 -10
  146. pulumi_alicloud/arms/prometheus_monitoring.py +5 -0
  147. pulumi_alicloud/arms/remote_write.py +31 -22
  148. pulumi_alicloud/arms/synthetic_task.py +328 -327
  149. pulumi_alicloud/bastionhost/_inputs.py +115 -0
  150. pulumi_alicloud/bastionhost/get_host_accounts.py +27 -9
  151. pulumi_alicloud/bastionhost/get_host_groups.py +23 -9
  152. pulumi_alicloud/bastionhost/get_host_share_keys.py +23 -9
  153. pulumi_alicloud/bastionhost/get_hosts.py +35 -9
  154. pulumi_alicloud/bastionhost/get_instances.py +30 -22
  155. pulumi_alicloud/bastionhost/get_user_groups.py +23 -9
  156. pulumi_alicloud/bastionhost/get_users.py +37 -13
  157. pulumi_alicloud/bastionhost/host.py +51 -29
  158. pulumi_alicloud/bastionhost/host_account.py +25 -24
  159. pulumi_alicloud/bastionhost/host_account_share_key_attachment.py +29 -28
  160. pulumi_alicloud/bastionhost/host_account_user_attachment.py +29 -28
  161. pulumi_alicloud/bastionhost/host_account_user_group_attachment.py +29 -28
  162. pulumi_alicloud/bastionhost/host_attachment.py +27 -26
  163. pulumi_alicloud/bastionhost/host_group.py +23 -22
  164. pulumi_alicloud/bastionhost/host_group_account_user_attachment.py +31 -30
  165. pulumi_alicloud/bastionhost/host_group_account_user_group_attachment.py +31 -30
  166. pulumi_alicloud/bastionhost/host_share_key.py +91 -0
  167. pulumi_alicloud/bastionhost/instance.py +43 -24
  168. pulumi_alicloud/bastionhost/outputs.py +8 -7
  169. pulumi_alicloud/bastionhost/user.py +31 -28
  170. pulumi_alicloud/bastionhost/user_attachment.py +27 -26
  171. pulumi_alicloud/bastionhost/user_group.py +23 -22
  172. pulumi_alicloud/bp/_inputs.py +25 -0
  173. pulumi_alicloud/bp/get_studio_applications.py +29 -9
  174. pulumi_alicloud/bp/outputs.py +5 -0
  175. pulumi_alicloud/bp/studio_application.py +56 -55
  176. pulumi_alicloud/brain/get_industrial_pid_loops.py +45 -11
  177. pulumi_alicloud/brain/get_industrial_pid_organizations.py +33 -11
  178. pulumi_alicloud/brain/get_industrial_pid_projects.py +41 -11
  179. pulumi_alicloud/brain/get_industrial_serice.py +20 -11
  180. pulumi_alicloud/brain/industrial_pid_loop.py +11 -6
  181. pulumi_alicloud/brain/industrial_pid_organization.py +11 -6
  182. pulumi_alicloud/brain/industrial_pid_project.py +11 -6
  183. pulumi_alicloud/brain/outputs.py +5 -0
  184. pulumi_alicloud/bss/get_open_api_pricing_modules.py +29 -13
  185. pulumi_alicloud/bss/get_open_api_products.py +23 -9
  186. pulumi_alicloud/bss/outputs.py +5 -0
  187. pulumi_alicloud/cas/certificate.py +149 -36
  188. pulumi_alicloud/cas/get_certificates.py +40 -32
  189. pulumi_alicloud/cas/get_service_certificates.py +176 -26
  190. pulumi_alicloud/cas/outputs.py +45 -40
  191. pulumi_alicloud/cas/service_certificate.py +25 -55
  192. pulumi_alicloud/cassandra/backup_plan.py +5 -0
  193. pulumi_alicloud/cassandra/cluster.py +33 -32
  194. pulumi_alicloud/cassandra/data_center.py +11 -10
  195. pulumi_alicloud/cassandra/get_backup_plans.py +17 -9
  196. pulumi_alicloud/cassandra/get_clusters.py +26 -14
  197. pulumi_alicloud/cassandra/get_data_centers.py +25 -13
  198. pulumi_alicloud/cassandra/get_zones.py +19 -11
  199. pulumi_alicloud/cassandra/outputs.py +8 -3
  200. pulumi_alicloud/cddc/_inputs.py +53 -0
  201. pulumi_alicloud/cddc/dedicated_host.py +19 -14
  202. pulumi_alicloud/cddc/dedicated_host_account.py +31 -26
  203. pulumi_alicloud/cddc/dedicated_host_group.py +15 -10
  204. pulumi_alicloud/cddc/dedicated_propre_host.py +24 -19
  205. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +27 -11
  206. pulumi_alicloud/cddc/get_dedicated_host_groups.py +23 -11
  207. pulumi_alicloud/cddc/get_dedicated_hosts.py +49 -24
  208. pulumi_alicloud/cddc/get_host_ecs_level_infos.py +22 -5
  209. pulumi_alicloud/cddc/get_zones.py +15 -9
  210. pulumi_alicloud/cddc/outputs.py +8 -3
  211. pulumi_alicloud/cdn/_inputs.py +154 -18
  212. pulumi_alicloud/cdn/domain.py +71 -156
  213. pulumi_alicloud/cdn/domain_config.py +36 -35
  214. pulumi_alicloud/cdn/domain_new.py +142 -99
  215. pulumi_alicloud/cdn/fc_trigger.py +15 -14
  216. pulumi_alicloud/cdn/get_blocked_regions.py +14 -9
  217. pulumi_alicloud/cdn/get_ip_info.py +18 -9
  218. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +18 -11
  219. pulumi_alicloud/cdn/get_service.py +19 -9
  220. pulumi_alicloud/cdn/outputs.py +7 -16
  221. pulumi_alicloud/cdn/real_time_log_delivery.py +136 -84
  222. pulumi_alicloud/cen/__init__.py +1 -0
  223. pulumi_alicloud/cen/_inputs.py +261 -14
  224. pulumi_alicloud/cen/bandwidth_limit.py +23 -30
  225. pulumi_alicloud/cen/bandwidth_package.py +14 -27
  226. pulumi_alicloud/cen/bandwidth_package_attachment.py +13 -12
  227. pulumi_alicloud/cen/child_instance_route_entry_to_attachment.py +45 -44
  228. pulumi_alicloud/cen/flow_log.py +394 -72
  229. pulumi_alicloud/cen/get_bandwidth_limits.py +16 -9
  230. pulumi_alicloud/cen/get_bandwidth_packages.py +25 -9
  231. pulumi_alicloud/cen/get_child_instance_route_entry_to_attachments.py +24 -9
  232. pulumi_alicloud/cen/get_flowlogs.py +278 -43
  233. pulumi_alicloud/cen/get_instance_attachments.py +23 -9
  234. pulumi_alicloud/cen/get_instances.py +28 -14
  235. pulumi_alicloud/cen/get_inter_region_traffic_qos_policies.py +31 -9
  236. pulumi_alicloud/cen/get_inter_region_traffic_qos_queues.py +25 -13
  237. pulumi_alicloud/cen/get_private_zones.py +22 -9
  238. pulumi_alicloud/cen/get_region_route_entries.py +18 -9
  239. pulumi_alicloud/cen/get_route_entries.py +20 -9
  240. pulumi_alicloud/cen/get_route_maps.py +26 -9
  241. pulumi_alicloud/cen/get_route_services.py +27 -9
  242. pulumi_alicloud/cen/get_traffic_marking_policies.py +27 -13
  243. pulumi_alicloud/cen/get_transit_route_table_aggregations.py +25 -9
  244. pulumi_alicloud/cen/get_transit_router_available_resources.py +48 -20
  245. pulumi_alicloud/cen/get_transit_router_cidrs.py +23 -9
  246. pulumi_alicloud/cen/get_transit_router_multicast_domain_associations.py +28 -9
  247. pulumi_alicloud/cen/get_transit_router_multicast_domain_members.py +20 -9
  248. pulumi_alicloud/cen/get_transit_router_multicast_domain_peer_members.py +26 -9
  249. pulumi_alicloud/cen/get_transit_router_multicast_domain_sources.py +18 -9
  250. pulumi_alicloud/cen/get_transit_router_multicast_domains.py +25 -9
  251. pulumi_alicloud/cen/get_transit_router_peer_attachments.py +27 -5
  252. pulumi_alicloud/cen/get_transit_router_prefix_list_associations.py +32 -11
  253. pulumi_alicloud/cen/get_transit_router_route_entries.py +29 -5
  254. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +34 -9
  255. pulumi_alicloud/cen/get_transit_router_route_table_propagations.py +20 -9
  256. pulumi_alicloud/cen/get_transit_router_route_tables.py +112 -19
  257. pulumi_alicloud/cen/get_transit_router_service.py +16 -11
  258. pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +22 -5
  259. pulumi_alicloud/cen/get_transit_router_vpc_attachments.py +200 -23
  260. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +27 -11
  261. pulumi_alicloud/cen/get_transit_routers.py +27 -9
  262. pulumi_alicloud/cen/get_vbr_health_checks.py +23 -5
  263. pulumi_alicloud/cen/instance.py +127 -77
  264. pulumi_alicloud/cen/instance_attachment.py +13 -12
  265. pulumi_alicloud/cen/instance_grant.py +23 -70
  266. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +37 -54
  267. pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +37 -52
  268. pulumi_alicloud/cen/outputs.py +377 -57
  269. pulumi_alicloud/cen/private_zone.py +86 -81
  270. pulumi_alicloud/cen/route_entry.py +41 -36
  271. pulumi_alicloud/cen/route_map.py +27 -34
  272. pulumi_alicloud/cen/route_service.py +17 -16
  273. pulumi_alicloud/cen/traffic_marking_policy.py +129 -65
  274. pulumi_alicloud/cen/transit_route_table_aggregation.py +15 -14
  275. pulumi_alicloud/cen/transit_router.py +25 -24
  276. pulumi_alicloud/cen/transit_router_cidr.py +13 -12
  277. pulumi_alicloud/cen/transit_router_ecr_attachment.py +589 -0
  278. pulumi_alicloud/cen/transit_router_grant_attachment.py +13 -12
  279. pulumi_alicloud/cen/transit_router_multicast_domain.py +27 -26
  280. pulumi_alicloud/cen/transit_router_multicast_domain_association.py +31 -30
  281. pulumi_alicloud/cen/transit_router_multicast_domain_member.py +5 -0
  282. pulumi_alicloud/cen/transit_router_multicast_domain_peer_member.py +39 -54
  283. pulumi_alicloud/cen/transit_router_multicast_domain_source.py +5 -0
  284. pulumi_alicloud/cen/transit_router_peer_attachment.py +162 -70
  285. pulumi_alicloud/cen/transit_router_prefix_list_association.py +49 -20
  286. pulumi_alicloud/cen/transit_router_route_entry.py +25 -24
  287. pulumi_alicloud/cen/transit_router_route_table.py +27 -26
  288. pulumi_alicloud/cen/transit_router_route_table_association.py +89 -84
  289. pulumi_alicloud/cen/transit_router_route_table_propagation.py +43 -42
  290. pulumi_alicloud/cen/transit_router_vbr_attachment.py +123 -100
  291. pulumi_alicloud/cen/transit_router_vpc_attachment.py +396 -188
  292. pulumi_alicloud/cen/transit_router_vpn_attachment.py +108 -105
  293. pulumi_alicloud/cen/vbr_health_check.py +30 -29
  294. pulumi_alicloud/cfg/_inputs.py +115 -0
  295. pulumi_alicloud/cfg/aggregate_compliance_pack.py +42 -47
  296. pulumi_alicloud/cfg/aggregate_config_rule.py +35 -34
  297. pulumi_alicloud/cfg/aggregate_delivery.py +260 -118
  298. pulumi_alicloud/cfg/aggregator.py +38 -23
  299. pulumi_alicloud/cfg/compliance_pack.py +38 -43
  300. pulumi_alicloud/cfg/configuration_recorder.py +5 -4
  301. pulumi_alicloud/cfg/delivery.py +280 -130
  302. pulumi_alicloud/cfg/delivery_channel.py +5 -0
  303. pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +27 -11
  304. pulumi_alicloud/cfg/get_aggregate_config_rules.py +33 -13
  305. pulumi_alicloud/cfg/get_aggregate_deliveries.py +39 -11
  306. pulumi_alicloud/cfg/get_aggregators.py +25 -11
  307. pulumi_alicloud/cfg/get_compliance_packs.py +25 -11
  308. pulumi_alicloud/cfg/get_configuration_recorders.py +18 -17
  309. pulumi_alicloud/cfg/get_deliveries.py +32 -11
  310. pulumi_alicloud/cfg/get_delivery_channels.py +21 -13
  311. pulumi_alicloud/cfg/get_rules.py +33 -19
  312. pulumi_alicloud/cfg/outputs.py +39 -26
  313. pulumi_alicloud/cfg/remediation.py +33 -20
  314. pulumi_alicloud/cfg/rule.py +40 -57
  315. pulumi_alicloud/chatbot/get_agents.py +24 -9
  316. pulumi_alicloud/chatbot/outputs.py +5 -0
  317. pulumi_alicloud/chatbot/publish_task.py +11 -10
  318. pulumi_alicloud/clickhouse/_inputs.py +78 -0
  319. pulumi_alicloud/clickhouse/account.py +81 -35
  320. pulumi_alicloud/clickhouse/backup_policy.py +17 -16
  321. pulumi_alicloud/clickhouse/db_cluster.py +145 -37
  322. pulumi_alicloud/clickhouse/get_accounts.py +85 -31
  323. pulumi_alicloud/clickhouse/get_backup_policies.py +16 -9
  324. pulumi_alicloud/clickhouse/get_db_clusters.py +30 -17
  325. pulumi_alicloud/clickhouse/get_regions.py +22 -13
  326. pulumi_alicloud/clickhouse/outputs.py +57 -2
  327. pulumi_alicloud/cloudauth/face_config.py +5 -0
  328. pulumi_alicloud/cloudauth/get_face_configs.py +25 -15
  329. pulumi_alicloud/cloudauth/outputs.py +5 -0
  330. pulumi_alicloud/cloudconnect/get_networks.py +27 -15
  331. pulumi_alicloud/cloudconnect/network.py +7 -4
  332. pulumi_alicloud/cloudconnect/network_attachment.py +13 -10
  333. pulumi_alicloud/cloudconnect/network_grant.py +25 -42
  334. pulumi_alicloud/cloudconnect/outputs.py +5 -0
  335. pulumi_alicloud/cloudfirewall/__init__.py +3 -0
  336. pulumi_alicloud/cloudfirewall/_inputs.py +351 -0
  337. pulumi_alicloud/cloudfirewall/address_book.py +22 -21
  338. pulumi_alicloud/cloudfirewall/control_policy.py +646 -136
  339. pulumi_alicloud/cloudfirewall/control_policy_order.py +65 -48
  340. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall.py +59 -58
  341. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_cen.py +22 -21
  342. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_control_policy.py +13 -12
  343. pulumi_alicloud/cloudfirewall/get_address_books.py +21 -9
  344. pulumi_alicloud/cloudfirewall/get_control_policies.py +33 -9
  345. pulumi_alicloud/cloudfirewall/get_instance_members.py +26 -13
  346. pulumi_alicloud/cloudfirewall/get_instances.py +36 -14
  347. pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +38 -13
  348. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +84 -15
  349. pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +35 -11
  350. pulumi_alicloud/cloudfirewall/instance.py +200 -131
  351. pulumi_alicloud/cloudfirewall/instance_member.py +49 -0
  352. pulumi_alicloud/cloudfirewall/nat_firewall.py +816 -0
  353. pulumi_alicloud/cloudfirewall/nat_firewall_control_policy.py +1594 -0
  354. pulumi_alicloud/cloudfirewall/outputs.py +96 -4
  355. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +934 -0
  356. pulumi_alicloud/cloudmonitor/_inputs.py +89 -0
  357. pulumi_alicloud/cloudmonitor/get_service_hybrid_double_writes.py +34 -19
  358. pulumi_alicloud/cloudmonitor/outputs.py +5 -0
  359. pulumi_alicloud/cloudmonitor/service_basic_public.py +5 -4
  360. pulumi_alicloud/cloudmonitor/service_enterprise_public.py +5 -4
  361. pulumi_alicloud/cloudmonitor/service_group_monitoring_agent_process.py +65 -64
  362. pulumi_alicloud/cloudmonitor/service_hybrid_double_write.py +15 -14
  363. pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +33 -28
  364. pulumi_alicloud/cloudsso/_inputs.py +45 -6
  365. pulumi_alicloud/cloudsso/access_configuration.py +110 -39
  366. pulumi_alicloud/cloudsso/access_configuration_provisioning.py +5 -0
  367. pulumi_alicloud/cloudsso/access_management.py +5 -0
  368. pulumi_alicloud/cloudsso/directory.py +46 -5
  369. pulumi_alicloud/cloudsso/get_access_assignments.py +30 -13
  370. pulumi_alicloud/cloudsso/get_access_configurations.py +23 -9
  371. pulumi_alicloud/cloudsso/get_directories.py +21 -9
  372. pulumi_alicloud/cloudsso/get_groups.py +25 -11
  373. pulumi_alicloud/cloudsso/get_scim_server_credentials.py +20 -9
  374. pulumi_alicloud/cloudsso/get_service.py +14 -9
  375. pulumi_alicloud/cloudsso/get_users.py +31 -13
  376. pulumi_alicloud/cloudsso/group.py +5 -0
  377. pulumi_alicloud/cloudsso/outputs.py +13 -8
  378. pulumi_alicloud/cloudsso/scim_server_credential.py +5 -0
  379. pulumi_alicloud/cloudsso/user.py +5 -0
  380. pulumi_alicloud/cloudsso/user_attachment.py +5 -0
  381. pulumi_alicloud/cloudstoragegateway/express_sync.py +5 -0
  382. pulumi_alicloud/cloudstoragegateway/express_sync_share_attachment.py +5 -0
  383. pulumi_alicloud/cloudstoragegateway/gateway.py +173 -92
  384. pulumi_alicloud/cloudstoragegateway/gateway_block_volume.py +5 -0
  385. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +79 -27
  386. pulumi_alicloud/cloudstoragegateway/gateway_file_share.py +5 -0
  387. pulumi_alicloud/cloudstoragegateway/gateway_logging.py +5 -0
  388. pulumi_alicloud/cloudstoragegateway/gateway_smb_user.py +5 -0
  389. pulumi_alicloud/cloudstoragegateway/get_express_syncs.py +19 -9
  390. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +25 -11
  391. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +22 -11
  392. pulumi_alicloud/cloudstoragegateway/get_gateway_file_shares.py +21 -9
  393. pulumi_alicloud/cloudstoragegateway/get_gateway_smb_users.py +30 -19
  394. pulumi_alicloud/cloudstoragegateway/get_gateways.py +28 -9
  395. pulumi_alicloud/cloudstoragegateway/get_service.py +14 -9
  396. pulumi_alicloud/cloudstoragegateway/get_stocks.py +16 -9
  397. pulumi_alicloud/cloudstoragegateway/get_storage_bundles.py +26 -5
  398. pulumi_alicloud/cloudstoragegateway/outputs.py +5 -0
  399. pulumi_alicloud/cloudstoragegateway/storage_bundle.py +5 -4
  400. pulumi_alicloud/cms/__init__.py +1 -0
  401. pulumi_alicloud/cms/_inputs.py +1037 -68
  402. pulumi_alicloud/cms/alarm.py +176 -140
  403. pulumi_alicloud/cms/alarm_contact.py +5 -4
  404. pulumi_alicloud/cms/alarm_contact_group.py +5 -4
  405. pulumi_alicloud/cms/dynamic_tag_group.py +71 -68
  406. pulumi_alicloud/cms/event_rule.py +54 -53
  407. pulumi_alicloud/cms/get_alarm_contact_groups.py +19 -9
  408. pulumi_alicloud/cms/get_alarm_contacts.py +25 -11
  409. pulumi_alicloud/cms/get_dynamic_tag_groups.py +34 -23
  410. pulumi_alicloud/cms/get_event_rules.py +29 -11
  411. pulumi_alicloud/cms/get_group_metric_rules.py +37 -13
  412. pulumi_alicloud/cms/get_hybrid_monitor_datas.py +24 -9
  413. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +24 -11
  414. pulumi_alicloud/cms/get_hybrid_monitor_sls_tasks.py +26 -11
  415. pulumi_alicloud/cms/get_metric_rule_black_lists.py +35 -13
  416. pulumi_alicloud/cms/get_metric_rule_templates.py +27 -9
  417. pulumi_alicloud/cms/get_monitor_group_instances.py +18 -5
  418. pulumi_alicloud/cms/get_monitor_groups.py +38 -16
  419. pulumi_alicloud/cms/get_namespaces.py +22 -9
  420. pulumi_alicloud/cms/get_service.py +14 -9
  421. pulumi_alicloud/cms/get_site_monitors.py +258 -0
  422. pulumi_alicloud/cms/get_sls_groups.py +25 -9
  423. pulumi_alicloud/cms/group_metric_rule.py +49 -48
  424. pulumi_alicloud/cms/hybrid_monitor_fc_task.py +48 -45
  425. pulumi_alicloud/cms/hybrid_monitor_sls_task.py +15 -10
  426. pulumi_alicloud/cms/metric_rule_black_list.py +44 -39
  427. pulumi_alicloud/cms/metric_rule_template.py +92 -124
  428. pulumi_alicloud/cms/monitor_group.py +19 -18
  429. pulumi_alicloud/cms/monitor_group_instances.py +28 -27
  430. pulumi_alicloud/cms/namespace.py +5 -6
  431. pulumi_alicloud/cms/outputs.py +379 -158
  432. pulumi_alicloud/cms/site_monitor.py +24 -25
  433. pulumi_alicloud/cms/sls_group.py +10 -5
  434. pulumi_alicloud/compute/_inputs.py +59 -2
  435. pulumi_alicloud/compute/get_nest_service_instances.py +34 -18
  436. pulumi_alicloud/compute/nest_service_instance.py +67 -66
  437. pulumi_alicloud/compute/outputs.py +12 -7
  438. pulumi_alicloud/config/__init__.pyi +7 -0
  439. pulumi_alicloud/config/outputs.py +303 -2
  440. pulumi_alicloud/config/vars.py +9 -0
  441. pulumi_alicloud/cr/_inputs.py +253 -0
  442. pulumi_alicloud/cr/chain.py +252 -239
  443. pulumi_alicloud/cr/chart_namespace.py +25 -16
  444. pulumi_alicloud/cr/chart_repository.py +27 -18
  445. pulumi_alicloud/cr/endpoint_acl_policy.py +23 -14
  446. pulumi_alicloud/cr/get_chains.py +27 -9
  447. pulumi_alicloud/cr/get_chart_namespaces.py +23 -7
  448. pulumi_alicloud/cr/get_chart_repositories.py +25 -13
  449. pulumi_alicloud/cr/get_endpoint_acl_policies.py +22 -11
  450. pulumi_alicloud/cr/get_endpoint_acl_service.py +26 -15
  451. pulumi_alicloud/cr/get_namespaces.py +20 -9
  452. pulumi_alicloud/cr/get_repos.py +24 -9
  453. pulumi_alicloud/cr/get_service.py +16 -9
  454. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +26 -9
  455. pulumi_alicloud/cr/namespace.py +15 -4
  456. pulumi_alicloud/cr/outputs.py +102 -0
  457. pulumi_alicloud/cr/registry_enterprise_instance.py +516 -104
  458. pulumi_alicloud/cr/repo.py +24 -19
  459. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +45 -22
  460. pulumi_alicloud/cs/_inputs.py +1881 -75
  461. pulumi_alicloud/cs/application.py +16 -11
  462. pulumi_alicloud/cs/autoscaling_config.py +56 -0
  463. pulumi_alicloud/cs/cluster.py +9 -10
  464. pulumi_alicloud/cs/edge_kubernetes.py +132 -127
  465. pulumi_alicloud/cs/get_ack_service.py +16 -9
  466. pulumi_alicloud/cs/get_cluster_credential.py +21 -5
  467. pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +23 -9
  468. pulumi_alicloud/cs/get_kubernetes_addon_metadata.py +18 -33
  469. pulumi_alicloud/cs/get_kubernetes_addons.py +19 -5
  470. pulumi_alicloud/cs/get_kubernetes_clusters.py +35 -17
  471. pulumi_alicloud/cs/get_kubernetes_permission.py +24 -15
  472. pulumi_alicloud/cs/get_kubernetes_version.py +26 -21
  473. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +31 -15
  474. pulumi_alicloud/cs/get_registry_enterprise_instances.py +23 -9
  475. pulumi_alicloud/cs/get_registry_enterprise_namespaces.py +23 -9
  476. pulumi_alicloud/cs/get_registry_enterprise_repos.py +27 -9
  477. pulumi_alicloud/cs/get_registry_enterprise_sync_rules.py +29 -9
  478. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +33 -15
  479. pulumi_alicloud/cs/kubernetes.py +175 -125
  480. pulumi_alicloud/cs/kubernetes_addon.py +9 -8
  481. pulumi_alicloud/cs/kubernetes_autoscaler.py +10 -5
  482. pulumi_alicloud/cs/kubernetes_permission.py +10 -5
  483. pulumi_alicloud/cs/managed_kubernetes.py +281 -133
  484. pulumi_alicloud/cs/node_pool.py +430 -180
  485. pulumi_alicloud/cs/outputs.py +768 -67
  486. pulumi_alicloud/cs/registry_enterprise_namespace.py +97 -74
  487. pulumi_alicloud/cs/registry_enterprise_repo.py +101 -74
  488. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +446 -138
  489. pulumi_alicloud/cs/serverless_kubernetes.py +369 -324
  490. pulumi_alicloud/cs/swarm.py +9 -10
  491. pulumi_alicloud/das/switch_das_pro.py +29 -28
  492. pulumi_alicloud/databasefilesystem/_inputs.py +17 -4
  493. pulumi_alicloud/databasefilesystem/auto_snap_shot_policy.py +9 -8
  494. pulumi_alicloud/databasefilesystem/get_auto_snap_shot_policies.py +25 -11
  495. pulumi_alicloud/databasefilesystem/get_instances.py +23 -11
  496. pulumi_alicloud/databasefilesystem/get_snapshots.py +23 -11
  497. pulumi_alicloud/databasefilesystem/instance.py +50 -43
  498. pulumi_alicloud/databasefilesystem/instance_attachment.py +70 -69
  499. pulumi_alicloud/databasefilesystem/outputs.py +5 -4
  500. pulumi_alicloud/databasefilesystem/service_linked_role.py +7 -6
  501. pulumi_alicloud/databasefilesystem/snapshot.py +58 -109
  502. pulumi_alicloud/databasegateway/gateway.py +5 -4
  503. pulumi_alicloud/databasegateway/get_gateways.py +25 -9
  504. pulumi_alicloud/databasegateway/outputs.py +5 -0
  505. pulumi_alicloud/datahub/get_service.py +14 -9
  506. pulumi_alicloud/datahub/project.py +11 -6
  507. pulumi_alicloud/datahub/subscription.py +21 -14
  508. pulumi_alicloud/datahub/topic.py +33 -24
  509. pulumi_alicloud/dataworks/__init__.py +5 -0
  510. pulumi_alicloud/dataworks/_inputs.py +95 -0
  511. pulumi_alicloud/dataworks/data_source.py +686 -0
  512. pulumi_alicloud/dataworks/data_source_shared_rule.py +378 -0
  513. pulumi_alicloud/dataworks/folder.py +9 -8
  514. pulumi_alicloud/dataworks/get_folders.py +32 -13
  515. pulumi_alicloud/dataworks/get_service.py +14 -9
  516. pulumi_alicloud/dataworks/outputs.py +49 -0
  517. pulumi_alicloud/dataworks/project.py +609 -0
  518. pulumi_alicloud/dataworks/project_member.py +380 -0
  519. pulumi_alicloud/dbs/backup_plan.py +47 -38
  520. pulumi_alicloud/dbs/get_backup_plans.py +31 -11
  521. pulumi_alicloud/dbs/outputs.py +5 -0
  522. pulumi_alicloud/dcdn/_inputs.py +992 -33
  523. pulumi_alicloud/dcdn/domain.py +406 -256
  524. pulumi_alicloud/dcdn/domain_config.py +70 -69
  525. pulumi_alicloud/dcdn/er.py +30 -29
  526. pulumi_alicloud/dcdn/get_domains.py +37 -11
  527. pulumi_alicloud/dcdn/get_ipa_domains.py +41 -15
  528. pulumi_alicloud/dcdn/get_kv_account.py +13 -9
  529. pulumi_alicloud/dcdn/get_service.py +14 -9
  530. pulumi_alicloud/dcdn/get_waf_domains.py +25 -11
  531. pulumi_alicloud/dcdn/get_waf_policies.py +33 -13
  532. pulumi_alicloud/dcdn/get_waf_rules.py +24 -11
  533. pulumi_alicloud/dcdn/ipa_domain.py +32 -31
  534. pulumi_alicloud/dcdn/kv.py +15 -14
  535. pulumi_alicloud/dcdn/kv_namespace.py +11 -10
  536. pulumi_alicloud/dcdn/outputs.py +29 -28
  537. pulumi_alicloud/dcdn/waf_domain.py +29 -28
  538. pulumi_alicloud/dcdn/waf_policy.py +13 -12
  539. pulumi_alicloud/dcdn/waf_policy_domain_attachment.py +35 -34
  540. pulumi_alicloud/dcdn/waf_rule.py +67 -66
  541. pulumi_alicloud/ddos/__init__.py +1 -0
  542. pulumi_alicloud/ddos/_inputs.py +1227 -9
  543. pulumi_alicloud/ddos/basic_defense_threshold.py +11 -10
  544. pulumi_alicloud/ddos/basic_threshold.py +31 -26
  545. pulumi_alicloud/ddos/bgp_ip.py +62 -12
  546. pulumi_alicloud/ddos/bgp_policy.py +348 -0
  547. pulumi_alicloud/ddos/ddos_bgp_instance.py +7 -4
  548. pulumi_alicloud/ddos/ddos_coo_instance.py +7 -4
  549. pulumi_alicloud/ddos/domain_resource.py +472 -92
  550. pulumi_alicloud/ddos/get_ddos_bgp_instances.py +27 -15
  551. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +32 -11
  552. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +30 -13
  553. pulumi_alicloud/ddos/get_ddos_coo_instances.py +19 -9
  554. pulumi_alicloud/ddos/get_ddos_coo_ports.py +40 -15
  555. pulumi_alicloud/ddos/outputs.py +883 -14
  556. pulumi_alicloud/ddos/port.py +123 -50
  557. pulumi_alicloud/ddos/scheduler_rule.py +38 -37
  558. pulumi_alicloud/dds/get_mongo_instances.py +30 -8
  559. pulumi_alicloud/dds/outputs.py +7 -2
  560. pulumi_alicloud/dfs/_inputs.py +43 -0
  561. pulumi_alicloud/dfs/access_group.py +21 -22
  562. pulumi_alicloud/dfs/access_rule.py +23 -22
  563. pulumi_alicloud/dfs/file_system.py +73 -51
  564. pulumi_alicloud/dfs/get_access_groups.py +27 -9
  565. pulumi_alicloud/dfs/get_access_rules.py +18 -9
  566. pulumi_alicloud/dfs/get_file_systems.py +19 -9
  567. pulumi_alicloud/dfs/get_mount_points.py +20 -9
  568. pulumi_alicloud/dfs/get_zones.py +14 -9
  569. pulumi_alicloud/dfs/mount_point.py +59 -76
  570. pulumi_alicloud/dfs/outputs.py +5 -0
  571. pulumi_alicloud/dfs/vsc_mount_point.py +19 -18
  572. pulumi_alicloud/directmail/domain.py +13 -12
  573. pulumi_alicloud/directmail/get_domains.py +56 -33
  574. pulumi_alicloud/directmail/get_mail_addresses.py +24 -11
  575. pulumi_alicloud/directmail/get_receivers.py +25 -11
  576. pulumi_alicloud/directmail/get_tags.py +19 -9
  577. pulumi_alicloud/directmail/mail_address.py +5 -0
  578. pulumi_alicloud/directmail/outputs.py +136 -32
  579. pulumi_alicloud/directmail/receivers.py +5 -0
  580. pulumi_alicloud/directmail/tag.py +5 -4
  581. pulumi_alicloud/dms/enterprise_authority_template.py +11 -10
  582. pulumi_alicloud/dms/enterprise_instance.py +44 -49
  583. pulumi_alicloud/dms/enterprise_logic_database.py +5 -4
  584. pulumi_alicloud/dms/enterprise_proxy.py +43 -38
  585. pulumi_alicloud/dms/enterprise_proxy_access.py +5 -4
  586. pulumi_alicloud/dms/enterprise_user.py +16 -19
  587. pulumi_alicloud/dms/get_enterprise_databases.py +20 -9
  588. pulumi_alicloud/dms/get_enterprise_instances.py +40 -13
  589. pulumi_alicloud/dms/get_enterprise_logic_databases.py +16 -5
  590. pulumi_alicloud/dms/get_enterprise_proxies.py +18 -9
  591. pulumi_alicloud/dms/get_enterprise_proxy_accesses.py +26 -15
  592. pulumi_alicloud/dms/get_enterprise_users.py +29 -9
  593. pulumi_alicloud/dms/get_user_tenants.py +21 -9
  594. pulumi_alicloud/dms/outputs.py +5 -0
  595. pulumi_alicloud/dns/_inputs.py +145 -0
  596. pulumi_alicloud/dns/access_strategy.py +20 -15
  597. pulumi_alicloud/dns/address_pool.py +120 -5
  598. pulumi_alicloud/dns/alidns_domain.py +25 -24
  599. pulumi_alicloud/dns/alidns_domain_attachment.py +15 -14
  600. pulumi_alicloud/dns/alidns_instance.py +5 -4
  601. pulumi_alicloud/dns/alidns_record.py +11 -10
  602. pulumi_alicloud/dns/custom_line.py +18 -17
  603. pulumi_alicloud/dns/ddos_bgp_instance.py +7 -4
  604. pulumi_alicloud/dns/ddos_coo_instance.py +7 -4
  605. pulumi_alicloud/dns/dns_domain.py +19 -18
  606. pulumi_alicloud/dns/domain.py +11 -6
  607. pulumi_alicloud/dns/domain_attachment.py +9 -8
  608. pulumi_alicloud/dns/domain_group.py +8 -13
  609. pulumi_alicloud/dns/get_access_strategies.py +33 -11
  610. pulumi_alicloud/dns/get_address_pools.py +23 -9
  611. pulumi_alicloud/dns/get_alidns_domain_groups.py +19 -9
  612. pulumi_alicloud/dns/get_alidns_domains.py +48 -14
  613. pulumi_alicloud/dns/get_alidns_instances.py +22 -9
  614. pulumi_alicloud/dns/get_alidns_records.py +72 -9
  615. pulumi_alicloud/dns/get_custom_lines.py +25 -9
  616. pulumi_alicloud/dns/get_domain_groups.py +19 -5
  617. pulumi_alicloud/dns/get_domain_records.py +31 -5
  618. pulumi_alicloud/dns/get_domain_txt_guid.py +21 -9
  619. pulumi_alicloud/dns/get_domains.py +48 -14
  620. pulumi_alicloud/dns/get_groups.py +19 -9
  621. pulumi_alicloud/dns/get_gtm_instances.py +19 -9
  622. pulumi_alicloud/dns/get_instances.py +22 -9
  623. pulumi_alicloud/dns/get_records.py +37 -15
  624. pulumi_alicloud/dns/get_resolution_lines.py +26 -9
  625. pulumi_alicloud/dns/group.py +7 -6
  626. pulumi_alicloud/dns/gtm_instance.py +30 -29
  627. pulumi_alicloud/dns/instance.py +5 -4
  628. pulumi_alicloud/dns/monitor_config.py +56 -55
  629. pulumi_alicloud/dns/outputs.py +31 -10
  630. pulumi_alicloud/dns/record.py +11 -4
  631. pulumi_alicloud/drds/get_instances.py +26 -16
  632. pulumi_alicloud/drds/instance.py +17 -16
  633. pulumi_alicloud/drds/outputs.py +5 -0
  634. pulumi_alicloud/drds/polardbx_instance.py +19 -18
  635. pulumi_alicloud/dts/consumer_channel.py +57 -40
  636. pulumi_alicloud/dts/get_consumer_channels.py +18 -9
  637. pulumi_alicloud/dts/get_instances.py +27 -11
  638. pulumi_alicloud/dts/get_migration_jobs.py +21 -9
  639. pulumi_alicloud/dts/get_subscription_jobs.py +30 -16
  640. pulumi_alicloud/dts/get_synchronization_jobs.py +24 -11
  641. pulumi_alicloud/dts/instance.py +52 -30
  642. pulumi_alicloud/dts/job_monitor_rule.py +5 -0
  643. pulumi_alicloud/dts/migration_instance.py +27 -26
  644. pulumi_alicloud/dts/migration_job.py +5 -0
  645. pulumi_alicloud/dts/outputs.py +11 -6
  646. pulumi_alicloud/dts/subscription_job.py +75 -58
  647. pulumi_alicloud/dts/synchronization_instance.py +13 -12
  648. pulumi_alicloud/dts/synchronization_job.py +5 -0
  649. pulumi_alicloud/eais/get_instances.py +25 -7
  650. pulumi_alicloud/eais/instance.py +68 -65
  651. pulumi_alicloud/eais/outputs.py +5 -0
  652. pulumi_alicloud/ebs/_inputs.py +118 -8
  653. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +5 -0
  654. pulumi_alicloud/ebs/disk_replica_group.py +53 -0
  655. pulumi_alicloud/ebs/disk_replica_pair.py +5 -0
  656. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +58 -57
  657. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +19 -18
  658. pulumi_alicloud/ebs/get_dedicated_block_storage_clusters.py +21 -11
  659. pulumi_alicloud/ebs/get_disk_replica_groups.py +16 -9
  660. pulumi_alicloud/ebs/get_disk_replica_pairs.py +22 -11
  661. pulumi_alicloud/ebs/get_regions.py +18 -11
  662. pulumi_alicloud/ebs/outputs.py +5 -8
  663. pulumi_alicloud/ebs/replica_group_drill.py +5 -4
  664. pulumi_alicloud/ebs/replica_pair_drill.py +5 -4
  665. pulumi_alicloud/ebs/solution_instance.py +136 -135
  666. pulumi_alicloud/eci/_inputs.py +612 -182
  667. pulumi_alicloud/eci/container_group.py +232 -180
  668. pulumi_alicloud/eci/get_container_groups.py +46 -20
  669. pulumi_alicloud/eci/get_image_caches.py +27 -9
  670. pulumi_alicloud/eci/get_virtual_nodes.py +42 -22
  671. pulumi_alicloud/eci/get_zones.py +14 -9
  672. pulumi_alicloud/eci/image_cache.py +32 -27
  673. pulumi_alicloud/eci/open_api_image_cache.py +8 -3
  674. pulumi_alicloud/eci/outputs.py +60 -217
  675. pulumi_alicloud/eci/virtual_node.py +56 -51
  676. pulumi_alicloud/ecp/get_instance_types.py +14 -9
  677. pulumi_alicloud/ecp/get_instances.py +121 -13
  678. pulumi_alicloud/ecp/get_key_pairs.py +21 -9
  679. pulumi_alicloud/ecp/get_zones.py +14 -9
  680. pulumi_alicloud/ecp/instance.py +232 -181
  681. pulumi_alicloud/ecp/key_pair.py +5 -4
  682. pulumi_alicloud/ecp/outputs.py +5 -0
  683. pulumi_alicloud/ecs/__init__.py +1 -0
  684. pulumi_alicloud/ecs/_inputs.py +1035 -45
  685. pulumi_alicloud/ecs/activation.py +5 -4
  686. pulumi_alicloud/ecs/auto_provisioning_group.py +44 -37
  687. pulumi_alicloud/ecs/auto_snapshot_policy.py +342 -145
  688. pulumi_alicloud/ecs/capacity_reservation.py +35 -34
  689. pulumi_alicloud/ecs/command.py +7 -4
  690. pulumi_alicloud/ecs/copy_image.py +18 -19
  691. pulumi_alicloud/ecs/dedicated_host.py +24 -19
  692. pulumi_alicloud/ecs/disk.py +213 -59
  693. pulumi_alicloud/ecs/disk_attachment.py +17 -12
  694. pulumi_alicloud/ecs/ecs_auto_snapshot_policy_attachment.py +19 -16
  695. pulumi_alicloud/ecs/ecs_dedicated_host_cluster.py +25 -24
  696. pulumi_alicloud/ecs/ecs_deployment_set.py +34 -19
  697. pulumi_alicloud/ecs/ecs_disk.py +455 -139
  698. pulumi_alicloud/ecs/ecs_disk_attachment.py +33 -30
  699. pulumi_alicloud/ecs/ecs_image_component.py +240 -66
  700. pulumi_alicloud/ecs/ecs_image_pipeline.py +47 -44
  701. pulumi_alicloud/ecs/ecs_instance_set.py +81 -41
  702. pulumi_alicloud/ecs/ecs_invocation.py +51 -44
  703. pulumi_alicloud/ecs/ecs_key_pair.py +93 -70
  704. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +40 -41
  705. pulumi_alicloud/ecs/ecs_launch_template.py +474 -195
  706. pulumi_alicloud/ecs/ecs_network_interface.py +148 -79
  707. pulumi_alicloud/ecs/ecs_network_interface_attachment.py +109 -59
  708. pulumi_alicloud/ecs/ecs_network_interface_permission.py +5 -0
  709. pulumi_alicloud/ecs/ecs_prefix_list.py +22 -21
  710. pulumi_alicloud/ecs/ecs_session_manager_status.py +5 -4
  711. pulumi_alicloud/ecs/ecs_snapshot.py +270 -93
  712. pulumi_alicloud/ecs/ecs_snapshot_group.py +59 -50
  713. pulumi_alicloud/ecs/eip.py +93 -36
  714. pulumi_alicloud/ecs/eip_address.py +595 -214
  715. pulumi_alicloud/ecs/eip_association.py +236 -86
  716. pulumi_alicloud/ecs/eip_segment_address.py +320 -141
  717. pulumi_alicloud/ecs/elasticity_assurance.py +67 -14
  718. pulumi_alicloud/ecs/get_activations.py +23 -9
  719. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +30 -16
  720. pulumi_alicloud/ecs/get_capacity_reservations.py +42 -18
  721. pulumi_alicloud/ecs/get_commands.py +33 -13
  722. pulumi_alicloud/ecs/get_dedicated_hosts.py +50 -22
  723. pulumi_alicloud/ecs/get_disks.py +81 -26
  724. pulumi_alicloud/ecs/get_ecs_dedicated_host_clusters.py +32 -14
  725. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +25 -11
  726. pulumi_alicloud/ecs/get_ecs_disks.py +206 -58
  727. pulumi_alicloud/ecs/get_ecs_image_components.py +40 -18
  728. pulumi_alicloud/ecs/get_ecs_image_pipeline.py +30 -14
  729. pulumi_alicloud/ecs/get_ecs_invocations.py +30 -13
  730. pulumi_alicloud/ecs/get_ecs_key_pairs.py +32 -19
  731. pulumi_alicloud/ecs/get_ecs_launch_templates.py +202 -20
  732. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +27 -11
  733. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +108 -36
  734. pulumi_alicloud/ecs/get_ecs_prefix_lists.py +25 -11
  735. pulumi_alicloud/ecs/get_ecs_snapshot_groups.py +34 -16
  736. pulumi_alicloud/ecs/get_ecs_snapshots.py +64 -28
  737. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +23 -11
  738. pulumi_alicloud/ecs/get_eip_addresses.py +69 -32
  739. pulumi_alicloud/ecs/get_eips.py +57 -20
  740. pulumi_alicloud/ecs/get_elasticity_assurances.py +31 -16
  741. pulumi_alicloud/ecs/get_hpc_clusters.py +19 -9
  742. pulumi_alicloud/ecs/get_images.py +82 -22
  743. pulumi_alicloud/ecs/get_instance_keywords.py +17 -9
  744. pulumi_alicloud/ecs/get_instance_type_families.py +23 -9
  745. pulumi_alicloud/ecs/get_instance_types.py +169 -19
  746. pulumi_alicloud/ecs/get_instances.py +52 -21
  747. pulumi_alicloud/ecs/get_key_pairs.py +36 -21
  748. pulumi_alicloud/ecs/get_network_interfaces.py +109 -71
  749. pulumi_alicloud/ecs/get_security_group_rules.py +40 -17
  750. pulumi_alicloud/ecs/get_security_groups.py +41 -20
  751. pulumi_alicloud/ecs/get_snapshots.py +50 -14
  752. pulumi_alicloud/ecs/hpc_cluster.py +11 -6
  753. pulumi_alicloud/ecs/image.py +657 -174
  754. pulumi_alicloud/ecs/image_copy.py +60 -77
  755. pulumi_alicloud/ecs/image_export.py +41 -36
  756. pulumi_alicloud/ecs/image_import.py +186 -115
  757. pulumi_alicloud/ecs/image_pipeline_execution.py +245 -0
  758. pulumi_alicloud/ecs/image_share_permission.py +53 -40
  759. pulumi_alicloud/ecs/instance.py +712 -231
  760. pulumi_alicloud/ecs/key_pair.py +43 -28
  761. pulumi_alicloud/ecs/key_pair_attachment.py +8 -9
  762. pulumi_alicloud/ecs/launch_template.py +325 -154
  763. pulumi_alicloud/ecs/outputs.py +729 -190
  764. pulumi_alicloud/ecs/reserved_instance.py +32 -37
  765. pulumi_alicloud/ecs/security_group.py +180 -101
  766. pulumi_alicloud/ecs/security_group_rule.py +82 -59
  767. pulumi_alicloud/ecs/snapshot.py +89 -34
  768. pulumi_alicloud/ecs/snapshot_policy.py +171 -15
  769. pulumi_alicloud/ecs/storage_capacity_unit.py +5 -4
  770. pulumi_alicloud/edas/_inputs.py +73 -0
  771. pulumi_alicloud/edas/application.py +23 -22
  772. pulumi_alicloud/edas/application_deployment.py +41 -40
  773. pulumi_alicloud/edas/application_scale.py +55 -46
  774. pulumi_alicloud/edas/cluster.py +13 -12
  775. pulumi_alicloud/edas/deploy_group.py +27 -26
  776. pulumi_alicloud/edas/get_applications.py +19 -9
  777. pulumi_alicloud/edas/get_clusters.py +23 -11
  778. pulumi_alicloud/edas/get_deploy_groups.py +19 -5
  779. pulumi_alicloud/edas/get_namespaces.py +19 -9
  780. pulumi_alicloud/edas/get_service.py +14 -9
  781. pulumi_alicloud/edas/instance_cluster_attachment.py +35 -34
  782. pulumi_alicloud/edas/k8s_application.py +17 -36
  783. pulumi_alicloud/edas/k8s_cluster.py +5 -0
  784. pulumi_alicloud/edas/k8s_slb_attachment.py +10 -5
  785. pulumi_alicloud/edas/namespace.py +17 -12
  786. pulumi_alicloud/edas/outputs.py +5 -0
  787. pulumi_alicloud/edas/slb_attachment.py +41 -40
  788. pulumi_alicloud/eds/_inputs.py +69 -0
  789. pulumi_alicloud/eds/ad_connector_directory.py +19 -18
  790. pulumi_alicloud/eds/ad_connector_office_site.py +32 -10
  791. pulumi_alicloud/eds/bundle.py +15 -14
  792. pulumi_alicloud/eds/command.py +47 -46
  793. pulumi_alicloud/eds/custom_property.py +16 -15
  794. pulumi_alicloud/eds/desktop.py +59 -58
  795. pulumi_alicloud/eds/ecd_policy_group.py +45 -44
  796. pulumi_alicloud/eds/get_ad_connector_directories.py +23 -11
  797. pulumi_alicloud/eds/get_ad_connector_office_sites.py +41 -11
  798. pulumi_alicloud/eds/get_bundles.py +23 -11
  799. pulumi_alicloud/eds/get_commands.py +64 -49
  800. pulumi_alicloud/eds/get_custom_properties.py +16 -9
  801. pulumi_alicloud/eds/get_desktop_types.py +30 -13
  802. pulumi_alicloud/eds/get_desktops.py +69 -51
  803. pulumi_alicloud/eds/get_images.py +67 -49
  804. pulumi_alicloud/eds/get_nas_file_systems.py +29 -15
  805. pulumi_alicloud/eds/get_network_packages.py +26 -17
  806. pulumi_alicloud/eds/get_policy_groups.py +47 -35
  807. pulumi_alicloud/eds/get_ram_directories.py +23 -11
  808. pulumi_alicloud/eds/get_simple_office_sites.py +23 -11
  809. pulumi_alicloud/eds/get_snapshots.py +27 -13
  810. pulumi_alicloud/eds/get_users.py +20 -11
  811. pulumi_alicloud/eds/get_zones.py +15 -9
  812. pulumi_alicloud/eds/image.py +47 -46
  813. pulumi_alicloud/eds/nas_file_system.py +11 -10
  814. pulumi_alicloud/eds/network_package.py +29 -14
  815. pulumi_alicloud/eds/outputs.py +21 -20
  816. pulumi_alicloud/eds/ram_directory.py +19 -14
  817. pulumi_alicloud/eds/simple_office_site.py +23 -34
  818. pulumi_alicloud/eds/snapshot.py +47 -46
  819. pulumi_alicloud/eds/user.py +11 -10
  820. pulumi_alicloud/eflo/get_subnets.py +43 -15
  821. pulumi_alicloud/eflo/get_vpds.py +37 -13
  822. pulumi_alicloud/eflo/outputs.py +5 -0
  823. pulumi_alicloud/eflo/subnet.py +17 -16
  824. pulumi_alicloud/eflo/vpd.py +11 -10
  825. pulumi_alicloud/ehpc/_inputs.py +87 -0
  826. pulumi_alicloud/ehpc/cluster.py +118 -47
  827. pulumi_alicloud/ehpc/get_clusters.py +36 -13
  828. pulumi_alicloud/ehpc/get_job_templates.py +21 -11
  829. pulumi_alicloud/ehpc/job_template.py +11 -10
  830. pulumi_alicloud/ehpc/outputs.py +39 -2
  831. pulumi_alicloud/eipanycast/_inputs.py +17 -0
  832. pulumi_alicloud/eipanycast/anycast_eip_address.py +19 -18
  833. pulumi_alicloud/eipanycast/anycast_eip_address_attachment.py +72 -101
  834. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +41 -15
  835. pulumi_alicloud/eipanycast/outputs.py +5 -0
  836. pulumi_alicloud/elasticsearch/get_instances.py +26 -8
  837. pulumi_alicloud/elasticsearch/get_zones.py +19 -9
  838. pulumi_alicloud/elasticsearch/instance.py +343 -56
  839. pulumi_alicloud/elasticsearch/outputs.py +7 -2
  840. pulumi_alicloud/emr/_inputs.py +180 -8
  841. pulumi_alicloud/emr/cluster.py +938 -39
  842. pulumi_alicloud/emr/get_clusters.py +168 -123
  843. pulumi_alicloud/emr/get_disk_types.py +29 -13
  844. pulumi_alicloud/emr/get_instance_types.py +35 -15
  845. pulumi_alicloud/emr/get_main_versions.py +25 -15
  846. pulumi_alicloud/emr/outputs.py +26 -29
  847. pulumi_alicloud/emrv2/_inputs.py +2092 -71
  848. pulumi_alicloud/emrv2/cluster.py +248 -206
  849. pulumi_alicloud/emrv2/get_clusters.py +70 -18
  850. pulumi_alicloud/emrv2/outputs.py +1248 -35
  851. pulumi_alicloud/ens/__init__.py +2 -0
  852. pulumi_alicloud/ens/_inputs.py +218 -2
  853. pulumi_alicloud/ens/disk.py +11 -10
  854. pulumi_alicloud/ens/disk_instance_attachment.py +21 -20
  855. pulumi_alicloud/ens/eip.py +5 -4
  856. pulumi_alicloud/ens/eip_instance_attachment.py +485 -0
  857. pulumi_alicloud/ens/get_key_pairs.py +22 -9
  858. pulumi_alicloud/ens/image.py +17 -16
  859. pulumi_alicloud/ens/instance.py +455 -207
  860. pulumi_alicloud/ens/instance_security_group_attachment.py +19 -18
  861. pulumi_alicloud/ens/key_pair.py +5 -4
  862. pulumi_alicloud/ens/load_balancer.py +79 -29
  863. pulumi_alicloud/ens/nat_gateway.py +463 -0
  864. pulumi_alicloud/ens/network.py +5 -4
  865. pulumi_alicloud/ens/outputs.py +146 -2
  866. pulumi_alicloud/ens/security_group.py +5 -4
  867. pulumi_alicloud/ens/snapshot.py +5 -4
  868. pulumi_alicloud/ens/vswitch.py +11 -10
  869. pulumi_alicloud/esa/__init__.py +12 -0
  870. pulumi_alicloud/esa/_inputs.py +456 -0
  871. pulumi_alicloud/esa/outputs.py +321 -0
  872. pulumi_alicloud/esa/rate_plan_instance.py +626 -0
  873. pulumi_alicloud/esa/record.py +798 -0
  874. pulumi_alicloud/esa/site.py +533 -0
  875. pulumi_alicloud/ess/__init__.py +1 -0
  876. pulumi_alicloud/ess/_inputs.py +1313 -110
  877. pulumi_alicloud/ess/alarm.py +232 -84
  878. pulumi_alicloud/ess/alb_server_group_attachment.py +55 -50
  879. pulumi_alicloud/ess/attachment.py +57 -52
  880. pulumi_alicloud/ess/eci_scaling_configuration.py +464 -88
  881. pulumi_alicloud/ess/get_alarms.py +23 -5
  882. pulumi_alicloud/ess/get_lifecycle_hooks.py +25 -13
  883. pulumi_alicloud/ess/get_notifications.py +18 -9
  884. pulumi_alicloud/ess/get_scaling_configurations.py +139 -21
  885. pulumi_alicloud/ess/get_scaling_groups.py +19 -9
  886. pulumi_alicloud/ess/get_scaling_rules.py +29 -15
  887. pulumi_alicloud/ess/get_scheduled_tasks.py +27 -13
  888. pulumi_alicloud/ess/lifecycle_hook.py +31 -24
  889. pulumi_alicloud/ess/notification.py +79 -31
  890. pulumi_alicloud/ess/outputs.py +618 -105
  891. pulumi_alicloud/ess/scaling_configuration.py +569 -106
  892. pulumi_alicloud/ess/scaling_group.py +591 -75
  893. pulumi_alicloud/ess/scaling_group_v_server_groups.py +10 -5
  894. pulumi_alicloud/ess/scaling_rule.py +291 -51
  895. pulumi_alicloud/ess/schedule.py +5 -0
  896. pulumi_alicloud/ess/scheduled_task.py +12 -7
  897. pulumi_alicloud/ess/server_group_attachment.py +557 -0
  898. pulumi_alicloud/ess/suspend_process.py +37 -32
  899. pulumi_alicloud/eventbridge/_inputs.py +284 -0
  900. pulumi_alicloud/eventbridge/api_destination.py +30 -29
  901. pulumi_alicloud/eventbridge/connection.py +115 -110
  902. pulumi_alicloud/eventbridge/event_bus.py +5 -4
  903. pulumi_alicloud/eventbridge/event_source.py +35 -26
  904. pulumi_alicloud/eventbridge/get_event_buses.py +23 -9
  905. pulumi_alicloud/eventbridge/get_event_sources.py +19 -9
  906. pulumi_alicloud/eventbridge/get_rules.py +27 -11
  907. pulumi_alicloud/eventbridge/get_service.py +14 -9
  908. pulumi_alicloud/eventbridge/outputs.py +12 -3
  909. pulumi_alicloud/eventbridge/rule.py +10 -5
  910. pulumi_alicloud/eventbridge/service_linked_role.py +7 -6
  911. pulumi_alicloud/eventbridge/slr.py +5 -0
  912. pulumi_alicloud/expressconnect/__init__.py +9 -0
  913. pulumi_alicloud/expressconnect/_inputs.py +84 -0
  914. pulumi_alicloud/expressconnect/ec_failover_test_job.py +15 -14
  915. pulumi_alicloud/expressconnect/get_access_points.py +23 -11
  916. pulumi_alicloud/expressconnect/get_grant_rule_to_cens.py +22 -9
  917. pulumi_alicloud/expressconnect/get_physical_connection_service.py +14 -9
  918. pulumi_alicloud/expressconnect/get_physical_connections.py +25 -11
  919. pulumi_alicloud/expressconnect/get_router_interfaces.py +33 -15
  920. pulumi_alicloud/expressconnect/get_vbr_pconn_associations.py +24 -11
  921. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +45 -31
  922. pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +33 -5
  923. pulumi_alicloud/expressconnect/grant_rule_to_cen.py +19 -18
  924. pulumi_alicloud/expressconnect/outputs.py +56 -0
  925. pulumi_alicloud/expressconnect/physical_connection.py +330 -201
  926. pulumi_alicloud/expressconnect/router_express_connect_router.py +463 -0
  927. pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
  928. pulumi_alicloud/expressconnect/router_interface.py +15 -18
  929. pulumi_alicloud/expressconnect/router_tr_association.py +583 -0
  930. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +541 -0
  931. pulumi_alicloud/expressconnect/router_vpc_association.py +505 -0
  932. pulumi_alicloud/expressconnect/traffic_qos.py +289 -0
  933. pulumi_alicloud/expressconnect/traffic_qos_association.py +341 -0
  934. pulumi_alicloud/expressconnect/traffic_qos_queue.py +525 -0
  935. pulumi_alicloud/expressconnect/traffic_qos_rule.py +1179 -0
  936. pulumi_alicloud/expressconnect/vbr_pconn_association.py +13 -12
  937. pulumi_alicloud/expressconnect/virtual_border_router.py +15 -14
  938. pulumi_alicloud/expressconnect/virtual_physical_connection.py +15 -14
  939. pulumi_alicloud/fc/__init__.py +10 -0
  940. pulumi_alicloud/fc/_inputs.py +3052 -4
  941. pulumi_alicloud/fc/alias.py +16 -13
  942. pulumi_alicloud/fc/custom_domain.py +81 -70
  943. pulumi_alicloud/fc/function.py +60 -53
  944. pulumi_alicloud/fc/function_async_invoke_config.py +110 -103
  945. pulumi_alicloud/fc/get_custom_domains.py +21 -11
  946. pulumi_alicloud/fc/get_functions.py +25 -13
  947. pulumi_alicloud/fc/get_service.py +14 -9
  948. pulumi_alicloud/fc/get_services.py +19 -9
  949. pulumi_alicloud/fc/get_triggers.py +29 -15
  950. pulumi_alicloud/fc/get_zones.py +17 -9
  951. pulumi_alicloud/fc/layer_version.py +13 -12
  952. pulumi_alicloud/fc/outputs.py +2130 -8
  953. pulumi_alicloud/fc/service.py +17 -12
  954. pulumi_alicloud/fc/trigger.py +433 -308
  955. pulumi_alicloud/fc/v2_function.py +33 -28
  956. pulumi_alicloud/fc/v3_alias.py +473 -0
  957. pulumi_alicloud/fc/v3_async_invoke_config.py +500 -0
  958. pulumi_alicloud/fc/v3_concurrency_config.py +314 -0
  959. pulumi_alicloud/fc/v3_custom_domain.py +964 -0
  960. pulumi_alicloud/fc/v3_function.py +1704 -0
  961. pulumi_alicloud/fc/v3_function_version.py +346 -0
  962. pulumi_alicloud/fc/v3_layer_version.py +619 -0
  963. pulumi_alicloud/fc/v3_provision_config.py +765 -0
  964. pulumi_alicloud/fc/v3_trigger.py +878 -0
  965. pulumi_alicloud/fc/v3_vpc_binding.py +288 -0
  966. pulumi_alicloud/fnf/execution.py +19 -12
  967. pulumi_alicloud/fnf/flow.py +13 -6
  968. pulumi_alicloud/fnf/get_executions.py +29 -13
  969. pulumi_alicloud/fnf/get_flows.py +21 -9
  970. pulumi_alicloud/fnf/get_schedules.py +23 -9
  971. pulumi_alicloud/fnf/get_service.py +14 -9
  972. pulumi_alicloud/fnf/outputs.py +5 -0
  973. pulumi_alicloud/fnf/schedule.py +13 -10
  974. pulumi_alicloud/ga/_inputs.py +291 -8
  975. pulumi_alicloud/ga/accelerator.py +117 -20
  976. pulumi_alicloud/ga/accelerator_spare_ip_attachment.py +15 -14
  977. pulumi_alicloud/ga/access_log.py +49 -42
  978. pulumi_alicloud/ga/acl.py +80 -38
  979. pulumi_alicloud/ga/acl_attachment.py +29 -28
  980. pulumi_alicloud/ga/acl_entry_attachment.py +11 -10
  981. pulumi_alicloud/ga/additional_certificate.py +5 -0
  982. pulumi_alicloud/ga/bandwidth_package.py +99 -32
  983. pulumi_alicloud/ga/bandwidth_package_attachment.py +39 -38
  984. pulumi_alicloud/ga/basic_accelerate_ip.py +15 -14
  985. pulumi_alicloud/ga/basic_accelerate_ip_endpoint_relation.py +39 -48
  986. pulumi_alicloud/ga/basic_accelerator.py +76 -28
  987. pulumi_alicloud/ga/basic_endpoint.py +33 -42
  988. pulumi_alicloud/ga/basic_endpoint_group.py +19 -18
  989. pulumi_alicloud/ga/basic_ip_set.py +11 -10
  990. pulumi_alicloud/ga/custom_routing_endpoint.py +54 -32
  991. pulumi_alicloud/ga/custom_routing_endpoint_group.py +25 -24
  992. pulumi_alicloud/ga/custom_routing_endpoint_group_destination.py +27 -26
  993. pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +86 -81
  994. pulumi_alicloud/ga/domain.py +11 -10
  995. pulumi_alicloud/ga/endpoint_group.py +187 -102
  996. pulumi_alicloud/ga/forwarding_rule.py +115 -110
  997. pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +31 -11
  998. pulumi_alicloud/ga/get_accelerators.py +27 -9
  999. pulumi_alicloud/ga/get_acls.py +41 -13
  1000. pulumi_alicloud/ga/get_additional_certificates.py +31 -11
  1001. pulumi_alicloud/ga/get_bandwidth_packages.py +43 -15
  1002. pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +26 -11
  1003. pulumi_alicloud/ga/get_basic_accelerate_ips.py +26 -11
  1004. pulumi_alicloud/ga/get_basic_accelerators.py +29 -11
  1005. pulumi_alicloud/ga/get_basic_endpoints.py +31 -11
  1006. pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +34 -11
  1007. pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +33 -11
  1008. pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +32 -11
  1009. pulumi_alicloud/ga/get_custom_routing_endpoints.py +28 -11
  1010. pulumi_alicloud/ga/get_custom_routing_port_mappings.py +28 -11
  1011. pulumi_alicloud/ga/get_domains.py +66 -7
  1012. pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +36 -12
  1013. pulumi_alicloud/ga/get_endpoint_groups.py +75 -53
  1014. pulumi_alicloud/ga/get_forwarding_rules.py +30 -11
  1015. pulumi_alicloud/ga/get_ip_sets.py +30 -13
  1016. pulumi_alicloud/ga/get_listeners.py +36 -13
  1017. pulumi_alicloud/ga/ip_set.py +13 -12
  1018. pulumi_alicloud/ga/listener.py +188 -37
  1019. pulumi_alicloud/ga/outputs.py +127 -38
  1020. pulumi_alicloud/get_account.py +11 -9
  1021. pulumi_alicloud/get_caller_identity.py +14 -9
  1022. pulumi_alicloud/get_file_crc64_checksum.py +18 -11
  1023. pulumi_alicloud/get_msc_sub_contact_verification_message.py +22 -15
  1024. pulumi_alicloud/get_msc_sub_contacts.py +27 -11
  1025. pulumi_alicloud/get_msc_sub_subscriptions.py +19 -11
  1026. pulumi_alicloud/get_msc_sub_webhooks.py +27 -11
  1027. pulumi_alicloud/get_regions.py +19 -9
  1028. pulumi_alicloud/get_zones.py +41 -13
  1029. pulumi_alicloud/governance/__init__.py +12 -0
  1030. pulumi_alicloud/governance/_inputs.py +149 -0
  1031. pulumi_alicloud/governance/account.py +606 -0
  1032. pulumi_alicloud/governance/baseline.py +392 -0
  1033. pulumi_alicloud/governance/get_baselines.py +263 -0
  1034. pulumi_alicloud/governance/outputs.py +155 -0
  1035. pulumi_alicloud/gpdb/__init__.py +12 -0
  1036. pulumi_alicloud/gpdb/_inputs.py +575 -3
  1037. pulumi_alicloud/gpdb/account.py +201 -115
  1038. pulumi_alicloud/gpdb/backup_policy.py +5 -0
  1039. pulumi_alicloud/gpdb/connection.py +31 -34
  1040. pulumi_alicloud/gpdb/database.py +545 -0
  1041. pulumi_alicloud/gpdb/db_instance_ip_array.py +538 -0
  1042. pulumi_alicloud/gpdb/db_instance_plan.py +10 -115
  1043. pulumi_alicloud/gpdb/db_resource_group.py +414 -0
  1044. pulumi_alicloud/gpdb/elastic_instance.py +33 -28
  1045. pulumi_alicloud/gpdb/external_data_service.py +490 -0
  1046. pulumi_alicloud/gpdb/get_accounts.py +23 -9
  1047. pulumi_alicloud/gpdb/get_data_backups.py +317 -0
  1048. pulumi_alicloud/gpdb/get_db_instance_plans.py +29 -11
  1049. pulumi_alicloud/gpdb/get_instances.py +44 -16
  1050. pulumi_alicloud/gpdb/get_log_backups.py +246 -0
  1051. pulumi_alicloud/gpdb/get_zones.py +17 -5
  1052. pulumi_alicloud/gpdb/hadoop_data_source.py +1140 -0
  1053. pulumi_alicloud/gpdb/instance.py +354 -108
  1054. pulumi_alicloud/gpdb/jdbc_data_source.py +648 -0
  1055. pulumi_alicloud/gpdb/outputs.py +605 -7
  1056. pulumi_alicloud/gpdb/remote_adb_data_source.py +768 -0
  1057. pulumi_alicloud/gpdb/streaming_data_service.py +486 -0
  1058. pulumi_alicloud/gpdb/streaming_data_source.py +650 -0
  1059. pulumi_alicloud/gpdb/streaming_job.py +1573 -0
  1060. pulumi_alicloud/graphdatabase/_inputs.py +25 -0
  1061. pulumi_alicloud/graphdatabase/db_instance.py +10 -9
  1062. pulumi_alicloud/graphdatabase/get_db_instances.py +24 -11
  1063. pulumi_alicloud/graphdatabase/outputs.py +5 -0
  1064. pulumi_alicloud/gwlb/__init__.py +13 -0
  1065. pulumi_alicloud/gwlb/_inputs.py +694 -0
  1066. pulumi_alicloud/gwlb/get_zones.py +173 -0
  1067. pulumi_alicloud/gwlb/listener.py +434 -0
  1068. pulumi_alicloud/gwlb/load_balancer.py +544 -0
  1069. pulumi_alicloud/gwlb/outputs.py +588 -0
  1070. pulumi_alicloud/gwlb/server_group.py +829 -0
  1071. pulumi_alicloud/hbase/_inputs.py +61 -0
  1072. pulumi_alicloud/hbase/get_instance_types.py +33 -7
  1073. pulumi_alicloud/hbase/get_instances.py +32 -18
  1074. pulumi_alicloud/hbase/get_zones.py +15 -11
  1075. pulumi_alicloud/hbase/instance.py +43 -40
  1076. pulumi_alicloud/hbase/outputs.py +8 -3
  1077. pulumi_alicloud/hbr/_inputs.py +238 -14
  1078. pulumi_alicloud/hbr/ecs_backup_client.py +33 -28
  1079. pulumi_alicloud/hbr/ecs_backup_plan.py +53 -39
  1080. pulumi_alicloud/hbr/get_backup_jobs.py +96 -81
  1081. pulumi_alicloud/hbr/get_ecs_backup_clients.py +26 -15
  1082. pulumi_alicloud/hbr/get_ecs_backup_plans.py +27 -13
  1083. pulumi_alicloud/hbr/get_hana_backup_clients.py +28 -9
  1084. pulumi_alicloud/hbr/get_hana_backup_plans.py +31 -13
  1085. pulumi_alicloud/hbr/get_hana_instances.py +39 -13
  1086. pulumi_alicloud/hbr/get_nas_backup_plans.py +27 -13
  1087. pulumi_alicloud/hbr/get_oss_backup_plans.py +25 -11
  1088. pulumi_alicloud/hbr/get_ots_backup_plans.py +29 -13
  1089. pulumi_alicloud/hbr/get_ots_snapshots.py +22 -11
  1090. pulumi_alicloud/hbr/get_replication_vault_regions.py +14 -9
  1091. pulumi_alicloud/hbr/get_restore_jobs.py +49 -27
  1092. pulumi_alicloud/hbr/get_server_backup_plans.py +30 -21
  1093. pulumi_alicloud/hbr/get_service.py +14 -9
  1094. pulumi_alicloud/hbr/get_snapshots.py +72 -43
  1095. pulumi_alicloud/hbr/get_vaults.py +29 -11
  1096. pulumi_alicloud/hbr/hana_backup_client.py +49 -36
  1097. pulumi_alicloud/hbr/hana_backup_plan.py +50 -20
  1098. pulumi_alicloud/hbr/hana_instance.py +25 -16
  1099. pulumi_alicloud/hbr/nas_backup_plan.py +29 -19
  1100. pulumi_alicloud/hbr/oss_backup_plan.py +20 -12
  1101. pulumi_alicloud/hbr/ots_backup_plan.py +103 -97
  1102. pulumi_alicloud/hbr/outputs.py +45 -14
  1103. pulumi_alicloud/hbr/policy.py +48 -47
  1104. pulumi_alicloud/hbr/policy_binding.py +237 -95
  1105. pulumi_alicloud/hbr/replication_vault.py +15 -22
  1106. pulumi_alicloud/hbr/restore_job.py +44 -43
  1107. pulumi_alicloud/hbr/server_backup_plan.py +53 -41
  1108. pulumi_alicloud/hbr/vault.py +29 -6
  1109. pulumi_alicloud/hologram/_inputs.py +41 -0
  1110. pulumi_alicloud/hologram/instance.py +24 -19
  1111. pulumi_alicloud/hologram/outputs.py +5 -0
  1112. pulumi_alicloud/imm/get_projects.py +16 -9
  1113. pulumi_alicloud/imm/outputs.py +5 -0
  1114. pulumi_alicloud/imm/project.py +7 -4
  1115. pulumi_alicloud/imp/_inputs.py +23 -0
  1116. pulumi_alicloud/imp/app_template.py +10 -9
  1117. pulumi_alicloud/imp/get_app_templates.py +23 -11
  1118. pulumi_alicloud/imp/outputs.py +5 -0
  1119. pulumi_alicloud/ims/oidc_provider.py +5 -4
  1120. pulumi_alicloud/iot/device_group.py +5 -4
  1121. pulumi_alicloud/iot/get_device_groups.py +26 -9
  1122. pulumi_alicloud/iot/get_service.py +14 -9
  1123. pulumi_alicloud/iot/outputs.py +5 -0
  1124. pulumi_alicloud/kms/_inputs.py +33 -4
  1125. pulumi_alicloud/kms/alias.py +11 -10
  1126. pulumi_alicloud/kms/application_access_point.py +5 -4
  1127. pulumi_alicloud/kms/ciphertext.py +5 -4
  1128. pulumi_alicloud/kms/client_key.py +9 -8
  1129. pulumi_alicloud/kms/get_aliases.py +23 -11
  1130. pulumi_alicloud/kms/get_ciphertext.py +18 -9
  1131. pulumi_alicloud/kms/get_key_versions.py +24 -13
  1132. pulumi_alicloud/kms/get_keys.py +26 -9
  1133. pulumi_alicloud/kms/get_plaintext.py +19 -9
  1134. pulumi_alicloud/kms/get_secret_versions.py +30 -13
  1135. pulumi_alicloud/kms/get_secrets.py +37 -17
  1136. pulumi_alicloud/kms/get_service.py +14 -9
  1137. pulumi_alicloud/kms/instance.py +272 -153
  1138. pulumi_alicloud/kms/key.py +347 -254
  1139. pulumi_alicloud/kms/key_version.py +5 -4
  1140. pulumi_alicloud/kms/network_rule.py +5 -4
  1141. pulumi_alicloud/kms/outputs.py +28 -23
  1142. pulumi_alicloud/kms/policy.py +5 -0
  1143. pulumi_alicloud/kms/secret.py +231 -117
  1144. pulumi_alicloud/kvstore/_inputs.py +23 -6
  1145. pulumi_alicloud/kvstore/account.py +78 -63
  1146. pulumi_alicloud/kvstore/audit_log_config.py +32 -31
  1147. pulumi_alicloud/kvstore/backup_policy.py +58 -49
  1148. pulumi_alicloud/kvstore/connection.py +31 -30
  1149. pulumi_alicloud/kvstore/get_accounts.py +28 -13
  1150. pulumi_alicloud/kvstore/get_connections.py +43 -10
  1151. pulumi_alicloud/kvstore/get_instance_classes.py +78 -50
  1152. pulumi_alicloud/kvstore/get_instance_engines.py +41 -28
  1153. pulumi_alicloud/kvstore/get_instances.py +80 -23
  1154. pulumi_alicloud/kvstore/get_permission.py +24 -19
  1155. pulumi_alicloud/kvstore/get_zones.py +29 -13
  1156. pulumi_alicloud/kvstore/instance.py +282 -142
  1157. pulumi_alicloud/kvstore/outputs.py +67 -22
  1158. pulumi_alicloud/lindorm/get_instances.py +29 -11
  1159. pulumi_alicloud/lindorm/instance.py +34 -39
  1160. pulumi_alicloud/lindorm/outputs.py +5 -0
  1161. pulumi_alicloud/live/__init__.py +8 -0
  1162. pulumi_alicloud/live/caster.py +1343 -0
  1163. pulumi_alicloud/log/_inputs.py +467 -27
  1164. pulumi_alicloud/log/alert.py +383 -412
  1165. pulumi_alicloud/log/alert_resource.py +11 -10
  1166. pulumi_alicloud/log/audit.py +21 -30
  1167. pulumi_alicloud/log/dashboard.py +23 -16
  1168. pulumi_alicloud/log/etl.py +133 -122
  1169. pulumi_alicloud/log/get_alert_resource.py +21 -13
  1170. pulumi_alicloud/log/get_projects.py +23 -7
  1171. pulumi_alicloud/log/get_service.py +14 -9
  1172. pulumi_alicloud/log/get_stores.py +21 -9
  1173. pulumi_alicloud/log/ingestion.py +23 -18
  1174. pulumi_alicloud/log/log_tail_attachment.py +57 -46
  1175. pulumi_alicloud/log/log_tail_config.py +47 -38
  1176. pulumi_alicloud/log/machine_group.py +19 -12
  1177. pulumi_alicloud/log/oss_export.py +28 -23
  1178. pulumi_alicloud/log/oss_shipper.py +28 -19
  1179. pulumi_alicloud/log/outputs.py +30 -27
  1180. pulumi_alicloud/log/project.py +85 -64
  1181. pulumi_alicloud/log/resource.py +11 -10
  1182. pulumi_alicloud/log/resource_record.py +13 -10
  1183. pulumi_alicloud/log/store.py +153 -73
  1184. pulumi_alicloud/log/store_index.py +59 -52
  1185. pulumi_alicloud/marketplace/get_product.py +16 -9
  1186. pulumi_alicloud/marketplace/get_products.py +32 -5
  1187. pulumi_alicloud/marketplace/order.py +29 -28
  1188. pulumi_alicloud/marketplace/outputs.py +5 -0
  1189. pulumi_alicloud/maxcompute/_inputs.py +186 -44
  1190. pulumi_alicloud/maxcompute/get_projects.py +33 -25
  1191. pulumi_alicloud/maxcompute/get_service.py +18 -9
  1192. pulumi_alicloud/maxcompute/outputs.py +126 -104
  1193. pulumi_alicloud/maxcompute/project.py +248 -83
  1194. pulumi_alicloud/message/get_service_queues.py +25 -9
  1195. pulumi_alicloud/message/get_service_subscriptions.py +27 -9
  1196. pulumi_alicloud/message/get_service_topics.py +25 -9
  1197. pulumi_alicloud/message/outputs.py +5 -0
  1198. pulumi_alicloud/message/service_queue.py +105 -78
  1199. pulumi_alicloud/message/service_subscription.py +25 -10
  1200. pulumi_alicloud/message/service_topic.py +5 -4
  1201. pulumi_alicloud/mhub/app.py +11 -10
  1202. pulumi_alicloud/mhub/get_apps.py +27 -11
  1203. pulumi_alicloud/mhub/get_products.py +19 -9
  1204. pulumi_alicloud/mhub/outputs.py +5 -0
  1205. pulumi_alicloud/mhub/product.py +5 -4
  1206. pulumi_alicloud/mns/get_queues.py +17 -9
  1207. pulumi_alicloud/mns/get_service.py +14 -9
  1208. pulumi_alicloud/mns/get_topic_subscriptions.py +23 -13
  1209. pulumi_alicloud/mns/get_topics.py +17 -9
  1210. pulumi_alicloud/mns/outputs.py +5 -0
  1211. pulumi_alicloud/mns/queue.py +11 -8
  1212. pulumi_alicloud/mns/topic.py +11 -8
  1213. pulumi_alicloud/mns/topic_subscription.py +19 -14
  1214. pulumi_alicloud/mongodb/__init__.py +1 -0
  1215. pulumi_alicloud/mongodb/_inputs.py +265 -20
  1216. pulumi_alicloud/mongodb/account.py +21 -18
  1217. pulumi_alicloud/mongodb/audit_policy.py +21 -18
  1218. pulumi_alicloud/mongodb/get_accounts.py +22 -13
  1219. pulumi_alicloud/mongodb/get_audit_policies.py +18 -11
  1220. pulumi_alicloud/mongodb/get_instances.py +38 -20
  1221. pulumi_alicloud/mongodb/get_serverless_instances.py +45 -18
  1222. pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +22 -7
  1223. pulumi_alicloud/mongodb/get_sharding_network_public_addresses.py +22 -11
  1224. pulumi_alicloud/mongodb/get_zones.py +19 -11
  1225. pulumi_alicloud/mongodb/instance.py +312 -65
  1226. pulumi_alicloud/mongodb/outputs.py +27 -26
  1227. pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
  1228. pulumi_alicloud/mongodb/serverless_instance.py +52 -51
  1229. pulumi_alicloud/mongodb/sharding_instance.py +291 -107
  1230. pulumi_alicloud/mongodb/sharding_network_private_address.py +91 -92
  1231. pulumi_alicloud/mongodb/sharding_network_public_address.py +51 -48
  1232. pulumi_alicloud/msc_sub_contract.py +5 -4
  1233. pulumi_alicloud/msc_sub_subscription.py +9 -8
  1234. pulumi_alicloud/msc_sub_webhook.py +5 -0
  1235. pulumi_alicloud/mse/__init__.py +2 -0
  1236. pulumi_alicloud/mse/_inputs.py +45 -0
  1237. pulumi_alicloud/mse/cluster.py +196 -65
  1238. pulumi_alicloud/mse/engine_namespace.py +191 -88
  1239. pulumi_alicloud/mse/gateway.py +7 -2
  1240. pulumi_alicloud/mse/get_clusters.py +99 -19
  1241. pulumi_alicloud/mse/get_engine_namespaces.py +113 -24
  1242. pulumi_alicloud/mse/get_gateways.py +31 -13
  1243. pulumi_alicloud/mse/get_nacos_configs.py +394 -0
  1244. pulumi_alicloud/mse/get_znodes.py +25 -9
  1245. pulumi_alicloud/mse/nacos_config.py +762 -0
  1246. pulumi_alicloud/mse/outputs.py +170 -8
  1247. pulumi_alicloud/mse/znode.py +17 -16
  1248. pulumi_alicloud/nas/__init__.py +2 -0
  1249. pulumi_alicloud/nas/_inputs.py +317 -0
  1250. pulumi_alicloud/nas/access_group.py +21 -24
  1251. pulumi_alicloud/nas/access_point.py +756 -0
  1252. pulumi_alicloud/nas/access_rule.py +43 -22
  1253. pulumi_alicloud/nas/auto_snapshot_policy.py +116 -30
  1254. pulumi_alicloud/nas/data_flow.py +25 -6
  1255. pulumi_alicloud/nas/file_system.py +501 -234
  1256. pulumi_alicloud/nas/fileset.py +27 -26
  1257. pulumi_alicloud/nas/get_access_groups.py +31 -12
  1258. pulumi_alicloud/nas/get_access_rules.py +24 -5
  1259. pulumi_alicloud/nas/get_auto_snapshot_policies.py +21 -9
  1260. pulumi_alicloud/nas/get_data_flows.py +22 -11
  1261. pulumi_alicloud/nas/get_file_systems.py +31 -13
  1262. pulumi_alicloud/nas/get_filesets.py +22 -11
  1263. pulumi_alicloud/nas/get_lifecycle_policies.py +21 -9
  1264. pulumi_alicloud/nas/get_mount_targets.py +34 -15
  1265. pulumi_alicloud/nas/get_protocols.py +24 -15
  1266. pulumi_alicloud/nas/get_service.py +14 -9
  1267. pulumi_alicloud/nas/get_snapshots.py +27 -11
  1268. pulumi_alicloud/nas/get_zones.py +16 -9
  1269. pulumi_alicloud/nas/lifecycle_policy.py +17 -16
  1270. pulumi_alicloud/nas/mount_target.py +81 -0
  1271. pulumi_alicloud/nas/outputs.py +246 -0
  1272. pulumi_alicloud/nas/recycle_bin.py +19 -18
  1273. pulumi_alicloud/nas/smb_acl_attachment.py +13 -12
  1274. pulumi_alicloud/nas/snapshot.py +19 -20
  1275. pulumi_alicloud/nlb/_inputs.py +287 -64
  1276. pulumi_alicloud/nlb/get_listeners.py +52 -7
  1277. pulumi_alicloud/nlb/get_load_balancers.py +54 -24
  1278. pulumi_alicloud/nlb/get_security_policies.py +32 -16
  1279. pulumi_alicloud/nlb/get_server_group_server_attachments.py +30 -11
  1280. pulumi_alicloud/nlb/get_server_groups.py +36 -18
  1281. pulumi_alicloud/nlb/get_zones.py +15 -9
  1282. pulumi_alicloud/nlb/listener.py +396 -321
  1283. pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +30 -25
  1284. pulumi_alicloud/nlb/load_balancer.py +357 -257
  1285. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +74 -79
  1286. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +69 -60
  1287. pulumi_alicloud/nlb/outputs.py +136 -75
  1288. pulumi_alicloud/nlb/security_policy.py +74 -45
  1289. pulumi_alicloud/nlb/server_group.py +255 -148
  1290. pulumi_alicloud/nlb/server_group_server_attachment.py +21 -20
  1291. pulumi_alicloud/ocean/base_instance.py +519 -183
  1292. pulumi_alicloud/ocean/get_base_instances.py +39 -13
  1293. pulumi_alicloud/ocean/outputs.py +5 -0
  1294. pulumi_alicloud/oos/application.py +29 -28
  1295. pulumi_alicloud/oos/application_group.py +21 -20
  1296. pulumi_alicloud/oos/default_patch_baseline.py +9 -8
  1297. pulumi_alicloud/oos/execution.py +25 -16
  1298. pulumi_alicloud/oos/get_application_groups.py +23 -9
  1299. pulumi_alicloud/oos/get_applications.py +26 -14
  1300. pulumi_alicloud/oos/get_executions.py +57 -18
  1301. pulumi_alicloud/oos/get_parameters.py +42 -18
  1302. pulumi_alicloud/oos/get_patch_baselines.py +29 -9
  1303. pulumi_alicloud/oos/get_secret_parameters.py +149 -19
  1304. pulumi_alicloud/oos/get_state_configurations.py +25 -14
  1305. pulumi_alicloud/oos/get_templates.py +56 -22
  1306. pulumi_alicloud/oos/outputs.py +41 -25
  1307. pulumi_alicloud/oos/parameter.py +47 -18
  1308. pulumi_alicloud/oos/patch_baseline.py +21 -74
  1309. pulumi_alicloud/oos/secret_parameter.py +55 -26
  1310. pulumi_alicloud/oos/service_setting.py +19 -16
  1311. pulumi_alicloud/oos/state_configuration.py +25 -24
  1312. pulumi_alicloud/oos/template.py +35 -28
  1313. pulumi_alicloud/opensearch/_inputs.py +54 -0
  1314. pulumi_alicloud/opensearch/app_group.py +25 -24
  1315. pulumi_alicloud/opensearch/get_app_groups.py +45 -25
  1316. pulumi_alicloud/opensearch/outputs.py +5 -0
  1317. pulumi_alicloud/oss/__init__.py +17 -0
  1318. pulumi_alicloud/oss/_inputs.py +2525 -13
  1319. pulumi_alicloud/oss/access_point.py +463 -0
  1320. pulumi_alicloud/oss/account_public_access_block.py +205 -0
  1321. pulumi_alicloud/oss/bucket.py +128 -143
  1322. pulumi_alicloud/oss/bucket_access_monitor.py +211 -0
  1323. pulumi_alicloud/oss/bucket_acl.py +5 -0
  1324. pulumi_alicloud/oss/bucket_cname.py +509 -0
  1325. pulumi_alicloud/oss/bucket_cname_token.py +239 -0
  1326. pulumi_alicloud/oss/bucket_cors.py +336 -0
  1327. pulumi_alicloud/oss/bucket_data_redundancy_transition.py +303 -0
  1328. pulumi_alicloud/oss/bucket_https_config.py +5 -0
  1329. pulumi_alicloud/oss/bucket_logging.py +320 -0
  1330. pulumi_alicloud/oss/bucket_meta_query.py +275 -0
  1331. pulumi_alicloud/oss/bucket_object.py +25 -24
  1332. pulumi_alicloud/oss/bucket_policy.py +17 -14
  1333. pulumi_alicloud/oss/bucket_public_access_block.py +271 -0
  1334. pulumi_alicloud/oss/bucket_referer.py +33 -30
  1335. pulumi_alicloud/oss/bucket_replication.py +132 -129
  1336. pulumi_alicloud/oss/bucket_request_payment.py +210 -0
  1337. pulumi_alicloud/oss/bucket_server_side_encryption.py +385 -0
  1338. pulumi_alicloud/oss/bucket_transfer_acceleration.py +210 -0
  1339. pulumi_alicloud/oss/bucket_user_defined_log_fields.py +333 -0
  1340. pulumi_alicloud/oss/bucket_versioning.py +210 -0
  1341. pulumi_alicloud/oss/bucket_website.py +416 -0
  1342. pulumi_alicloud/oss/bucket_worm.py +327 -0
  1343. pulumi_alicloud/oss/get_bucket_objects.py +20 -9
  1344. pulumi_alicloud/oss/get_buckets.py +17 -9
  1345. pulumi_alicloud/oss/get_instance_attachments.py +20 -9
  1346. pulumi_alicloud/oss/get_instances.py +26 -18
  1347. pulumi_alicloud/oss/get_service.py +14 -9
  1348. pulumi_alicloud/oss/get_tables.py +21 -5
  1349. pulumi_alicloud/oss/outputs.py +1661 -15
  1350. pulumi_alicloud/ots/_inputs.py +155 -0
  1351. pulumi_alicloud/ots/get_instance_attachments.py +20 -9
  1352. pulumi_alicloud/ots/get_instances.py +26 -18
  1353. pulumi_alicloud/ots/get_search_indexes.py +23 -5
  1354. pulumi_alicloud/ots/get_secondary_indexes.py +23 -5
  1355. pulumi_alicloud/ots/get_service.py +14 -9
  1356. pulumi_alicloud/ots/get_tables.py +21 -5
  1357. pulumi_alicloud/ots/get_tunnels.py +27 -13
  1358. pulumi_alicloud/ots/instance.py +118 -24
  1359. pulumi_alicloud/ots/instance_attachment.py +21 -18
  1360. pulumi_alicloud/ots/outputs.py +8 -7
  1361. pulumi_alicloud/ots/search_index.py +124 -121
  1362. pulumi_alicloud/ots/secondary_index.py +63 -60
  1363. pulumi_alicloud/ots/table.py +220 -76
  1364. pulumi_alicloud/ots/tunnel.py +41 -38
  1365. pulumi_alicloud/outputs.py +5 -0
  1366. pulumi_alicloud/pai/__init__.py +16 -0
  1367. pulumi_alicloud/pai/_inputs.py +129 -0
  1368. pulumi_alicloud/pai/outputs.py +83 -0
  1369. pulumi_alicloud/pai/service.py +501 -0
  1370. pulumi_alicloud/pai/workspace_code_source.py +702 -0
  1371. pulumi_alicloud/pai/workspace_dataset.py +1081 -0
  1372. pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
  1373. pulumi_alicloud/pai/workspace_experiment.py +394 -0
  1374. pulumi_alicloud/pai/workspace_run.py +344 -0
  1375. pulumi_alicloud/pai/workspace_workspace.py +447 -0
  1376. pulumi_alicloud/polardb/_inputs.py +77 -0
  1377. pulumi_alicloud/polardb/account.py +33 -32
  1378. pulumi_alicloud/polardb/account_privilege.py +27 -24
  1379. pulumi_alicloud/polardb/backup_policy.py +5 -0
  1380. pulumi_alicloud/polardb/cluster.py +371 -103
  1381. pulumi_alicloud/polardb/cluster_endpoint.py +33 -32
  1382. pulumi_alicloud/polardb/database.py +19 -18
  1383. pulumi_alicloud/polardb/endpoint.py +33 -32
  1384. pulumi_alicloud/polardb/endpoint_address.py +23 -22
  1385. pulumi_alicloud/polardb/get_accounts.py +37 -21
  1386. pulumi_alicloud/polardb/get_clusters.py +37 -21
  1387. pulumi_alicloud/polardb/get_databases.py +37 -21
  1388. pulumi_alicloud/polardb/get_endpoints.py +24 -17
  1389. pulumi_alicloud/polardb/get_global_database_networks.py +36 -17
  1390. pulumi_alicloud/polardb/get_node_classes.py +28 -9
  1391. pulumi_alicloud/polardb/get_parameter_groups.py +23 -9
  1392. pulumi_alicloud/polardb/get_zones.py +19 -9
  1393. pulumi_alicloud/polardb/global_database_network.py +19 -18
  1394. pulumi_alicloud/polardb/outputs.py +9 -4
  1395. pulumi_alicloud/polardb/parameter_group.py +22 -19
  1396. pulumi_alicloud/polardb/primary_endpoint.py +19 -18
  1397. pulumi_alicloud/privatelink/get_service.py +16 -11
  1398. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +39 -13
  1399. pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +25 -11
  1400. pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +30 -11
  1401. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +84 -22
  1402. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +32 -13
  1403. pulumi_alicloud/privatelink/get_vpc_endpoints.py +56 -13
  1404. pulumi_alicloud/privatelink/outputs.py +30 -14
  1405. pulumi_alicloud/privatelink/vpc_endpoint.py +270 -108
  1406. pulumi_alicloud/privatelink/vpc_endpoint_service.py +108 -109
  1407. pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +56 -47
  1408. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +61 -59
  1409. pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +69 -29
  1410. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +66 -47
  1411. pulumi_alicloud/provider.py +41 -40
  1412. pulumi_alicloud/pulumi-plugin.json +2 -1
  1413. pulumi_alicloud/pvtz/_inputs.py +85 -0
  1414. pulumi_alicloud/pvtz/endpoint.py +10 -5
  1415. pulumi_alicloud/pvtz/get_endpoints.py +21 -9
  1416. pulumi_alicloud/pvtz/get_resolver_zones.py +18 -11
  1417. pulumi_alicloud/pvtz/get_rules.py +21 -9
  1418. pulumi_alicloud/pvtz/get_service.py +14 -9
  1419. pulumi_alicloud/pvtz/get_zone_records.py +34 -13
  1420. pulumi_alicloud/pvtz/get_zones.py +35 -11
  1421. pulumi_alicloud/pvtz/outputs.py +5 -0
  1422. pulumi_alicloud/pvtz/rule.py +10 -5
  1423. pulumi_alicloud/pvtz/rule_attachment.py +10 -5
  1424. pulumi_alicloud/pvtz/user_vpc_authorization.py +5 -4
  1425. pulumi_alicloud/pvtz/zone.py +27 -32
  1426. pulumi_alicloud/pvtz/zone_attachment.py +44 -55
  1427. pulumi_alicloud/pvtz/zone_record.py +10 -15
  1428. pulumi_alicloud/quickbi/get_users.py +20 -9
  1429. pulumi_alicloud/quickbi/outputs.py +5 -0
  1430. pulumi_alicloud/quickbi/user.py +5 -4
  1431. pulumi_alicloud/quotas/__init__.py +1 -0
  1432. pulumi_alicloud/quotas/_inputs.py +202 -28
  1433. pulumi_alicloud/quotas/application_info.py +8 -3
  1434. pulumi_alicloud/quotas/get_application_infos.py +32 -7
  1435. pulumi_alicloud/quotas/get_quota_alarms.py +33 -13
  1436. pulumi_alicloud/quotas/get_quota_applications.py +52 -25
  1437. pulumi_alicloud/quotas/get_quotas.py +38 -13
  1438. pulumi_alicloud/quotas/get_template_applications.py +98 -5
  1439. pulumi_alicloud/quotas/outputs.py +12 -27
  1440. pulumi_alicloud/quotas/quota_alarm.py +30 -29
  1441. pulumi_alicloud/quotas/quota_application.py +31 -33
  1442. pulumi_alicloud/quotas/template_applications.py +12 -7
  1443. pulumi_alicloud/quotas/template_quota.py +24 -23
  1444. pulumi_alicloud/quotas/template_service.py +170 -0
  1445. pulumi_alicloud/ram/_inputs.py +83 -0
  1446. pulumi_alicloud/ram/access_key.py +13 -8
  1447. pulumi_alicloud/ram/account_alias.py +5 -4
  1448. pulumi_alicloud/ram/account_password_policy.py +15 -18
  1449. pulumi_alicloud/ram/alias.py +5 -0
  1450. pulumi_alicloud/ram/get_account_alias.py +49 -7
  1451. pulumi_alicloud/ram/get_account_aliases.py +14 -5
  1452. pulumi_alicloud/ram/get_groups.py +29 -15
  1453. pulumi_alicloud/ram/get_policies.py +97 -19
  1454. pulumi_alicloud/ram/get_policy_document.py +148 -149
  1455. pulumi_alicloud/ram/get_roles.py +27 -13
  1456. pulumi_alicloud/ram/get_saml_providers.py +21 -9
  1457. pulumi_alicloud/ram/get_users.py +75 -55
  1458. pulumi_alicloud/ram/group.py +11 -6
  1459. pulumi_alicloud/ram/group_membership.py +5 -0
  1460. pulumi_alicloud/ram/group_policy_attachment.py +25 -10
  1461. pulumi_alicloud/ram/login_profile.py +15 -12
  1462. pulumi_alicloud/ram/outputs.py +5 -0
  1463. pulumi_alicloud/ram/policy.py +34 -51
  1464. pulumi_alicloud/ram/role.py +20 -37
  1465. pulumi_alicloud/ram/role_attachment.py +31 -24
  1466. pulumi_alicloud/ram/role_policy_attachment.py +21 -8
  1467. pulumi_alicloud/ram/saml_provider.py +11 -14
  1468. pulumi_alicloud/ram/security_preference.py +9 -8
  1469. pulumi_alicloud/ram/user.py +11 -8
  1470. pulumi_alicloud/ram/user_policy_attachment.py +21 -8
  1471. pulumi_alicloud/rdc/get_organizations.py +33 -11
  1472. pulumi_alicloud/rdc/organization.py +13 -8
  1473. pulumi_alicloud/rdc/outputs.py +5 -0
  1474. pulumi_alicloud/rds/__init__.py +2 -0
  1475. pulumi_alicloud/rds/_inputs.py +583 -0
  1476. pulumi_alicloud/rds/account.py +44 -71
  1477. pulumi_alicloud/rds/account_privilege.py +17 -14
  1478. pulumi_alicloud/rds/backup_policy.py +298 -69
  1479. pulumi_alicloud/rds/connection.py +17 -16
  1480. pulumi_alicloud/rds/custom.py +1630 -0
  1481. pulumi_alicloud/rds/custom_deployment_set.py +525 -0
  1482. pulumi_alicloud/rds/database.py +70 -23
  1483. pulumi_alicloud/rds/db_instance_endpoint.py +48 -43
  1484. pulumi_alicloud/rds/db_instance_endpoint_address.py +45 -40
  1485. pulumi_alicloud/rds/db_node.py +33 -28
  1486. pulumi_alicloud/rds/ddr_instance.py +29 -24
  1487. pulumi_alicloud/rds/get_accounts.py +25 -11
  1488. pulumi_alicloud/rds/get_character_set_names.py +18 -9
  1489. pulumi_alicloud/rds/get_class_details.py +37 -17
  1490. pulumi_alicloud/rds/get_collation_time_zones.py +20 -13
  1491. pulumi_alicloud/rds/get_cross_region_backups.py +36 -11
  1492. pulumi_alicloud/rds/get_cross_regions.py +19 -11
  1493. pulumi_alicloud/rds/get_instance_class_infos.py +46 -9
  1494. pulumi_alicloud/rds/get_instance_classes.py +61 -5
  1495. pulumi_alicloud/rds/get_instance_engines.py +51 -5
  1496. pulumi_alicloud/rds/get_instances.py +48 -17
  1497. pulumi_alicloud/rds/get_modify_parameter_logs.py +24 -13
  1498. pulumi_alicloud/rds/get_rds_backups.py +34 -31
  1499. pulumi_alicloud/rds/get_rds_parameter_groups.py +21 -5
  1500. pulumi_alicloud/rds/get_slots.py +18 -9
  1501. pulumi_alicloud/rds/get_zones.py +59 -21
  1502. pulumi_alicloud/rds/instance.py +406 -92
  1503. pulumi_alicloud/rds/outputs.py +110 -0
  1504. pulumi_alicloud/rds/rds_account.py +239 -128
  1505. pulumi_alicloud/rds/rds_backup.py +9 -8
  1506. pulumi_alicloud/rds/rds_clone_db_instance.py +40 -39
  1507. pulumi_alicloud/rds/rds_db_proxy.py +107 -41
  1508. pulumi_alicloud/rds/rds_instance_cross_backup_policy.py +23 -22
  1509. pulumi_alicloud/rds/rds_parameter_group.py +26 -25
  1510. pulumi_alicloud/rds/rds_service_linked_role.py +5 -4
  1511. pulumi_alicloud/rds/rds_upgrade_db_instance.py +35 -34
  1512. pulumi_alicloud/rds/read_only_instance.py +42 -37
  1513. pulumi_alicloud/rds/read_write_splitting_connection.py +61 -58
  1514. pulumi_alicloud/realtimecompute/_inputs.py +41 -0
  1515. pulumi_alicloud/realtimecompute/outputs.py +5 -0
  1516. pulumi_alicloud/realtimecompute/vvp_instance.py +29 -24
  1517. pulumi_alicloud/redis/tair_instance.py +1483 -66
  1518. pulumi_alicloud/resourcemanager/_inputs.py +21 -0
  1519. pulumi_alicloud/resourcemanager/account.py +29 -28
  1520. pulumi_alicloud/resourcemanager/control_policy.py +5 -4
  1521. pulumi_alicloud/resourcemanager/control_policy_attachment.py +35 -34
  1522. pulumi_alicloud/resourcemanager/delegated_administrator.py +17 -16
  1523. pulumi_alicloud/resourcemanager/folder.py +13 -12
  1524. pulumi_alicloud/resourcemanager/get_account_deletion_check_task.py +17 -9
  1525. pulumi_alicloud/resourcemanager/get_accounts.py +20 -9
  1526. pulumi_alicloud/resourcemanager/get_control_policies.py +27 -11
  1527. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +23 -11
  1528. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +24 -11
  1529. pulumi_alicloud/resourcemanager/get_folders.py +60 -37
  1530. pulumi_alicloud/resourcemanager/get_handshakes.py +20 -9
  1531. pulumi_alicloud/resourcemanager/get_policies.py +21 -5
  1532. pulumi_alicloud/resourcemanager/get_policy_attachments.py +27 -9
  1533. pulumi_alicloud/resourcemanager/get_policy_versions.py +22 -9
  1534. pulumi_alicloud/resourcemanager/get_resource_directories.py +14 -9
  1535. pulumi_alicloud/resourcemanager/get_resource_groups.py +23 -9
  1536. pulumi_alicloud/resourcemanager/get_resource_shares.py +29 -13
  1537. pulumi_alicloud/resourcemanager/get_roles.py +21 -9
  1538. pulumi_alicloud/resourcemanager/get_shared_resources.py +20 -5
  1539. pulumi_alicloud/resourcemanager/get_shared_targets.py +28 -17
  1540. pulumi_alicloud/resourcemanager/handshake.py +9 -8
  1541. pulumi_alicloud/resourcemanager/outputs.py +13 -8
  1542. pulumi_alicloud/resourcemanager/policy.py +24 -29
  1543. pulumi_alicloud/resourcemanager/policy_attachment.py +5 -0
  1544. pulumi_alicloud/resourcemanager/policy_version.py +46 -51
  1545. pulumi_alicloud/resourcemanager/resource_directory.py +33 -0
  1546. pulumi_alicloud/resourcemanager/resource_group.py +30 -35
  1547. pulumi_alicloud/resourcemanager/resource_share.py +5 -4
  1548. pulumi_alicloud/resourcemanager/role.py +5 -4
  1549. pulumi_alicloud/resourcemanager/saved_query.py +5 -4
  1550. pulumi_alicloud/resourcemanager/service_linked_role.py +5 -4
  1551. pulumi_alicloud/resourcemanager/shared_resource.py +59 -16
  1552. pulumi_alicloud/resourcemanager/shared_target.py +11 -10
  1553. pulumi_alicloud/rocketmq/_inputs.py +238 -22
  1554. pulumi_alicloud/rocketmq/acl.py +7 -6
  1555. pulumi_alicloud/rocketmq/acl_rule.py +11 -10
  1556. pulumi_alicloud/rocketmq/client_user.py +19 -18
  1557. pulumi_alicloud/rocketmq/consumer_group.py +56 -55
  1558. pulumi_alicloud/rocketmq/dnat_entry.py +5 -4
  1559. pulumi_alicloud/rocketmq/get_groups.py +32 -10
  1560. pulumi_alicloud/rocketmq/get_instances.py +36 -16
  1561. pulumi_alicloud/rocketmq/get_service.py +14 -9
  1562. pulumi_alicloud/rocketmq/get_topics.py +36 -20
  1563. pulumi_alicloud/rocketmq/group.py +28 -33
  1564. pulumi_alicloud/rocketmq/instance.py +26 -31
  1565. pulumi_alicloud/rocketmq/outputs.py +99 -30
  1566. pulumi_alicloud/rocketmq/qos.py +7 -6
  1567. pulumi_alicloud/rocketmq/qos_car.py +13 -10
  1568. pulumi_alicloud/rocketmq/qos_policy.py +5 -0
  1569. pulumi_alicloud/rocketmq/rocket_mq_instance.py +337 -138
  1570. pulumi_alicloud/rocketmq/rocket_mq_topic.py +43 -42
  1571. pulumi_alicloud/rocketmq/snat_entry.py +5 -4
  1572. pulumi_alicloud/rocketmq/topic.py +35 -42
  1573. pulumi_alicloud/ros/_inputs.py +117 -12
  1574. pulumi_alicloud/ros/change_set.py +18 -17
  1575. pulumi_alicloud/ros/get_change_sets.py +29 -11
  1576. pulumi_alicloud/ros/get_regions.py +14 -9
  1577. pulumi_alicloud/ros/get_stack_groups.py +25 -11
  1578. pulumi_alicloud/ros/get_stack_instances.py +38 -11
  1579. pulumi_alicloud/ros/get_stacks.py +40 -18
  1580. pulumi_alicloud/ros/get_template_scratches.py +26 -13
  1581. pulumi_alicloud/ros/get_templates.py +34 -16
  1582. pulumi_alicloud/ros/outputs.py +29 -22
  1583. pulumi_alicloud/ros/stack.py +42 -45
  1584. pulumi_alicloud/ros/stack_group.py +12 -13
  1585. pulumi_alicloud/ros/stack_instance.py +92 -43
  1586. pulumi_alicloud/ros/template.py +25 -26
  1587. pulumi_alicloud/ros/template_scratch.py +41 -40
  1588. pulumi_alicloud/sae/_inputs.py +692 -96
  1589. pulumi_alicloud/sae/application.py +134 -193
  1590. pulumi_alicloud/sae/application_scaling_rule.py +123 -122
  1591. pulumi_alicloud/sae/config_map.py +17 -14
  1592. pulumi_alicloud/sae/get_application_scaling_rules.py +18 -9
  1593. pulumi_alicloud/sae/get_applications.py +46 -23
  1594. pulumi_alicloud/sae/get_config_maps.py +33 -19
  1595. pulumi_alicloud/sae/get_grey_tag_routes.py +21 -9
  1596. pulumi_alicloud/sae/get_ingresses.py +22 -7
  1597. pulumi_alicloud/sae/get_instance_specifications.py +16 -9
  1598. pulumi_alicloud/sae/get_namespaces.py +19 -9
  1599. pulumi_alicloud/sae/get_service.py +14 -9
  1600. pulumi_alicloud/sae/grey_tag_route.py +91 -90
  1601. pulumi_alicloud/sae/ingress.py +65 -64
  1602. pulumi_alicloud/sae/load_balancer_internet.py +50 -47
  1603. pulumi_alicloud/sae/load_balancer_intranet.py +50 -47
  1604. pulumi_alicloud/sae/namespace.py +11 -10
  1605. pulumi_alicloud/sae/outputs.py +22 -109
  1606. pulumi_alicloud/sag/get_acls.py +23 -13
  1607. pulumi_alicloud/sag/get_smartag_flow_logs.py +27 -9
  1608. pulumi_alicloud/sag/outputs.py +5 -0
  1609. pulumi_alicloud/sag/smartag_flow_log.py +5 -4
  1610. pulumi_alicloud/scdn/_inputs.py +79 -0
  1611. pulumi_alicloud/scdn/domain.py +32 -37
  1612. pulumi_alicloud/scdn/domain_config.py +10 -5
  1613. pulumi_alicloud/scdn/get_domains.py +27 -11
  1614. pulumi_alicloud/scdn/outputs.py +5 -0
  1615. pulumi_alicloud/schedulerx/__init__.py +3 -0
  1616. pulumi_alicloud/schedulerx/_inputs.py +542 -0
  1617. pulumi_alicloud/schedulerx/app_group.py +952 -0
  1618. pulumi_alicloud/schedulerx/get_namespaces.py +19 -9
  1619. pulumi_alicloud/schedulerx/job.py +1454 -0
  1620. pulumi_alicloud/schedulerx/namespace.py +69 -55
  1621. pulumi_alicloud/schedulerx/outputs.py +430 -0
  1622. pulumi_alicloud/sddp/config.py +5 -4
  1623. pulumi_alicloud/sddp/data_limit.py +5 -0
  1624. pulumi_alicloud/sddp/get_configs.py +29 -17
  1625. pulumi_alicloud/sddp/get_data_limits.py +35 -15
  1626. pulumi_alicloud/sddp/get_instances.py +19 -11
  1627. pulumi_alicloud/sddp/get_rules.py +84 -27
  1628. pulumi_alicloud/sddp/instance.py +13 -12
  1629. pulumi_alicloud/sddp/outputs.py +19 -14
  1630. pulumi_alicloud/sddp/rule.py +138 -132
  1631. pulumi_alicloud/securitycenter/get_groups.py +19 -9
  1632. pulumi_alicloud/securitycenter/group.py +5 -4
  1633. pulumi_alicloud/securitycenter/outputs.py +5 -0
  1634. pulumi_alicloud/securitycenter/service_linked_role.py +7 -6
  1635. pulumi_alicloud/selectdb/__init__.py +13 -0
  1636. pulumi_alicloud/selectdb/_inputs.py +585 -0
  1637. pulumi_alicloud/selectdb/db_cluster.py +835 -0
  1638. pulumi_alicloud/selectdb/db_instance.py +1373 -0
  1639. pulumi_alicloud/selectdb/get_db_clusters.py +195 -0
  1640. pulumi_alicloud/selectdb/get_db_instances.py +204 -0
  1641. pulumi_alicloud/selectdb/outputs.py +1127 -0
  1642. pulumi_alicloud/servicecatalog/__init__.py +4 -0
  1643. pulumi_alicloud/servicecatalog/_inputs.py +39 -0
  1644. pulumi_alicloud/servicecatalog/get_end_user_products.py +26 -9
  1645. pulumi_alicloud/servicecatalog/get_launch_options.py +28 -18
  1646. pulumi_alicloud/servicecatalog/get_portfolios.py +35 -13
  1647. pulumi_alicloud/servicecatalog/get_product_as_end_users.py +22 -9
  1648. pulumi_alicloud/servicecatalog/get_product_versions.py +25 -12
  1649. pulumi_alicloud/servicecatalog/get_provisioned_products.py +33 -12
  1650. pulumi_alicloud/servicecatalog/outputs.py +9 -4
  1651. pulumi_alicloud/servicecatalog/portfolio.py +36 -35
  1652. pulumi_alicloud/servicecatalog/principal_portfolio_association.py +359 -0
  1653. pulumi_alicloud/servicecatalog/product.py +388 -0
  1654. pulumi_alicloud/servicecatalog/product_portfolio_association.py +227 -0
  1655. pulumi_alicloud/servicecatalog/product_version.py +544 -0
  1656. pulumi_alicloud/servicecatalog/provisioned_product.py +34 -33
  1657. pulumi_alicloud/servicemesh/_inputs.py +1039 -114
  1658. pulumi_alicloud/servicemesh/extension_provider.py +7 -2
  1659. pulumi_alicloud/servicemesh/get_extension_providers.py +23 -9
  1660. pulumi_alicloud/servicemesh/get_service_meshes.py +23 -5
  1661. pulumi_alicloud/servicemesh/get_versions.py +26 -13
  1662. pulumi_alicloud/servicemesh/outputs.py +615 -117
  1663. pulumi_alicloud/servicemesh/service_mesh.py +170 -109
  1664. pulumi_alicloud/servicemesh/user_permission.py +10 -5
  1665. pulumi_alicloud/simpleapplicationserver/custom_image.py +23 -22
  1666. pulumi_alicloud/simpleapplicationserver/firewall_rule.py +17 -16
  1667. pulumi_alicloud/simpleapplicationserver/get_images.py +23 -13
  1668. pulumi_alicloud/simpleapplicationserver/get_instances.py +27 -13
  1669. pulumi_alicloud/simpleapplicationserver/get_server_custom_images.py +19 -9
  1670. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +27 -11
  1671. pulumi_alicloud/simpleapplicationserver/get_server_firewall_rules.py +18 -9
  1672. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +30 -11
  1673. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +27 -11
  1674. pulumi_alicloud/simpleapplicationserver/instance.py +5 -0
  1675. pulumi_alicloud/simpleapplicationserver/outputs.py +5 -0
  1676. pulumi_alicloud/simpleapplicationserver/snapshot.py +31 -22
  1677. pulumi_alicloud/slb/_inputs.py +89 -8
  1678. pulumi_alicloud/slb/acl.py +33 -34
  1679. pulumi_alicloud/slb/acl_entry_attachment.py +15 -10
  1680. pulumi_alicloud/slb/application_load_balancer.py +25 -32
  1681. pulumi_alicloud/slb/attachment.py +39 -34
  1682. pulumi_alicloud/slb/backend_server.py +10 -5
  1683. pulumi_alicloud/slb/ca_certificate.py +26 -55
  1684. pulumi_alicloud/slb/domain_extension.py +17 -14
  1685. pulumi_alicloud/slb/get_acls.py +28 -14
  1686. pulumi_alicloud/slb/get_application_load_balancers.py +68 -20
  1687. pulumi_alicloud/slb/get_attachments.py +20 -11
  1688. pulumi_alicloud/slb/get_backend_servers.py +20 -11
  1689. pulumi_alicloud/slb/get_ca_certificates.py +28 -14
  1690. pulumi_alicloud/slb/get_domain_extensions.py +26 -15
  1691. pulumi_alicloud/slb/get_listeners.py +22 -9
  1692. pulumi_alicloud/slb/get_load_balancers.py +70 -26
  1693. pulumi_alicloud/slb/get_master_slave_server_groups.py +21 -5
  1694. pulumi_alicloud/slb/get_rules.py +45 -25
  1695. pulumi_alicloud/slb/get_server_certificates.py +28 -14
  1696. pulumi_alicloud/slb/get_server_groups.py +33 -21
  1697. pulumi_alicloud/slb/get_tls_cipher_policies.py +27 -11
  1698. pulumi_alicloud/slb/get_zones.py +30 -16
  1699. pulumi_alicloud/slb/listener.py +48 -608
  1700. pulumi_alicloud/slb/load_balancer.py +62 -73
  1701. pulumi_alicloud/slb/master_slave_server_group.py +72 -65
  1702. pulumi_alicloud/slb/outputs.py +43 -48
  1703. pulumi_alicloud/slb/rule.py +69 -20
  1704. pulumi_alicloud/slb/server_certificate.py +59 -96
  1705. pulumi_alicloud/slb/server_group.py +147 -92
  1706. pulumi_alicloud/slb/server_group_server_attachment.py +129 -0
  1707. pulumi_alicloud/slb/tls_cipher_policy.py +11 -10
  1708. pulumi_alicloud/sls/__init__.py +13 -0
  1709. pulumi_alicloud/sls/_inputs.py +2909 -0
  1710. pulumi_alicloud/sls/alert.py +793 -0
  1711. pulumi_alicloud/sls/collection_policy.py +561 -0
  1712. pulumi_alicloud/sls/oss_export_sink.py +428 -0
  1713. pulumi_alicloud/sls/outputs.py +2148 -0
  1714. pulumi_alicloud/sls/scheduled_sql.py +528 -0
  1715. pulumi_alicloud/sms/short_url.py +5 -4
  1716. pulumi_alicloud/tag/get_meta_tags.py +16 -9
  1717. pulumi_alicloud/tag/meta_tag.py +5 -4
  1718. pulumi_alicloud/tag/outputs.py +5 -0
  1719. pulumi_alicloud/tag/policy.py +7 -6
  1720. pulumi_alicloud/tag/policy_attachment.py +13 -12
  1721. pulumi_alicloud/threatdetection/_inputs.py +81 -0
  1722. pulumi_alicloud/threatdetection/anti_brute_force_rule.py +11 -10
  1723. pulumi_alicloud/threatdetection/backup_policy.py +11 -10
  1724. pulumi_alicloud/threatdetection/baseline_strategy.py +13 -12
  1725. pulumi_alicloud/threatdetection/client_file_protect.py +17 -16
  1726. pulumi_alicloud/threatdetection/client_user_define_rule.py +5 -4
  1727. pulumi_alicloud/threatdetection/file_upload_limit.py +5 -0
  1728. pulumi_alicloud/threatdetection/get_anti_brute_force_rules.py +61 -5
  1729. pulumi_alicloud/threatdetection/get_assets.py +30 -9
  1730. pulumi_alicloud/threatdetection/get_backup_policies.py +29 -9
  1731. pulumi_alicloud/threatdetection/get_baseline_strategies.py +63 -5
  1732. pulumi_alicloud/threatdetection/get_honey_pots.py +26 -9
  1733. pulumi_alicloud/threatdetection/get_honeypot_images.py +21 -9
  1734. pulumi_alicloud/threatdetection/get_honeypot_nodes.py +29 -11
  1735. pulumi_alicloud/threatdetection/get_honeypot_presets.py +36 -11
  1736. pulumi_alicloud/threatdetection/get_honeypot_probes.py +46 -29
  1737. pulumi_alicloud/threatdetection/get_instances.py +26 -11
  1738. pulumi_alicloud/threatdetection/get_log_shipper.py +19 -9
  1739. pulumi_alicloud/threatdetection/get_vul_whitelists.py +20 -9
  1740. pulumi_alicloud/threatdetection/get_web_lock_configs.py +30 -11
  1741. pulumi_alicloud/threatdetection/honey_pot.py +15 -14
  1742. pulumi_alicloud/threatdetection/honeypot_node.py +5 -4
  1743. pulumi_alicloud/threatdetection/honeypot_preset.py +28 -25
  1744. pulumi_alicloud/threatdetection/honeypot_probe.py +32 -31
  1745. pulumi_alicloud/threatdetection/image_event_operation.py +23 -26
  1746. pulumi_alicloud/threatdetection/instance.py +339 -52
  1747. pulumi_alicloud/threatdetection/malicious_file_whitelist_config.py +15 -14
  1748. pulumi_alicloud/threatdetection/oss_scan_config.py +19 -18
  1749. pulumi_alicloud/threatdetection/outputs.py +5 -0
  1750. pulumi_alicloud/threatdetection/sas_trail.py +7 -6
  1751. pulumi_alicloud/threatdetection/vul_whitelist.py +9 -8
  1752. pulumi_alicloud/threatdetection/web_lock_config.py +11 -10
  1753. pulumi_alicloud/tsdb/get_instances.py +30 -11
  1754. pulumi_alicloud/tsdb/get_zones.py +15 -9
  1755. pulumi_alicloud/tsdb/instance.py +23 -14
  1756. pulumi_alicloud/tsdb/outputs.py +5 -0
  1757. pulumi_alicloud/videosurveillance/get_service.py +14 -9
  1758. pulumi_alicloud/videosurveillance/get_system_groups.py +33 -17
  1759. pulumi_alicloud/videosurveillance/outputs.py +5 -0
  1760. pulumi_alicloud/videosurveillance/system_group.py +5 -4
  1761. pulumi_alicloud/vod/_inputs.py +29 -0
  1762. pulumi_alicloud/vod/domain.py +58 -43
  1763. pulumi_alicloud/vod/editing_project.py +5 -4
  1764. pulumi_alicloud/vod/get_domains.py +52 -32
  1765. pulumi_alicloud/vod/outputs.py +5 -0
  1766. pulumi_alicloud/vpc/__init__.py +5 -0
  1767. pulumi_alicloud/vpc/_inputs.py +349 -152
  1768. pulumi_alicloud/vpc/bgp_group.py +17 -16
  1769. pulumi_alicloud/vpc/bgp_network.py +17 -16
  1770. pulumi_alicloud/vpc/bgp_peer.py +56 -27
  1771. pulumi_alicloud/vpc/common_bandwith_package.py +215 -139
  1772. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +73 -44
  1773. pulumi_alicloud/vpc/dhcp_options_set.py +27 -32
  1774. pulumi_alicloud/vpc/dhcp_options_set_attachment.py +13 -12
  1775. pulumi_alicloud/vpc/flow_log.py +19 -14
  1776. pulumi_alicloud/vpc/forward_entry.py +24 -29
  1777. pulumi_alicloud/vpc/gateway_endpoint.py +19 -18
  1778. pulumi_alicloud/vpc/gateway_endpoint_route_table_attachment.py +5 -4
  1779. pulumi_alicloud/vpc/gateway_route_table_attachment.py +17 -16
  1780. pulumi_alicloud/vpc/get_bgp_groups.py +27 -13
  1781. pulumi_alicloud/vpc/get_bgp_networks.py +24 -13
  1782. pulumi_alicloud/vpc/get_bgp_peers.py +28 -15
  1783. pulumi_alicloud/vpc/get_common_bandwidth_packages.py +37 -15
  1784. pulumi_alicloud/vpc/get_dhcp_options_sets.py +29 -21
  1785. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +15 -5
  1786. pulumi_alicloud/vpc/get_flow_log_service.py +14 -9
  1787. pulumi_alicloud/vpc/get_forward_entries.py +53 -27
  1788. pulumi_alicloud/vpc/get_havips.py +23 -11
  1789. pulumi_alicloud/vpc/get_ipsec_servers.py +23 -9
  1790. pulumi_alicloud/vpc/get_ipv4_gateways.py +27 -11
  1791. pulumi_alicloud/vpc/get_ipv6_addresses.py +31 -11
  1792. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +31 -13
  1793. pulumi_alicloud/vpc/get_ipv6_gateways.py +27 -11
  1794. pulumi_alicloud/vpc/get_ipv6_internet_bandwidths.py +22 -9
  1795. pulumi_alicloud/vpc/get_nat_gateways.py +49 -10
  1796. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +33 -15
  1797. pulumi_alicloud/vpc/get_nat_ips.py +35 -15
  1798. pulumi_alicloud/vpc/get_network_acls.py +33 -13
  1799. pulumi_alicloud/vpc/get_networks.py +57 -20
  1800. pulumi_alicloud/vpc/get_pbr_route_entries.py +18 -9
  1801. pulumi_alicloud/vpc/get_peer_connections.py +44 -13
  1802. pulumi_alicloud/vpc/get_prefix_lists.py +23 -9
  1803. pulumi_alicloud/vpc/get_public_ip_address_pool_cidr_blocks.py +22 -9
  1804. pulumi_alicloud/vpc/get_public_ip_address_pools.py +33 -15
  1805. pulumi_alicloud/vpc/get_route_entries.py +70 -51
  1806. pulumi_alicloud/vpc/get_route_tables.py +83 -29
  1807. pulumi_alicloud/vpc/get_router_interfaces.py +33 -9
  1808. pulumi_alicloud/vpc/get_snat_entries.py +53 -25
  1809. pulumi_alicloud/vpc/get_ssl_vpn_client_certs.py +25 -13
  1810. pulumi_alicloud/vpc/get_ssl_vpn_servers.py +25 -13
  1811. pulumi_alicloud/vpc/get_switches.py +81 -49
  1812. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +22 -11
  1813. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +22 -11
  1814. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +25 -11
  1815. pulumi_alicloud/vpc/get_traffic_mirror_service.py +14 -9
  1816. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +39 -15
  1817. pulumi_alicloud/vpc/get_vpc_flow_logs.py +41 -15
  1818. pulumi_alicloud/vpc/ha_vip.py +38 -35
  1819. pulumi_alicloud/vpc/ha_vip_attachment.py +32 -35
  1820. pulumi_alicloud/vpc/ha_vipv2.py +28 -33
  1821. pulumi_alicloud/vpc/ipam_ipam.py +531 -0
  1822. pulumi_alicloud/vpc/ipam_ipam_pool.py +850 -0
  1823. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +545 -0
  1824. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +313 -0
  1825. pulumi_alicloud/vpc/ipam_ipam_scope.py +537 -0
  1826. pulumi_alicloud/vpc/ipv4_cidr_block.py +5 -4
  1827. pulumi_alicloud/vpc/ipv4_gateway.py +27 -26
  1828. pulumi_alicloud/vpc/ipv6_address.py +29 -28
  1829. pulumi_alicloud/vpc/ipv6_egress_rule.py +67 -36
  1830. pulumi_alicloud/vpc/ipv6_gateway.py +22 -27
  1831. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +37 -32
  1832. pulumi_alicloud/vpc/nat_gateway.py +208 -28
  1833. pulumi_alicloud/vpc/nat_ip.py +19 -18
  1834. pulumi_alicloud/vpc/nat_ip_cidr.py +17 -16
  1835. pulumi_alicloud/vpc/network.py +612 -180
  1836. pulumi_alicloud/vpc/network_acl.py +87 -92
  1837. pulumi_alicloud/vpc/network_acl_attachment.py +30 -29
  1838. pulumi_alicloud/vpc/network_acl_entries.py +83 -72
  1839. pulumi_alicloud/vpc/network_interface.py +116 -71
  1840. pulumi_alicloud/vpc/network_interface_attachment.py +39 -0
  1841. pulumi_alicloud/vpc/outputs.py +128 -206
  1842. pulumi_alicloud/vpc/peer_connection.py +330 -164
  1843. pulumi_alicloud/vpc/peer_connection_accepter.py +379 -114
  1844. pulumi_alicloud/vpc/prefix_list.py +34 -33
  1845. pulumi_alicloud/vpc/public_ip_address_pool.py +143 -34
  1846. pulumi_alicloud/vpc/public_ip_address_pool_cidr_block.py +13 -12
  1847. pulumi_alicloud/vpc/route_entry.py +243 -154
  1848. pulumi_alicloud/vpc/route_table.py +22 -27
  1849. pulumi_alicloud/vpc/route_table_attachment.py +25 -18
  1850. pulumi_alicloud/vpc/router_interface.py +20 -43
  1851. pulumi_alicloud/vpc/router_interface_connection.py +29 -32
  1852. pulumi_alicloud/vpc/snat_entry.py +21 -20
  1853. pulumi_alicloud/vpc/subnet.py +80 -55
  1854. pulumi_alicloud/vpc/switch.py +149 -151
  1855. pulumi_alicloud/vpc/traffic_mirror_filter.py +65 -64
  1856. pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +8 -13
  1857. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +16 -21
  1858. pulumi_alicloud/vpc/traffic_mirror_session.py +53 -50
  1859. pulumi_alicloud/vpc/vbr_ha.py +5 -0
  1860. pulumi_alicloud/vpc/vpc_network_acl_attachment.py +5 -0
  1861. pulumi_alicloud/vpc/vswitch_cidr_reservation.py +11 -10
  1862. pulumi_alicloud/vpn/_inputs.py +405 -58
  1863. pulumi_alicloud/vpn/connection.py +267 -48
  1864. pulumi_alicloud/vpn/customer_gateway.py +22 -27
  1865. pulumi_alicloud/vpn/gateway.py +25 -32
  1866. pulumi_alicloud/vpn/gateway_vco_route.py +177 -107
  1867. pulumi_alicloud/vpn/gateway_vpn_attachment.py +95 -92
  1868. pulumi_alicloud/vpn/get_connections.py +31 -17
  1869. pulumi_alicloud/vpn/get_customer_gateways.py +23 -13
  1870. pulumi_alicloud/vpn/get_gateway_vco_routes.py +124 -105
  1871. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +34 -18
  1872. pulumi_alicloud/vpn/get_gateway_zones.py +34 -9
  1873. pulumi_alicloud/vpn/get_gateways.py +30 -8
  1874. pulumi_alicloud/vpn/ipsec_server.py +43 -32
  1875. pulumi_alicloud/vpn/outputs.py +16 -69
  1876. pulumi_alicloud/vpn/pbr_route_entry.py +167 -24
  1877. pulumi_alicloud/vpn/route_entry.py +167 -44
  1878. pulumi_alicloud/vpn/ssl_vpn_client_cert.py +5 -0
  1879. pulumi_alicloud/vpn/ssl_vpn_server.py +5 -0
  1880. pulumi_alicloud/waf/_inputs.py +15 -0
  1881. pulumi_alicloud/waf/certificate.py +15 -14
  1882. pulumi_alicloud/waf/domain.py +33 -38
  1883. pulumi_alicloud/waf/get_certificates.py +39 -13
  1884. pulumi_alicloud/waf/get_domains.py +31 -13
  1885. pulumi_alicloud/waf/get_instances.py +24 -11
  1886. pulumi_alicloud/waf/instance.py +5 -16
  1887. pulumi_alicloud/waf/outputs.py +7 -4
  1888. pulumi_alicloud/waf/protection_module.py +23 -22
  1889. pulumi_alicloud/wafv3/_inputs.py +173 -0
  1890. pulumi_alicloud/wafv3/defense_template.py +11 -10
  1891. pulumi_alicloud/wafv3/domain.py +15 -10
  1892. pulumi_alicloud/wafv3/get_domains.py +36 -17
  1893. pulumi_alicloud/wafv3/get_instances.py +25 -13
  1894. pulumi_alicloud/wafv3/instance.py +5 -4
  1895. pulumi_alicloud/wafv3/outputs.py +5 -0
  1896. pulumi_alicloud/yundun/_inputs.py +43 -0
  1897. pulumi_alicloud/yundun/bastion_host_instance.py +21 -16
  1898. pulumi_alicloud/yundun/db_audit_instance.py +19 -14
  1899. pulumi_alicloud/yundun/get_bastion_host_instances.py +24 -8
  1900. pulumi_alicloud/yundun/get_db_audit_instance.py +24 -8
  1901. pulumi_alicloud/yundun/outputs.py +9 -4
  1902. {pulumi_alicloud-3.53.0a1713354491.dist-info → pulumi_alicloud-3.73.0a1736850863.dist-info}/METADATA +7 -6
  1903. pulumi_alicloud-3.73.0a1736850863.dist-info/RECORD +2010 -0
  1904. {pulumi_alicloud-3.53.0a1713354491.dist-info → pulumi_alicloud-3.73.0a1736850863.dist-info}/WHEEL +1 -1
  1905. pulumi_alicloud-3.53.0a1713354491.dist-info/RECORD +0 -1863
  1906. {pulumi_alicloud-3.53.0a1713354491.dist-info → pulumi_alicloud-3.73.0a1736850863.dist-info}/top_level.txt +0 -0
@@ -4,18 +4,48 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = [
13
18
  'ProviderAssumeRoleArgs',
19
+ 'ProviderAssumeRoleArgsDict',
14
20
  'ProviderAssumeRoleWithOidcArgs',
21
+ 'ProviderAssumeRoleWithOidcArgsDict',
15
22
  'ProviderEndpointArgs',
23
+ 'ProviderEndpointArgsDict',
16
24
  'ProviderSignVersionArgs',
25
+ 'ProviderSignVersionArgsDict',
17
26
  ]
18
27
 
28
+ MYPY = False
29
+
30
+ if not MYPY:
31
+ class ProviderAssumeRoleArgsDict(TypedDict):
32
+ role_arn: pulumi.Input[str]
33
+ """
34
+ The ARN of a RAM role to assume prior to making API calls.
35
+ """
36
+ external_id: NotRequired[pulumi.Input[str]]
37
+ policy: NotRequired[pulumi.Input[str]]
38
+ """
39
+ The permissions applied when assuming a role. You cannot use, this policy to grant further permissions that are in excess to those of the, role that is being assumed.
40
+ """
41
+ session_expiration: NotRequired[pulumi.Input[int]]
42
+ """
43
+ The time after which the established session for assuming role expires. Valid value range: [900-3600] seconds. Default to 0 (in this case Alicloud use own default value).
44
+ """
45
+ session_name: NotRequired[pulumi.Input[str]]
46
+ elif False:
47
+ ProviderAssumeRoleArgsDict: TypeAlias = Mapping[str, Any]
48
+
19
49
  @pulumi.input_type
20
50
  class ProviderAssumeRoleArgs:
21
51
  def __init__(__self__, *,
@@ -94,6 +124,36 @@ class ProviderAssumeRoleArgs:
94
124
  pulumi.set(self, "session_name", value)
95
125
 
96
126
 
127
+ if not MYPY:
128
+ class ProviderAssumeRoleWithOidcArgsDict(TypedDict):
129
+ oidc_provider_arn: pulumi.Input[str]
130
+ """
131
+ ARN of the OIDC IdP.
132
+ """
133
+ role_arn: pulumi.Input[str]
134
+ """
135
+ ARN of a RAM role to assume prior to making API calls.
136
+ """
137
+ oidc_token: NotRequired[pulumi.Input[str]]
138
+ oidc_token_file: NotRequired[pulumi.Input[str]]
139
+ """
140
+ The file path of OIDC token that is issued by the external IdP.
141
+ """
142
+ policy: NotRequired[pulumi.Input[str]]
143
+ """
144
+ The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
145
+ """
146
+ role_session_name: NotRequired[pulumi.Input[str]]
147
+ """
148
+ The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
149
+ """
150
+ session_expiration: NotRequired[pulumi.Input[int]]
151
+ """
152
+ The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
153
+ """
154
+ elif False:
155
+ ProviderAssumeRoleWithOidcArgsDict: TypeAlias = Mapping[str, Any]
156
+
97
157
  @pulumi.input_type
98
158
  class ProviderAssumeRoleWithOidcArgs:
99
159
  def __init__(__self__, *,
@@ -112,100 +172,705 @@ class ProviderAssumeRoleWithOidcArgs:
112
172
  :param pulumi.Input[str] role_session_name: The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
113
173
  :param pulumi.Input[int] session_expiration: The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
114
174
  """
115
- pulumi.set(__self__, "oidc_provider_arn", oidc_provider_arn)
116
- pulumi.set(__self__, "role_arn", role_arn)
117
- if oidc_token is not None:
118
- pulumi.set(__self__, "oidc_token", oidc_token)
119
- if oidc_token_file is not None:
120
- pulumi.set(__self__, "oidc_token_file", oidc_token_file)
121
- if policy is not None:
122
- pulumi.set(__self__, "policy", policy)
123
- if role_session_name is not None:
124
- pulumi.set(__self__, "role_session_name", role_session_name)
125
- if session_expiration is not None:
126
- pulumi.set(__self__, "session_expiration", session_expiration)
127
-
128
- @property
129
- @pulumi.getter(name="oidcProviderArn")
130
- def oidc_provider_arn(self) -> pulumi.Input[str]:
175
+ pulumi.set(__self__, "oidc_provider_arn", oidc_provider_arn)
176
+ pulumi.set(__self__, "role_arn", role_arn)
177
+ if oidc_token is not None:
178
+ pulumi.set(__self__, "oidc_token", oidc_token)
179
+ if oidc_token_file is not None:
180
+ pulumi.set(__self__, "oidc_token_file", oidc_token_file)
181
+ if policy is not None:
182
+ pulumi.set(__self__, "policy", policy)
183
+ if role_session_name is not None:
184
+ pulumi.set(__self__, "role_session_name", role_session_name)
185
+ if session_expiration is not None:
186
+ pulumi.set(__self__, "session_expiration", session_expiration)
187
+
188
+ @property
189
+ @pulumi.getter(name="oidcProviderArn")
190
+ def oidc_provider_arn(self) -> pulumi.Input[str]:
191
+ """
192
+ ARN of the OIDC IdP.
193
+ """
194
+ return pulumi.get(self, "oidc_provider_arn")
195
+
196
+ @oidc_provider_arn.setter
197
+ def oidc_provider_arn(self, value: pulumi.Input[str]):
198
+ pulumi.set(self, "oidc_provider_arn", value)
199
+
200
+ @property
201
+ @pulumi.getter(name="roleArn")
202
+ def role_arn(self) -> pulumi.Input[str]:
203
+ """
204
+ ARN of a RAM role to assume prior to making API calls.
205
+ """
206
+ return pulumi.get(self, "role_arn")
207
+
208
+ @role_arn.setter
209
+ def role_arn(self, value: pulumi.Input[str]):
210
+ pulumi.set(self, "role_arn", value)
211
+
212
+ @property
213
+ @pulumi.getter(name="oidcToken")
214
+ def oidc_token(self) -> Optional[pulumi.Input[str]]:
215
+ return pulumi.get(self, "oidc_token")
216
+
217
+ @oidc_token.setter
218
+ def oidc_token(self, value: Optional[pulumi.Input[str]]):
219
+ pulumi.set(self, "oidc_token", value)
220
+
221
+ @property
222
+ @pulumi.getter(name="oidcTokenFile")
223
+ def oidc_token_file(self) -> Optional[pulumi.Input[str]]:
224
+ """
225
+ The file path of OIDC token that is issued by the external IdP.
226
+ """
227
+ return pulumi.get(self, "oidc_token_file")
228
+
229
+ @oidc_token_file.setter
230
+ def oidc_token_file(self, value: Optional[pulumi.Input[str]]):
231
+ pulumi.set(self, "oidc_token_file", value)
232
+
233
+ @property
234
+ @pulumi.getter
235
+ def policy(self) -> Optional[pulumi.Input[str]]:
236
+ """
237
+ The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
238
+ """
239
+ return pulumi.get(self, "policy")
240
+
241
+ @policy.setter
242
+ def policy(self, value: Optional[pulumi.Input[str]]):
243
+ pulumi.set(self, "policy", value)
244
+
245
+ @property
246
+ @pulumi.getter(name="roleSessionName")
247
+ def role_session_name(self) -> Optional[pulumi.Input[str]]:
248
+ """
249
+ The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
250
+ """
251
+ return pulumi.get(self, "role_session_name")
252
+
253
+ @role_session_name.setter
254
+ def role_session_name(self, value: Optional[pulumi.Input[str]]):
255
+ pulumi.set(self, "role_session_name", value)
256
+
257
+ @property
258
+ @pulumi.getter(name="sessionExpiration")
259
+ def session_expiration(self) -> Optional[pulumi.Input[int]]:
260
+ """
261
+ The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
262
+ """
263
+ return pulumi.get(self, "session_expiration")
264
+
265
+ @session_expiration.setter
266
+ def session_expiration(self, value: Optional[pulumi.Input[int]]):
267
+ pulumi.set(self, "session_expiration", value)
268
+
269
+
270
+ if not MYPY:
271
+ class ProviderEndpointArgsDict(TypedDict):
272
+ acr: NotRequired[pulumi.Input[str]]
273
+ """
274
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom acr endpoints.
275
+ """
276
+ actiontrail: NotRequired[pulumi.Input[str]]
277
+ """
278
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Actiontrail endpoints.
279
+ """
280
+ adb: NotRequired[pulumi.Input[str]]
281
+ """
282
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom AnalyticDB endpoints.
283
+ """
284
+ aiworkspace: NotRequired[pulumi.Input[str]]
285
+ alb: NotRequired[pulumi.Input[str]]
286
+ """
287
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alb endpoints.
288
+ """
289
+ alidfs: NotRequired[pulumi.Input[str]]
290
+ """
291
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
292
+ """
293
+ alidns: NotRequired[pulumi.Input[str]]
294
+ """
295
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidns endpoints.
296
+ """
297
+ alikafka: NotRequired[pulumi.Input[str]]
298
+ """
299
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ALIKAFKA endpoints.
300
+ """
301
+ amqp: NotRequired[pulumi.Input[str]]
302
+ """
303
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
304
+ """
305
+ antiddos_public: NotRequired[pulumi.Input[str]]
306
+ """
307
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
308
+ """
309
+ apigateway: NotRequired[pulumi.Input[str]]
310
+ """
311
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Api Gateway endpoints.
312
+ """
313
+ arms: NotRequired[pulumi.Input[str]]
314
+ """
315
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom arms endpoints.
316
+ """
317
+ bastionhost: NotRequired[pulumi.Input[str]]
318
+ """
319
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom bastionhost endpoints.
320
+ """
321
+ beebot: NotRequired[pulumi.Input[str]]
322
+ """
323
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
324
+ """
325
+ bpstudio: NotRequired[pulumi.Input[str]]
326
+ """
327
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom bpstudio endpoints.
328
+ """
329
+ brain_industrial: NotRequired[pulumi.Input[str]]
330
+ """
331
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom brain_industrial endpoints.
332
+ """
333
+ bssopenapi: NotRequired[pulumi.Input[str]]
334
+ """
335
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom BSSOPENAPI endpoints.
336
+ """
337
+ cas: NotRequired[pulumi.Input[str]]
338
+ """
339
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom CAS endpoints.
340
+ """
341
+ cassandra: NotRequired[pulumi.Input[str]]
342
+ """
343
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cassandra endpoints.
344
+ """
345
+ cbn: NotRequired[pulumi.Input[str]]
346
+ """
347
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbn endpoints.
348
+ """
349
+ cbs: NotRequired[pulumi.Input[str]]
350
+ """
351
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
352
+ """
353
+ cddc: NotRequired[pulumi.Input[str]]
354
+ """
355
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cddc endpoints.
356
+ """
357
+ cdn: NotRequired[pulumi.Input[str]]
358
+ """
359
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom CDN endpoints.
360
+ """
361
+ cds: NotRequired[pulumi.Input[str]]
362
+ """
363
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cds endpoints.
364
+ """
365
+ chatbot: NotRequired[pulumi.Input[str]]
366
+ """
367
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
368
+ """
369
+ clickhouse: NotRequired[pulumi.Input[str]]
370
+ """
371
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom clickhouse endpoints.
372
+ """
373
+ cloudauth: NotRequired[pulumi.Input[str]]
374
+ """
375
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudauth endpoints.
376
+ """
377
+ cloudfirewall: NotRequired[pulumi.Input[str]]
378
+ """
379
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudfirewall endpoints.
380
+ """
381
+ cloudfw: NotRequired[pulumi.Input[str]]
382
+ """
383
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudfw endpoints.
384
+ """
385
+ cloudphone: NotRequired[pulumi.Input[str]]
386
+ """
387
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudphone endpoints.
388
+ """
389
+ cloudsso: NotRequired[pulumi.Input[str]]
390
+ """
391
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudsso endpoints.
392
+ """
393
+ cms: NotRequired[pulumi.Input[str]]
394
+ """
395
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Cloud Monitor endpoints.
396
+ """
397
+ computenest: NotRequired[pulumi.Input[str]]
398
+ """
399
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom computenest endpoints.
400
+ """
401
+ config: NotRequired[pulumi.Input[str]]
402
+ """
403
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom config endpoints.
404
+ """
405
+ cr: NotRequired[pulumi.Input[str]]
406
+ """
407
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Container Registry endpoints.
408
+ """
409
+ cs: NotRequired[pulumi.Input[str]]
410
+ """
411
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Container Service endpoints.
412
+ """
413
+ das: NotRequired[pulumi.Input[str]]
414
+ """
415
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom das endpoints.
416
+ """
417
+ datahub: NotRequired[pulumi.Input[str]]
418
+ """
419
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Datahub endpoints.
420
+ """
421
+ dataworks_public: NotRequired[pulumi.Input[str]]
422
+ """
423
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
424
+ """
425
+ dataworkspublic: NotRequired[pulumi.Input[str]]
426
+ """
427
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
428
+ """
429
+ dbfs: NotRequired[pulumi.Input[str]]
430
+ """
431
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dbfs endpoints.
432
+ """
433
+ dbs: NotRequired[pulumi.Input[str]]
434
+ """
435
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
436
+ """
437
+ dcdn: NotRequired[pulumi.Input[str]]
438
+ """
439
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dcdn endpoints.
440
+ """
441
+ ddosbasic: NotRequired[pulumi.Input[str]]
442
+ """
443
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
444
+ """
445
+ ddosbgp: NotRequired[pulumi.Input[str]]
446
+ """
447
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DDOSBGP endpoints.
448
+ """
449
+ ddoscoo: NotRequired[pulumi.Input[str]]
450
+ """
451
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DDOSCOO endpoints.
452
+ """
453
+ dds: NotRequired[pulumi.Input[str]]
454
+ """
455
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MongoDB endpoints.
456
+ """
457
+ devops_rdc: NotRequired[pulumi.Input[str]]
458
+ devopsrdc: NotRequired[pulumi.Input[str]]
459
+ """
460
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom devopsrdc endpoints.
461
+ """
462
+ dfs: NotRequired[pulumi.Input[str]]
463
+ """
464
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
465
+ """
466
+ dg: NotRequired[pulumi.Input[str]]
467
+ """
468
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dg endpoints.
469
+ """
470
+ dm: NotRequired[pulumi.Input[str]]
471
+ """
472
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dm endpoints.
473
+ """
474
+ dms_enterprise: NotRequired[pulumi.Input[str]]
475
+ """
476
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dms_enterprise endpoints.
477
+ """
478
+ dmsenterprise: NotRequired[pulumi.Input[str]]
479
+ """
480
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dmsenterprise endpoints.
481
+ """
482
+ dns: NotRequired[pulumi.Input[str]]
483
+ """
484
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DNS endpoints.
485
+ """
486
+ drds: NotRequired[pulumi.Input[str]]
487
+ """
488
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
489
+ """
490
+ dts: NotRequired[pulumi.Input[str]]
491
+ """
492
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dts endpoints.
493
+ """
494
+ dysms: NotRequired[pulumi.Input[str]]
495
+ dysmsapi: NotRequired[pulumi.Input[str]]
496
+ """
497
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dysmsapi endpoints.
498
+ """
499
+ eais: NotRequired[pulumi.Input[str]]
500
+ """
501
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eais endpoints.
502
+ """
503
+ ebs: NotRequired[pulumi.Input[str]]
504
+ """
505
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ebs endpoints.
506
+ """
507
+ ecd: NotRequired[pulumi.Input[str]]
508
+ """
509
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
510
+ """
511
+ eci: NotRequired[pulumi.Input[str]]
512
+ """
513
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eci endpoints.
514
+ """
515
+ ecs: NotRequired[pulumi.Input[str]]
516
+ """
517
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ECS endpoints.
518
+ """
519
+ edas: NotRequired[pulumi.Input[str]]
520
+ """
521
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edas endpoints.
522
+ """
523
+ edasschedulerx: NotRequired[pulumi.Input[str]]
524
+ """
525
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
526
+ """
527
+ eds_user: NotRequired[pulumi.Input[str]]
528
+ """
529
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
530
+ """
531
+ edsuser: NotRequired[pulumi.Input[str]]
532
+ """
533
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
534
+ """
535
+ eflo: NotRequired[pulumi.Input[str]]
536
+ """
537
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eflo endpoints.
538
+ """
539
+ ehpc: NotRequired[pulumi.Input[str]]
540
+ """
541
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ehpc endpoints.
542
+ """
543
+ ehs: NotRequired[pulumi.Input[str]]
544
+ """
545
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ehs endpoints.
546
+ """
547
+ eipanycast: NotRequired[pulumi.Input[str]]
548
+ """
549
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eipanycast endpoints.
550
+ """
551
+ elasticsearch: NotRequired[pulumi.Input[str]]
552
+ """
553
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Elasticsearch endpoints.
554
+ """
555
+ emr: NotRequired[pulumi.Input[str]]
556
+ """
557
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom EMR endpoints.
558
+ """
559
+ ens: NotRequired[pulumi.Input[str]]
560
+ """
561
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ens endpoints.
562
+ """
563
+ esa: NotRequired[pulumi.Input[str]]
564
+ ess: NotRequired[pulumi.Input[str]]
565
+ """
566
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Autoscaling endpoints.
567
+ """
568
+ eventbridge: NotRequired[pulumi.Input[str]]
569
+ """
570
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eventbridge_share endpoints.
571
+ """
572
+ fc: NotRequired[pulumi.Input[str]]
573
+ """
574
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
575
+ """
576
+ fc_open: NotRequired[pulumi.Input[str]]
577
+ """
578
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
579
+ """
580
+ fnf: NotRequired[pulumi.Input[str]]
581
+ """
582
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom fnf endpoints.
583
+ """
584
+ ga: NotRequired[pulumi.Input[str]]
585
+ """
586
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ga endpoints.
587
+ """
588
+ gaplus: NotRequired[pulumi.Input[str]]
589
+ """
590
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gaplus endpoints.
591
+ """
592
+ gdb: NotRequired[pulumi.Input[str]]
593
+ """
594
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
595
+ """
596
+ gds: NotRequired[pulumi.Input[str]]
597
+ """
598
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
599
+ """
600
+ gpdb: NotRequired[pulumi.Input[str]]
601
+ """
602
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom GPDB endpoints.
603
+ """
604
+ gwlb: NotRequired[pulumi.Input[str]]
605
+ gwsecd: NotRequired[pulumi.Input[str]]
606
+ """
607
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
608
+ """
609
+ hbr: NotRequired[pulumi.Input[str]]
610
+ """
611
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom hbr endpoints.
612
+ """
613
+ hcs_sgw: NotRequired[pulumi.Input[str]]
614
+ """
615
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom hcs_sgw endpoints.
616
+ """
617
+ hitsdb: NotRequired[pulumi.Input[str]]
618
+ """
619
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom hitsdb endpoints.
620
+ """
621
+ imm: NotRequired[pulumi.Input[str]]
622
+ """
623
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom imm endpoints.
624
+ """
625
+ imp: NotRequired[pulumi.Input[str]]
626
+ """
627
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom imp endpoints.
628
+ """
629
+ ims: NotRequired[pulumi.Input[str]]
630
+ """
631
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ims endpoints.
632
+ """
633
+ iot: NotRequired[pulumi.Input[str]]
634
+ """
635
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom iot endpoints.
636
+ """
637
+ kms: NotRequired[pulumi.Input[str]]
638
+ """
639
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom KMS endpoints.
640
+ """
641
+ kvstore: NotRequired[pulumi.Input[str]]
642
+ """
643
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom R-KVStore endpoints.
644
+ """
645
+ location: NotRequired[pulumi.Input[str]]
646
+ """
647
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Location Service endpoints.
648
+ """
649
+ log: NotRequired[pulumi.Input[str]]
650
+ """
651
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Log Service endpoints.
652
+ """
653
+ market: NotRequired[pulumi.Input[str]]
654
+ """
655
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Market Place endpoints.
656
+ """
657
+ maxcompute: NotRequired[pulumi.Input[str]]
658
+ """
659
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MaxCompute endpoints.
660
+ """
661
+ mhub: NotRequired[pulumi.Input[str]]
662
+ """
663
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mhub endpoints.
664
+ """
665
+ mns: NotRequired[pulumi.Input[str]]
666
+ """
667
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
668
+ """
669
+ mns_open: NotRequired[pulumi.Input[str]]
670
+ """
671
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
672
+ """
673
+ mscopensubscription: NotRequired[pulumi.Input[str]]
674
+ """
675
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mscopensubscription endpoints.
676
+ """
677
+ mse: NotRequired[pulumi.Input[str]]
678
+ """
679
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mse endpoints.
680
+ """
681
+ nas: NotRequired[pulumi.Input[str]]
682
+ """
683
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom NAS endpoints.
684
+ """
685
+ nlb: NotRequired[pulumi.Input[str]]
686
+ """
687
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom nlb endpoints.
688
+ """
689
+ oceanbase: NotRequired[pulumi.Input[str]]
690
+ """
691
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
692
+ """
693
+ oceanbasepro: NotRequired[pulumi.Input[str]]
694
+ """
695
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
696
+ """
697
+ ons: NotRequired[pulumi.Input[str]]
698
+ """
699
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ONS endpoints.
700
+ """
701
+ onsproxy: NotRequired[pulumi.Input[str]]
702
+ """
703
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
704
+ """
705
+ oos: NotRequired[pulumi.Input[str]]
706
+ """
707
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oos endpoints.
708
+ """
709
+ opensearch: NotRequired[pulumi.Input[str]]
710
+ """
711
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom opensearch endpoints.
712
+ """
713
+ oss: NotRequired[pulumi.Input[str]]
714
+ """
715
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom OSS endpoints.
716
+ """
717
+ ots: NotRequired[pulumi.Input[str]]
718
+ """
719
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Table Store endpoints.
720
+ """
721
+ polardb: NotRequired[pulumi.Input[str]]
722
+ """
723
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom PolarDB endpoints.
724
+ """
725
+ polardbx: NotRequired[pulumi.Input[str]]
726
+ """
727
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
728
+ """
729
+ privatelink: NotRequired[pulumi.Input[str]]
730
+ """
731
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom privatelink endpoints.
732
+ """
733
+ pvtz: NotRequired[pulumi.Input[str]]
734
+ """
735
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Private Zone endpoints.
736
+ """
737
+ quickbi: NotRequired[pulumi.Input[str]]
738
+ """
739
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
740
+ """
741
+ quickbi_public: NotRequired[pulumi.Input[str]]
742
+ """
743
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
744
+ """
745
+ quotas: NotRequired[pulumi.Input[str]]
746
+ """
747
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quotas endpoints.
748
+ """
749
+ r_kvstore: NotRequired[pulumi.Input[str]]
750
+ """
751
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom r_kvstore endpoints.
752
+ """
753
+ ram: NotRequired[pulumi.Input[str]]
754
+ """
755
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom RAM endpoints.
756
+ """
757
+ rds: NotRequired[pulumi.Input[str]]
758
+ """
759
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom RDS endpoints.
760
+ """
761
+ redisa: NotRequired[pulumi.Input[str]]
762
+ """
763
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom redisa endpoints.
764
+ """
765
+ resourcemanager: NotRequired[pulumi.Input[str]]
766
+ """
767
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcemanager endpoints.
768
+ """
769
+ resourcesharing: NotRequired[pulumi.Input[str]]
770
+ ressharing: NotRequired[pulumi.Input[str]]
771
+ """
772
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
773
+ """
774
+ rocketmq: NotRequired[pulumi.Input[str]]
775
+ ros: NotRequired[pulumi.Input[str]]
776
+ """
777
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ros endpoints.
778
+ """
779
+ sae: NotRequired[pulumi.Input[str]]
780
+ """
781
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
782
+ """
783
+ sas: NotRequired[pulumi.Input[str]]
784
+ """
785
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
786
+ """
787
+ scdn: NotRequired[pulumi.Input[str]]
788
+ """
789
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
790
+ """
791
+ schedulerx2: NotRequired[pulumi.Input[str]]
792
+ """
793
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
794
+ """
795
+ sddp: NotRequired[pulumi.Input[str]]
796
+ """
797
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sddp endpoints.
798
+ """
799
+ selectdb: NotRequired[pulumi.Input[str]]
800
+ """
801
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
802
+ """
803
+ serverless: NotRequired[pulumi.Input[str]]
804
+ """
805
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
806
+ """
807
+ servicecatalog: NotRequired[pulumi.Input[str]]
808
+ """
809
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
810
+ """
811
+ servicemesh: NotRequired[pulumi.Input[str]]
812
+ """
813
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom servicemesh endpoints.
814
+ """
815
+ sgw: NotRequired[pulumi.Input[str]]
816
+ """
817
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sgw endpoints.
818
+ """
819
+ slb: NotRequired[pulumi.Input[str]]
820
+ """
821
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom SLB endpoints.
822
+ """
823
+ smartag: NotRequired[pulumi.Input[str]]
824
+ """
825
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom smartag endpoints.
826
+ """
827
+ srvcatalog: NotRequired[pulumi.Input[str]]
828
+ """
829
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
830
+ """
831
+ sts: NotRequired[pulumi.Input[str]]
832
+ """
833
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom STS endpoints.
834
+ """
835
+ swas: NotRequired[pulumi.Input[str]]
836
+ """
837
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
838
+ """
839
+ swas_open: NotRequired[pulumi.Input[str]]
840
+ """
841
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
842
+ """
843
+ tag: NotRequired[pulumi.Input[str]]
131
844
  """
132
- ARN of the OIDC IdP.
845
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom tag endpoints.
133
846
  """
134
- return pulumi.get(self, "oidc_provider_arn")
135
-
136
- @oidc_provider_arn.setter
137
- def oidc_provider_arn(self, value: pulumi.Input[str]):
138
- pulumi.set(self, "oidc_provider_arn", value)
139
-
140
- @property
141
- @pulumi.getter(name="roleArn")
142
- def role_arn(self) -> pulumi.Input[str]:
847
+ vod: NotRequired[pulumi.Input[str]]
143
848
  """
144
- ARN of a RAM role to assume prior to making API calls.
849
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom vod endpoints.
145
850
  """
146
- return pulumi.get(self, "role_arn")
147
-
148
- @role_arn.setter
149
- def role_arn(self, value: pulumi.Input[str]):
150
- pulumi.set(self, "role_arn", value)
151
-
152
- @property
153
- @pulumi.getter(name="oidcToken")
154
- def oidc_token(self) -> Optional[pulumi.Input[str]]:
155
- return pulumi.get(self, "oidc_token")
156
-
157
- @oidc_token.setter
158
- def oidc_token(self, value: Optional[pulumi.Input[str]]):
159
- pulumi.set(self, "oidc_token", value)
160
-
161
- @property
162
- @pulumi.getter(name="oidcTokenFile")
163
- def oidc_token_file(self) -> Optional[pulumi.Input[str]]:
851
+ vpc: NotRequired[pulumi.Input[str]]
164
852
  """
165
- The file path of OIDC token that is issued by the external IdP.
853
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom VPC and VPN endpoints.
166
854
  """
167
- return pulumi.get(self, "oidc_token_file")
168
-
169
- @oidc_token_file.setter
170
- def oidc_token_file(self, value: Optional[pulumi.Input[str]]):
171
- pulumi.set(self, "oidc_token_file", value)
172
-
173
- @property
174
- @pulumi.getter
175
- def policy(self) -> Optional[pulumi.Input[str]]:
855
+ vpcipam: NotRequired[pulumi.Input[str]]
856
+ vpcpeer: NotRequired[pulumi.Input[str]]
176
857
  """
177
- The policy that specifies the permissions of the returned STS token. You can use this parameter to grant the STS token fewer permissions than the permissions granted to the RAM role.
858
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom vpcpeer endpoints.
178
859
  """
179
- return pulumi.get(self, "policy")
180
-
181
- @policy.setter
182
- def policy(self, value: Optional[pulumi.Input[str]]):
183
- pulumi.set(self, "policy", value)
184
-
185
- @property
186
- @pulumi.getter(name="roleSessionName")
187
- def role_session_name(self) -> Optional[pulumi.Input[str]]:
860
+ vs: NotRequired[pulumi.Input[str]]
188
861
  """
189
- The custom name of the role session. Set this parameter based on your business requirements. In most cases, this parameter is set to the identity of the user who calls the operation, for example, the username.
862
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom vs endpoints.
190
863
  """
191
- return pulumi.get(self, "role_session_name")
192
-
193
- @role_session_name.setter
194
- def role_session_name(self, value: Optional[pulumi.Input[str]]):
195
- pulumi.set(self, "role_session_name", value)
196
-
197
- @property
198
- @pulumi.getter(name="sessionExpiration")
199
- def session_expiration(self) -> Optional[pulumi.Input[int]]:
864
+ waf: NotRequired[pulumi.Input[str]]
200
865
  """
201
- The validity period of the STS token. Unit: seconds. Default value: 3600. Minimum value: 900. Maximum value: the value of the MaxSessionDuration parameter when creating a ram role.
866
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom waf endpoints.
202
867
  """
203
- return pulumi.get(self, "session_expiration")
204
-
205
- @session_expiration.setter
206
- def session_expiration(self, value: Optional[pulumi.Input[int]]):
207
- pulumi.set(self, "session_expiration", value)
208
-
868
+ waf_openapi: NotRequired[pulumi.Input[str]]
869
+ """
870
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom waf_openapi endpoints.
871
+ """
872
+ elif False:
873
+ ProviderEndpointArgsDict: TypeAlias = Mapping[str, Any]
209
874
 
210
875
  @pulumi.input_type
211
876
  class ProviderEndpointArgs:
@@ -213,10 +878,13 @@ class ProviderEndpointArgs:
213
878
  acr: Optional[pulumi.Input[str]] = None,
214
879
  actiontrail: Optional[pulumi.Input[str]] = None,
215
880
  adb: Optional[pulumi.Input[str]] = None,
881
+ aiworkspace: Optional[pulumi.Input[str]] = None,
216
882
  alb: Optional[pulumi.Input[str]] = None,
217
883
  alidfs: Optional[pulumi.Input[str]] = None,
218
884
  alidns: Optional[pulumi.Input[str]] = None,
219
885
  alikafka: Optional[pulumi.Input[str]] = None,
886
+ amqp: Optional[pulumi.Input[str]] = None,
887
+ antiddos_public: Optional[pulumi.Input[str]] = None,
220
888
  apigateway: Optional[pulumi.Input[str]] = None,
221
889
  arms: Optional[pulumi.Input[str]] = None,
222
890
  bastionhost: Optional[pulumi.Input[str]] = None,
@@ -231,6 +899,7 @@ class ProviderEndpointArgs:
231
899
  cddc: Optional[pulumi.Input[str]] = None,
232
900
  cdn: Optional[pulumi.Input[str]] = None,
233
901
  cds: Optional[pulumi.Input[str]] = None,
902
+ chatbot: Optional[pulumi.Input[str]] = None,
234
903
  clickhouse: Optional[pulumi.Input[str]] = None,
235
904
  cloudauth: Optional[pulumi.Input[str]] = None,
236
905
  cloudfirewall: Optional[pulumi.Input[str]] = None,
@@ -244,14 +913,18 @@ class ProviderEndpointArgs:
244
913
  cs: Optional[pulumi.Input[str]] = None,
245
914
  das: Optional[pulumi.Input[str]] = None,
246
915
  datahub: Optional[pulumi.Input[str]] = None,
916
+ dataworks_public: Optional[pulumi.Input[str]] = None,
247
917
  dataworkspublic: Optional[pulumi.Input[str]] = None,
248
918
  dbfs: Optional[pulumi.Input[str]] = None,
919
+ dbs: Optional[pulumi.Input[str]] = None,
249
920
  dcdn: Optional[pulumi.Input[str]] = None,
250
921
  ddosbasic: Optional[pulumi.Input[str]] = None,
251
922
  ddosbgp: Optional[pulumi.Input[str]] = None,
252
923
  ddoscoo: Optional[pulumi.Input[str]] = None,
253
924
  dds: Optional[pulumi.Input[str]] = None,
925
+ devops_rdc: Optional[pulumi.Input[str]] = None,
254
926
  devopsrdc: Optional[pulumi.Input[str]] = None,
927
+ dfs: Optional[pulumi.Input[str]] = None,
255
928
  dg: Optional[pulumi.Input[str]] = None,
256
929
  dm: Optional[pulumi.Input[str]] = None,
257
930
  dms_enterprise: Optional[pulumi.Input[str]] = None,
@@ -260,12 +933,15 @@ class ProviderEndpointArgs:
260
933
  drds: Optional[pulumi.Input[str]] = None,
261
934
  dts: Optional[pulumi.Input[str]] = None,
262
935
  dysms: Optional[pulumi.Input[str]] = None,
936
+ dysmsapi: Optional[pulumi.Input[str]] = None,
263
937
  eais: Optional[pulumi.Input[str]] = None,
264
938
  ebs: Optional[pulumi.Input[str]] = None,
939
+ ecd: Optional[pulumi.Input[str]] = None,
265
940
  eci: Optional[pulumi.Input[str]] = None,
266
941
  ecs: Optional[pulumi.Input[str]] = None,
267
942
  edas: Optional[pulumi.Input[str]] = None,
268
943
  edasschedulerx: Optional[pulumi.Input[str]] = None,
944
+ eds_user: Optional[pulumi.Input[str]] = None,
269
945
  edsuser: Optional[pulumi.Input[str]] = None,
270
946
  eflo: Optional[pulumi.Input[str]] = None,
271
947
  ehpc: Optional[pulumi.Input[str]] = None,
@@ -274,14 +950,18 @@ class ProviderEndpointArgs:
274
950
  elasticsearch: Optional[pulumi.Input[str]] = None,
275
951
  emr: Optional[pulumi.Input[str]] = None,
276
952
  ens: Optional[pulumi.Input[str]] = None,
953
+ esa: Optional[pulumi.Input[str]] = None,
277
954
  ess: Optional[pulumi.Input[str]] = None,
278
955
  eventbridge: Optional[pulumi.Input[str]] = None,
279
956
  fc: Optional[pulumi.Input[str]] = None,
957
+ fc_open: Optional[pulumi.Input[str]] = None,
280
958
  fnf: Optional[pulumi.Input[str]] = None,
281
959
  ga: Optional[pulumi.Input[str]] = None,
282
960
  gaplus: Optional[pulumi.Input[str]] = None,
961
+ gdb: Optional[pulumi.Input[str]] = None,
283
962
  gds: Optional[pulumi.Input[str]] = None,
284
963
  gpdb: Optional[pulumi.Input[str]] = None,
964
+ gwlb: Optional[pulumi.Input[str]] = None,
285
965
  gwsecd: Optional[pulumi.Input[str]] = None,
286
966
  hbr: Optional[pulumi.Input[str]] = None,
287
967
  hcs_sgw: Optional[pulumi.Input[str]] = None,
@@ -298,11 +978,13 @@ class ProviderEndpointArgs:
298
978
  maxcompute: Optional[pulumi.Input[str]] = None,
299
979
  mhub: Optional[pulumi.Input[str]] = None,
300
980
  mns: Optional[pulumi.Input[str]] = None,
981
+ mns_open: Optional[pulumi.Input[str]] = None,
301
982
  mscopensubscription: Optional[pulumi.Input[str]] = None,
302
983
  mse: Optional[pulumi.Input[str]] = None,
303
984
  nas: Optional[pulumi.Input[str]] = None,
304
985
  nlb: Optional[pulumi.Input[str]] = None,
305
986
  oceanbase: Optional[pulumi.Input[str]] = None,
987
+ oceanbasepro: Optional[pulumi.Input[str]] = None,
306
988
  ons: Optional[pulumi.Input[str]] = None,
307
989
  onsproxy: Optional[pulumi.Input[str]] = None,
308
990
  oos: Optional[pulumi.Input[str]] = None,
@@ -310,9 +992,11 @@ class ProviderEndpointArgs:
310
992
  oss: Optional[pulumi.Input[str]] = None,
311
993
  ots: Optional[pulumi.Input[str]] = None,
312
994
  polardb: Optional[pulumi.Input[str]] = None,
995
+ polardbx: Optional[pulumi.Input[str]] = None,
313
996
  privatelink: Optional[pulumi.Input[str]] = None,
314
997
  pvtz: Optional[pulumi.Input[str]] = None,
315
998
  quickbi: Optional[pulumi.Input[str]] = None,
999
+ quickbi_public: Optional[pulumi.Input[str]] = None,
316
1000
  quotas: Optional[pulumi.Input[str]] = None,
317
1001
  r_kvstore: Optional[pulumi.Input[str]] = None,
318
1002
  ram: Optional[pulumi.Input[str]] = None,
@@ -320,11 +1004,17 @@ class ProviderEndpointArgs:
320
1004
  redisa: Optional[pulumi.Input[str]] = None,
321
1005
  resourcemanager: Optional[pulumi.Input[str]] = None,
322
1006
  resourcesharing: Optional[pulumi.Input[str]] = None,
1007
+ ressharing: Optional[pulumi.Input[str]] = None,
1008
+ rocketmq: Optional[pulumi.Input[str]] = None,
323
1009
  ros: Optional[pulumi.Input[str]] = None,
1010
+ sae: Optional[pulumi.Input[str]] = None,
324
1011
  sas: Optional[pulumi.Input[str]] = None,
325
1012
  scdn: Optional[pulumi.Input[str]] = None,
1013
+ schedulerx2: Optional[pulumi.Input[str]] = None,
326
1014
  sddp: Optional[pulumi.Input[str]] = None,
1015
+ selectdb: Optional[pulumi.Input[str]] = None,
327
1016
  serverless: Optional[pulumi.Input[str]] = None,
1017
+ servicecatalog: Optional[pulumi.Input[str]] = None,
328
1018
  servicemesh: Optional[pulumi.Input[str]] = None,
329
1019
  sgw: Optional[pulumi.Input[str]] = None,
330
1020
  slb: Optional[pulumi.Input[str]] = None,
@@ -332,9 +1022,11 @@ class ProviderEndpointArgs:
332
1022
  srvcatalog: Optional[pulumi.Input[str]] = None,
333
1023
  sts: Optional[pulumi.Input[str]] = None,
334
1024
  swas: Optional[pulumi.Input[str]] = None,
1025
+ swas_open: Optional[pulumi.Input[str]] = None,
335
1026
  tag: Optional[pulumi.Input[str]] = None,
336
1027
  vod: Optional[pulumi.Input[str]] = None,
337
1028
  vpc: Optional[pulumi.Input[str]] = None,
1029
+ vpcipam: Optional[pulumi.Input[str]] = None,
338
1030
  vpcpeer: Optional[pulumi.Input[str]] = None,
339
1031
  vs: Optional[pulumi.Input[str]] = None,
340
1032
  waf: Optional[pulumi.Input[str]] = None,
@@ -347,6 +1039,8 @@ class ProviderEndpointArgs:
347
1039
  :param pulumi.Input[str] alidfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
348
1040
  :param pulumi.Input[str] alidns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidns endpoints.
349
1041
  :param pulumi.Input[str] alikafka: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ALIKAFKA endpoints.
1042
+ :param pulumi.Input[str] amqp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
1043
+ :param pulumi.Input[str] antiddos_public: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
350
1044
  :param pulumi.Input[str] apigateway: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Api Gateway endpoints.
351
1045
  :param pulumi.Input[str] arms: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom arms endpoints.
352
1046
  :param pulumi.Input[str] bastionhost: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom bastionhost endpoints.
@@ -361,6 +1055,7 @@ class ProviderEndpointArgs:
361
1055
  :param pulumi.Input[str] cddc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cddc endpoints.
362
1056
  :param pulumi.Input[str] cdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom CDN endpoints.
363
1057
  :param pulumi.Input[str] cds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cds endpoints.
1058
+ :param pulumi.Input[str] chatbot: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
364
1059
  :param pulumi.Input[str] clickhouse: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom clickhouse endpoints.
365
1060
  :param pulumi.Input[str] cloudauth: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudauth endpoints.
366
1061
  :param pulumi.Input[str] cloudfirewall: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudfirewall endpoints.
@@ -374,14 +1069,17 @@ class ProviderEndpointArgs:
374
1069
  :param pulumi.Input[str] cs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Container Service endpoints.
375
1070
  :param pulumi.Input[str] das: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom das endpoints.
376
1071
  :param pulumi.Input[str] datahub: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Datahub endpoints.
1072
+ :param pulumi.Input[str] dataworks_public: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
377
1073
  :param pulumi.Input[str] dataworkspublic: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
378
1074
  :param pulumi.Input[str] dbfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dbfs endpoints.
1075
+ :param pulumi.Input[str] dbs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
379
1076
  :param pulumi.Input[str] dcdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dcdn endpoints.
380
1077
  :param pulumi.Input[str] ddosbasic: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
381
1078
  :param pulumi.Input[str] ddosbgp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DDOSBGP endpoints.
382
1079
  :param pulumi.Input[str] ddoscoo: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DDOSCOO endpoints.
383
1080
  :param pulumi.Input[str] dds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MongoDB endpoints.
384
1081
  :param pulumi.Input[str] devopsrdc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom devopsrdc endpoints.
1082
+ :param pulumi.Input[str] dfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
385
1083
  :param pulumi.Input[str] dg: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dg endpoints.
386
1084
  :param pulumi.Input[str] dm: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dm endpoints.
387
1085
  :param pulumi.Input[str] dms_enterprise: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dms_enterprise endpoints.
@@ -389,12 +1087,15 @@ class ProviderEndpointArgs:
389
1087
  :param pulumi.Input[str] dns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DNS endpoints.
390
1088
  :param pulumi.Input[str] drds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
391
1089
  :param pulumi.Input[str] dts: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dts endpoints.
1090
+ :param pulumi.Input[str] dysmsapi: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dysmsapi endpoints.
392
1091
  :param pulumi.Input[str] eais: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eais endpoints.
393
1092
  :param pulumi.Input[str] ebs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ebs endpoints.
1093
+ :param pulumi.Input[str] ecd: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
394
1094
  :param pulumi.Input[str] eci: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eci endpoints.
395
1095
  :param pulumi.Input[str] ecs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ECS endpoints.
396
1096
  :param pulumi.Input[str] edas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edas endpoints.
397
1097
  :param pulumi.Input[str] edasschedulerx: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
1098
+ :param pulumi.Input[str] eds_user: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
398
1099
  :param pulumi.Input[str] edsuser: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
399
1100
  :param pulumi.Input[str] eflo: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eflo endpoints.
400
1101
  :param pulumi.Input[str] ehpc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ehpc endpoints.
@@ -406,9 +1107,11 @@ class ProviderEndpointArgs:
406
1107
  :param pulumi.Input[str] ess: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Autoscaling endpoints.
407
1108
  :param pulumi.Input[str] eventbridge: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eventbridge_share endpoints.
408
1109
  :param pulumi.Input[str] fc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
1110
+ :param pulumi.Input[str] fc_open: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
409
1111
  :param pulumi.Input[str] fnf: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom fnf endpoints.
410
1112
  :param pulumi.Input[str] ga: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ga endpoints.
411
1113
  :param pulumi.Input[str] gaplus: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gaplus endpoints.
1114
+ :param pulumi.Input[str] gdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
412
1115
  :param pulumi.Input[str] gds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
413
1116
  :param pulumi.Input[str] gpdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom GPDB endpoints.
414
1117
  :param pulumi.Input[str] gwsecd: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
@@ -427,11 +1130,13 @@ class ProviderEndpointArgs:
427
1130
  :param pulumi.Input[str] maxcompute: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MaxCompute endpoints.
428
1131
  :param pulumi.Input[str] mhub: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mhub endpoints.
429
1132
  :param pulumi.Input[str] mns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
1133
+ :param pulumi.Input[str] mns_open: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
430
1134
  :param pulumi.Input[str] mscopensubscription: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mscopensubscription endpoints.
431
1135
  :param pulumi.Input[str] mse: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mse endpoints.
432
1136
  :param pulumi.Input[str] nas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom NAS endpoints.
433
1137
  :param pulumi.Input[str] nlb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom nlb endpoints.
434
1138
  :param pulumi.Input[str] oceanbase: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
1139
+ :param pulumi.Input[str] oceanbasepro: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
435
1140
  :param pulumi.Input[str] ons: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ONS endpoints.
436
1141
  :param pulumi.Input[str] onsproxy: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
437
1142
  :param pulumi.Input[str] oos: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oos endpoints.
@@ -439,21 +1144,27 @@ class ProviderEndpointArgs:
439
1144
  :param pulumi.Input[str] oss: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom OSS endpoints.
440
1145
  :param pulumi.Input[str] ots: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Table Store endpoints.
441
1146
  :param pulumi.Input[str] polardb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom PolarDB endpoints.
1147
+ :param pulumi.Input[str] polardbx: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
442
1148
  :param pulumi.Input[str] privatelink: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom privatelink endpoints.
443
1149
  :param pulumi.Input[str] pvtz: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Private Zone endpoints.
444
1150
  :param pulumi.Input[str] quickbi: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
1151
+ :param pulumi.Input[str] quickbi_public: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
445
1152
  :param pulumi.Input[str] quotas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quotas endpoints.
446
1153
  :param pulumi.Input[str] r_kvstore: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom r_kvstore endpoints.
447
1154
  :param pulumi.Input[str] ram: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom RAM endpoints.
448
1155
  :param pulumi.Input[str] rds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom RDS endpoints.
449
1156
  :param pulumi.Input[str] redisa: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom redisa endpoints.
450
1157
  :param pulumi.Input[str] resourcemanager: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcemanager endpoints.
451
- :param pulumi.Input[str] resourcesharing: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
1158
+ :param pulumi.Input[str] ressharing: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
452
1159
  :param pulumi.Input[str] ros: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ros endpoints.
1160
+ :param pulumi.Input[str] sae: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
453
1161
  :param pulumi.Input[str] sas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
454
1162
  :param pulumi.Input[str] scdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
1163
+ :param pulumi.Input[str] schedulerx2: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
455
1164
  :param pulumi.Input[str] sddp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sddp endpoints.
1165
+ :param pulumi.Input[str] selectdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
456
1166
  :param pulumi.Input[str] serverless: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
1167
+ :param pulumi.Input[str] servicecatalog: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
457
1168
  :param pulumi.Input[str] servicemesh: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom servicemesh endpoints.
458
1169
  :param pulumi.Input[str] sgw: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sgw endpoints.
459
1170
  :param pulumi.Input[str] slb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom SLB endpoints.
@@ -461,6 +1172,7 @@ class ProviderEndpointArgs:
461
1172
  :param pulumi.Input[str] srvcatalog: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
462
1173
  :param pulumi.Input[str] sts: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom STS endpoints.
463
1174
  :param pulumi.Input[str] swas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
1175
+ :param pulumi.Input[str] swas_open: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
464
1176
  :param pulumi.Input[str] tag: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom tag endpoints.
465
1177
  :param pulumi.Input[str] vod: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom vod endpoints.
466
1178
  :param pulumi.Input[str] vpc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom VPC and VPN endpoints.
@@ -475,6 +1187,8 @@ class ProviderEndpointArgs:
475
1187
  pulumi.set(__self__, "actiontrail", actiontrail)
476
1188
  if adb is not None:
477
1189
  pulumi.set(__self__, "adb", adb)
1190
+ if aiworkspace is not None:
1191
+ pulumi.set(__self__, "aiworkspace", aiworkspace)
478
1192
  if alb is not None:
479
1193
  pulumi.set(__self__, "alb", alb)
480
1194
  if alidfs is not None:
@@ -483,6 +1197,10 @@ class ProviderEndpointArgs:
483
1197
  pulumi.set(__self__, "alidns", alidns)
484
1198
  if alikafka is not None:
485
1199
  pulumi.set(__self__, "alikafka", alikafka)
1200
+ if amqp is not None:
1201
+ pulumi.set(__self__, "amqp", amqp)
1202
+ if antiddos_public is not None:
1203
+ pulumi.set(__self__, "antiddos_public", antiddos_public)
486
1204
  if apigateway is not None:
487
1205
  pulumi.set(__self__, "apigateway", apigateway)
488
1206
  if arms is not None:
@@ -511,6 +1229,8 @@ class ProviderEndpointArgs:
511
1229
  pulumi.set(__self__, "cdn", cdn)
512
1230
  if cds is not None:
513
1231
  pulumi.set(__self__, "cds", cds)
1232
+ if chatbot is not None:
1233
+ pulumi.set(__self__, "chatbot", chatbot)
514
1234
  if clickhouse is not None:
515
1235
  pulumi.set(__self__, "clickhouse", clickhouse)
516
1236
  if cloudauth is not None:
@@ -537,10 +1257,14 @@ class ProviderEndpointArgs:
537
1257
  pulumi.set(__self__, "das", das)
538
1258
  if datahub is not None:
539
1259
  pulumi.set(__self__, "datahub", datahub)
1260
+ if dataworks_public is not None:
1261
+ pulumi.set(__self__, "dataworks_public", dataworks_public)
540
1262
  if dataworkspublic is not None:
541
1263
  pulumi.set(__self__, "dataworkspublic", dataworkspublic)
542
1264
  if dbfs is not None:
543
1265
  pulumi.set(__self__, "dbfs", dbfs)
1266
+ if dbs is not None:
1267
+ pulumi.set(__self__, "dbs", dbs)
544
1268
  if dcdn is not None:
545
1269
  pulumi.set(__self__, "dcdn", dcdn)
546
1270
  if ddosbasic is not None:
@@ -551,8 +1275,12 @@ class ProviderEndpointArgs:
551
1275
  pulumi.set(__self__, "ddoscoo", ddoscoo)
552
1276
  if dds is not None:
553
1277
  pulumi.set(__self__, "dds", dds)
1278
+ if devops_rdc is not None:
1279
+ pulumi.set(__self__, "devops_rdc", devops_rdc)
554
1280
  if devopsrdc is not None:
555
1281
  pulumi.set(__self__, "devopsrdc", devopsrdc)
1282
+ if dfs is not None:
1283
+ pulumi.set(__self__, "dfs", dfs)
556
1284
  if dg is not None:
557
1285
  pulumi.set(__self__, "dg", dg)
558
1286
  if dm is not None:
@@ -569,10 +1297,14 @@ class ProviderEndpointArgs:
569
1297
  pulumi.set(__self__, "dts", dts)
570
1298
  if dysms is not None:
571
1299
  pulumi.set(__self__, "dysms", dysms)
1300
+ if dysmsapi is not None:
1301
+ pulumi.set(__self__, "dysmsapi", dysmsapi)
572
1302
  if eais is not None:
573
1303
  pulumi.set(__self__, "eais", eais)
574
1304
  if ebs is not None:
575
1305
  pulumi.set(__self__, "ebs", ebs)
1306
+ if ecd is not None:
1307
+ pulumi.set(__self__, "ecd", ecd)
576
1308
  if eci is not None:
577
1309
  pulumi.set(__self__, "eci", eci)
578
1310
  if ecs is not None:
@@ -581,6 +1313,8 @@ class ProviderEndpointArgs:
581
1313
  pulumi.set(__self__, "edas", edas)
582
1314
  if edasschedulerx is not None:
583
1315
  pulumi.set(__self__, "edasschedulerx", edasschedulerx)
1316
+ if eds_user is not None:
1317
+ pulumi.set(__self__, "eds_user", eds_user)
584
1318
  if edsuser is not None:
585
1319
  pulumi.set(__self__, "edsuser", edsuser)
586
1320
  if eflo is not None:
@@ -597,22 +1331,30 @@ class ProviderEndpointArgs:
597
1331
  pulumi.set(__self__, "emr", emr)
598
1332
  if ens is not None:
599
1333
  pulumi.set(__self__, "ens", ens)
1334
+ if esa is not None:
1335
+ pulumi.set(__self__, "esa", esa)
600
1336
  if ess is not None:
601
1337
  pulumi.set(__self__, "ess", ess)
602
1338
  if eventbridge is not None:
603
1339
  pulumi.set(__self__, "eventbridge", eventbridge)
604
1340
  if fc is not None:
605
1341
  pulumi.set(__self__, "fc", fc)
1342
+ if fc_open is not None:
1343
+ pulumi.set(__self__, "fc_open", fc_open)
606
1344
  if fnf is not None:
607
1345
  pulumi.set(__self__, "fnf", fnf)
608
1346
  if ga is not None:
609
1347
  pulumi.set(__self__, "ga", ga)
610
1348
  if gaplus is not None:
611
1349
  pulumi.set(__self__, "gaplus", gaplus)
1350
+ if gdb is not None:
1351
+ pulumi.set(__self__, "gdb", gdb)
612
1352
  if gds is not None:
613
1353
  pulumi.set(__self__, "gds", gds)
614
1354
  if gpdb is not None:
615
1355
  pulumi.set(__self__, "gpdb", gpdb)
1356
+ if gwlb is not None:
1357
+ pulumi.set(__self__, "gwlb", gwlb)
616
1358
  if gwsecd is not None:
617
1359
  pulumi.set(__self__, "gwsecd", gwsecd)
618
1360
  if hbr is not None:
@@ -645,6 +1387,8 @@ class ProviderEndpointArgs:
645
1387
  pulumi.set(__self__, "mhub", mhub)
646
1388
  if mns is not None:
647
1389
  pulumi.set(__self__, "mns", mns)
1390
+ if mns_open is not None:
1391
+ pulumi.set(__self__, "mns_open", mns_open)
648
1392
  if mscopensubscription is not None:
649
1393
  pulumi.set(__self__, "mscopensubscription", mscopensubscription)
650
1394
  if mse is not None:
@@ -655,6 +1399,8 @@ class ProviderEndpointArgs:
655
1399
  pulumi.set(__self__, "nlb", nlb)
656
1400
  if oceanbase is not None:
657
1401
  pulumi.set(__self__, "oceanbase", oceanbase)
1402
+ if oceanbasepro is not None:
1403
+ pulumi.set(__self__, "oceanbasepro", oceanbasepro)
658
1404
  if ons is not None:
659
1405
  pulumi.set(__self__, "ons", ons)
660
1406
  if onsproxy is not None:
@@ -669,12 +1415,16 @@ class ProviderEndpointArgs:
669
1415
  pulumi.set(__self__, "ots", ots)
670
1416
  if polardb is not None:
671
1417
  pulumi.set(__self__, "polardb", polardb)
1418
+ if polardbx is not None:
1419
+ pulumi.set(__self__, "polardbx", polardbx)
672
1420
  if privatelink is not None:
673
1421
  pulumi.set(__self__, "privatelink", privatelink)
674
1422
  if pvtz is not None:
675
1423
  pulumi.set(__self__, "pvtz", pvtz)
676
1424
  if quickbi is not None:
677
1425
  pulumi.set(__self__, "quickbi", quickbi)
1426
+ if quickbi_public is not None:
1427
+ pulumi.set(__self__, "quickbi_public", quickbi_public)
678
1428
  if quotas is not None:
679
1429
  pulumi.set(__self__, "quotas", quotas)
680
1430
  if r_kvstore is not None:
@@ -689,16 +1439,28 @@ class ProviderEndpointArgs:
689
1439
  pulumi.set(__self__, "resourcemanager", resourcemanager)
690
1440
  if resourcesharing is not None:
691
1441
  pulumi.set(__self__, "resourcesharing", resourcesharing)
1442
+ if ressharing is not None:
1443
+ pulumi.set(__self__, "ressharing", ressharing)
1444
+ if rocketmq is not None:
1445
+ pulumi.set(__self__, "rocketmq", rocketmq)
692
1446
  if ros is not None:
693
1447
  pulumi.set(__self__, "ros", ros)
1448
+ if sae is not None:
1449
+ pulumi.set(__self__, "sae", sae)
694
1450
  if sas is not None:
695
1451
  pulumi.set(__self__, "sas", sas)
696
1452
  if scdn is not None:
697
1453
  pulumi.set(__self__, "scdn", scdn)
1454
+ if schedulerx2 is not None:
1455
+ pulumi.set(__self__, "schedulerx2", schedulerx2)
698
1456
  if sddp is not None:
699
1457
  pulumi.set(__self__, "sddp", sddp)
1458
+ if selectdb is not None:
1459
+ pulumi.set(__self__, "selectdb", selectdb)
700
1460
  if serverless is not None:
701
1461
  pulumi.set(__self__, "serverless", serverless)
1462
+ if servicecatalog is not None:
1463
+ pulumi.set(__self__, "servicecatalog", servicecatalog)
702
1464
  if servicemesh is not None:
703
1465
  pulumi.set(__self__, "servicemesh", servicemesh)
704
1466
  if sgw is not None:
@@ -713,12 +1475,16 @@ class ProviderEndpointArgs:
713
1475
  pulumi.set(__self__, "sts", sts)
714
1476
  if swas is not None:
715
1477
  pulumi.set(__self__, "swas", swas)
1478
+ if swas_open is not None:
1479
+ pulumi.set(__self__, "swas_open", swas_open)
716
1480
  if tag is not None:
717
1481
  pulumi.set(__self__, "tag", tag)
718
1482
  if vod is not None:
719
1483
  pulumi.set(__self__, "vod", vod)
720
1484
  if vpc is not None:
721
1485
  pulumi.set(__self__, "vpc", vpc)
1486
+ if vpcipam is not None:
1487
+ pulumi.set(__self__, "vpcipam", vpcipam)
722
1488
  if vpcpeer is not None:
723
1489
  pulumi.set(__self__, "vpcpeer", vpcpeer)
724
1490
  if vs is not None:
@@ -764,6 +1530,15 @@ class ProviderEndpointArgs:
764
1530
  def adb(self, value: Optional[pulumi.Input[str]]):
765
1531
  pulumi.set(self, "adb", value)
766
1532
 
1533
+ @property
1534
+ @pulumi.getter
1535
+ def aiworkspace(self) -> Optional[pulumi.Input[str]]:
1536
+ return pulumi.get(self, "aiworkspace")
1537
+
1538
+ @aiworkspace.setter
1539
+ def aiworkspace(self, value: Optional[pulumi.Input[str]]):
1540
+ pulumi.set(self, "aiworkspace", value)
1541
+
767
1542
  @property
768
1543
  @pulumi.getter
769
1544
  def alb(self) -> Optional[pulumi.Input[str]]:
@@ -812,6 +1587,30 @@ class ProviderEndpointArgs:
812
1587
  def alikafka(self, value: Optional[pulumi.Input[str]]):
813
1588
  pulumi.set(self, "alikafka", value)
814
1589
 
1590
+ @property
1591
+ @pulumi.getter
1592
+ def amqp(self) -> Optional[pulumi.Input[str]]:
1593
+ """
1594
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
1595
+ """
1596
+ return pulumi.get(self, "amqp")
1597
+
1598
+ @amqp.setter
1599
+ def amqp(self, value: Optional[pulumi.Input[str]]):
1600
+ pulumi.set(self, "amqp", value)
1601
+
1602
+ @property
1603
+ @pulumi.getter(name="antiddosPublic")
1604
+ def antiddos_public(self) -> Optional[pulumi.Input[str]]:
1605
+ """
1606
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
1607
+ """
1608
+ return pulumi.get(self, "antiddos_public")
1609
+
1610
+ @antiddos_public.setter
1611
+ def antiddos_public(self, value: Optional[pulumi.Input[str]]):
1612
+ pulumi.set(self, "antiddos_public", value)
1613
+
815
1614
  @property
816
1615
  @pulumi.getter
817
1616
  def apigateway(self) -> Optional[pulumi.Input[str]]:
@@ -980,6 +1779,18 @@ class ProviderEndpointArgs:
980
1779
  def cds(self, value: Optional[pulumi.Input[str]]):
981
1780
  pulumi.set(self, "cds", value)
982
1781
 
1782
+ @property
1783
+ @pulumi.getter
1784
+ def chatbot(self) -> Optional[pulumi.Input[str]]:
1785
+ """
1786
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
1787
+ """
1788
+ return pulumi.get(self, "chatbot")
1789
+
1790
+ @chatbot.setter
1791
+ def chatbot(self, value: Optional[pulumi.Input[str]]):
1792
+ pulumi.set(self, "chatbot", value)
1793
+
983
1794
  @property
984
1795
  @pulumi.getter
985
1796
  def clickhouse(self) -> Optional[pulumi.Input[str]]:
@@ -1136,6 +1947,18 @@ class ProviderEndpointArgs:
1136
1947
  def datahub(self, value: Optional[pulumi.Input[str]]):
1137
1948
  pulumi.set(self, "datahub", value)
1138
1949
 
1950
+ @property
1951
+ @pulumi.getter(name="dataworksPublic")
1952
+ def dataworks_public(self) -> Optional[pulumi.Input[str]]:
1953
+ """
1954
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
1955
+ """
1956
+ return pulumi.get(self, "dataworks_public")
1957
+
1958
+ @dataworks_public.setter
1959
+ def dataworks_public(self, value: Optional[pulumi.Input[str]]):
1960
+ pulumi.set(self, "dataworks_public", value)
1961
+
1139
1962
  @property
1140
1963
  @pulumi.getter
1141
1964
  def dataworkspublic(self) -> Optional[pulumi.Input[str]]:
@@ -1160,6 +1983,18 @@ class ProviderEndpointArgs:
1160
1983
  def dbfs(self, value: Optional[pulumi.Input[str]]):
1161
1984
  pulumi.set(self, "dbfs", value)
1162
1985
 
1986
+ @property
1987
+ @pulumi.getter
1988
+ def dbs(self) -> Optional[pulumi.Input[str]]:
1989
+ """
1990
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
1991
+ """
1992
+ return pulumi.get(self, "dbs")
1993
+
1994
+ @dbs.setter
1995
+ def dbs(self, value: Optional[pulumi.Input[str]]):
1996
+ pulumi.set(self, "dbs", value)
1997
+
1163
1998
  @property
1164
1999
  @pulumi.getter
1165
2000
  def dcdn(self) -> Optional[pulumi.Input[str]]:
@@ -1220,6 +2055,15 @@ class ProviderEndpointArgs:
1220
2055
  def dds(self, value: Optional[pulumi.Input[str]]):
1221
2056
  pulumi.set(self, "dds", value)
1222
2057
 
2058
+ @property
2059
+ @pulumi.getter(name="devopsRdc")
2060
+ def devops_rdc(self) -> Optional[pulumi.Input[str]]:
2061
+ return pulumi.get(self, "devops_rdc")
2062
+
2063
+ @devops_rdc.setter
2064
+ def devops_rdc(self, value: Optional[pulumi.Input[str]]):
2065
+ pulumi.set(self, "devops_rdc", value)
2066
+
1223
2067
  @property
1224
2068
  @pulumi.getter
1225
2069
  def devopsrdc(self) -> Optional[pulumi.Input[str]]:
@@ -1232,6 +2076,18 @@ class ProviderEndpointArgs:
1232
2076
  def devopsrdc(self, value: Optional[pulumi.Input[str]]):
1233
2077
  pulumi.set(self, "devopsrdc", value)
1234
2078
 
2079
+ @property
2080
+ @pulumi.getter
2081
+ def dfs(self) -> Optional[pulumi.Input[str]]:
2082
+ """
2083
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
2084
+ """
2085
+ return pulumi.get(self, "dfs")
2086
+
2087
+ @dfs.setter
2088
+ def dfs(self, value: Optional[pulumi.Input[str]]):
2089
+ pulumi.set(self, "dfs", value)
2090
+
1235
2091
  @property
1236
2092
  @pulumi.getter
1237
2093
  def dg(self) -> Optional[pulumi.Input[str]]:
@@ -1325,6 +2181,18 @@ class ProviderEndpointArgs:
1325
2181
  def dysms(self, value: Optional[pulumi.Input[str]]):
1326
2182
  pulumi.set(self, "dysms", value)
1327
2183
 
2184
+ @property
2185
+ @pulumi.getter
2186
+ def dysmsapi(self) -> Optional[pulumi.Input[str]]:
2187
+ """
2188
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dysmsapi endpoints.
2189
+ """
2190
+ return pulumi.get(self, "dysmsapi")
2191
+
2192
+ @dysmsapi.setter
2193
+ def dysmsapi(self, value: Optional[pulumi.Input[str]]):
2194
+ pulumi.set(self, "dysmsapi", value)
2195
+
1328
2196
  @property
1329
2197
  @pulumi.getter
1330
2198
  def eais(self) -> Optional[pulumi.Input[str]]:
@@ -1349,6 +2217,18 @@ class ProviderEndpointArgs:
1349
2217
  def ebs(self, value: Optional[pulumi.Input[str]]):
1350
2218
  pulumi.set(self, "ebs", value)
1351
2219
 
2220
+ @property
2221
+ @pulumi.getter
2222
+ def ecd(self) -> Optional[pulumi.Input[str]]:
2223
+ """
2224
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
2225
+ """
2226
+ return pulumi.get(self, "ecd")
2227
+
2228
+ @ecd.setter
2229
+ def ecd(self, value: Optional[pulumi.Input[str]]):
2230
+ pulumi.set(self, "ecd", value)
2231
+
1352
2232
  @property
1353
2233
  @pulumi.getter
1354
2234
  def eci(self) -> Optional[pulumi.Input[str]]:
@@ -1397,6 +2277,18 @@ class ProviderEndpointArgs:
1397
2277
  def edasschedulerx(self, value: Optional[pulumi.Input[str]]):
1398
2278
  pulumi.set(self, "edasschedulerx", value)
1399
2279
 
2280
+ @property
2281
+ @pulumi.getter(name="edsUser")
2282
+ def eds_user(self) -> Optional[pulumi.Input[str]]:
2283
+ """
2284
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
2285
+ """
2286
+ return pulumi.get(self, "eds_user")
2287
+
2288
+ @eds_user.setter
2289
+ def eds_user(self, value: Optional[pulumi.Input[str]]):
2290
+ pulumi.set(self, "eds_user", value)
2291
+
1400
2292
  @property
1401
2293
  @pulumi.getter
1402
2294
  def edsuser(self) -> Optional[pulumi.Input[str]]:
@@ -1493,6 +2385,15 @@ class ProviderEndpointArgs:
1493
2385
  def ens(self, value: Optional[pulumi.Input[str]]):
1494
2386
  pulumi.set(self, "ens", value)
1495
2387
 
2388
+ @property
2389
+ @pulumi.getter
2390
+ def esa(self) -> Optional[pulumi.Input[str]]:
2391
+ return pulumi.get(self, "esa")
2392
+
2393
+ @esa.setter
2394
+ def esa(self, value: Optional[pulumi.Input[str]]):
2395
+ pulumi.set(self, "esa", value)
2396
+
1496
2397
  @property
1497
2398
  @pulumi.getter
1498
2399
  def ess(self) -> Optional[pulumi.Input[str]]:
@@ -1529,6 +2430,18 @@ class ProviderEndpointArgs:
1529
2430
  def fc(self, value: Optional[pulumi.Input[str]]):
1530
2431
  pulumi.set(self, "fc", value)
1531
2432
 
2433
+ @property
2434
+ @pulumi.getter(name="fcOpen")
2435
+ def fc_open(self) -> Optional[pulumi.Input[str]]:
2436
+ """
2437
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
2438
+ """
2439
+ return pulumi.get(self, "fc_open")
2440
+
2441
+ @fc_open.setter
2442
+ def fc_open(self, value: Optional[pulumi.Input[str]]):
2443
+ pulumi.set(self, "fc_open", value)
2444
+
1532
2445
  @property
1533
2446
  @pulumi.getter
1534
2447
  def fnf(self) -> Optional[pulumi.Input[str]]:
@@ -1565,6 +2478,18 @@ class ProviderEndpointArgs:
1565
2478
  def gaplus(self, value: Optional[pulumi.Input[str]]):
1566
2479
  pulumi.set(self, "gaplus", value)
1567
2480
 
2481
+ @property
2482
+ @pulumi.getter
2483
+ def gdb(self) -> Optional[pulumi.Input[str]]:
2484
+ """
2485
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
2486
+ """
2487
+ return pulumi.get(self, "gdb")
2488
+
2489
+ @gdb.setter
2490
+ def gdb(self, value: Optional[pulumi.Input[str]]):
2491
+ pulumi.set(self, "gdb", value)
2492
+
1568
2493
  @property
1569
2494
  @pulumi.getter
1570
2495
  def gds(self) -> Optional[pulumi.Input[str]]:
@@ -1589,6 +2514,15 @@ class ProviderEndpointArgs:
1589
2514
  def gpdb(self, value: Optional[pulumi.Input[str]]):
1590
2515
  pulumi.set(self, "gpdb", value)
1591
2516
 
2517
+ @property
2518
+ @pulumi.getter
2519
+ def gwlb(self) -> Optional[pulumi.Input[str]]:
2520
+ return pulumi.get(self, "gwlb")
2521
+
2522
+ @gwlb.setter
2523
+ def gwlb(self, value: Optional[pulumi.Input[str]]):
2524
+ pulumi.set(self, "gwlb", value)
2525
+
1592
2526
  @property
1593
2527
  @pulumi.getter
1594
2528
  def gwsecd(self) -> Optional[pulumi.Input[str]]:
@@ -1781,6 +2715,18 @@ class ProviderEndpointArgs:
1781
2715
  def mns(self, value: Optional[pulumi.Input[str]]):
1782
2716
  pulumi.set(self, "mns", value)
1783
2717
 
2718
+ @property
2719
+ @pulumi.getter(name="mnsOpen")
2720
+ def mns_open(self) -> Optional[pulumi.Input[str]]:
2721
+ """
2722
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
2723
+ """
2724
+ return pulumi.get(self, "mns_open")
2725
+
2726
+ @mns_open.setter
2727
+ def mns_open(self, value: Optional[pulumi.Input[str]]):
2728
+ pulumi.set(self, "mns_open", value)
2729
+
1784
2730
  @property
1785
2731
  @pulumi.getter
1786
2732
  def mscopensubscription(self) -> Optional[pulumi.Input[str]]:
@@ -1841,6 +2787,18 @@ class ProviderEndpointArgs:
1841
2787
  def oceanbase(self, value: Optional[pulumi.Input[str]]):
1842
2788
  pulumi.set(self, "oceanbase", value)
1843
2789
 
2790
+ @property
2791
+ @pulumi.getter
2792
+ def oceanbasepro(self) -> Optional[pulumi.Input[str]]:
2793
+ """
2794
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
2795
+ """
2796
+ return pulumi.get(self, "oceanbasepro")
2797
+
2798
+ @oceanbasepro.setter
2799
+ def oceanbasepro(self, value: Optional[pulumi.Input[str]]):
2800
+ pulumi.set(self, "oceanbasepro", value)
2801
+
1844
2802
  @property
1845
2803
  @pulumi.getter
1846
2804
  def ons(self) -> Optional[pulumi.Input[str]]:
@@ -1925,6 +2883,18 @@ class ProviderEndpointArgs:
1925
2883
  def polardb(self, value: Optional[pulumi.Input[str]]):
1926
2884
  pulumi.set(self, "polardb", value)
1927
2885
 
2886
+ @property
2887
+ @pulumi.getter
2888
+ def polardbx(self) -> Optional[pulumi.Input[str]]:
2889
+ """
2890
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
2891
+ """
2892
+ return pulumi.get(self, "polardbx")
2893
+
2894
+ @polardbx.setter
2895
+ def polardbx(self, value: Optional[pulumi.Input[str]]):
2896
+ pulumi.set(self, "polardbx", value)
2897
+
1928
2898
  @property
1929
2899
  @pulumi.getter
1930
2900
  def privatelink(self) -> Optional[pulumi.Input[str]]:
@@ -1961,6 +2931,18 @@ class ProviderEndpointArgs:
1961
2931
  def quickbi(self, value: Optional[pulumi.Input[str]]):
1962
2932
  pulumi.set(self, "quickbi", value)
1963
2933
 
2934
+ @property
2935
+ @pulumi.getter(name="quickbiPublic")
2936
+ def quickbi_public(self) -> Optional[pulumi.Input[str]]:
2937
+ """
2938
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
2939
+ """
2940
+ return pulumi.get(self, "quickbi_public")
2941
+
2942
+ @quickbi_public.setter
2943
+ def quickbi_public(self, value: Optional[pulumi.Input[str]]):
2944
+ pulumi.set(self, "quickbi_public", value)
2945
+
1964
2946
  @property
1965
2947
  @pulumi.getter
1966
2948
  def quotas(self) -> Optional[pulumi.Input[str]]:
@@ -2036,15 +3018,33 @@ class ProviderEndpointArgs:
2036
3018
  @property
2037
3019
  @pulumi.getter
2038
3020
  def resourcesharing(self) -> Optional[pulumi.Input[str]]:
2039
- """
2040
- Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
2041
- """
2042
3021
  return pulumi.get(self, "resourcesharing")
2043
3022
 
2044
3023
  @resourcesharing.setter
2045
3024
  def resourcesharing(self, value: Optional[pulumi.Input[str]]):
2046
3025
  pulumi.set(self, "resourcesharing", value)
2047
3026
 
3027
+ @property
3028
+ @pulumi.getter
3029
+ def ressharing(self) -> Optional[pulumi.Input[str]]:
3030
+ """
3031
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
3032
+ """
3033
+ return pulumi.get(self, "ressharing")
3034
+
3035
+ @ressharing.setter
3036
+ def ressharing(self, value: Optional[pulumi.Input[str]]):
3037
+ pulumi.set(self, "ressharing", value)
3038
+
3039
+ @property
3040
+ @pulumi.getter
3041
+ def rocketmq(self) -> Optional[pulumi.Input[str]]:
3042
+ return pulumi.get(self, "rocketmq")
3043
+
3044
+ @rocketmq.setter
3045
+ def rocketmq(self, value: Optional[pulumi.Input[str]]):
3046
+ pulumi.set(self, "rocketmq", value)
3047
+
2048
3048
  @property
2049
3049
  @pulumi.getter
2050
3050
  def ros(self) -> Optional[pulumi.Input[str]]:
@@ -2057,6 +3057,18 @@ class ProviderEndpointArgs:
2057
3057
  def ros(self, value: Optional[pulumi.Input[str]]):
2058
3058
  pulumi.set(self, "ros", value)
2059
3059
 
3060
+ @property
3061
+ @pulumi.getter
3062
+ def sae(self) -> Optional[pulumi.Input[str]]:
3063
+ """
3064
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
3065
+ """
3066
+ return pulumi.get(self, "sae")
3067
+
3068
+ @sae.setter
3069
+ def sae(self, value: Optional[pulumi.Input[str]]):
3070
+ pulumi.set(self, "sae", value)
3071
+
2060
3072
  @property
2061
3073
  @pulumi.getter
2062
3074
  def sas(self) -> Optional[pulumi.Input[str]]:
@@ -2081,6 +3093,18 @@ class ProviderEndpointArgs:
2081
3093
  def scdn(self, value: Optional[pulumi.Input[str]]):
2082
3094
  pulumi.set(self, "scdn", value)
2083
3095
 
3096
+ @property
3097
+ @pulumi.getter
3098
+ def schedulerx2(self) -> Optional[pulumi.Input[str]]:
3099
+ """
3100
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
3101
+ """
3102
+ return pulumi.get(self, "schedulerx2")
3103
+
3104
+ @schedulerx2.setter
3105
+ def schedulerx2(self, value: Optional[pulumi.Input[str]]):
3106
+ pulumi.set(self, "schedulerx2", value)
3107
+
2084
3108
  @property
2085
3109
  @pulumi.getter
2086
3110
  def sddp(self) -> Optional[pulumi.Input[str]]:
@@ -2093,6 +3117,18 @@ class ProviderEndpointArgs:
2093
3117
  def sddp(self, value: Optional[pulumi.Input[str]]):
2094
3118
  pulumi.set(self, "sddp", value)
2095
3119
 
3120
+ @property
3121
+ @pulumi.getter
3122
+ def selectdb(self) -> Optional[pulumi.Input[str]]:
3123
+ """
3124
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
3125
+ """
3126
+ return pulumi.get(self, "selectdb")
3127
+
3128
+ @selectdb.setter
3129
+ def selectdb(self, value: Optional[pulumi.Input[str]]):
3130
+ pulumi.set(self, "selectdb", value)
3131
+
2096
3132
  @property
2097
3133
  @pulumi.getter
2098
3134
  def serverless(self) -> Optional[pulumi.Input[str]]:
@@ -2105,6 +3141,18 @@ class ProviderEndpointArgs:
2105
3141
  def serverless(self, value: Optional[pulumi.Input[str]]):
2106
3142
  pulumi.set(self, "serverless", value)
2107
3143
 
3144
+ @property
3145
+ @pulumi.getter
3146
+ def servicecatalog(self) -> Optional[pulumi.Input[str]]:
3147
+ """
3148
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
3149
+ """
3150
+ return pulumi.get(self, "servicecatalog")
3151
+
3152
+ @servicecatalog.setter
3153
+ def servicecatalog(self, value: Optional[pulumi.Input[str]]):
3154
+ pulumi.set(self, "servicecatalog", value)
3155
+
2108
3156
  @property
2109
3157
  @pulumi.getter
2110
3158
  def servicemesh(self) -> Optional[pulumi.Input[str]]:
@@ -2189,6 +3237,18 @@ class ProviderEndpointArgs:
2189
3237
  def swas(self, value: Optional[pulumi.Input[str]]):
2190
3238
  pulumi.set(self, "swas", value)
2191
3239
 
3240
+ @property
3241
+ @pulumi.getter(name="swasOpen")
3242
+ def swas_open(self) -> Optional[pulumi.Input[str]]:
3243
+ """
3244
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
3245
+ """
3246
+ return pulumi.get(self, "swas_open")
3247
+
3248
+ @swas_open.setter
3249
+ def swas_open(self, value: Optional[pulumi.Input[str]]):
3250
+ pulumi.set(self, "swas_open", value)
3251
+
2192
3252
  @property
2193
3253
  @pulumi.getter
2194
3254
  def tag(self) -> Optional[pulumi.Input[str]]:
@@ -2225,6 +3285,15 @@ class ProviderEndpointArgs:
2225
3285
  def vpc(self, value: Optional[pulumi.Input[str]]):
2226
3286
  pulumi.set(self, "vpc", value)
2227
3287
 
3288
+ @property
3289
+ @pulumi.getter
3290
+ def vpcipam(self) -> Optional[pulumi.Input[str]]:
3291
+ return pulumi.get(self, "vpcipam")
3292
+
3293
+ @vpcipam.setter
3294
+ def vpcipam(self, value: Optional[pulumi.Input[str]]):
3295
+ pulumi.set(self, "vpcipam", value)
3296
+
2228
3297
  @property
2229
3298
  @pulumi.getter
2230
3299
  def vpcpeer(self) -> Optional[pulumi.Input[str]]:
@@ -2274,6 +3343,13 @@ class ProviderEndpointArgs:
2274
3343
  pulumi.set(self, "waf_openapi", value)
2275
3344
 
2276
3345
 
3346
+ if not MYPY:
3347
+ class ProviderSignVersionArgsDict(TypedDict):
3348
+ oss: NotRequired[pulumi.Input[str]]
3349
+ sls: NotRequired[pulumi.Input[str]]
3350
+ elif False:
3351
+ ProviderSignVersionArgsDict: TypeAlias = Mapping[str, Any]
3352
+
2277
3353
  @pulumi.input_type
2278
3354
  class ProviderSignVersionArgs:
2279
3355
  def __init__(__self__, *,