pulumi-alicloud 3.53.0a1713354491__py3-none-any.whl → 3.73.0a1736832142__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.0a1736832142.dist-info}/METADATA +7 -6
  1903. pulumi_alicloud-3.73.0a1736832142.dist-info/RECORD +2010 -0
  1904. {pulumi_alicloud-3.53.0a1713354491.dist-info → pulumi_alicloud-3.73.0a1736832142.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.0a1736832142.dist-info}/top_level.txt +0 -0
@@ -4,14 +4,20 @@
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
  from . import outputs
12
17
 
13
18
  __all__ = [
14
19
  'AutoProvisioningGroupLaunchTemplateConfig',
20
+ 'AutoSnapshotPolicyCopyEncryptionConfiguration',
15
21
  'DedicatedHostNetworkAttribute',
16
22
  'EcsInstanceSetDataDisk',
17
23
  'EcsInstanceSetExcludeInstanceFilter',
@@ -21,14 +27,17 @@ __all__ = [
21
27
  'EcsLaunchTemplateSystemDisk',
22
28
  'EcsPrefixListEntry',
23
29
  'ImageDiskDeviceMapping',
30
+ 'ImageFeatures',
24
31
  'ImageImportDiskDeviceMapping',
25
32
  'InstanceDataDisk',
33
+ 'InstanceImageOptions',
26
34
  'InstanceMaintenanceTime',
27
35
  'InstanceNetworkInterfaces',
28
36
  'LaunchTemplateDataDisk',
29
37
  'LaunchTemplateNetworkInterfaces',
30
38
  'LaunchTemplateSystemDisk',
31
39
  'ReservedInstanceOperationLock',
40
+ 'SnapshotPolicyCopyEncryptionConfiguration',
32
41
  'GetActivationsActivationResult',
33
42
  'GetAutoSnapshotPoliciesPolicyResult',
34
43
  'GetCapacityReservationsReservationResult',
@@ -184,6 +193,54 @@ class AutoProvisioningGroupLaunchTemplateConfig(dict):
184
193
  return pulumi.get(self, "priority")
185
194
 
186
195
 
196
+ @pulumi.output_type
197
+ class AutoSnapshotPolicyCopyEncryptionConfiguration(dict):
198
+ @staticmethod
199
+ def __key_warning(key: str):
200
+ suggest = None
201
+ if key == "kmsKeyId":
202
+ suggest = "kms_key_id"
203
+
204
+ if suggest:
205
+ pulumi.log.warn(f"Key '{key}' not found in AutoSnapshotPolicyCopyEncryptionConfiguration. Access the value via the '{suggest}' property getter instead.")
206
+
207
+ def __getitem__(self, key: str) -> Any:
208
+ AutoSnapshotPolicyCopyEncryptionConfiguration.__key_warning(key)
209
+ return super().__getitem__(key)
210
+
211
+ def get(self, key: str, default = None) -> Any:
212
+ AutoSnapshotPolicyCopyEncryptionConfiguration.__key_warning(key)
213
+ return super().get(key, default)
214
+
215
+ def __init__(__self__, *,
216
+ encrypted: Optional[bool] = None,
217
+ kms_key_id: Optional[str] = None):
218
+ """
219
+ :param bool encrypted: Whether to enable encryption for cross-region snapshot replication. Default value: `false`. Valid values: `true`, `false`.
220
+ :param str kms_key_id: The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
221
+ """
222
+ if encrypted is not None:
223
+ pulumi.set(__self__, "encrypted", encrypted)
224
+ if kms_key_id is not None:
225
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
226
+
227
+ @property
228
+ @pulumi.getter
229
+ def encrypted(self) -> Optional[bool]:
230
+ """
231
+ Whether to enable encryption for cross-region snapshot replication. Default value: `false`. Valid values: `true`, `false`.
232
+ """
233
+ return pulumi.get(self, "encrypted")
234
+
235
+ @property
236
+ @pulumi.getter(name="kmsKeyId")
237
+ def kms_key_id(self) -> Optional[str]:
238
+ """
239
+ The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
240
+ """
241
+ return pulumi.get(self, "kms_key_id")
242
+
243
+
187
244
  @pulumi.output_type
188
245
  class DedicatedHostNetworkAttribute(dict):
189
246
  @staticmethod
@@ -532,6 +589,7 @@ class EcsLaunchTemplateDataDisk(dict):
532
589
  category: Optional[str] = None,
533
590
  delete_with_instance: Optional[bool] = None,
534
591
  description: Optional[str] = None,
592
+ device: Optional[str] = None,
535
593
  encrypted: Optional[bool] = None,
536
594
  name: Optional[str] = None,
537
595
  performance_level: Optional[str] = None,
@@ -541,6 +599,7 @@ class EcsLaunchTemplateDataDisk(dict):
541
599
  :param str category: The category of the disk.
542
600
  :param bool delete_with_instance: Indicates whether the data disk is released with the instance.
543
601
  :param str description: The description of the data disk.
602
+ :param str device: The mount point of the data disk.
544
603
  :param bool encrypted: Encrypted the data in this disk.
545
604
  :param str name: The name of the data disk.
546
605
  :param str performance_level: The performance level of the ESSD used as the data disk.
@@ -553,6 +612,8 @@ class EcsLaunchTemplateDataDisk(dict):
553
612
  pulumi.set(__self__, "delete_with_instance", delete_with_instance)
554
613
  if description is not None:
555
614
  pulumi.set(__self__, "description", description)
615
+ if device is not None:
616
+ pulumi.set(__self__, "device", device)
556
617
  if encrypted is not None:
557
618
  pulumi.set(__self__, "encrypted", encrypted)
558
619
  if name is not None:
@@ -588,6 +649,14 @@ class EcsLaunchTemplateDataDisk(dict):
588
649
  """
589
650
  return pulumi.get(self, "description")
590
651
 
652
+ @property
653
+ @pulumi.getter
654
+ def device(self) -> Optional[str]:
655
+ """
656
+ The mount point of the data disk.
657
+ """
658
+ return pulumi.get(self, "device")
659
+
591
660
  @property
592
661
  @pulumi.getter
593
662
  def encrypted(self) -> Optional[bool]:
@@ -889,6 +958,12 @@ class ImageDiskDeviceMapping(dict):
889
958
  suggest = None
890
959
  if key == "diskType":
891
960
  suggest = "disk_type"
961
+ elif key == "importOssBucket":
962
+ suggest = "import_oss_bucket"
963
+ elif key == "importOssObject":
964
+ suggest = "import_oss_object"
965
+ elif key == "remainTime":
966
+ suggest = "remain_time"
892
967
  elif key == "snapshotId":
893
968
  suggest = "snapshot_id"
894
969
 
@@ -906,18 +981,46 @@ class ImageDiskDeviceMapping(dict):
906
981
  def __init__(__self__, *,
907
982
  device: Optional[str] = None,
908
983
  disk_type: Optional[str] = None,
984
+ format: Optional[str] = None,
985
+ import_oss_bucket: Optional[str] = None,
986
+ import_oss_object: Optional[str] = None,
987
+ progress: Optional[str] = None,
988
+ remain_time: Optional[int] = None,
909
989
  size: Optional[int] = None,
910
990
  snapshot_id: Optional[str] = None):
911
991
  """
912
- :param str device: Specifies the name of a disk in the combined custom image. Value range: /dev/xvda to /dev/xvdz.
913
- :param str disk_type: Specifies the type of a disk in the combined custom image. If you specify this parameter, you can use a data disk snapshot as the data source of a system disk for creating an image. If it is not specified, the disk type is determined by the corresponding snapshot. Valid values: `system`, `data`,
914
- :param int size: Specifies the size of a disk in the combined custom image, in GiB. Value range: 5 to 2000.
915
- :param str snapshot_id: Specifies a snapshot that is used to create a combined custom image.
992
+ :param str device: The device name of disk N in the custom image. Valid values:
993
+ - For disks other than basic disks, such as standard SSDs, ultra disks, and enhanced SSDs (ESSDs), the valid values range from /dev/vda to /dev/vdz in alphabetical order.
994
+ - For basic disks, the valid values range from /dev/xvda to /dev/xvdz in alphabetical order.
995
+ :param str disk_type: The type of disk N in the custom image. You can specify this parameter to create the system disk of the custom image from a data disk snapshot. If you do not specify this parameter, the disk type is determined by the corresponding snapshot. Valid values:
996
+ - system: system disk. You can specify only one snapshot to use to create the system disk in the custom image.
997
+ - data: data disk. You can specify up to 16 snapshots to use to create data disks in the custom image.
998
+ :param str format: Image format.
999
+ :param str import_oss_bucket: Import the bucket of the OSS to which the image belongs.
1000
+ :param str import_oss_object: Import the object of the OSS to which the image file belongs.
1001
+ :param str progress: Copy the progress of the task.
1002
+ :param int remain_time: For an image being replicated, return the remaining time of the replication task, in seconds.
1003
+ :param int size: The size of disk N in the custom image. Unit: GiB. The valid values and default value of DiskDeviceMapping.N.Size vary based on the value of DiskDeviceMapping.N.SnapshotId.
1004
+ - If no corresponding snapshot IDs are specified in the value of DiskDeviceMapping.N.SnapshotId, DiskDeviceMapping.N.Size has the following valid values and default values:
1005
+ * For basic disks, the valid values range from 5 to 2000, and the default value is 5.
1006
+ * For other disks, the valid values range from 20 to 32768, and the default value is 20.
1007
+ - If a corresponding snapshot ID is specified in the value of DiskDeviceMapping.N.SnapshotId, the value of DiskDeviceMapping.N.Size must be greater than or equal to the size of the specified snapshot. The default value of DiskDeviceMapping.N.Size is the size of the specified snapshot.
1008
+ :param str snapshot_id: The ID of snapshot N to use to create the custom image. .
916
1009
  """
917
1010
  if device is not None:
918
1011
  pulumi.set(__self__, "device", device)
919
1012
  if disk_type is not None:
920
1013
  pulumi.set(__self__, "disk_type", disk_type)
1014
+ if format is not None:
1015
+ pulumi.set(__self__, "format", format)
1016
+ if import_oss_bucket is not None:
1017
+ pulumi.set(__self__, "import_oss_bucket", import_oss_bucket)
1018
+ if import_oss_object is not None:
1019
+ pulumi.set(__self__, "import_oss_object", import_oss_object)
1020
+ if progress is not None:
1021
+ pulumi.set(__self__, "progress", progress)
1022
+ if remain_time is not None:
1023
+ pulumi.set(__self__, "remain_time", remain_time)
921
1024
  if size is not None:
922
1025
  pulumi.set(__self__, "size", size)
923
1026
  if snapshot_id is not None:
@@ -927,7 +1030,9 @@ class ImageDiskDeviceMapping(dict):
927
1030
  @pulumi.getter
928
1031
  def device(self) -> Optional[str]:
929
1032
  """
930
- Specifies the name of a disk in the combined custom image. Value range: /dev/xvda to /dev/xvdz.
1033
+ The device name of disk N in the custom image. Valid values:
1034
+ - For disks other than basic disks, such as standard SSDs, ultra disks, and enhanced SSDs (ESSDs), the valid values range from /dev/vda to /dev/vdz in alphabetical order.
1035
+ - For basic disks, the valid values range from /dev/xvda to /dev/xvdz in alphabetical order.
931
1036
  """
932
1037
  return pulumi.get(self, "device")
933
1038
 
@@ -935,15 +1040,61 @@ class ImageDiskDeviceMapping(dict):
935
1040
  @pulumi.getter(name="diskType")
936
1041
  def disk_type(self) -> Optional[str]:
937
1042
  """
938
- Specifies the type of a disk in the combined custom image. If you specify this parameter, you can use a data disk snapshot as the data source of a system disk for creating an image. If it is not specified, the disk type is determined by the corresponding snapshot. Valid values: `system`, `data`,
1043
+ The type of disk N in the custom image. You can specify this parameter to create the system disk of the custom image from a data disk snapshot. If you do not specify this parameter, the disk type is determined by the corresponding snapshot. Valid values:
1044
+ - system: system disk. You can specify only one snapshot to use to create the system disk in the custom image.
1045
+ - data: data disk. You can specify up to 16 snapshots to use to create data disks in the custom image.
939
1046
  """
940
1047
  return pulumi.get(self, "disk_type")
941
1048
 
1049
+ @property
1050
+ @pulumi.getter
1051
+ def format(self) -> Optional[str]:
1052
+ """
1053
+ Image format.
1054
+ """
1055
+ return pulumi.get(self, "format")
1056
+
1057
+ @property
1058
+ @pulumi.getter(name="importOssBucket")
1059
+ def import_oss_bucket(self) -> Optional[str]:
1060
+ """
1061
+ Import the bucket of the OSS to which the image belongs.
1062
+ """
1063
+ return pulumi.get(self, "import_oss_bucket")
1064
+
1065
+ @property
1066
+ @pulumi.getter(name="importOssObject")
1067
+ def import_oss_object(self) -> Optional[str]:
1068
+ """
1069
+ Import the object of the OSS to which the image file belongs.
1070
+ """
1071
+ return pulumi.get(self, "import_oss_object")
1072
+
1073
+ @property
1074
+ @pulumi.getter
1075
+ def progress(self) -> Optional[str]:
1076
+ """
1077
+ Copy the progress of the task.
1078
+ """
1079
+ return pulumi.get(self, "progress")
1080
+
1081
+ @property
1082
+ @pulumi.getter(name="remainTime")
1083
+ def remain_time(self) -> Optional[int]:
1084
+ """
1085
+ For an image being replicated, return the remaining time of the replication task, in seconds.
1086
+ """
1087
+ return pulumi.get(self, "remain_time")
1088
+
942
1089
  @property
943
1090
  @pulumi.getter
944
1091
  def size(self) -> Optional[int]:
945
1092
  """
946
- Specifies the size of a disk in the combined custom image, in GiB. Value range: 5 to 2000.
1093
+ The size of disk N in the custom image. Unit: GiB. The valid values and default value of DiskDeviceMapping.N.Size vary based on the value of DiskDeviceMapping.N.SnapshotId.
1094
+ - If no corresponding snapshot IDs are specified in the value of DiskDeviceMapping.N.SnapshotId, DiskDeviceMapping.N.Size has the following valid values and default values:
1095
+ * For basic disks, the valid values range from 5 to 2000, and the default value is 5.
1096
+ * For other disks, the valid values range from 20 to 32768, and the default value is 20.
1097
+ - If a corresponding snapshot ID is specified in the value of DiskDeviceMapping.N.SnapshotId, the value of DiskDeviceMapping.N.Size must be greater than or equal to the size of the specified snapshot. The default value of DiskDeviceMapping.N.Size is the size of the specified snapshot.
947
1098
  """
948
1099
  return pulumi.get(self, "size")
949
1100
 
@@ -951,11 +1102,51 @@ class ImageDiskDeviceMapping(dict):
951
1102
  @pulumi.getter(name="snapshotId")
952
1103
  def snapshot_id(self) -> Optional[str]:
953
1104
  """
954
- Specifies a snapshot that is used to create a combined custom image.
1105
+ The ID of snapshot N to use to create the custom image. .
955
1106
  """
956
1107
  return pulumi.get(self, "snapshot_id")
957
1108
 
958
1109
 
1110
+ @pulumi.output_type
1111
+ class ImageFeatures(dict):
1112
+ @staticmethod
1113
+ def __key_warning(key: str):
1114
+ suggest = None
1115
+ if key == "nvmeSupport":
1116
+ suggest = "nvme_support"
1117
+
1118
+ if suggest:
1119
+ pulumi.log.warn(f"Key '{key}' not found in ImageFeatures. Access the value via the '{suggest}' property getter instead.")
1120
+
1121
+ def __getitem__(self, key: str) -> Any:
1122
+ ImageFeatures.__key_warning(key)
1123
+ return super().__getitem__(key)
1124
+
1125
+ def get(self, key: str, default = None) -> Any:
1126
+ ImageFeatures.__key_warning(key)
1127
+ return super().get(key, default)
1128
+
1129
+ def __init__(__self__, *,
1130
+ nvme_support: Optional[str] = None):
1131
+ """
1132
+ :param str nvme_support: Specifies whether to support the Non-Volatile Memory Express (NVMe) protocol. Valid values:
1133
+ - supported: The image supports NVMe. Instances created from this image also support NVMe.
1134
+ - unsupported: The image does not support NVMe. Instances created from this image do not support NVMe.
1135
+ """
1136
+ if nvme_support is not None:
1137
+ pulumi.set(__self__, "nvme_support", nvme_support)
1138
+
1139
+ @property
1140
+ @pulumi.getter(name="nvmeSupport")
1141
+ def nvme_support(self) -> Optional[str]:
1142
+ """
1143
+ Specifies whether to support the Non-Volatile Memory Express (NVMe) protocol. Valid values:
1144
+ - supported: The image supports NVMe. Instances created from this image also support NVMe.
1145
+ - unsupported: The image does not support NVMe. Instances created from this image do not support NVMe.
1146
+ """
1147
+ return pulumi.get(self, "nvme_support")
1148
+
1149
+
959
1150
  @pulumi.output_type
960
1151
  class ImageImportDiskDeviceMapping(dict):
961
1152
  @staticmethod
@@ -986,13 +1177,11 @@ class ImageImportDiskDeviceMapping(dict):
986
1177
  oss_bucket: Optional[str] = None,
987
1178
  oss_object: Optional[str] = None):
988
1179
  """
989
- :param str device: The name of disk N in the custom image.
990
- :param int disk_image_size: Resolution size. You must ensure that the system disk space ≥ file system space. Ranges: When n = 1, the system disk: 5 ~ 500GiB, When n = 2 ~ 17, that is, data disk: 5 ~ 1000GiB, When temporary is introduced, the system automatically detects the size, which is subject to the detection result.
991
- :param str format: Image format. Value range: When the `RAW`, `VHD`, `qcow2` is imported into the image, the system automatically detects the image format, whichever comes first.
992
- :param str oss_bucket: Save the exported OSS bucket.
993
- :param str oss_object: The file name of your OSS Object.
994
-
995
- > **NOTE:** The disk_device_mapping is a list and it's first item will be used to system disk and other items are used to data disks.
1180
+ :param str device: The device name of the disk.
1181
+ :param int disk_image_size: The size of the disk. Default value: `5`.
1182
+ :param str format: The format of the image. Valid values: `RAW`, `VHD`, `qcow2`.
1183
+ :param str oss_bucket: The OSS bucket where the image file is stored.
1184
+ :param str oss_object: The name (key) of the object that the uploaded image is stored as in the OSS bucket.
996
1185
  """
997
1186
  if device is not None:
998
1187
  pulumi.set(__self__, "device", device)
@@ -1009,7 +1198,7 @@ class ImageImportDiskDeviceMapping(dict):
1009
1198
  @pulumi.getter
1010
1199
  def device(self) -> Optional[str]:
1011
1200
  """
1012
- The name of disk N in the custom image.
1201
+ The device name of the disk.
1013
1202
  """
1014
1203
  return pulumi.get(self, "device")
1015
1204
 
@@ -1017,7 +1206,7 @@ class ImageImportDiskDeviceMapping(dict):
1017
1206
  @pulumi.getter(name="diskImageSize")
1018
1207
  def disk_image_size(self) -> Optional[int]:
1019
1208
  """
1020
- Resolution size. You must ensure that the system disk space ≥ file system space. Ranges: When n = 1, the system disk: 5 ~ 500GiB, When n = 2 ~ 17, that is, data disk: 5 ~ 1000GiB, When temporary is introduced, the system automatically detects the size, which is subject to the detection result.
1209
+ The size of the disk. Default value: `5`.
1021
1210
  """
1022
1211
  return pulumi.get(self, "disk_image_size")
1023
1212
 
@@ -1025,7 +1214,7 @@ class ImageImportDiskDeviceMapping(dict):
1025
1214
  @pulumi.getter
1026
1215
  def format(self) -> Optional[str]:
1027
1216
  """
1028
- Image format. Value range: When the `RAW`, `VHD`, `qcow2` is imported into the image, the system automatically detects the image format, whichever comes first.
1217
+ The format of the image. Valid values: `RAW`, `VHD`, `qcow2`.
1029
1218
  """
1030
1219
  return pulumi.get(self, "format")
1031
1220
 
@@ -1033,7 +1222,7 @@ class ImageImportDiskDeviceMapping(dict):
1033
1222
  @pulumi.getter(name="ossBucket")
1034
1223
  def oss_bucket(self) -> Optional[str]:
1035
1224
  """
1036
- Save the exported OSS bucket.
1225
+ The OSS bucket where the image file is stored.
1037
1226
  """
1038
1227
  return pulumi.get(self, "oss_bucket")
1039
1228
 
@@ -1041,9 +1230,7 @@ class ImageImportDiskDeviceMapping(dict):
1041
1230
  @pulumi.getter(name="ossObject")
1042
1231
  def oss_object(self) -> Optional[str]:
1043
1232
  """
1044
- The file name of your OSS Object.
1045
-
1046
- > **NOTE:** The disk_device_mapping is a list and it's first item will be used to system disk and other items are used to data disks.
1233
+ The name (key) of the object that the uploaded image is stored as in the OSS bucket.
1047
1234
  """
1048
1235
  return pulumi.get(self, "oss_object")
1049
1236
 
@@ -1103,6 +1290,11 @@ class InstanceDataDisk(dict):
1103
1290
  :param str kms_key_id: The KMS key ID corresponding to the Nth data disk.
1104
1291
  :param str name: The name of the data disk.
1105
1292
  :param str performance_level: The performance level of the ESSD used as data disk:
1293
+ - `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
1294
+ - `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
1295
+ - `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
1296
+ - `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
1297
+ Default to `PL1`.
1106
1298
  :param str snapshot_id: The snapshot ID used to initialize the data disk. If the size specified by snapshot is greater that the size of the disk, use the size specified by snapshot as the size of the data disk.
1107
1299
  """
1108
1300
  pulumi.set(__self__, "size", size)
@@ -1209,6 +1401,11 @@ class InstanceDataDisk(dict):
1209
1401
  def performance_level(self) -> Optional[str]:
1210
1402
  """
1211
1403
  The performance level of the ESSD used as data disk:
1404
+ - `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
1405
+ - `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
1406
+ - `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
1407
+ - `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
1408
+ Default to `PL1`.
1212
1409
  """
1213
1410
  return pulumi.get(self, "performance_level")
1214
1411
 
@@ -1221,6 +1418,42 @@ class InstanceDataDisk(dict):
1221
1418
  return pulumi.get(self, "snapshot_id")
1222
1419
 
1223
1420
 
1421
+ @pulumi.output_type
1422
+ class InstanceImageOptions(dict):
1423
+ @staticmethod
1424
+ def __key_warning(key: str):
1425
+ suggest = None
1426
+ if key == "loginAsNonRoot":
1427
+ suggest = "login_as_non_root"
1428
+
1429
+ if suggest:
1430
+ pulumi.log.warn(f"Key '{key}' not found in InstanceImageOptions. Access the value via the '{suggest}' property getter instead.")
1431
+
1432
+ def __getitem__(self, key: str) -> Any:
1433
+ InstanceImageOptions.__key_warning(key)
1434
+ return super().__getitem__(key)
1435
+
1436
+ def get(self, key: str, default = None) -> Any:
1437
+ InstanceImageOptions.__key_warning(key)
1438
+ return super().get(key, default)
1439
+
1440
+ def __init__(__self__, *,
1441
+ login_as_non_root: Optional[bool] = None):
1442
+ """
1443
+ :param bool login_as_non_root: Whether to allow the instance logging in with the ecs-user user.
1444
+ """
1445
+ if login_as_non_root is not None:
1446
+ pulumi.set(__self__, "login_as_non_root", login_as_non_root)
1447
+
1448
+ @property
1449
+ @pulumi.getter(name="loginAsNonRoot")
1450
+ def login_as_non_root(self) -> Optional[bool]:
1451
+ """
1452
+ Whether to allow the instance logging in with the ecs-user user.
1453
+ """
1454
+ return pulumi.get(self, "login_as_non_root")
1455
+
1456
+
1224
1457
  @pulumi.output_type
1225
1458
  class InstanceMaintenanceTime(dict):
1226
1459
  @staticmethod
@@ -1276,8 +1509,18 @@ class InstanceNetworkInterfaces(dict):
1276
1509
  @staticmethod
1277
1510
  def __key_warning(key: str):
1278
1511
  suggest = None
1279
- if key == "networkInterfaceId":
1512
+ if key == "networkCardIndex":
1513
+ suggest = "network_card_index"
1514
+ elif key == "networkInterfaceId":
1280
1515
  suggest = "network_interface_id"
1516
+ elif key == "networkInterfaceTrafficMode":
1517
+ suggest = "network_interface_traffic_mode"
1518
+ elif key == "queuePairNumber":
1519
+ suggest = "queue_pair_number"
1520
+ elif key == "securityGroupIds":
1521
+ suggest = "security_group_ids"
1522
+ elif key == "vswitchId":
1523
+ suggest = "vswitch_id"
1281
1524
 
1282
1525
  if suggest:
1283
1526
  pulumi.log.warn(f"Key '{key}' not found in InstanceNetworkInterfaces. Access the value via the '{suggest}' property getter instead.")
@@ -1291,21 +1534,85 @@ class InstanceNetworkInterfaces(dict):
1291
1534
  return super().get(key, default)
1292
1535
 
1293
1536
  def __init__(__self__, *,
1294
- network_interface_id: Optional[str] = None):
1295
- """
1296
- :param str network_interface_id: The ID of the secondary ENI.
1537
+ network_card_index: Optional[int] = None,
1538
+ network_interface_id: Optional[str] = None,
1539
+ network_interface_traffic_mode: Optional[str] = None,
1540
+ queue_pair_number: Optional[int] = None,
1541
+ security_group_ids: Optional[Sequence[str]] = None,
1542
+ vswitch_id: Optional[str] = None):
1297
1543
  """
1544
+ :param int network_card_index: The index of the network card for Secondary ENI.
1545
+ :param str network_interface_id: The ID of the Secondary ENI.
1546
+ :param str network_interface_traffic_mode: The communication mode of the Secondary ENI. Default value: `Standard`. Valid values:
1547
+ - `Standard`: Uses the TCP communication mode.
1548
+ - `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
1549
+ :param int queue_pair_number: The number of queues supported by the ERI.
1550
+ :param Sequence[str] security_group_ids: The ID of security group N to which to assign Secondary ENI N.
1551
+ :param str vswitch_id: The ID of the vSwitch to which to connect Secondary ENI N.
1552
+ """
1553
+ if network_card_index is not None:
1554
+ pulumi.set(__self__, "network_card_index", network_card_index)
1298
1555
  if network_interface_id is not None:
1299
1556
  pulumi.set(__self__, "network_interface_id", network_interface_id)
1557
+ if network_interface_traffic_mode is not None:
1558
+ pulumi.set(__self__, "network_interface_traffic_mode", network_interface_traffic_mode)
1559
+ if queue_pair_number is not None:
1560
+ pulumi.set(__self__, "queue_pair_number", queue_pair_number)
1561
+ if security_group_ids is not None:
1562
+ pulumi.set(__self__, "security_group_ids", security_group_ids)
1563
+ if vswitch_id is not None:
1564
+ pulumi.set(__self__, "vswitch_id", vswitch_id)
1565
+
1566
+ @property
1567
+ @pulumi.getter(name="networkCardIndex")
1568
+ def network_card_index(self) -> Optional[int]:
1569
+ """
1570
+ The index of the network card for Secondary ENI.
1571
+ """
1572
+ return pulumi.get(self, "network_card_index")
1300
1573
 
1301
1574
  @property
1302
1575
  @pulumi.getter(name="networkInterfaceId")
1303
1576
  def network_interface_id(self) -> Optional[str]:
1304
1577
  """
1305
- The ID of the secondary ENI.
1578
+ The ID of the Secondary ENI.
1306
1579
  """
1307
1580
  return pulumi.get(self, "network_interface_id")
1308
1581
 
1582
+ @property
1583
+ @pulumi.getter(name="networkInterfaceTrafficMode")
1584
+ def network_interface_traffic_mode(self) -> Optional[str]:
1585
+ """
1586
+ The communication mode of the Secondary ENI. Default value: `Standard`. Valid values:
1587
+ - `Standard`: Uses the TCP communication mode.
1588
+ - `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
1589
+ """
1590
+ return pulumi.get(self, "network_interface_traffic_mode")
1591
+
1592
+ @property
1593
+ @pulumi.getter(name="queuePairNumber")
1594
+ def queue_pair_number(self) -> Optional[int]:
1595
+ """
1596
+ The number of queues supported by the ERI.
1597
+ """
1598
+ return pulumi.get(self, "queue_pair_number")
1599
+
1600
+ @property
1601
+ @pulumi.getter(name="securityGroupIds")
1602
+ def security_group_ids(self) -> Optional[Sequence[str]]:
1603
+ """
1604
+ The ID of security group N to which to assign Secondary ENI N.
1605
+ """
1606
+ return pulumi.get(self, "security_group_ids")
1607
+
1608
+ @property
1609
+ @pulumi.getter(name="vswitchId")
1610
+ def vswitch_id(self) -> Optional[str]:
1611
+ """
1612
+ The ID of the vSwitch to which to connect Secondary ENI N.
1613
+ """
1614
+ return pulumi.get(self, "vswitch_id")
1615
+
1309
1616
 
1310
1617
  @pulumi.output_type
1311
1618
  class LaunchTemplateDataDisk(dict):
@@ -1334,6 +1641,7 @@ class LaunchTemplateDataDisk(dict):
1334
1641
  category: Optional[str] = None,
1335
1642
  delete_with_instance: Optional[bool] = None,
1336
1643
  description: Optional[str] = None,
1644
+ device: Optional[str] = None,
1337
1645
  encrypted: Optional[bool] = None,
1338
1646
  name: Optional[str] = None,
1339
1647
  performance_level: Optional[str] = None,
@@ -1370,6 +1678,8 @@ class LaunchTemplateDataDisk(dict):
1370
1678
  pulumi.set(__self__, "delete_with_instance", delete_with_instance)
1371
1679
  if description is not None:
1372
1680
  pulumi.set(__self__, "description", description)
1681
+ if device is not None:
1682
+ pulumi.set(__self__, "device", device)
1373
1683
  if encrypted is not None:
1374
1684
  pulumi.set(__self__, "encrypted", encrypted)
1375
1685
  if name is not None:
@@ -1414,6 +1724,11 @@ class LaunchTemplateDataDisk(dict):
1414
1724
  """
1415
1725
  return pulumi.get(self, "description")
1416
1726
 
1727
+ @property
1728
+ @pulumi.getter
1729
+ def device(self) -> Optional[str]:
1730
+ return pulumi.get(self, "device")
1731
+
1417
1732
  @property
1418
1733
  @pulumi.getter
1419
1734
  def encrypted(self) -> Optional[bool]:
@@ -1489,8 +1804,8 @@ class LaunchTemplateNetworkInterfaces(dict):
1489
1804
  security_group_id: Optional[str] = None,
1490
1805
  vswitch_id: Optional[str] = None):
1491
1806
  """
1492
- :param str description: The description of the data disk.
1493
- :param str name: The name of the data disk.
1807
+ :param str description: The ENI description.
1808
+ :param str name: ENI name.
1494
1809
  :param str primary_ip: The primary private IP address of the ENI.
1495
1810
  :param str security_group_id: The security group ID must be one in the same VPC.
1496
1811
  :param str vswitch_id: The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
@@ -1510,7 +1825,7 @@ class LaunchTemplateNetworkInterfaces(dict):
1510
1825
  @pulumi.getter
1511
1826
  def description(self) -> Optional[str]:
1512
1827
  """
1513
- The description of the data disk.
1828
+ The ENI description.
1514
1829
  """
1515
1830
  return pulumi.get(self, "description")
1516
1831
 
@@ -1518,7 +1833,7 @@ class LaunchTemplateNetworkInterfaces(dict):
1518
1833
  @pulumi.getter
1519
1834
  def name(self) -> Optional[str]:
1520
1835
  """
1521
- The name of the data disk.
1836
+ ENI name.
1522
1837
  """
1523
1838
  return pulumi.get(self, "name")
1524
1839
 
@@ -1589,11 +1904,11 @@ class LaunchTemplateSystemDisk(dict):
1589
1904
  :param bool delete_with_instance: Delete this data disk when the instance is destroyed. It only works on cloud, cloud_efficiency, cloud_ssd and cloud_essd disk. If the category of this data disk was ephemeral_ssd, please don't set this param.
1590
1905
 
1591
1906
  Default to true
1592
- :param str description: The description of the data disk.
1907
+ :param str description: Description of instance launch template version 1. It can be [2, 256] characters in length. It cannot start with "http://" or "https://". The default value is null.
1593
1908
  :param bool encrypted: Encrypted the data in this disk.
1594
1909
 
1595
1910
  Default to false
1596
- :param str name: The name of the data disk.
1911
+ :param str name: Instance launch template name. Can contain [2, 128] characters in length. It must start with an English letter or Chinese, can contain numbers, periods (.), colons (:), underscores (_), and hyphens (-). It cannot start with "http://" or "https://".
1597
1912
  :param int size: The size of the data disk.
1598
1913
  - cloud:[5, 2000]
1599
1914
  - cloud_efficiency:[20, 32768]
@@ -1647,7 +1962,7 @@ class LaunchTemplateSystemDisk(dict):
1647
1962
  @pulumi.getter
1648
1963
  def description(self) -> Optional[str]:
1649
1964
  """
1650
- The description of the data disk.
1965
+ Description of instance launch template version 1. It can be [2, 256] characters in length. It cannot start with "http://" or "https://". The default value is null.
1651
1966
  """
1652
1967
  return pulumi.get(self, "description")
1653
1968
 
@@ -1670,7 +1985,7 @@ class LaunchTemplateSystemDisk(dict):
1670
1985
  @pulumi.getter
1671
1986
  def name(self) -> Optional[str]:
1672
1987
  """
1673
- The name of the data disk.
1988
+ Instance launch template name. Can contain [2, 128] characters in length. It must start with an English letter or Chinese, can contain numbers, periods (.), colons (:), underscores (_), and hyphens (-). It cannot start with "http://" or "https://".
1674
1989
  """
1675
1990
  return pulumi.get(self, "name")
1676
1991
 
@@ -1729,6 +2044,44 @@ class ReservedInstanceOperationLock(dict):
1729
2044
  return pulumi.get(self, "lock_reason")
1730
2045
 
1731
2046
 
2047
+ @pulumi.output_type
2048
+ class SnapshotPolicyCopyEncryptionConfiguration(dict):
2049
+ @staticmethod
2050
+ def __key_warning(key: str):
2051
+ suggest = None
2052
+ if key == "kmsKeyId":
2053
+ suggest = "kms_key_id"
2054
+
2055
+ if suggest:
2056
+ pulumi.log.warn(f"Key '{key}' not found in SnapshotPolicyCopyEncryptionConfiguration. Access the value via the '{suggest}' property getter instead.")
2057
+
2058
+ def __getitem__(self, key: str) -> Any:
2059
+ SnapshotPolicyCopyEncryptionConfiguration.__key_warning(key)
2060
+ return super().__getitem__(key)
2061
+
2062
+ def get(self, key: str, default = None) -> Any:
2063
+ SnapshotPolicyCopyEncryptionConfiguration.__key_warning(key)
2064
+ return super().get(key, default)
2065
+
2066
+ def __init__(__self__, *,
2067
+ encrypted: Optional[bool] = None,
2068
+ kms_key_id: Optional[str] = None):
2069
+ if encrypted is not None:
2070
+ pulumi.set(__self__, "encrypted", encrypted)
2071
+ if kms_key_id is not None:
2072
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
2073
+
2074
+ @property
2075
+ @pulumi.getter
2076
+ def encrypted(self) -> Optional[bool]:
2077
+ return pulumi.get(self, "encrypted")
2078
+
2079
+ @property
2080
+ @pulumi.getter(name="kmsKeyId")
2081
+ def kms_key_id(self) -> Optional[str]:
2082
+ return pulumi.get(self, "kms_key_id")
2083
+
2084
+
1732
2085
  @pulumi.output_type
1733
2086
  class GetActivationsActivationResult(dict):
1734
2087
  def __init__(__self__, *,
@@ -1869,7 +2222,7 @@ class GetAutoSnapshotPoliciesPolicyResult(dict):
1869
2222
  repeat_weekdays: Sequence[str],
1870
2223
  retention_days: int,
1871
2224
  status: str,
1872
- tags: Mapping[str, Any],
2225
+ tags: Mapping[str, str],
1873
2226
  target_copy_regions: Sequence[str],
1874
2227
  time_points: Sequence[str],
1875
2228
  volume_nums: int):
@@ -1883,7 +2236,7 @@ class GetAutoSnapshotPoliciesPolicyResult(dict):
1883
2236
  :param Sequence[str] repeat_weekdays: The automatic snapshot repetition dates.
1884
2237
  :param int retention_days: The snapshot retention time, and the unit of measurement is day.
1885
2238
  :param str status: The status of Auto Snapshot Policy.
1886
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
2239
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
1887
2240
  :param Sequence[str] target_copy_regions: The destination region to which the snapshot is copied.
1888
2241
  :param Sequence[str] time_points: The automatic snapshot creation schedule, and the unit of measurement is hour.
1889
2242
  :param int volume_nums: The number of extended volumes on which this policy is enabled.
@@ -1976,7 +2329,7 @@ class GetAutoSnapshotPoliciesPolicyResult(dict):
1976
2329
 
1977
2330
  @property
1978
2331
  @pulumi.getter
1979
- def tags(self) -> Mapping[str, Any]:
2332
+ def tags(self) -> Mapping[str, str]:
1980
2333
  """
1981
2334
  A mapping of tags to assign to the resource.
1982
2335
  """
@@ -2027,7 +2380,7 @@ class GetCapacityReservationsReservationResult(dict):
2027
2380
  status: str,
2028
2381
  time_slot: str,
2029
2382
  zone_ids: Sequence[str],
2030
- tags: Optional[Mapping[str, Any]] = None):
2383
+ tags: Optional[Mapping[str, str]] = None):
2031
2384
  """
2032
2385
  :param str capacity_reservation_id: Capacity Reservation id
2033
2386
  :param str capacity_reservation_name: Capacity reservation service name.
@@ -2046,7 +2399,7 @@ class GetCapacityReservationsReservationResult(dict):
2046
2399
  :param str status: The status of the capacity reservation. value range `All`, `Pending`, `Preparing`, `Prepared`, `Active`, `Released`.
2047
2400
  :param str time_slot: This parameter is under test and is not yet open for use.
2048
2401
  :param Sequence[str] zone_ids: The ID of the zone in the region to which the capacity reservation service belongs. Currently, it is only supported to create a capacity reservation service in one zone.
2049
- :param Mapping[str, Any] tags: The tag of the resource.
2402
+ :param Mapping[str, str] tags: The tag of the resource.
2050
2403
  """
2051
2404
  pulumi.set(__self__, "capacity_reservation_id", capacity_reservation_id)
2052
2405
  pulumi.set(__self__, "capacity_reservation_name", capacity_reservation_name)
@@ -2206,7 +2559,7 @@ class GetCapacityReservationsReservationResult(dict):
2206
2559
 
2207
2560
  @property
2208
2561
  @pulumi.getter
2209
- def tags(self) -> Optional[Mapping[str, Any]]:
2562
+ def tags(self) -> Optional[Mapping[str, str]]:
2210
2563
  """
2211
2564
  The tag of the resource.
2212
2565
  """
@@ -2358,7 +2711,7 @@ class GetDedicatedHostsHostResult(dict):
2358
2711
  supported_custom_instance_type_families: Sequence[str],
2359
2712
  supported_instance_type_families: Sequence[str],
2360
2713
  supported_instance_types_lists: Sequence[str],
2361
- tags: Mapping[str, Any],
2714
+ tags: Mapping[str, str],
2362
2715
  zone_id: str):
2363
2716
  """
2364
2717
  :param str action_on_maintenance: The policy used to migrate the instances from the dedicated host when the dedicated host fails or needs to be repaired online.
@@ -2386,7 +2739,7 @@ class GetDedicatedHostsHostResult(dict):
2386
2739
  :param Sequence[str] supported_custom_instance_type_families: (Available in 1.123.1+) A custom instance type family supported by a dedicated host.
2387
2740
  :param Sequence[str] supported_instance_type_families: (Available in 1.123.1+) ECS instance type family supported by the dedicated host.
2388
2741
  :param Sequence[str] supported_instance_types_lists: The list of ECS instance
2389
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
2742
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
2390
2743
  :param str zone_id: The zone ID of the ECS Dedicated Host.
2391
2744
  """
2392
2745
  pulumi.set(__self__, "action_on_maintenance", action_on_maintenance)
@@ -2619,7 +2972,7 @@ class GetDedicatedHostsHostResult(dict):
2619
2972
 
2620
2973
  @property
2621
2974
  @pulumi.getter
2622
- def tags(self) -> Mapping[str, Any]:
2975
+ def tags(self) -> Mapping[str, str]:
2623
2976
  """
2624
2977
  A mapping of tags to assign to the resource.
2625
2978
  """
@@ -2825,6 +3178,7 @@ class GetDisksDiskResult(dict):
2825
3178
  enable_auto_snapshot: bool,
2826
3179
  enable_automated_snapshot_policy: bool,
2827
3180
  encrypted: str,
3181
+ expiration_time: str,
2828
3182
  expired_time: str,
2829
3183
  id: str,
2830
3184
  image_id: str,
@@ -2846,7 +3200,7 @@ class GetDisksDiskResult(dict):
2846
3200
  size: int,
2847
3201
  snapshot_id: str,
2848
3202
  status: str,
2849
- tags: Mapping[str, Any],
3203
+ tags: Mapping[str, str],
2850
3204
  type: str,
2851
3205
  zone_id: str):
2852
3206
  """
@@ -2857,6 +3211,7 @@ class GetDisksDiskResult(dict):
2857
3211
  :param str description: Disk description.
2858
3212
  :param str detached_time: Disk detachment time.
2859
3213
  :param str encrypted: Indicate whether the disk is encrypted or not. Possible values: `on` and `off`.
3214
+ :param str expiration_time: Disk expiration time.
2860
3215
  :param str id: ID of the disk.
2861
3216
  :param str image_id: ID of the image from which the disk is created. It is null unless the disk is created using an image.
2862
3217
  :param str instance_id: Filter the results by the specified ECS instance ID.
@@ -2866,8 +3221,7 @@ class GetDisksDiskResult(dict):
2866
3221
  :param int size: Disk size in GiB.
2867
3222
  :param str snapshot_id: Snapshot used to create the disk. It is null if no snapshot is used to create the disk.
2868
3223
  :param str status: Current status. Possible values: `In_use`, `Available`, `Attaching`, `Detaching`, `Creating` and `ReIniting`.
2869
- :param Mapping[str, Any] tags: A map of tags assigned to the disks. It must be in the format:
2870
- <!--Start PulumiCodeChooser -->
3224
+ :param Mapping[str, str] tags: A map of tags assigned to the disks. It must be in the format:
2871
3225
  ```python
2872
3226
  import pulumi
2873
3227
  import pulumi_alicloud as alicloud
@@ -2877,7 +3231,6 @@ class GetDisksDiskResult(dict):
2877
3231
  "tagKey2": "tagValue2",
2878
3232
  })
2879
3233
  ```
2880
- <!--End PulumiCodeChooser -->
2881
3234
  :param str type: Disk type. Possible values: `system` and `data`.
2882
3235
  """
2883
3236
  pulumi.set(__self__, "attached_time", attached_time)
@@ -2896,6 +3249,7 @@ class GetDisksDiskResult(dict):
2896
3249
  pulumi.set(__self__, "enable_auto_snapshot", enable_auto_snapshot)
2897
3250
  pulumi.set(__self__, "enable_automated_snapshot_policy", enable_automated_snapshot_policy)
2898
3251
  pulumi.set(__self__, "encrypted", encrypted)
3252
+ pulumi.set(__self__, "expiration_time", expiration_time)
2899
3253
  pulumi.set(__self__, "expired_time", expired_time)
2900
3254
  pulumi.set(__self__, "id", id)
2901
3255
  pulumi.set(__self__, "image_id", image_id)
@@ -3022,6 +3376,14 @@ class GetDisksDiskResult(dict):
3022
3376
  """
3023
3377
  return pulumi.get(self, "encrypted")
3024
3378
 
3379
+ @property
3380
+ @pulumi.getter(name="expirationTime")
3381
+ def expiration_time(self) -> str:
3382
+ """
3383
+ Disk expiration time.
3384
+ """
3385
+ return pulumi.get(self, "expiration_time")
3386
+
3025
3387
  @property
3026
3388
  @pulumi.getter(name="expiredTime")
3027
3389
  def expired_time(self) -> str:
@@ -3156,10 +3518,9 @@ class GetDisksDiskResult(dict):
3156
3518
 
3157
3519
  @property
3158
3520
  @pulumi.getter
3159
- def tags(self) -> Mapping[str, Any]:
3521
+ def tags(self) -> Mapping[str, str]:
3160
3522
  """
3161
3523
  A map of tags assigned to the disks. It must be in the format:
3162
- <!--Start PulumiCodeChooser -->
3163
3524
  ```python
3164
3525
  import pulumi
3165
3526
  import pulumi_alicloud as alicloud
@@ -3169,7 +3530,6 @@ class GetDisksDiskResult(dict):
3169
3530
  "tagKey2": "tagValue2",
3170
3531
  })
3171
3532
  ```
3172
- <!--End PulumiCodeChooser -->
3173
3533
  """
3174
3534
  return pulumi.get(self, "tags")
3175
3535
 
@@ -3258,7 +3618,7 @@ class GetEcsDedicatedHostClustersClusterResult(dict):
3258
3618
  description: str,
3259
3619
  id: str,
3260
3620
  resource_group_id: str,
3261
- tags: Mapping[str, Any],
3621
+ tags: Mapping[str, str],
3262
3622
  zone_id: str):
3263
3623
  """
3264
3624
  :param Sequence['GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityArgs'] dedicated_host_cluster_capacities: The capacity of the dedicated host cluster.
@@ -3268,7 +3628,7 @@ class GetEcsDedicatedHostClustersClusterResult(dict):
3268
3628
  :param str description: The description of the dedicated host cluster.
3269
3629
  :param str id: The ID of the Dedicated Host Cluster.
3270
3630
  :param str resource_group_id: The ID of the resource group to which the dedicated host cluster belongs.
3271
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
3631
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
3272
3632
  :param str zone_id: The zone ID of the dedicated host cluster.
3273
3633
  """
3274
3634
  pulumi.set(__self__, "dedicated_host_cluster_capacities", dedicated_host_cluster_capacities)
@@ -3339,7 +3699,7 @@ class GetEcsDedicatedHostClustersClusterResult(dict):
3339
3699
 
3340
3700
  @property
3341
3701
  @pulumi.getter
3342
- def tags(self) -> Mapping[str, Any]:
3702
+ def tags(self) -> Mapping[str, str]:
3343
3703
  """
3344
3704
  A mapping of tags to assign to the resource.
3345
3705
  """
@@ -3592,6 +3952,7 @@ class GetEcsDisksDiskResult(dict):
3592
3952
  enable_auto_snapshot: bool,
3593
3953
  enable_automated_snapshot_policy: bool,
3594
3954
  encrypted: str,
3955
+ expiration_time: str,
3595
3956
  expired_time: str,
3596
3957
  id: str,
3597
3958
  image_id: str,
@@ -3613,14 +3974,14 @@ class GetEcsDisksDiskResult(dict):
3613
3974
  size: int,
3614
3975
  snapshot_id: str,
3615
3976
  status: str,
3616
- tags: Mapping[str, Any],
3977
+ tags: Mapping[str, str],
3617
3978
  type: str,
3618
3979
  zone_id: str):
3619
3980
  """
3620
3981
  :param str attached_time: A mount of time.
3621
3982
  :param str auto_snapshot_policy_id: Query cloud disks based on the automatic snapshot policy ID.
3622
- :param str availability_zone: Availability zone of the disk.
3623
- :param str category: Disk category.
3983
+ :param str availability_zone: Field `availability_zone` has been deprecated from provider version 1.122.0. New field `zone_id` instead.
3984
+ :param str category: Disk category. Valid values: `cloud`, `cloud_efficiency`, `cloud_essd`, `cloud_ssd`, `ephemeral_ssd`, `cloud_auto`, `cloud_essd_entry`.
3624
3985
  :param str creation_time: Disk creation time.
3625
3986
  :param bool delete_auto_snapshot: Indicates whether the automatic snapshot is deleted when the disk is released.
3626
3987
  :param bool delete_with_instance: Indicates whether the disk is released together with the instance.
@@ -3629,29 +3990,35 @@ class GetEcsDisksDiskResult(dict):
3629
3990
  :param str device: The mount point of the disk.
3630
3991
  :param str disk_id: ID of the disk.
3631
3992
  :param str disk_name: The disk name.
3632
- :param str disk_type: The disk type.
3633
- :param bool enable_auto_snapshot: Whether the disk implements an automatic snapshot policy.
3634
- :param bool enable_automated_snapshot_policy: Whether the disk implements an automatic snapshot policy.
3635
- :param str encrypted: Indicate whether the disk is encrypted or not.
3993
+ :param str disk_type: The disk type. Valid values: `system`, `data`, `all`.
3994
+ :param bool enable_auto_snapshot: Indicates whether the automatic snapshot is deleted when the disk is released.
3995
+ :param bool enable_automated_snapshot_policy: Whether the cloud disk has an automatic snapshot policy
3996
+ :param str encrypted: Indicate whether the disk is encrypted or not. Valid values: `on` and `off`.
3997
+ :param str expiration_time: The time when the subscription disk expires.
3998
+ :param str expired_time: The time when the subscription disk expires.
3636
3999
  :param str id: ID of the disk.
3637
4000
  :param str image_id: ID of the image from which the disk is created. It is null unless the disk is created using an image.
3638
- :param str instance_id: The instance ID of the disk mount.
4001
+ :param str instance_id: Filter the results by the specified ECS instance ID.
4002
+ :param int iops: The maximum number of read and write operations per second.
4003
+ :param int iops_read: The maximum number of read operations per second.
4004
+ :param int iops_write: The maximum number of write operations per second.
3639
4005
  :param str kms_key_id: The kms key id.
3640
4006
  :param int mount_instance_num: Number of instances mounted on shared storage.
3641
4007
  :param Sequence['GetEcsDisksDiskMountInstanceArgs'] mount_instances: Disk mount instances.
3642
4008
  :param str name: Disk name.
3643
- :param str payment_type: Payment method for disk.
4009
+ :param Sequence['GetEcsDisksDiskOperationLockArgs'] operation_locks: The reasons why the disk was locked. See `operation_locks` below for details.
4010
+ :param str payment_type: Payment method for disk. Valid Values: `PayAsYouGo`, `Subscription`.
3644
4011
  :param str performance_level: Performance levels of ESSD cloud disk.
3645
- :param bool portable: Whether the disk is unmountable.
4012
+ :param bool portable: Whether the cloud disk or local disk supports uninstallation.
3646
4013
  :param str product_code: The product logo of the cloud market.
3647
4014
  :param str region_id: Region ID the disk belongs to.
3648
- :param str resource_group_id: The Id of resource group.
4015
+ :param str resource_group_id: The Id of resource group which the disk belongs.
3649
4016
  :param int size: Disk size in GiB.
3650
- :param str snapshot_id: Snapshot used to create the disk. It is null if no snapshot is used to create the disk.
3651
- :param str status: Current status.
3652
- :param Mapping[str, Any] tags: A map of tags assigned to the disk.
3653
- :param str type: Disk type.
3654
- :param str zone_id: The zone id.
4017
+ :param str snapshot_id: The source snapshot id.
4018
+ :param str status: The status of disk. Valid Values: `Attaching`, `Available`, `Creating`, `Detaching`, `In_use`, `Migrating`, `ReIniting`, `Transferring`.
4019
+ :param Mapping[str, str] tags: A map of tags assigned to the disks.
4020
+ :param str type: Field `type` has been deprecated from provider version 1.122.0. New field `disk_type` instead.
4021
+ :param str zone_id: ID of the free zone to which the disk belongs.
3655
4022
  """
3656
4023
  pulumi.set(__self__, "attached_time", attached_time)
3657
4024
  pulumi.set(__self__, "auto_snapshot_policy_id", auto_snapshot_policy_id)
@@ -3669,6 +4036,7 @@ class GetEcsDisksDiskResult(dict):
3669
4036
  pulumi.set(__self__, "enable_auto_snapshot", enable_auto_snapshot)
3670
4037
  pulumi.set(__self__, "enable_automated_snapshot_policy", enable_automated_snapshot_policy)
3671
4038
  pulumi.set(__self__, "encrypted", encrypted)
4039
+ pulumi.set(__self__, "expiration_time", expiration_time)
3672
4040
  pulumi.set(__self__, "expired_time", expired_time)
3673
4041
  pulumi.set(__self__, "id", id)
3674
4042
  pulumi.set(__self__, "image_id", image_id)
@@ -3714,7 +4082,7 @@ class GetEcsDisksDiskResult(dict):
3714
4082
  @pulumi.getter(name="availabilityZone")
3715
4083
  def availability_zone(self) -> str:
3716
4084
  """
3717
- Availability zone of the disk.
4085
+ Field `availability_zone` has been deprecated from provider version 1.122.0. New field `zone_id` instead.
3718
4086
  """
3719
4087
  return pulumi.get(self, "availability_zone")
3720
4088
 
@@ -3722,7 +4090,7 @@ class GetEcsDisksDiskResult(dict):
3722
4090
  @pulumi.getter
3723
4091
  def category(self) -> str:
3724
4092
  """
3725
- Disk category.
4093
+ Disk category. Valid values: `cloud`, `cloud_efficiency`, `cloud_essd`, `cloud_ssd`, `ephemeral_ssd`, `cloud_auto`, `cloud_essd_entry`.
3726
4094
  """
3727
4095
  return pulumi.get(self, "category")
3728
4096
 
@@ -3794,7 +4162,7 @@ class GetEcsDisksDiskResult(dict):
3794
4162
  @pulumi.getter(name="diskType")
3795
4163
  def disk_type(self) -> str:
3796
4164
  """
3797
- The disk type.
4165
+ The disk type. Valid values: `system`, `data`, `all`.
3798
4166
  """
3799
4167
  return pulumi.get(self, "disk_type")
3800
4168
 
@@ -3802,7 +4170,7 @@ class GetEcsDisksDiskResult(dict):
3802
4170
  @pulumi.getter(name="enableAutoSnapshot")
3803
4171
  def enable_auto_snapshot(self) -> bool:
3804
4172
  """
3805
- Whether the disk implements an automatic snapshot policy.
4173
+ Indicates whether the automatic snapshot is deleted when the disk is released.
3806
4174
  """
3807
4175
  return pulumi.get(self, "enable_auto_snapshot")
3808
4176
 
@@ -3810,7 +4178,7 @@ class GetEcsDisksDiskResult(dict):
3810
4178
  @pulumi.getter(name="enableAutomatedSnapshotPolicy")
3811
4179
  def enable_automated_snapshot_policy(self) -> bool:
3812
4180
  """
3813
- Whether the disk implements an automatic snapshot policy.
4181
+ Whether the cloud disk has an automatic snapshot policy
3814
4182
  """
3815
4183
  return pulumi.get(self, "enable_automated_snapshot_policy")
3816
4184
 
@@ -3818,13 +4186,24 @@ class GetEcsDisksDiskResult(dict):
3818
4186
  @pulumi.getter
3819
4187
  def encrypted(self) -> str:
3820
4188
  """
3821
- Indicate whether the disk is encrypted or not.
4189
+ Indicate whether the disk is encrypted or not. Valid values: `on` and `off`.
3822
4190
  """
3823
4191
  return pulumi.get(self, "encrypted")
3824
4192
 
4193
+ @property
4194
+ @pulumi.getter(name="expirationTime")
4195
+ def expiration_time(self) -> str:
4196
+ """
4197
+ The time when the subscription disk expires.
4198
+ """
4199
+ return pulumi.get(self, "expiration_time")
4200
+
3825
4201
  @property
3826
4202
  @pulumi.getter(name="expiredTime")
3827
4203
  def expired_time(self) -> str:
4204
+ """
4205
+ The time when the subscription disk expires.
4206
+ """
3828
4207
  return pulumi.get(self, "expired_time")
3829
4208
 
3830
4209
  @property
@@ -3847,23 +4226,32 @@ class GetEcsDisksDiskResult(dict):
3847
4226
  @pulumi.getter(name="instanceId")
3848
4227
  def instance_id(self) -> str:
3849
4228
  """
3850
- The instance ID of the disk mount.
4229
+ Filter the results by the specified ECS instance ID.
3851
4230
  """
3852
4231
  return pulumi.get(self, "instance_id")
3853
4232
 
3854
4233
  @property
3855
4234
  @pulumi.getter
3856
4235
  def iops(self) -> int:
4236
+ """
4237
+ The maximum number of read and write operations per second.
4238
+ """
3857
4239
  return pulumi.get(self, "iops")
3858
4240
 
3859
4241
  @property
3860
4242
  @pulumi.getter(name="iopsRead")
3861
4243
  def iops_read(self) -> int:
4244
+ """
4245
+ The maximum number of read operations per second.
4246
+ """
3862
4247
  return pulumi.get(self, "iops_read")
3863
4248
 
3864
4249
  @property
3865
4250
  @pulumi.getter(name="iopsWrite")
3866
4251
  def iops_write(self) -> int:
4252
+ """
4253
+ The maximum number of write operations per second.
4254
+ """
3867
4255
  return pulumi.get(self, "iops_write")
3868
4256
 
3869
4257
  @property
@@ -3901,13 +4289,16 @@ class GetEcsDisksDiskResult(dict):
3901
4289
  @property
3902
4290
  @pulumi.getter(name="operationLocks")
3903
4291
  def operation_locks(self) -> Sequence['outputs.GetEcsDisksDiskOperationLockResult']:
4292
+ """
4293
+ The reasons why the disk was locked. See `operation_locks` below for details.
4294
+ """
3904
4295
  return pulumi.get(self, "operation_locks")
3905
4296
 
3906
4297
  @property
3907
4298
  @pulumi.getter(name="paymentType")
3908
4299
  def payment_type(self) -> str:
3909
4300
  """
3910
- Payment method for disk.
4301
+ Payment method for disk. Valid Values: `PayAsYouGo`, `Subscription`.
3911
4302
  """
3912
4303
  return pulumi.get(self, "payment_type")
3913
4304
 
@@ -3923,7 +4314,7 @@ class GetEcsDisksDiskResult(dict):
3923
4314
  @pulumi.getter
3924
4315
  def portable(self) -> bool:
3925
4316
  """
3926
- Whether the disk is unmountable.
4317
+ Whether the cloud disk or local disk supports uninstallation.
3927
4318
  """
3928
4319
  return pulumi.get(self, "portable")
3929
4320
 
@@ -3947,7 +4338,7 @@ class GetEcsDisksDiskResult(dict):
3947
4338
  @pulumi.getter(name="resourceGroupId")
3948
4339
  def resource_group_id(self) -> str:
3949
4340
  """
3950
- The Id of resource group.
4341
+ The Id of resource group which the disk belongs.
3951
4342
  """
3952
4343
  return pulumi.get(self, "resource_group_id")
3953
4344
 
@@ -3963,7 +4354,7 @@ class GetEcsDisksDiskResult(dict):
3963
4354
  @pulumi.getter(name="snapshotId")
3964
4355
  def snapshot_id(self) -> str:
3965
4356
  """
3966
- Snapshot used to create the disk. It is null if no snapshot is used to create the disk.
4357
+ The source snapshot id.
3967
4358
  """
3968
4359
  return pulumi.get(self, "snapshot_id")
3969
4360
 
@@ -3971,15 +4362,15 @@ class GetEcsDisksDiskResult(dict):
3971
4362
  @pulumi.getter
3972
4363
  def status(self) -> str:
3973
4364
  """
3974
- Current status.
4365
+ The status of disk. Valid Values: `Attaching`, `Available`, `Creating`, `Detaching`, `In_use`, `Migrating`, `ReIniting`, `Transferring`.
3975
4366
  """
3976
4367
  return pulumi.get(self, "status")
3977
4368
 
3978
4369
  @property
3979
4370
  @pulumi.getter
3980
- def tags(self) -> Mapping[str, Any]:
4371
+ def tags(self) -> Mapping[str, str]:
3981
4372
  """
3982
- A map of tags assigned to the disk.
4373
+ A map of tags assigned to the disks.
3983
4374
  """
3984
4375
  return pulumi.get(self, "tags")
3985
4376
 
@@ -3987,7 +4378,7 @@ class GetEcsDisksDiskResult(dict):
3987
4378
  @pulumi.getter
3988
4379
  def type(self) -> str:
3989
4380
  """
3990
- Disk type.
4381
+ Field `type` has been deprecated from provider version 1.122.0. New field `disk_type` instead.
3991
4382
  """
3992
4383
  return pulumi.get(self, "type")
3993
4384
 
@@ -3995,7 +4386,7 @@ class GetEcsDisksDiskResult(dict):
3995
4386
  @pulumi.getter(name="zoneId")
3996
4387
  def zone_id(self) -> str:
3997
4388
  """
3998
- The zone id.
4389
+ ID of the free zone to which the disk belongs.
3999
4390
  """
4000
4391
  return pulumi.get(self, "zone_id")
4001
4392
 
@@ -4009,7 +4400,7 @@ class GetEcsDisksDiskMountInstanceResult(dict):
4009
4400
  """
4010
4401
  :param str attached_time: A mount of time.
4011
4402
  :param str device: The mount point of the disk.
4012
- :param str instance_id: The instance ID of the disk mount.
4403
+ :param str instance_id: Filter the results by the specified ECS instance ID.
4013
4404
  """
4014
4405
  pulumi.set(__self__, "attached_time", attached_time)
4015
4406
  pulumi.set(__self__, "device", device)
@@ -4035,7 +4426,7 @@ class GetEcsDisksDiskMountInstanceResult(dict):
4035
4426
  @pulumi.getter(name="instanceId")
4036
4427
  def instance_id(self) -> str:
4037
4428
  """
4038
- The instance ID of the disk mount.
4429
+ Filter the results by the specified ECS instance ID.
4039
4430
  """
4040
4431
  return pulumi.get(self, "instance_id")
4041
4432
 
@@ -4044,11 +4435,17 @@ class GetEcsDisksDiskMountInstanceResult(dict):
4044
4435
  class GetEcsDisksDiskOperationLockResult(dict):
4045
4436
  def __init__(__self__, *,
4046
4437
  lock_reason: str):
4438
+ """
4439
+ :param str lock_reason: The reason why the disk was locked.
4440
+ """
4047
4441
  pulumi.set(__self__, "lock_reason", lock_reason)
4048
4442
 
4049
4443
  @property
4050
4444
  @pulumi.getter(name="lockReason")
4051
4445
  def lock_reason(self) -> str:
4446
+ """
4447
+ The reason why the disk was locked.
4448
+ """
4052
4449
  return pulumi.get(self, "lock_reason")
4053
4450
 
4054
4451
 
@@ -4056,12 +4453,18 @@ class GetEcsDisksDiskOperationLockResult(dict):
4056
4453
  class GetEcsDisksOperationLockResult(dict):
4057
4454
  def __init__(__self__, *,
4058
4455
  lock_reason: Optional[str] = None):
4456
+ """
4457
+ :param str lock_reason: The reason why the disk was locked.
4458
+ """
4059
4459
  if lock_reason is not None:
4060
4460
  pulumi.set(__self__, "lock_reason", lock_reason)
4061
4461
 
4062
4462
  @property
4063
4463
  @pulumi.getter(name="lockReason")
4064
4464
  def lock_reason(self) -> Optional[str]:
4465
+ """
4466
+ The reason why the disk was locked.
4467
+ """
4065
4468
  return pulumi.get(self, "lock_reason")
4066
4469
 
4067
4470
 
@@ -4078,7 +4481,7 @@ class GetEcsImageComponentsComponentResult(dict):
4078
4481
  owner: str,
4079
4482
  resource_group_id: str,
4080
4483
  system_type: str,
4081
- tags: Mapping[str, Any]):
4484
+ tags: Mapping[str, str]):
4082
4485
  """
4083
4486
  :param str component_type: The type of the image component.
4084
4487
  :param str content: The content of the image component.
@@ -4090,7 +4493,7 @@ class GetEcsImageComponentsComponentResult(dict):
4090
4493
  :param str owner: The type of the image component.
4091
4494
  :param str resource_group_id: The ID of the resource group.
4092
4495
  :param str system_type: The operating system type supported by the image component.
4093
- :param Mapping[str, Any] tags: List of label key-value pairs.
4496
+ :param Mapping[str, str] tags: List of label key-value pairs.
4094
4497
  """
4095
4498
  pulumi.set(__self__, "component_type", component_type)
4096
4499
  pulumi.set(__self__, "content", content)
@@ -4186,7 +4589,7 @@ class GetEcsImageComponentsComponentResult(dict):
4186
4589
 
4187
4590
  @property
4188
4591
  @pulumi.getter
4189
- def tags(self) -> Mapping[str, Any]:
4592
+ def tags(self) -> Mapping[str, str]:
4190
4593
  """
4191
4594
  List of label key-value pairs.
4192
4595
  """
@@ -4213,7 +4616,7 @@ class GetEcsImagePipelinePipelineResult(dict):
4213
4616
  system_disk_size: int,
4214
4617
  to_region_ids: Sequence[str],
4215
4618
  vswitch_id: str,
4216
- tags: Optional[Mapping[str, Any]] = None):
4619
+ tags: Optional[Mapping[str, str]] = None):
4217
4620
  """
4218
4621
  :param Sequence[str] add_accounts: The IDs of Alibaba Cloud accounts to which the image was shared.
4219
4622
  :param str base_image: The source image.
@@ -4232,7 +4635,7 @@ class GetEcsImagePipelinePipelineResult(dict):
4232
4635
  :param int system_disk_size: The system disk size of the intermediate instance. Unit: `GiB`.
4233
4636
  :param Sequence[str] to_region_ids: The IDs of regions to which to distribute the created image.
4234
4637
  :param str vswitch_id: The vswitch id.
4235
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
4638
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
4236
4639
  """
4237
4640
  pulumi.set(__self__, "add_accounts", add_accounts)
4238
4641
  pulumi.set(__self__, "base_image", base_image)
@@ -4392,7 +4795,7 @@ class GetEcsImagePipelinePipelineResult(dict):
4392
4795
 
4393
4796
  @property
4394
4797
  @pulumi.getter
4395
- def tags(self) -> Optional[Mapping[str, Any]]:
4798
+ def tags(self) -> Optional[Mapping[str, str]]:
4396
4799
  """
4397
4800
  A mapping of tags to assign to the resource.
4398
4801
  """
@@ -4426,14 +4829,12 @@ class GetEcsInvocationsInvocationResult(dict):
4426
4829
  :param str frequency: The schedule on which the recurring execution of the command takes place. For information about the value specifications, see [Cron expression](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/cron-expression).
4427
4830
  :param str id: The ID of the Invocation.
4428
4831
  :param str invocation_id: The ID of the Invocation.
4429
- :param str invocation_status: The execution state on a single instance. Valid values: `Pending`, `Scheduled`, `Running`, `Success`, `Failed`, `Stopping`, `Stopped`, `PartialFailed`.
4832
+ :param str invocation_status: The overall execution state of the command. The value of this parameter depends on the execution states on all the involved instances.
4430
4833
  :param Sequence['GetEcsInvocationsInvocationInvokeInstanceArgs'] invoke_instances: Execute target instance set type.
4431
4834
  :param str invoke_status: The overall execution state of the command. **Note:** We recommend that you ignore this parameter and check the value of the `invocation_status` response parameter for the overall execution state.
4432
4835
  :param str parameters: The custom parameters in the command.
4433
4836
  :param str repeat_mode: Indicates the execution mode of the command.
4434
4837
  :param bool timed: Indicates whether the commands are to be automatically run.
4435
- * `error_code ` - The code that indicates why the command failed to be sent or run.
4436
- * `instance_invoke_status ` - **Note:** We recommend that you ignore this parameter and check the value of the `invocation_status` response parameter for the overall execution state.
4437
4838
  :param str username: The username that was used to run the command on the instance.
4438
4839
  """
4439
4840
  pulumi.set(__self__, "command_content", command_content)
@@ -4520,7 +4921,7 @@ class GetEcsInvocationsInvocationResult(dict):
4520
4921
  @pulumi.getter(name="invocationStatus")
4521
4922
  def invocation_status(self) -> str:
4522
4923
  """
4523
- The execution state on a single instance. Valid values: `Pending`, `Scheduled`, `Running`, `Success`, `Failed`, `Stopping`, `Stopped`, `PartialFailed`.
4924
+ The overall execution state of the command. The value of this parameter depends on the execution states on all the involved instances.
4524
4925
  """
4525
4926
  return pulumi.get(self, "invocation_status")
4526
4927
 
@@ -4561,8 +4962,6 @@ class GetEcsInvocationsInvocationResult(dict):
4561
4962
  def timed(self) -> bool:
4562
4963
  """
4563
4964
  Indicates whether the commands are to be automatically run.
4564
- * `error_code ` - The code that indicates why the command failed to be sent or run.
4565
- * `instance_invoke_status ` - **Note:** We recommend that you ignore this parameter and check the value of the `invocation_status` response parameter for the overall execution state.
4566
4965
  """
4567
4966
  return pulumi.get(self, "timed")
4568
4967
 
@@ -4752,14 +5151,14 @@ class GetEcsKeyPairsKeyPairResult(dict):
4752
5151
  key_name: str,
4753
5152
  key_pair_name: str,
4754
5153
  resource_group_id: str,
4755
- tags: Mapping[str, Any]):
5154
+ tags: Mapping[str, str]):
4756
5155
  """
4757
5156
  :param str finger_print: The finger print of the key pair.
4758
5157
  :param str id: The ID of the Key Pair.
4759
5158
  :param Sequence['GetEcsKeyPairsKeyPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
4760
5159
  :param str key_name: The Key Pair Name.
4761
- :param str resource_group_id: The Resource Group Id.
4762
- :param Mapping[str, Any] tags: The tags.
5160
+ :param str resource_group_id: The resource group Id.
5161
+ :param Mapping[str, str] tags: The tags.
4763
5162
  """
4764
5163
  pulumi.set(__self__, "finger_print", finger_print)
4765
5164
  pulumi.set(__self__, "id", id)
@@ -4810,13 +5209,13 @@ class GetEcsKeyPairsKeyPairResult(dict):
4810
5209
  @pulumi.getter(name="resourceGroupId")
4811
5210
  def resource_group_id(self) -> str:
4812
5211
  """
4813
- The Resource Group Id.
5212
+ The resource group Id.
4814
5213
  """
4815
5214
  return pulumi.get(self, "resource_group_id")
4816
5215
 
4817
5216
  @property
4818
5217
  @pulumi.getter
4819
- def tags(self) -> Mapping[str, Any]:
5218
+ def tags(self) -> Mapping[str, str]:
4820
5219
  """
4821
5220
  The tags.
4822
5221
  """
@@ -4845,7 +5244,7 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4845
5244
  :param str key_name: The Key Pair Name.
4846
5245
  :param str private_ip: The private IP address of the ECS instance.
4847
5246
  :param str public_ip: The public IP address or EIP of the ECS instance.
4848
- :param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
5247
+ :param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
4849
5248
  """
4850
5249
  pulumi.set(__self__, "availability_zone", availability_zone)
4851
5250
  pulumi.set(__self__, "description", description)
@@ -4937,7 +5336,7 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4937
5336
  @pulumi.getter(name="vswitchId")
4938
5337
  def vswitch_id(self) -> str:
4939
5338
  """
4940
- The ID of the VSwitch attached to the ECS instance.
5339
+ The ID of the vSwitch attached to the ECS instance.
4941
5340
  """
4942
5341
  return pulumi.get(self, "vswitch_id")
4943
5342
 
@@ -4951,14 +5350,14 @@ class GetEcsKeyPairsPairResult(dict):
4951
5350
  key_name: str,
4952
5351
  key_pair_name: str,
4953
5352
  resource_group_id: str,
4954
- tags: Mapping[str, Any]):
5353
+ tags: Mapping[str, str]):
4955
5354
  """
4956
5355
  :param str finger_print: The finger print of the key pair.
4957
5356
  :param str id: The ID of the Key Pair.
4958
5357
  :param Sequence['GetEcsKeyPairsPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
4959
5358
  :param str key_name: The Key Pair Name.
4960
5359
  :param str resource_group_id: The Resource Group Id.
4961
- :param Mapping[str, Any] tags: The tags.
5360
+ :param Mapping[str, str] tags: The tags.
4962
5361
  """
4963
5362
  pulumi.set(__self__, "finger_print", finger_print)
4964
5363
  pulumi.set(__self__, "id", id)
@@ -5015,7 +5414,7 @@ class GetEcsKeyPairsPairResult(dict):
5015
5414
 
5016
5415
  @property
5017
5416
  @pulumi.getter
5018
- def tags(self) -> Mapping[str, Any]:
5417
+ def tags(self) -> Mapping[str, str]:
5019
5418
  """
5020
5419
  The tags.
5021
5420
  """
@@ -5044,7 +5443,7 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5044
5443
  :param str key_name: The Key Pair Name.
5045
5444
  :param str private_ip: The private IP address of the ECS instance.
5046
5445
  :param str public_ip: The public IP address or EIP of the ECS instance.
5047
- :param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
5446
+ :param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
5048
5447
  """
5049
5448
  pulumi.set(__self__, "availability_zone", availability_zone)
5050
5449
  pulumi.set(__self__, "description", description)
@@ -5136,7 +5535,7 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5136
5535
  @pulumi.getter(name="vswitchId")
5137
5536
  def vswitch_id(self) -> str:
5138
5537
  """
5139
- The ID of the VSwitch attached to the ECS instance.
5538
+ The ID of the vSwitch attached to the ECS instance.
5140
5539
  """
5141
5540
  return pulumi.get(self, "vswitch_id")
5142
5541
 
@@ -5152,6 +5551,9 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5152
5551
  description: str,
5153
5552
  enable_vm_os_config: bool,
5154
5553
  host_name: str,
5554
+ http_endpoint: str,
5555
+ http_put_response_hop_limit: int,
5556
+ http_tokens: str,
5155
5557
  id: str,
5156
5558
  image_id: str,
5157
5559
  image_owner_alias: str,
@@ -5181,14 +5583,14 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5181
5583
  spot_price_limit: float,
5182
5584
  spot_strategy: str,
5183
5585
  system_disks: Sequence['outputs.GetEcsLaunchTemplatesTemplateSystemDiskResult'],
5184
- template_tags: Mapping[str, Any],
5586
+ template_tags: Mapping[str, str],
5185
5587
  user_data: str,
5186
5588
  version_description: str,
5187
5589
  vpc_id: str,
5188
5590
  vswitch_id: str,
5189
5591
  zone_id: str):
5190
5592
  """
5191
- :param str auto_release_time: Instance auto release time.
5593
+ :param str auto_release_time: (Optional) Instance auto release time.
5192
5594
  :param str created_by: CreatedBy.
5193
5595
  :param Sequence['GetEcsLaunchTemplatesTemplateDataDiskArgs'] data_disks: The list of data disks created with instance.
5194
5596
  :param int default_version_number: The Default Version Number.
@@ -5196,6 +5598,9 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5196
5598
  :param str description: System disk description.
5197
5599
  :param bool enable_vm_os_config: Whether to enable the instance operating system configuration.
5198
5600
  :param str host_name: Instance host name.
5601
+ :param str http_endpoint: Whether to enable access to instance metadata.
5602
+ :param int http_put_response_hop_limit: The HTTP PUT response hop limit required for instance metadata requests.
5603
+ :param str http_tokens: Whether to use the hardened mode (IMDSv2) when accessing instance metadata.
5199
5604
  :param str id: The ID of the Launch Template.
5200
5605
  :param str image_id: The Image Id.
5201
5606
  :param str image_owner_alias: Mirror source.
@@ -5225,7 +5630,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5225
5630
  :param float spot_price_limit: Sets the maximum hourly instance price.
5226
5631
  :param str spot_strategy: The spot strategy for a Pay-As-You-Go instance.
5227
5632
  :param Sequence['GetEcsLaunchTemplatesTemplateSystemDiskArgs'] system_disks: The System Disk.
5228
- :param Mapping[str, Any] template_tags: The template tags.
5633
+ :param Mapping[str, str] template_tags: The template tags.
5229
5634
  :param str user_data: The User Data.
5230
5635
  :param str version_description: The Version Description.
5231
5636
  :param str vpc_id: VpcId.
@@ -5240,6 +5645,9 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5240
5645
  pulumi.set(__self__, "description", description)
5241
5646
  pulumi.set(__self__, "enable_vm_os_config", enable_vm_os_config)
5242
5647
  pulumi.set(__self__, "host_name", host_name)
5648
+ pulumi.set(__self__, "http_endpoint", http_endpoint)
5649
+ pulumi.set(__self__, "http_put_response_hop_limit", http_put_response_hop_limit)
5650
+ pulumi.set(__self__, "http_tokens", http_tokens)
5243
5651
  pulumi.set(__self__, "id", id)
5244
5652
  pulumi.set(__self__, "image_id", image_id)
5245
5653
  pulumi.set(__self__, "image_owner_alias", image_owner_alias)
@@ -5280,7 +5688,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5280
5688
  @pulumi.getter(name="autoReleaseTime")
5281
5689
  def auto_release_time(self) -> str:
5282
5690
  """
5283
- Instance auto release time.
5691
+ (Optional) Instance auto release time.
5284
5692
  """
5285
5693
  return pulumi.get(self, "auto_release_time")
5286
5694
 
@@ -5340,6 +5748,30 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5340
5748
  """
5341
5749
  return pulumi.get(self, "host_name")
5342
5750
 
5751
+ @property
5752
+ @pulumi.getter(name="httpEndpoint")
5753
+ def http_endpoint(self) -> str:
5754
+ """
5755
+ Whether to enable access to instance metadata.
5756
+ """
5757
+ return pulumi.get(self, "http_endpoint")
5758
+
5759
+ @property
5760
+ @pulumi.getter(name="httpPutResponseHopLimit")
5761
+ def http_put_response_hop_limit(self) -> int:
5762
+ """
5763
+ The HTTP PUT response hop limit required for instance metadata requests.
5764
+ """
5765
+ return pulumi.get(self, "http_put_response_hop_limit")
5766
+
5767
+ @property
5768
+ @pulumi.getter(name="httpTokens")
5769
+ def http_tokens(self) -> str:
5770
+ """
5771
+ Whether to use the hardened mode (IMDSv2) when accessing instance metadata.
5772
+ """
5773
+ return pulumi.get(self, "http_tokens")
5774
+
5343
5775
  @property
5344
5776
  @pulumi.getter
5345
5777
  def id(self) -> str:
@@ -5574,7 +6006,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
5574
6006
 
5575
6007
  @property
5576
6008
  @pulumi.getter(name="templateTags")
5577
- def template_tags(self) -> Mapping[str, Any]:
6009
+ def template_tags(self) -> Mapping[str, str]:
5578
6010
  """
5579
6011
  The template tags.
5580
6012
  """
@@ -5954,6 +6386,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
5954
6386
  description: str,
5955
6387
  id: str,
5956
6388
  instance_id: str,
6389
+ ipv6_sets: Sequence[str],
5957
6390
  mac: str,
5958
6391
  name: str,
5959
6392
  network_interface_id: str,
@@ -5971,7 +6404,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
5971
6404
  service_id: int,
5972
6405
  service_managed: bool,
5973
6406
  status: str,
5974
- tags: Mapping[str, Any],
6407
+ tags: Mapping[str, str],
5975
6408
  type: str,
5976
6409
  vpc_id: str,
5977
6410
  vswitch_id: str,
@@ -5982,14 +6415,16 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
5982
6415
  :param str description: The description of the ENI.
5983
6416
  :param str id: The ID of the Network Interface.
5984
6417
  :param str instance_id: The instance id.
6418
+ :param Sequence[str] ipv6_sets: A list of IPv6 addresses that is assigned to the ENI. **NOTE:** Available since v1.228.0.
5985
6419
  :param str mac: The MAC address of the ENI.
5986
- :param str name: The network interface name.
6420
+ :param str name: Field `name` has been deprecated from provider version 1.123.1. New field `network_interface_name` instead
5987
6421
  :param str network_interface_id: The network interface id.
5988
6422
  :param str network_interface_name: The network interface name.
5989
6423
  :param str network_interface_traffic_mode: The communication mode of the elastic network card.
5990
6424
  :param str owner_id: The ID of the account to which the ENIC belongs.
5991
6425
  :param str primary_ip_address: The primary private IP address of the ENI.
5992
- :param str private_ip: The primary private IP address of the ENI.
6426
+ :param str private_ip: Field `private_ip` has been deprecated from provider version 1.123.1. New field `primary_ip_address` instead
6427
+ :param Sequence[str] private_ip_addresses: A list of secondary private IP address that is assigned to the ENI.
5993
6428
  :param Sequence[str] private_ips: A list of secondary private IP address that is assigned to the ENI.
5994
6429
  :param int queue_number: Number of network card queues.
5995
6430
  :param str resource_group_id: The resource group id.
@@ -5997,10 +6432,10 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
5997
6432
  :param Sequence[str] security_groups: The security groups.
5998
6433
  :param int service_id: The service id.
5999
6434
  :param bool service_managed: Whether the user of the elastic network card is a cloud product or a virtual vendor.
6000
- :param str status: The status of the ENI.
6001
- :param Mapping[str, Any] tags: The tags.
6002
- :param str type: The type of the ENI.
6003
- :param str vpc_id: The Vpc Id.
6435
+ :param str status: The status of ENI. Valid Values: `Attaching`, `Available`, `CreateFailed`, `Creating`, `Deleting`, `Detaching`, `InUse`, `Linked`, `Linking`, `Unlinking`.
6436
+ :param Mapping[str, str] tags: A map of tags assigned to ENIs.
6437
+ :param str type: The type of ENI. Valid Values: `Primary`, `Secondary`.
6438
+ :param str vpc_id: The vpc id.
6004
6439
  :param str vswitch_id: The vswitch id.
6005
6440
  :param str zone_id: The zone id.
6006
6441
  """
@@ -6009,6 +6444,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
6009
6444
  pulumi.set(__self__, "description", description)
6010
6445
  pulumi.set(__self__, "id", id)
6011
6446
  pulumi.set(__self__, "instance_id", instance_id)
6447
+ pulumi.set(__self__, "ipv6_sets", ipv6_sets)
6012
6448
  pulumi.set(__self__, "mac", mac)
6013
6449
  pulumi.set(__self__, "name", name)
6014
6450
  pulumi.set(__self__, "network_interface_id", network_interface_id)
@@ -6072,6 +6508,14 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
6072
6508
  """
6073
6509
  return pulumi.get(self, "instance_id")
6074
6510
 
6511
+ @property
6512
+ @pulumi.getter(name="ipv6Sets")
6513
+ def ipv6_sets(self) -> Sequence[str]:
6514
+ """
6515
+ A list of IPv6 addresses that is assigned to the ENI. **NOTE:** Available since v1.228.0.
6516
+ """
6517
+ return pulumi.get(self, "ipv6_sets")
6518
+
6075
6519
  @property
6076
6520
  @pulumi.getter
6077
6521
  def mac(self) -> str:
@@ -6084,7 +6528,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
6084
6528
  @pulumi.getter
6085
6529
  def name(self) -> str:
6086
6530
  """
6087
- The network interface name.
6531
+ Field `name` has been deprecated from provider version 1.123.1. New field `network_interface_name` instead
6088
6532
  """
6089
6533
  return pulumi.get(self, "name")
6090
6534
 
@@ -6132,13 +6576,16 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
6132
6576
  @pulumi.getter(name="privateIp")
6133
6577
  def private_ip(self) -> str:
6134
6578
  """
6135
- The primary private IP address of the ENI.
6579
+ Field `private_ip` has been deprecated from provider version 1.123.1. New field `primary_ip_address` instead
6136
6580
  """
6137
6581
  return pulumi.get(self, "private_ip")
6138
6582
 
6139
6583
  @property
6140
6584
  @pulumi.getter(name="privateIpAddresses")
6141
6585
  def private_ip_addresses(self) -> Sequence[str]:
6586
+ """
6587
+ A list of secondary private IP address that is assigned to the ENI.
6588
+ """
6142
6589
  return pulumi.get(self, "private_ip_addresses")
6143
6590
 
6144
6591
  @property
@@ -6201,15 +6648,15 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
6201
6648
  @pulumi.getter
6202
6649
  def status(self) -> str:
6203
6650
  """
6204
- The status of the ENI.
6651
+ The status of ENI. Valid Values: `Attaching`, `Available`, `CreateFailed`, `Creating`, `Deleting`, `Detaching`, `InUse`, `Linked`, `Linking`, `Unlinking`.
6205
6652
  """
6206
6653
  return pulumi.get(self, "status")
6207
6654
 
6208
6655
  @property
6209
6656
  @pulumi.getter
6210
- def tags(self) -> Mapping[str, Any]:
6657
+ def tags(self) -> Mapping[str, str]:
6211
6658
  """
6212
- The tags.
6659
+ A map of tags assigned to ENIs.
6213
6660
  """
6214
6661
  return pulumi.get(self, "tags")
6215
6662
 
@@ -6217,7 +6664,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
6217
6664
  @pulumi.getter
6218
6665
  def type(self) -> str:
6219
6666
  """
6220
- The type of the ENI.
6667
+ The type of ENI. Valid Values: `Primary`, `Secondary`.
6221
6668
  """
6222
6669
  return pulumi.get(self, "type")
6223
6670
 
@@ -6225,7 +6672,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
6225
6672
  @pulumi.getter(name="vpcId")
6226
6673
  def vpc_id(self) -> str:
6227
6674
  """
6228
- The Vpc Id.
6675
+ The vpc id.
6229
6676
  """
6230
6677
  return pulumi.get(self, "vpc_id")
6231
6678
 
@@ -6401,7 +6848,7 @@ class GetEcsSnapshotGroupsGroupResult(dict):
6401
6848
  snapshot_group_id: str,
6402
6849
  snapshot_group_name: str,
6403
6850
  status: str,
6404
- tags: Optional[Mapping[str, Any]] = None):
6851
+ tags: Optional[Mapping[str, str]] = None):
6405
6852
  """
6406
6853
  :param str description: The description of the snapshot-consistent group.
6407
6854
  :param str id: The ID of the Snapshot Group.
@@ -6410,7 +6857,7 @@ class GetEcsSnapshotGroupsGroupResult(dict):
6410
6857
  :param str snapshot_group_id: The first ID of the resource.
6411
6858
  :param str snapshot_group_name: The name of the snapshot-consistent group.
6412
6859
  :param str status: The status of the resource.
6413
- :param Mapping[str, Any] tags: List of label key-value pairs.
6860
+ :param Mapping[str, str] tags: List of label key-value pairs.
6414
6861
  """
6415
6862
  pulumi.set(__self__, "description", description)
6416
6863
  pulumi.set(__self__, "id", id)
@@ -6480,7 +6927,7 @@ class GetEcsSnapshotGroupsGroupResult(dict):
6480
6927
 
6481
6928
  @property
6482
6929
  @pulumi.getter
6483
- def tags(self) -> Optional[Mapping[str, Any]]:
6930
+ def tags(self) -> Optional[Mapping[str, str]]:
6484
6931
  """
6485
6932
  List of label key-value pairs.
6486
6933
  """
@@ -6513,7 +6960,7 @@ class GetEcsSnapshotsSnapshotResult(dict):
6513
6960
  source_disk_type: str,
6514
6961
  source_storage_type: str,
6515
6962
  status: str,
6516
- tags: Mapping[str, Any],
6963
+ tags: Mapping[str, str],
6517
6964
  type: str,
6518
6965
  usage: str):
6519
6966
  """
@@ -6537,7 +6984,7 @@ class GetEcsSnapshotsSnapshotResult(dict):
6537
6984
  :param str source_disk_type: Source disk attributes.
6538
6985
  :param str source_storage_type: Original disk type.
6539
6986
  :param str status: The status of the snapshot.
6540
- :param Mapping[str, Any] tags: The tags.
6987
+ :param Mapping[str, str] tags: The tags.
6541
6988
  :param str usage: A resource type that has a reference relationship.
6542
6989
  """
6543
6990
  pulumi.set(__self__, "category", category)
@@ -6744,7 +7191,7 @@ class GetEcsSnapshotsSnapshotResult(dict):
6744
7191
 
6745
7192
  @property
6746
7193
  @pulumi.getter
6747
- def tags(self) -> Mapping[str, Any]:
7194
+ def tags(self) -> Mapping[str, str]:
6748
7195
  """
6749
7196
  The tags.
6750
7197
  """
@@ -6914,7 +7361,7 @@ class GetEipAddressesAddressResult(dict):
6914
7361
  second_limited: bool,
6915
7362
  segment_instance_id: str,
6916
7363
  status: str,
6917
- tags: Mapping[str, Any]):
7364
+ tags: Mapping[str, str]):
6918
7365
  """
6919
7366
  :param str address_name: The name of the EIP.
6920
7367
  :param str allocation_id: The ID of the EIP.
@@ -6946,7 +7393,7 @@ class GetEipAddressesAddressResult(dict):
6946
7393
  :param bool second_limited: Indicates whether level-2 throttling is configured.
6947
7394
  :param str segment_instance_id: The IDs of the contiguous EIPs.
6948
7395
  :param str status: The status of the EIP.
6949
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
7396
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
6950
7397
  """
6951
7398
  pulumi.set(__self__, "address_name", address_name)
6952
7399
  pulumi.set(__self__, "allocation_id", allocation_id)
@@ -7222,7 +7669,7 @@ class GetEipAddressesAddressResult(dict):
7222
7669
 
7223
7670
  @property
7224
7671
  @pulumi.getter
7225
- def tags(self) -> Mapping[str, Any]:
7672
+ def tags(self) -> Mapping[str, str]:
7226
7673
  """
7227
7674
  A mapping of tags to assign to the resource.
7228
7675
  """
@@ -7248,8 +7695,8 @@ class GetEipAddressesEipResult(dict):
7248
7695
  :param str instance_id: The ID of the instance with which the EIP is associated.
7249
7696
  :param str instance_type: The type of the instance with which the EIP is associated.
7250
7697
  :param str internet_charge_type: The metering method of the EIP.
7251
- :param str ip_address: The IP address of the EIP.
7252
- :param str status: The status of the EIP.
7698
+ :param str ip_address: The eip address.
7699
+ :param str status: The status of the EIP. Valid values: `Associating`: The EIP is being associated. `Unassociating`: The EIP is being disassociated. `InUse`: The EIP is allocated. `Available`:The EIP is available.
7253
7700
  """
7254
7701
  pulumi.set(__self__, "bandwidth", bandwidth)
7255
7702
  pulumi.set(__self__, "creation_time", creation_time)
@@ -7318,7 +7765,7 @@ class GetEipAddressesEipResult(dict):
7318
7765
  @pulumi.getter(name="ipAddress")
7319
7766
  def ip_address(self) -> str:
7320
7767
  """
7321
- The IP address of the EIP.
7768
+ The eip address.
7322
7769
  """
7323
7770
  return pulumi.get(self, "ip_address")
7324
7771
 
@@ -7326,7 +7773,7 @@ class GetEipAddressesEipResult(dict):
7326
7773
  @pulumi.getter
7327
7774
  def status(self) -> str:
7328
7775
  """
7329
- The status of the EIP.
7776
+ The status of the EIP. Valid values: `Associating`: The EIP is being associated. `Unassociating`: The EIP is being disassociated. `InUse`: The EIP is allocated. `Available`:The EIP is available.
7330
7777
  """
7331
7778
  return pulumi.get(self, "status")
7332
7779
 
@@ -7364,7 +7811,7 @@ class GetEipsAddressResult(dict):
7364
7811
  second_limited: bool,
7365
7812
  segment_instance_id: str,
7366
7813
  status: str,
7367
- tags: Mapping[str, Any]):
7814
+ tags: Mapping[str, str]):
7368
7815
  """
7369
7816
  :param str bandwidth: EIP internet max bandwidth in Mbps.
7370
7817
  :param bool deletion_protection: (Optional, Available in v1.124.4+) Whether enable the deletion protection or not.
@@ -7375,7 +7822,7 @@ class GetEipsAddressResult(dict):
7375
7822
  :param str ip_address: Public IP Address of the the EIP.
7376
7823
  :param str resource_group_id: The Id of resource group which the eips belongs.
7377
7824
  :param str status: EIP status. Possible values are: `Associating`, `Unassociating`, `InUse` and `Available`.
7378
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
7825
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
7379
7826
  """
7380
7827
  pulumi.set(__self__, "address_name", address_name)
7381
7828
  pulumi.set(__self__, "allocation_id", allocation_id)
@@ -7588,7 +8035,7 @@ class GetEipsAddressResult(dict):
7588
8035
 
7589
8036
  @property
7590
8037
  @pulumi.getter
7591
- def tags(self) -> Mapping[str, Any]:
8038
+ def tags(self) -> Mapping[str, str]:
7592
8039
  """
7593
8040
  A mapping of tags to assign to the resource.
7594
8041
  """
@@ -7719,7 +8166,7 @@ class GetElasticityAssurancesAssuranceResult(dict):
7719
8166
  status: str,
7720
8167
  total_assurance_times: str,
7721
8168
  used_assurance_times: int,
7722
- tags: Optional[Mapping[str, Any]] = None):
8169
+ tags: Optional[Mapping[str, str]] = None):
7723
8170
  """
7724
8171
  :param Sequence['GetElasticityAssurancesAssuranceAllocatedResourceArgs'] allocated_resources: Details of resource allocation.
7725
8172
  :param str description: Description of flexible guarantee service.
@@ -7736,7 +8183,7 @@ class GetElasticityAssurancesAssuranceResult(dict):
7736
8183
  :param str status: The status of flexible guarantee services. Possible values: `All`, `Preparing`, `Prepared`, `Active`, `Released`.
7737
8184
  :param str total_assurance_times: The total number of flexible guarantee services.
7738
8185
  :param int used_assurance_times: This parameter is not yet available.
7739
- :param Mapping[str, Any] tags: The tag key-value pair information bound by the elastic guarantee service.
8186
+ :param Mapping[str, str] tags: The tag key-value pair information bound by the elastic guarantee service.
7740
8187
  """
7741
8188
  pulumi.set(__self__, "allocated_resources", allocated_resources)
7742
8189
  pulumi.set(__self__, "description", description)
@@ -7878,7 +8325,7 @@ class GetElasticityAssurancesAssuranceResult(dict):
7878
8325
 
7879
8326
  @property
7880
8327
  @pulumi.getter
7881
- def tags(self) -> Optional[Mapping[str, Any]]:
8328
+ def tags(self) -> Optional[Mapping[str, str]]:
7882
8329
  """
7883
8330
  The tag key-value pair information bound by the elastic guarantee service.
7884
8331
  """
@@ -8013,7 +8460,7 @@ class GetImagesImageResult(dict):
8013
8460
  state: str,
8014
8461
  status: str,
8015
8462
  usage: str,
8016
- tags: Optional[Mapping[str, Any]] = None):
8463
+ tags: Optional[Mapping[str, str]] = None):
8017
8464
  """
8018
8465
  :param str architecture: The image architecture. Valid values: `i386` and `x86_64`.
8019
8466
  :param str creation_time: Time of creation.
@@ -8031,9 +8478,15 @@ class GetImagesImageResult(dict):
8031
8478
  :param str product_code: Product code of the image on the image market.
8032
8479
  :param str progress: Progress of image creation, presented in percentages.
8033
8480
  :param int size: Size of the created disk.
8034
- :param str status: The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
8481
+ :param str status: The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
8482
+ * `Creating`: The image is being created.
8483
+ * `Waiting`: The image is waiting to be processed.
8484
+ * `Available`: The image is available.
8485
+ * `UnAvailable`: The image is unavailable.
8486
+ * `CreateFailed`: The image failed to be created.
8487
+ * `Deprecated`: The image is discontinued.
8035
8488
  :param str usage: Specifies whether to check the validity of the request without actually making the request. Valid values:
8036
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
8489
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
8037
8490
  """
8038
8491
  pulumi.set(__self__, "architecture", architecture)
8039
8492
  pulumi.set(__self__, "creation_time", creation_time)
@@ -8218,7 +8671,13 @@ class GetImagesImageResult(dict):
8218
8671
  @pulumi.getter
8219
8672
  def status(self) -> str:
8220
8673
  """
8221
- The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
8674
+ The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
8675
+ * `Creating`: The image is being created.
8676
+ * `Waiting`: The image is waiting to be processed.
8677
+ * `Available`: The image is available.
8678
+ * `UnAvailable`: The image is unavailable.
8679
+ * `CreateFailed`: The image failed to be created.
8680
+ * `Deprecated`: The image is discontinued.
8222
8681
  """
8223
8682
  return pulumi.get(self, "status")
8224
8683
 
@@ -8232,7 +8691,7 @@ class GetImagesImageResult(dict):
8232
8691
 
8233
8692
  @property
8234
8693
  @pulumi.getter
8235
- def tags(self) -> Optional[Mapping[str, Any]]:
8694
+ def tags(self) -> Optional[Mapping[str, str]]:
8236
8695
  """
8237
8696
  A mapping of tags to assign to the resource.
8238
8697
  """
@@ -8326,13 +8785,20 @@ class GetInstanceTypesInstanceTypeResult(dict):
8326
8785
  burstable_instance: 'outputs.GetInstanceTypesInstanceTypeBurstableInstanceResult',
8327
8786
  cpu_core_count: int,
8328
8787
  eni_amount: int,
8788
+ eni_ipv6_address_quantity: int,
8789
+ eni_private_ip_address_quantity: int,
8790
+ eni_quantity: int,
8329
8791
  family: str,
8330
8792
  gpu: 'outputs.GetInstanceTypesInstanceTypeGpuResult',
8331
8793
  id: str,
8332
8794
  local_storage: 'outputs.GetInstanceTypesInstanceTypeLocalStorageResult',
8795
+ maximum_queue_number_per_eni: int,
8333
8796
  memory_size: float,
8334
8797
  nvme_support: str,
8335
- price: str):
8798
+ price: str,
8799
+ primary_eni_queue_number: int,
8800
+ secondary_eni_queue_number: int,
8801
+ total_eni_queue_quantity: int):
8336
8802
  """
8337
8803
  :param Sequence[str] availability_zones: List of availability zones that support the instance type.
8338
8804
  :param 'GetInstanceTypesInstanceTypeBurstableInstanceArgs' burstable_instance: The burstable instance attribution:
@@ -8340,6 +8806,9 @@ class GetInstanceTypesInstanceTypeResult(dict):
8340
8806
  - baseline_credit: The compute performance benchmark CPU credit of a burstable instance.
8341
8807
  :param int cpu_core_count: Filter the results to a specific number of cpu cores.
8342
8808
  :param int eni_amount: Filter the result whose network interface number is no more than `eni_amount`.
8809
+ :param int eni_ipv6_address_quantity: (Available since v1.239.0) The maximum number of IPv6 addresses per ENI.
8810
+ :param int eni_private_ip_address_quantity: (Available since v1.239.0) The maximum number of IPv4 addresses per ENI.
8811
+ :param int eni_quantity: (Available since v1.239.0) The maximum number of ENIs per instance.
8343
8812
  :param str family: The instance type family.
8344
8813
  :param 'GetInstanceTypesInstanceTypeGpuArgs' gpu: The GPU attribution of an instance type:
8345
8814
  - amount: The amount of GPU of an instance type.
@@ -8349,22 +8818,34 @@ class GetInstanceTypesInstanceTypeResult(dict):
8349
8818
  - capacity: The capacity of a local storage in GB.
8350
8819
  - amount: The number of local storage devices that an instance has been attached to.
8351
8820
  - category: The category of local storage that an instance has been attached to.
8821
+ :param int maximum_queue_number_per_eni: (Available since v1.239.0) The maximum number of queues per ENI, including primary and secondary ENIs.
8352
8822
  :param float memory_size: Filter the results to a specific memory size in GB.
8353
8823
  :param str nvme_support: Indicates whether the cloud disk can be attached by using the nonvolatile memory express (NVMe) protocol. Valid values:
8354
8824
  - required: The cloud disk can be attached by using the NVMe protocol.
8355
8825
  - unsupported: The cloud disk cannot be attached by using the NVMe protocol.
8826
+ :param str price: The price of instance type.
8827
+ :param int primary_eni_queue_number: (Available since v1.239.0) The default number of queues per primary ENI.
8828
+ :param int secondary_eni_queue_number: (Available since v1.239.0) The default number of queues per secondary ENI.
8829
+ :param int total_eni_queue_quantity: (Available since v1.239.0) The maximum number of queues on ENIs that the instance type supports.
8356
8830
  """
8357
8831
  pulumi.set(__self__, "availability_zones", availability_zones)
8358
8832
  pulumi.set(__self__, "burstable_instance", burstable_instance)
8359
8833
  pulumi.set(__self__, "cpu_core_count", cpu_core_count)
8360
8834
  pulumi.set(__self__, "eni_amount", eni_amount)
8835
+ pulumi.set(__self__, "eni_ipv6_address_quantity", eni_ipv6_address_quantity)
8836
+ pulumi.set(__self__, "eni_private_ip_address_quantity", eni_private_ip_address_quantity)
8837
+ pulumi.set(__self__, "eni_quantity", eni_quantity)
8361
8838
  pulumi.set(__self__, "family", family)
8362
8839
  pulumi.set(__self__, "gpu", gpu)
8363
8840
  pulumi.set(__self__, "id", id)
8364
8841
  pulumi.set(__self__, "local_storage", local_storage)
8842
+ pulumi.set(__self__, "maximum_queue_number_per_eni", maximum_queue_number_per_eni)
8365
8843
  pulumi.set(__self__, "memory_size", memory_size)
8366
8844
  pulumi.set(__self__, "nvme_support", nvme_support)
8367
8845
  pulumi.set(__self__, "price", price)
8846
+ pulumi.set(__self__, "primary_eni_queue_number", primary_eni_queue_number)
8847
+ pulumi.set(__self__, "secondary_eni_queue_number", secondary_eni_queue_number)
8848
+ pulumi.set(__self__, "total_eni_queue_quantity", total_eni_queue_quantity)
8368
8849
 
8369
8850
  @property
8370
8851
  @pulumi.getter(name="availabilityZones")
@@ -8400,6 +8881,30 @@ class GetInstanceTypesInstanceTypeResult(dict):
8400
8881
  """
8401
8882
  return pulumi.get(self, "eni_amount")
8402
8883
 
8884
+ @property
8885
+ @pulumi.getter(name="eniIpv6AddressQuantity")
8886
+ def eni_ipv6_address_quantity(self) -> int:
8887
+ """
8888
+ (Available since v1.239.0) The maximum number of IPv6 addresses per ENI.
8889
+ """
8890
+ return pulumi.get(self, "eni_ipv6_address_quantity")
8891
+
8892
+ @property
8893
+ @pulumi.getter(name="eniPrivateIpAddressQuantity")
8894
+ def eni_private_ip_address_quantity(self) -> int:
8895
+ """
8896
+ (Available since v1.239.0) The maximum number of IPv4 addresses per ENI.
8897
+ """
8898
+ return pulumi.get(self, "eni_private_ip_address_quantity")
8899
+
8900
+ @property
8901
+ @pulumi.getter(name="eniQuantity")
8902
+ def eni_quantity(self) -> int:
8903
+ """
8904
+ (Available since v1.239.0) The maximum number of ENIs per instance.
8905
+ """
8906
+ return pulumi.get(self, "eni_quantity")
8907
+
8403
8908
  @property
8404
8909
  @pulumi.getter
8405
8910
  def family(self) -> str:
@@ -8437,6 +8942,14 @@ class GetInstanceTypesInstanceTypeResult(dict):
8437
8942
  """
8438
8943
  return pulumi.get(self, "local_storage")
8439
8944
 
8945
+ @property
8946
+ @pulumi.getter(name="maximumQueueNumberPerEni")
8947
+ def maximum_queue_number_per_eni(self) -> int:
8948
+ """
8949
+ (Available since v1.239.0) The maximum number of queues per ENI, including primary and secondary ENIs.
8950
+ """
8951
+ return pulumi.get(self, "maximum_queue_number_per_eni")
8952
+
8440
8953
  @property
8441
8954
  @pulumi.getter(name="memorySize")
8442
8955
  def memory_size(self) -> float:
@@ -8458,8 +8971,35 @@ class GetInstanceTypesInstanceTypeResult(dict):
8458
8971
  @property
8459
8972
  @pulumi.getter
8460
8973
  def price(self) -> str:
8974
+ """
8975
+ The price of instance type.
8976
+ """
8461
8977
  return pulumi.get(self, "price")
8462
8978
 
8979
+ @property
8980
+ @pulumi.getter(name="primaryEniQueueNumber")
8981
+ def primary_eni_queue_number(self) -> int:
8982
+ """
8983
+ (Available since v1.239.0) The default number of queues per primary ENI.
8984
+ """
8985
+ return pulumi.get(self, "primary_eni_queue_number")
8986
+
8987
+ @property
8988
+ @pulumi.getter(name="secondaryEniQueueNumber")
8989
+ def secondary_eni_queue_number(self) -> int:
8990
+ """
8991
+ (Available since v1.239.0) The default number of queues per secondary ENI.
8992
+ """
8993
+ return pulumi.get(self, "secondary_eni_queue_number")
8994
+
8995
+ @property
8996
+ @pulumi.getter(name="totalEniQueueQuantity")
8997
+ def total_eni_queue_quantity(self) -> int:
8998
+ """
8999
+ (Available since v1.239.0) The maximum number of queues on ENIs that the instance type supports.
9000
+ """
9001
+ return pulumi.get(self, "total_eni_queue_quantity")
9002
+
8463
9003
 
8464
9004
  @pulumi.output_type
8465
9005
  class GetInstanceTypesInstanceTypeBurstableInstanceResult(dict):
@@ -8551,7 +9091,7 @@ class GetInstancesInstanceResult(dict):
8551
9091
  status: str,
8552
9092
  vpc_id: str,
8553
9093
  vswitch_id: str,
8554
- tags: Optional[Mapping[str, Any]] = None):
9094
+ tags: Optional[Mapping[str, str]] = None):
8555
9095
  """
8556
9096
  :param str availability_zone: Availability zone where instances are located.
8557
9097
  :param str creation_time: Instance creation time.
@@ -8575,9 +9115,8 @@ class GetInstancesInstanceResult(dict):
8575
9115
  :param str spot_strategy: Spot strategy the instance is using.
8576
9116
  :param str status: Instance status. Valid values: "Creating", "Starting", "Running", "Stopping" and "Stopped". If undefined, all statuses are considered.
8577
9117
  :param str vpc_id: ID of the VPC linked to the instances.
8578
- :param str vswitch_id: ID of the VSwitch linked to the instances.
8579
- :param Mapping[str, Any] tags: A map of tags assigned to the ECS instances. It must be in the format:
8580
- <!--Start PulumiCodeChooser -->
9118
+ :param str vswitch_id: ID of the vSwitch linked to the instances.
9119
+ :param Mapping[str, str] tags: A map of tags assigned to the ECS instances. It must be in the format:
8581
9120
  ```python
8582
9121
  import pulumi
8583
9122
  import pulumi_alicloud as alicloud
@@ -8587,7 +9126,6 @@ class GetInstancesInstanceResult(dict):
8587
9126
  "tagKey2": "tagValue2",
8588
9127
  })
8589
9128
  ```
8590
- <!--End PulumiCodeChooser -->
8591
9129
  """
8592
9130
  pulumi.set(__self__, "availability_zone", availability_zone)
8593
9131
  pulumi.set(__self__, "creation_time", creation_time)
@@ -8795,16 +9333,15 @@ class GetInstancesInstanceResult(dict):
8795
9333
  @pulumi.getter(name="vswitchId")
8796
9334
  def vswitch_id(self) -> str:
8797
9335
  """
8798
- ID of the VSwitch linked to the instances.
9336
+ ID of the vSwitch linked to the instances.
8799
9337
  """
8800
9338
  return pulumi.get(self, "vswitch_id")
8801
9339
 
8802
9340
  @property
8803
9341
  @pulumi.getter
8804
- def tags(self) -> Optional[Mapping[str, Any]]:
9342
+ def tags(self) -> Optional[Mapping[str, str]]:
8805
9343
  """
8806
9344
  A map of tags assigned to the ECS instances. It must be in the format:
8807
- <!--Start PulumiCodeChooser -->
8808
9345
  ```python
8809
9346
  import pulumi
8810
9347
  import pulumi_alicloud as alicloud
@@ -8814,7 +9351,6 @@ class GetInstancesInstanceResult(dict):
8814
9351
  "tagKey2": "tagValue2",
8815
9352
  })
8816
9353
  ```
8817
- <!--End PulumiCodeChooser -->
8818
9354
  """
8819
9355
  return pulumi.get(self, "tags")
8820
9356
 
@@ -8901,14 +9437,14 @@ class GetKeyPairsKeyPairResult(dict):
8901
9437
  key_name: str,
8902
9438
  key_pair_name: str,
8903
9439
  resource_group_id: str,
8904
- tags: Mapping[str, Any]):
9440
+ tags: Mapping[str, str]):
8905
9441
  """
8906
9442
  :param str finger_print: A finger print used to retrieve specified key pair.
8907
9443
  :param str id: ID of the key pair.
8908
9444
  :param Sequence['GetKeyPairsKeyPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
8909
9445
  :param str key_name: Name of the key pair.
8910
9446
  :param str resource_group_id: The Id of resource group which the key pair belongs.
8911
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
9447
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
8912
9448
  """
8913
9449
  pulumi.set(__self__, "finger_print", finger_print)
8914
9450
  pulumi.set(__self__, "id", id)
@@ -8965,7 +9501,7 @@ class GetKeyPairsKeyPairResult(dict):
8965
9501
 
8966
9502
  @property
8967
9503
  @pulumi.getter
8968
- def tags(self) -> Mapping[str, Any]:
9504
+ def tags(self) -> Mapping[str, str]:
8969
9505
  """
8970
9506
  A mapping of tags to assign to the resource.
8971
9507
  """
@@ -8994,7 +9530,7 @@ class GetKeyPairsKeyPairInstanceResult(dict):
8994
9530
  :param str key_name: Name of the key pair.
8995
9531
  :param str private_ip: The private IP address of the ECS instance.
8996
9532
  :param str public_ip: The public IP address or EIP of the ECS instance.
8997
- :param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
9533
+ :param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
8998
9534
  """
8999
9535
  pulumi.set(__self__, "availability_zone", availability_zone)
9000
9536
  pulumi.set(__self__, "description", description)
@@ -9086,7 +9622,7 @@ class GetKeyPairsKeyPairInstanceResult(dict):
9086
9622
  @pulumi.getter(name="vswitchId")
9087
9623
  def vswitch_id(self) -> str:
9088
9624
  """
9089
- The ID of the VSwitch attached to the ECS instance.
9625
+ The ID of the vSwitch attached to the ECS instance.
9090
9626
  """
9091
9627
  return pulumi.get(self, "vswitch_id")
9092
9628
 
@@ -9100,14 +9636,14 @@ class GetKeyPairsPairResult(dict):
9100
9636
  key_name: str,
9101
9637
  key_pair_name: str,
9102
9638
  resource_group_id: str,
9103
- tags: Mapping[str, Any]):
9639
+ tags: Mapping[str, str]):
9104
9640
  """
9105
9641
  :param str finger_print: A finger print used to retrieve specified key pair.
9106
9642
  :param str id: ID of the key pair.
9107
9643
  :param Sequence['GetKeyPairsPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
9108
9644
  :param str key_name: Name of the key pair.
9109
9645
  :param str resource_group_id: The Id of resource group which the key pair belongs.
9110
- :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
9646
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
9111
9647
  """
9112
9648
  pulumi.set(__self__, "finger_print", finger_print)
9113
9649
  pulumi.set(__self__, "id", id)
@@ -9164,7 +9700,7 @@ class GetKeyPairsPairResult(dict):
9164
9700
 
9165
9701
  @property
9166
9702
  @pulumi.getter
9167
- def tags(self) -> Mapping[str, Any]:
9703
+ def tags(self) -> Mapping[str, str]:
9168
9704
  """
9169
9705
  A mapping of tags to assign to the resource.
9170
9706
  """
@@ -9193,7 +9729,7 @@ class GetKeyPairsPairInstanceResult(dict):
9193
9729
  :param str key_name: Name of the key pair.
9194
9730
  :param str private_ip: The private IP address of the ECS instance.
9195
9731
  :param str public_ip: The public IP address or EIP of the ECS instance.
9196
- :param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
9732
+ :param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
9197
9733
  """
9198
9734
  pulumi.set(__self__, "availability_zone", availability_zone)
9199
9735
  pulumi.set(__self__, "description", description)
@@ -9285,7 +9821,7 @@ class GetKeyPairsPairInstanceResult(dict):
9285
9821
  @pulumi.getter(name="vswitchId")
9286
9822
  def vswitch_id(self) -> str:
9287
9823
  """
9288
- The ID of the VSwitch attached to the ECS instance.
9824
+ The ID of the vSwitch attached to the ECS instance.
9289
9825
  """
9290
9826
  return pulumi.get(self, "vswitch_id")
9291
9827
 
@@ -9298,6 +9834,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
9298
9834
  description: str,
9299
9835
  id: str,
9300
9836
  instance_id: str,
9837
+ ipv6_sets: Sequence[str],
9301
9838
  mac: str,
9302
9839
  name: str,
9303
9840
  network_interface_id: str,
@@ -9315,7 +9852,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
9315
9852
  service_id: int,
9316
9853
  service_managed: bool,
9317
9854
  status: str,
9318
- tags: Mapping[str, Any],
9855
+ tags: Mapping[str, str],
9319
9856
  type: str,
9320
9857
  vpc_id: str,
9321
9858
  vswitch_id: str,
@@ -9332,9 +9869,9 @@ class GetNetworkInterfacesInterfaceResult(dict):
9332
9869
  :param str resource_group_id: The Id of resource group.
9333
9870
  :param Sequence[str] security_groups: A list of security group that the ENI belongs to.
9334
9871
  :param str status: Current status of the ENI.
9335
- :param Mapping[str, Any] tags: A map of tags assigned to the ENI.
9872
+ :param Mapping[str, str] tags: A map of tags assigned to the ENI.
9336
9873
  :param str vpc_id: ID of the VPC that the ENI belongs to.
9337
- :param str vswitch_id: ID of the VSwitch that the ENI is linked to.
9874
+ :param str vswitch_id: ID of the vSwitch that the ENI is linked to.
9338
9875
  :param str zone_id: ID of the availability zone that the ENI belongs to.
9339
9876
  """
9340
9877
  pulumi.set(__self__, "associated_public_ips", associated_public_ips)
@@ -9342,6 +9879,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
9342
9879
  pulumi.set(__self__, "description", description)
9343
9880
  pulumi.set(__self__, "id", id)
9344
9881
  pulumi.set(__self__, "instance_id", instance_id)
9882
+ pulumi.set(__self__, "ipv6_sets", ipv6_sets)
9345
9883
  pulumi.set(__self__, "mac", mac)
9346
9884
  pulumi.set(__self__, "name", name)
9347
9885
  pulumi.set(__self__, "network_interface_id", network_interface_id)
@@ -9402,6 +9940,11 @@ class GetNetworkInterfacesInterfaceResult(dict):
9402
9940
  """
9403
9941
  return pulumi.get(self, "instance_id")
9404
9942
 
9943
+ @property
9944
+ @pulumi.getter(name="ipv6Sets")
9945
+ def ipv6_sets(self) -> Sequence[str]:
9946
+ return pulumi.get(self, "ipv6_sets")
9947
+
9405
9948
  @property
9406
9949
  @pulumi.getter
9407
9950
  def mac(self) -> str:
@@ -9510,7 +10053,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
9510
10053
 
9511
10054
  @property
9512
10055
  @pulumi.getter
9513
- def tags(self) -> Mapping[str, Any]:
10056
+ def tags(self) -> Mapping[str, str]:
9514
10057
  """
9515
10058
  A map of tags assigned to the ENI.
9516
10059
  """
@@ -9533,7 +10076,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
9533
10076
  @pulumi.getter(name="vswitchId")
9534
10077
  def vswitch_id(self) -> str:
9535
10078
  """
9536
- ID of the VSwitch that the ENI is linked to.
10079
+ ID of the vSwitch that the ENI is linked to.
9537
10080
  """
9538
10081
  return pulumi.get(self, "vswitch_id")
9539
10082
 
@@ -9719,7 +10262,7 @@ class GetSecurityGroupsGroupResult(dict):
9719
10262
  resource_group_id: str,
9720
10263
  security_group_type: str,
9721
10264
  vpc_id: str,
9722
- tags: Optional[Mapping[str, Any]] = None):
10265
+ tags: Optional[Mapping[str, str]] = None):
9723
10266
  """
9724
10267
  :param str creation_time: Creation time of the security group.
9725
10268
  :param str description: The description of the security group.
@@ -9729,8 +10272,7 @@ class GetSecurityGroupsGroupResult(dict):
9729
10272
  :param str resource_group_id: The Id of resource group which the security_group belongs.
9730
10273
  :param str security_group_type: The type of the security group.
9731
10274
  :param str vpc_id: Used to retrieve security groups that belong to the specified VPC ID.
9732
- :param Mapping[str, Any] tags: A map of tags assigned to the ECS instances. It must be in the format:
9733
- <!--Start PulumiCodeChooser -->
10275
+ :param Mapping[str, str] tags: A map of tags assigned to the ECS instances. It must be in the format:
9734
10276
  ```python
9735
10277
  import pulumi
9736
10278
  import pulumi_alicloud as alicloud
@@ -9740,7 +10282,6 @@ class GetSecurityGroupsGroupResult(dict):
9740
10282
  "tagKey2": "tagValue2",
9741
10283
  })
9742
10284
  ```
9743
- <!--End PulumiCodeChooser -->
9744
10285
  """
9745
10286
  pulumi.set(__self__, "creation_time", creation_time)
9746
10287
  pulumi.set(__self__, "description", description)
@@ -9819,10 +10360,9 @@ class GetSecurityGroupsGroupResult(dict):
9819
10360
 
9820
10361
  @property
9821
10362
  @pulumi.getter
9822
- def tags(self) -> Optional[Mapping[str, Any]]:
10363
+ def tags(self) -> Optional[Mapping[str, str]]:
9823
10364
  """
9824
10365
  A map of tags assigned to the ECS instances. It must be in the format:
9825
- <!--Start PulumiCodeChooser -->
9826
10366
  ```python
9827
10367
  import pulumi
9828
10368
  import pulumi_alicloud as alicloud
@@ -9832,7 +10372,6 @@ class GetSecurityGroupsGroupResult(dict):
9832
10372
  "tagKey2": "tagValue2",
9833
10373
  })
9834
10374
  ```
9835
- <!--End PulumiCodeChooser -->
9836
10375
  """
9837
10376
  return pulumi.get(self, "tags")
9838
10377
 
@@ -9863,7 +10402,7 @@ class GetSnapshotsSnapshotResult(dict):
9863
10402
  source_disk_type: str,
9864
10403
  source_storage_type: str,
9865
10404
  status: str,
9866
- tags: Mapping[str, Any],
10405
+ tags: Mapping[str, str],
9867
10406
  type: str,
9868
10407
  usage: str):
9869
10408
  """
@@ -9880,7 +10419,7 @@ class GetSnapshotsSnapshotResult(dict):
9880
10419
  :param str source_disk_size: Size of the source disk, measured in GB.
9881
10420
  :param str source_disk_type: Source disk attribute. Value range: `System`,`Data`.
9882
10421
  :param str status: The snapshot status. Value range: `progressing`, `accomplished` and `failed`.
9883
- :param Mapping[str, Any] tags: A map of tags assigned to the snapshot.
10422
+ :param Mapping[str, str] tags: A map of tags assigned to the snapshot.
9884
10423
  :param str usage: Whether the snapshots are used to create resources or not. Value range: `image`, `disk`, `image_disk` and `none`.
9885
10424
  """
9886
10425
  pulumi.set(__self__, "category", category)
@@ -10066,7 +10605,7 @@ class GetSnapshotsSnapshotResult(dict):
10066
10605
 
10067
10606
  @property
10068
10607
  @pulumi.getter
10069
- def tags(self) -> Mapping[str, Any]:
10608
+ def tags(self) -> Mapping[str, str]:
10070
10609
  """
10071
10610
  A map of tags assigned to the snapshot.
10072
10611
  """