pulumi-alicloud 3.75.0a1741324537__py3-none-any.whl → 3.76.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (355) hide show
  1. pulumi_alicloud/__init__.py +501 -4
  2. pulumi_alicloud/_inputs.py +53 -0
  3. pulumi_alicloud/ackone/__init__.py +1 -0
  4. pulumi_alicloud/ackone/cluster.py +73 -8
  5. pulumi_alicloud/ackone/membership_attachment.py +223 -0
  6. pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
  7. pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
  8. pulumi_alicloud/alb/_inputs.py +217 -17
  9. pulumi_alicloud/alb/load_balancer.py +7 -35
  10. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
  11. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +69 -22
  12. pulumi_alicloud/alb/outputs.py +150 -12
  13. pulumi_alicloud/alb/server_group.py +199 -44
  14. pulumi_alicloud/aligreen/audit_callback.py +2 -2
  15. pulumi_alicloud/aligreen/biz_type.py +2 -2
  16. pulumi_alicloud/aligreen/callback.py +2 -2
  17. pulumi_alicloud/aligreen/image_lib.py +2 -2
  18. pulumi_alicloud/aligreen/keyword_lib.py +2 -2
  19. pulumi_alicloud/aligreen/oss_stock_task.py +77 -14
  20. pulumi_alicloud/alikafka/sasl_acl.py +7 -7
  21. pulumi_alicloud/apigateway/_inputs.py +134 -0
  22. pulumi_alicloud/apigateway/group.py +117 -5
  23. pulumi_alicloud/apigateway/instance.py +199 -11
  24. pulumi_alicloud/apigateway/outputs.py +107 -0
  25. pulumi_alicloud/arms/alert_contact.py +2 -2
  26. pulumi_alicloud/arms/alert_contact_group.py +2 -2
  27. pulumi_alicloud/arms/get_prometheus.py +2 -6
  28. pulumi_alicloud/arms/grafana_workspace.py +511 -69
  29. pulumi_alicloud/arms/outputs.py +18 -18
  30. pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
  31. pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
  32. pulumi_alicloud/cdn/domain_new.py +2 -2
  33. pulumi_alicloud/cen/_inputs.py +6 -3
  34. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
  35. pulumi_alicloud/cen/instance.py +101 -59
  36. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
  37. pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
  38. pulumi_alicloud/cen/outputs.py +69 -26
  39. pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
  40. pulumi_alicloud/cen/transit_router.py +127 -53
  41. pulumi_alicloud/cen/transit_router_cidr.py +53 -35
  42. pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
  43. pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
  44. pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
  45. pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
  46. pulumi_alicloud/cfg/aggregate_compliance_pack.py +6 -4
  47. pulumi_alicloud/cfg/aggregate_config_rule.py +6 -4
  48. pulumi_alicloud/cfg/aggregator.py +6 -4
  49. pulumi_alicloud/clickhouse/db_cluster.py +179 -6
  50. pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
  51. pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
  52. pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
  53. pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
  54. pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
  55. pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
  56. pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
  57. pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
  58. pulumi_alicloud/cloudcontrol/get_prices.py +2 -2
  59. pulumi_alicloud/cloudcontrol/get_products.py +2 -2
  60. pulumi_alicloud/cloudcontrol/get_resource_types.py +2 -2
  61. pulumi_alicloud/cloudcontrol/resource.py +2 -2
  62. pulumi_alicloud/cloudfirewall/__init__.py +2 -0
  63. pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +315 -0
  64. pulumi_alicloud/cloudfirewall/get_vpc_cen_tr_firewalls.py +569 -0
  65. pulumi_alicloud/cloudfirewall/outputs.py +362 -0
  66. pulumi_alicloud/cloudphone/__init__.py +12 -0
  67. pulumi_alicloud/cloudphone/_inputs.py +175 -0
  68. pulumi_alicloud/cloudphone/image.py +323 -0
  69. pulumi_alicloud/cloudphone/key_pair.py +294 -0
  70. pulumi_alicloud/cloudphone/outputs.py +138 -0
  71. pulumi_alicloud/cloudphone/policy.py +522 -0
  72. pulumi_alicloud/cloudphoneinstance/__init__.py +9 -0
  73. pulumi_alicloud/cloudphoneinstance/cloud_phone_instance.py +209 -0
  74. pulumi_alicloud/cloudphoneinstance/group.py +961 -0
  75. pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
  76. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  77. pulumi_alicloud/config/outputs.py +32 -0
  78. pulumi_alicloud/cs/__init__.py +1 -0
  79. pulumi_alicloud/cs/_inputs.py +9 -9
  80. pulumi_alicloud/cs/get_kubernetes_clusters.py +5 -4
  81. pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
  82. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +5 -4
  83. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +5 -4
  84. pulumi_alicloud/cs/managed_kubernetes.py +174 -59
  85. pulumi_alicloud/cs/node_pool.py +91 -63
  86. pulumi_alicloud/cs/outputs.py +1991 -213
  87. pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
  88. pulumi_alicloud/dataworks/data_source.py +2 -2
  89. pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
  90. pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
  91. pulumi_alicloud/dataworks/di_job.py +2 -2
  92. pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
  93. pulumi_alicloud/dataworks/network.py +2 -2
  94. pulumi_alicloud/dataworks/project.py +2 -2
  95. pulumi_alicloud/dataworks/project_member.py +2 -2
  96. pulumi_alicloud/dbs/backup_plan.py +2 -2
  97. pulumi_alicloud/ddos/bgp_policy.py +2 -2
  98. pulumi_alicloud/ddos/ddos_bgp_instance.py +0 -4
  99. pulumi_alicloud/dfs/vsc_mount_point.py +28 -28
  100. pulumi_alicloud/dns/ddos_bgp_instance.py +0 -4
  101. pulumi_alicloud/eais/__init__.py +2 -0
  102. pulumi_alicloud/eais/_inputs.py +75 -0
  103. pulumi_alicloud/eais/client_instance_attachment.py +408 -0
  104. pulumi_alicloud/eais/instance.py +365 -118
  105. pulumi_alicloud/eais/outputs.py +32 -0
  106. pulumi_alicloud/ebs/disk_replica_group.py +512 -30
  107. pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
  108. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
  109. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
  110. pulumi_alicloud/ebs/replica_group_drill.py +2 -2
  111. pulumi_alicloud/ebs/replica_pair_drill.py +2 -2
  112. pulumi_alicloud/ecp/instance.py +2 -2
  113. pulumi_alicloud/ecp/key_pair.py +4 -4
  114. pulumi_alicloud/ecs/_inputs.py +33 -0
  115. pulumi_alicloud/ecs/disk.py +1 -1
  116. pulumi_alicloud/ecs/ecs_deployment_set.py +89 -67
  117. pulumi_alicloud/ecs/ecs_disk.py +1 -1
  118. pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
  119. pulumi_alicloud/ecs/eip.py +1 -1
  120. pulumi_alicloud/ecs/eip_address.py +1 -1
  121. pulumi_alicloud/ecs/instance.py +44 -31
  122. pulumi_alicloud/ecs/outputs.py +26 -2
  123. pulumi_alicloud/eds/command.py +10 -2
  124. pulumi_alicloud/eflo/__init__.py +5 -0
  125. pulumi_alicloud/eflo/_inputs.py +1717 -0
  126. pulumi_alicloud/eflo/cluster.py +935 -0
  127. pulumi_alicloud/eflo/invocation.py +1114 -0
  128. pulumi_alicloud/eflo/node.py +1013 -0
  129. pulumi_alicloud/eflo/node_group.py +1101 -0
  130. pulumi_alicloud/eflo/outputs.py +1366 -0
  131. pulumi_alicloud/emrv2/__init__.py +1 -0
  132. pulumi_alicloud/emrv2/_inputs.py +47 -7
  133. pulumi_alicloud/emrv2/get_cluster_instances.py +537 -0
  134. pulumi_alicloud/emrv2/outputs.py +195 -5
  135. pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
  136. pulumi_alicloud/ens/image.py +81 -34
  137. pulumi_alicloud/ens/instance_security_group_attachment.py +8 -4
  138. pulumi_alicloud/ens/nat_gateway.py +6 -6
  139. pulumi_alicloud/ens/vswitch.py +36 -36
  140. pulumi_alicloud/esa/__init__.py +23 -0
  141. pulumi_alicloud/esa/_inputs.py +1068 -15
  142. pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
  143. pulumi_alicloud/esa/cache_rule.py +1419 -0
  144. pulumi_alicloud/esa/certificate.py +731 -0
  145. pulumi_alicloud/esa/client_ca_certificate.py +388 -0
  146. pulumi_alicloud/esa/client_certificate.py +452 -0
  147. pulumi_alicloud/esa/compression_rule.py +596 -0
  148. pulumi_alicloud/esa/edge_container_app.py +972 -0
  149. pulumi_alicloud/esa/edge_container_app_record.py +376 -0
  150. pulumi_alicloud/esa/get_sites.py +421 -0
  151. pulumi_alicloud/esa/http_request_header_modification_rule.py +58 -44
  152. pulumi_alicloud/esa/http_response_header_modification_rule.py +539 -0
  153. pulumi_alicloud/esa/https_application_configuration.py +939 -0
  154. pulumi_alicloud/esa/https_basic_configuration.py +1041 -0
  155. pulumi_alicloud/esa/image_transform.py +498 -0
  156. pulumi_alicloud/esa/kv_namespace.py +276 -0
  157. pulumi_alicloud/esa/list.py +30 -30
  158. pulumi_alicloud/esa/network_optimization.py +680 -0
  159. pulumi_alicloud/esa/origin_pool.py +485 -0
  160. pulumi_alicloud/esa/origin_rule.py +796 -0
  161. pulumi_alicloud/esa/outputs.py +959 -10
  162. pulumi_alicloud/esa/page.py +30 -51
  163. pulumi_alicloud/esa/rate_plan_instance.py +88 -161
  164. pulumi_alicloud/esa/record.py +2 -2
  165. pulumi_alicloud/esa/redirect_rule.py +748 -0
  166. pulumi_alicloud/esa/rewrite_url_rule.py +688 -0
  167. pulumi_alicloud/esa/site.py +276 -27
  168. pulumi_alicloud/esa/site_delivery_task.py +841 -0
  169. pulumi_alicloud/esa/waiting_room.py +1207 -0
  170. pulumi_alicloud/esa/waiting_room_event.py +1378 -0
  171. pulumi_alicloud/esa/waiting_room_rule.py +497 -0
  172. pulumi_alicloud/ess/_inputs.py +155 -0
  173. pulumi_alicloud/ess/outputs.py +128 -0
  174. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  175. pulumi_alicloud/ess/scaling_group.py +237 -2
  176. pulumi_alicloud/ess/scaling_rule.py +143 -2
  177. pulumi_alicloud/expressconnect/ec_failover_test_job.py +0 -2
  178. pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
  179. pulumi_alicloud/expressconnect/vbr_pconn_association.py +2 -2
  180. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  181. pulumi_alicloud/ga/get_basic_accelerators.py +31 -9
  182. pulumi_alicloud/ga/outputs.py +10 -4
  183. pulumi_alicloud/gpdb/db_resource_group.py +6 -6
  184. pulumi_alicloud/gpdb/external_data_service.py +6 -6
  185. pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
  186. pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
  187. pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
  188. pulumi_alicloud/gpdb/streaming_data_service.py +2 -2
  189. pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
  190. pulumi_alicloud/gpdb/streaming_job.py +2 -2
  191. pulumi_alicloud/hbr/policy.py +67 -6
  192. pulumi_alicloud/hbr/vault.py +210 -9
  193. pulumi_alicloud/ims/oidc_provider.py +24 -13
  194. pulumi_alicloud/kms/get_keys.py +10 -0
  195. pulumi_alicloud/kvstore/account.py +9 -9
  196. pulumi_alicloud/kvstore/connection.py +2 -2
  197. pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
  198. pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
  199. pulumi_alicloud/kvstore/instance.py +7 -7
  200. pulumi_alicloud/kvstore/outputs.py +2 -2
  201. pulumi_alicloud/live/caster.py +2 -2
  202. pulumi_alicloud/maxcompute/__init__.py +1 -0
  203. pulumi_alicloud/maxcompute/_inputs.py +232 -3
  204. pulumi_alicloud/maxcompute/outputs.py +183 -2
  205. pulumi_alicloud/maxcompute/project.py +2 -2
  206. pulumi_alicloud/maxcompute/quota.py +438 -0
  207. pulumi_alicloud/message/__init__.py +3 -0
  208. pulumi_alicloud/message/_inputs.py +149 -0
  209. pulumi_alicloud/message/outputs.py +112 -0
  210. pulumi_alicloud/message/service_endpoint.py +218 -0
  211. pulumi_alicloud/message/service_endpoint_acl.py +306 -0
  212. pulumi_alicloud/message/service_queue.py +49 -0
  213. pulumi_alicloud/message/service_subscription.py +91 -14
  214. pulumi_alicloud/mse/nacos_config.py +4 -0
  215. pulumi_alicloud/nas/mount_target.py +149 -54
  216. pulumi_alicloud/nlb/__init__.py +1 -0
  217. pulumi_alicloud/nlb/_inputs.py +157 -30
  218. pulumi_alicloud/nlb/listener.py +87 -20
  219. pulumi_alicloud/nlb/load_balancer.py +212 -24
  220. pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
  221. pulumi_alicloud/nlb/outputs.py +123 -20
  222. pulumi_alicloud/nlb/server_group.py +55 -20
  223. pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
  224. pulumi_alicloud/oss/__init__.py +1 -0
  225. pulumi_alicloud/oss/_inputs.py +20 -0
  226. pulumi_alicloud/oss/access_point.py +2 -2
  227. pulumi_alicloud/oss/bucket_cname.py +2 -2
  228. pulumi_alicloud/oss/bucket_cors.py +2 -2
  229. pulumi_alicloud/oss/bucket_style.py +402 -0
  230. pulumi_alicloud/oss/bucket_website.py +2 -2
  231. pulumi_alicloud/oss/outputs.py +14 -0
  232. pulumi_alicloud/ots/_inputs.py +3 -3
  233. pulumi_alicloud/ots/outputs.py +2 -2
  234. pulumi_alicloud/pai/service.py +59 -67
  235. pulumi_alicloud/pai/workspace_code_source.py +2 -2
  236. pulumi_alicloud/pai/workspace_dataset.py +2 -2
  237. pulumi_alicloud/pai/workspace_datasetversion.py +2 -4
  238. pulumi_alicloud/pai/workspace_experiment.py +2 -2
  239. pulumi_alicloud/pai/workspace_run.py +2 -2
  240. pulumi_alicloud/pai/workspace_workspace.py +2 -2
  241. pulumi_alicloud/polardb/cluster.py +75 -28
  242. pulumi_alicloud/privatelink/get_vpc_endpoints.py +21 -1
  243. pulumi_alicloud/privatelink/outputs.py +11 -0
  244. pulumi_alicloud/privatelink/vpc_endpoint.py +1 -1
  245. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
  246. pulumi_alicloud/pulumi-plugin.json +1 -1
  247. pulumi_alicloud/ram/__init__.py +3 -0
  248. pulumi_alicloud/ram/_inputs.py +9 -9
  249. pulumi_alicloud/ram/access_key.py +97 -35
  250. pulumi_alicloud/ram/account_alias.py +18 -45
  251. pulumi_alicloud/ram/get_system_policys.py +189 -0
  252. pulumi_alicloud/ram/group.py +156 -35
  253. pulumi_alicloud/ram/group_policy_attachment.py +51 -29
  254. pulumi_alicloud/ram/login_profile.py +92 -38
  255. pulumi_alicloud/ram/outputs.py +91 -6
  256. pulumi_alicloud/ram/password_policy.py +779 -0
  257. pulumi_alicloud/ram/policy.py +199 -88
  258. pulumi_alicloud/ram/role_policy_attachment.py +51 -29
  259. pulumi_alicloud/ram/saml_provider.py +44 -37
  260. pulumi_alicloud/ram/user.py +10 -2
  261. pulumi_alicloud/ram/user_group_attachment.py +273 -0
  262. pulumi_alicloud/ram/user_policy_attachment.py +49 -27
  263. pulumi_alicloud/rds/__init__.py +1 -0
  264. pulumi_alicloud/rds/custom_disk.py +1053 -0
  265. pulumi_alicloud/rds/instance.py +117 -14
  266. pulumi_alicloud/redis/tair_instance.py +14 -14
  267. pulumi_alicloud/resourcemanager/__init__.py +1 -0
  268. pulumi_alicloud/resourcemanager/_inputs.py +53 -0
  269. pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
  270. pulumi_alicloud/resourcemanager/outputs.py +50 -0
  271. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  272. pulumi_alicloud/rocketmq/__init__.py +1 -1
  273. pulumi_alicloud/rocketmq/_inputs.py +146 -4
  274. pulumi_alicloud/rocketmq/account.py +452 -0
  275. pulumi_alicloud/rocketmq/acl.py +473 -47
  276. pulumi_alicloud/rocketmq/client_user.py +8 -2
  277. pulumi_alicloud/rocketmq/consumer_group.py +121 -24
  278. pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
  279. pulumi_alicloud/rocketmq/outputs.py +113 -4
  280. pulumi_alicloud/rocketmq/qos.py +8 -2
  281. pulumi_alicloud/rocketmq/qos_car.py +10 -4
  282. pulumi_alicloud/rocketmq/qos_policy.py +6 -0
  283. pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
  284. pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
  285. pulumi_alicloud/rocketmq/snat_entry.py +8 -2
  286. pulumi_alicloud/sag/__init__.py +8 -0
  287. pulumi_alicloud/sag/acl.py +200 -0
  288. pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
  289. pulumi_alicloud/sag/client_user.py +560 -0
  290. pulumi_alicloud/sag/dnat_entry.py +512 -0
  291. pulumi_alicloud/sag/get_acls.py +2 -2
  292. pulumi_alicloud/sag/qos.py +202 -0
  293. pulumi_alicloud/sag/qos_car.py +654 -0
  294. pulumi_alicloud/sag/qos_policy.py +659 -0
  295. pulumi_alicloud/sag/snat_entry.py +313 -0
  296. pulumi_alicloud/securitycenter/group.py +2 -2
  297. pulumi_alicloud/selectdb/db_instance.py +60 -11
  298. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +7 -7
  299. pulumi_alicloud/simpleapplicationserver/outputs.py +3 -3
  300. pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
  301. pulumi_alicloud/sls/oss_export_sink.py +2 -2
  302. pulumi_alicloud/tag/__init__.py +1 -0
  303. pulumi_alicloud/tag/associated_rule.py +306 -0
  304. pulumi_alicloud/tag/policy.py +27 -36
  305. pulumi_alicloud/threatdetection/__init__.py +3 -0
  306. pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
  307. pulumi_alicloud/threatdetection/asset_bind.py +209 -0
  308. pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
  309. pulumi_alicloud/threatdetection/instance.py +271 -54
  310. pulumi_alicloud/threatdetection/log_meta.py +351 -0
  311. pulumi_alicloud/vpc/__init__.py +2 -0
  312. pulumi_alicloud/vpc/_inputs.py +281 -0
  313. pulumi_alicloud/vpc/common_bandwith_package.py +107 -44
  314. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  315. pulumi_alicloud/vpc/flow_log.py +184 -49
  316. pulumi_alicloud/vpc/forward_entry.py +8 -4
  317. pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
  318. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +38 -2
  319. pulumi_alicloud/vpc/get_forward_entries.py +2 -2
  320. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
  321. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
  322. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
  323. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
  324. pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
  325. pulumi_alicloud/vpc/get_ipsec_servers.py +14 -2
  326. pulumi_alicloud/vpc/get_nat_gateways.py +48 -2
  327. pulumi_alicloud/vpc/get_prefix_lists.py +11 -2
  328. pulumi_alicloud/vpc/get_snat_entries.py +5 -2
  329. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +14 -2
  330. pulumi_alicloud/vpc/ipam_ipam.py +2 -9
  331. pulumi_alicloud/vpc/ipam_ipam_pool.py +2 -30
  332. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +6 -16
  333. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +2 -2
  334. pulumi_alicloud/vpc/ipam_ipam_resource_discovery.py +489 -0
  335. pulumi_alicloud/vpc/ipam_ipam_scope.py +2 -9
  336. pulumi_alicloud/vpc/ipv6_address.py +85 -5
  337. pulumi_alicloud/vpc/nat_gateway.py +8 -0
  338. pulumi_alicloud/vpc/outputs.py +244 -2
  339. pulumi_alicloud/vpc/peer_connection.py +84 -42
  340. pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
  341. pulumi_alicloud/vpc/route_table.py +100 -45
  342. pulumi_alicloud/vpc/router_interface_connection.py +4 -4
  343. pulumi_alicloud/vpc/traffic_mirror_filter.py +2 -2
  344. pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
  345. pulumi_alicloud/vpn/_inputs.py +716 -71
  346. pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
  347. pulumi_alicloud/vpn/get_gateway_vco_routes.py +11 -2
  348. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +26 -60
  349. pulumi_alicloud/vpn/get_gateways.py +21 -1
  350. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  351. pulumi_alicloud/vpn/outputs.py +1982 -1006
  352. {pulumi_alicloud-3.75.0a1741324537.dist-info → pulumi_alicloud-3.76.0.dist-info}/METADATA +2 -2
  353. {pulumi_alicloud-3.75.0a1741324537.dist-info → pulumi_alicloud-3.76.0.dist-info}/RECORD +355 -278
  354. {pulumi_alicloud-3.75.0a1741324537.dist-info → pulumi_alicloud-3.76.0.dist-info}/WHEEL +1 -1
  355. {pulumi_alicloud-3.75.0a1741324537.dist-info → pulumi_alicloud-3.76.0.dist-info}/top_level.txt +0 -0
@@ -43,6 +43,7 @@ __all__ = [
43
43
  'ClusterNodeGroupSubscriptionConfig',
44
44
  'ClusterNodeGroupSystemDisk',
45
45
  'ClusterSubscriptionConfig',
46
+ 'GetClusterInstancesInstanceResult',
46
47
  'GetClustersClusterResult',
47
48
  'GetClustersClusterTagResult',
48
49
  ]
@@ -216,7 +217,7 @@ class ClusterBootstrapScript(dict):
216
217
  priority: Optional[int] = None):
217
218
  """
218
219
  :param str execution_fail_strategy: The bootstrap scripts execution fail strategy, ’FAILED_BLOCK’ or ‘FAILED_CONTINUE’ .
219
- :param str execution_moment: The bootstrap scripts execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ .
220
+ :param str execution_moment: The bootstrap scripts execution moment, ’BEFORE_INSTALL’, ‘AFTER_STARTED’ or ‘BEFORE_START’. The execution moment of BEFORE_START is available since v1.243.0.
220
221
  :param 'ClusterBootstrapScriptNodeSelectorArgs' node_selector: The bootstrap scripts execution target. See `node_selector` below.
221
222
  :param str script_args: The bootstrap script args, e.g. "--a=b".
222
223
  :param str script_name: The bootstrap script name.
@@ -244,7 +245,7 @@ class ClusterBootstrapScript(dict):
244
245
  @pulumi.getter(name="executionMoment")
245
246
  def execution_moment(self) -> str:
246
247
  """
247
- The bootstrap scripts execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ .
248
+ The bootstrap scripts execution moment, ’BEFORE_INSTALL’, ‘AFTER_STARTED’ or ‘BEFORE_START’. The execution moment of BEFORE_START is available since v1.243.0.
248
249
  """
249
250
  return pulumi.get(self, "execution_moment")
250
251
 
@@ -422,6 +423,10 @@ class ClusterNodeAttribute(dict):
422
423
  suggest = "data_disk_encrypted"
423
424
  elif key == "dataDiskKmsKeyId":
424
425
  suggest = "data_disk_kms_key_id"
426
+ elif key == "systemDiskEncrypted":
427
+ suggest = "system_disk_encrypted"
428
+ elif key == "systemDiskKmsKeyId":
429
+ suggest = "system_disk_kms_key_id"
425
430
 
426
431
  if suggest:
427
432
  pulumi.log.warn(f"Key '{key}' not found in ClusterNodeAttribute. Access the value via the '{suggest}' property getter instead.")
@@ -441,7 +446,9 @@ class ClusterNodeAttribute(dict):
441
446
  vpc_id: str,
442
447
  zone_id: str,
443
448
  data_disk_encrypted: Optional[bool] = None,
444
- data_disk_kms_key_id: Optional[str] = None):
449
+ data_disk_kms_key_id: Optional[str] = None,
450
+ system_disk_encrypted: Optional[bool] = None,
451
+ system_disk_kms_key_id: Optional[str] = None):
445
452
  """
446
453
  :param str key_pair_name: The name of the key pair.
447
454
  :param str ram_role: Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
@@ -450,6 +457,8 @@ class ClusterNodeAttribute(dict):
450
457
  :param str zone_id: Zone ID, e.g. cn-hangzhou-i
451
458
  :param bool data_disk_encrypted: Whether to enable data disk encryption.
452
459
  :param str data_disk_kms_key_id: The kms key id used to encrypt the data disk. It takes effect when data_disk_encrypted is true.
460
+ :param bool system_disk_encrypted: Whether to enable system disk encryption.
461
+ :param str system_disk_kms_key_id: The kms key id used to encrypt the system disk. It takes effect when system_disk_encrypted is true.
453
462
  """
454
463
  pulumi.set(__self__, "key_pair_name", key_pair_name)
455
464
  pulumi.set(__self__, "ram_role", ram_role)
@@ -460,6 +469,10 @@ class ClusterNodeAttribute(dict):
460
469
  pulumi.set(__self__, "data_disk_encrypted", data_disk_encrypted)
461
470
  if data_disk_kms_key_id is not None:
462
471
  pulumi.set(__self__, "data_disk_kms_key_id", data_disk_kms_key_id)
472
+ if system_disk_encrypted is not None:
473
+ pulumi.set(__self__, "system_disk_encrypted", system_disk_encrypted)
474
+ if system_disk_kms_key_id is not None:
475
+ pulumi.set(__self__, "system_disk_kms_key_id", system_disk_kms_key_id)
463
476
 
464
477
  @property
465
478
  @pulumi.getter(name="keyPairName")
@@ -517,6 +530,22 @@ class ClusterNodeAttribute(dict):
517
530
  """
518
531
  return pulumi.get(self, "data_disk_kms_key_id")
519
532
 
533
+ @property
534
+ @pulumi.getter(name="systemDiskEncrypted")
535
+ def system_disk_encrypted(self) -> Optional[bool]:
536
+ """
537
+ Whether to enable system disk encryption.
538
+ """
539
+ return pulumi.get(self, "system_disk_encrypted")
540
+
541
+ @property
542
+ @pulumi.getter(name="systemDiskKmsKeyId")
543
+ def system_disk_kms_key_id(self) -> Optional[str]:
544
+ """
545
+ The kms key id used to encrypt the system disk. It takes effect when system_disk_encrypted is true.
546
+ """
547
+ return pulumi.get(self, "system_disk_kms_key_id")
548
+
520
549
 
521
550
  @pulumi.output_type
522
551
  class ClusterNodeGroup(dict):
@@ -601,7 +630,7 @@ class ClusterNodeGroup(dict):
601
630
  :param Sequence[str] instance_types: Host Ecs instance types. **NOTE:** From version 1.236.0, `instance_types` can be modified.
602
631
  :param int node_count: Host Ecs number in this node group.
603
632
  :param str node_group_name: The node group name of emr cluster.
604
- :param str node_group_type: The node group type of emr cluster, supported value: MASTER, CORE or TASK. Node group type of GATEWAY is available since v1.219.0.
633
+ :param str node_group_type: The node group type of emr cluster, supported value: MASTER, CORE or TASK. Node group type of GATEWAY is available since v1.219.0. Node group type of MASTER-EXTEND is available since v1.243.0.
605
634
  :param 'ClusterNodeGroupSystemDiskArgs' system_disk: Host Ecs system disk information in this node group. See `system_disk` below.
606
635
  :param 'ClusterNodeGroupAckConfigArgs' ack_config: The node group of ack configuration for emr cluster to deploying on kubernetes. See `ack_config` below.
607
636
  :param Sequence[str] additional_security_group_ids: Additional security Group IDS for Cluster, you can also specify this key for each node group. **NOTE:** From version 1.236.0, `additional_security_group_ids` can be modified.
@@ -689,7 +718,7 @@ class ClusterNodeGroup(dict):
689
718
  @pulumi.getter(name="nodeGroupType")
690
719
  def node_group_type(self) -> str:
691
720
  """
692
- The node group type of emr cluster, supported value: MASTER, CORE or TASK. Node group type of GATEWAY is available since v1.219.0.
721
+ The node group type of emr cluster, supported value: MASTER, CORE or TASK. Node group type of GATEWAY is available since v1.219.0. Node group type of MASTER-EXTEND is available since v1.243.0.
693
722
  """
694
723
  return pulumi.get(self, "node_group_type")
695
724
 
@@ -2398,6 +2427,167 @@ class ClusterSubscriptionConfig(dict):
2398
2427
  return pulumi.get(self, "auto_renew_duration_unit")
2399
2428
 
2400
2429
 
2430
+ @pulumi.output_type
2431
+ class GetClusterInstancesInstanceResult(dict):
2432
+ def __init__(__self__, *,
2433
+ auto_renew: bool,
2434
+ auto_renew_duration: int,
2435
+ auto_renew_duration_unit: str,
2436
+ create_time: str,
2437
+ expire_time: str,
2438
+ instance_id: str,
2439
+ instance_name: str,
2440
+ instance_state: str,
2441
+ instance_type: str,
2442
+ node_group_id: str,
2443
+ node_group_type: str,
2444
+ private_ip: str,
2445
+ public_ip: str,
2446
+ zone_id: str):
2447
+ """
2448
+ :param bool auto_renew: The emr cluster node group whether auto renew when payment type is 'Subscription'.
2449
+ :param int auto_renew_duration: The emr cluster node group auto renew duration when payment type is 'Subscription'.
2450
+ :param str auto_renew_duration_unit: The emr cluster node group auto renew duration unit when payment type is 'Subscription'.
2451
+ :param str create_time: The creation time of the resource.
2452
+ :param str expire_time: The expire time of the resource.
2453
+ :param str instance_id: The emr cluster ecs instance ID.
2454
+ :param str instance_name: The emr cluster ecs instance name.
2455
+ :param str instance_state: The emr cluster ecs instance state.
2456
+ :param str instance_type: The emr cluster ecs instance type.
2457
+ :param str node_group_id: The emr cluster node group ID.
2458
+ :param str node_group_type: The emr cluster node group type.
2459
+ :param str private_ip: The emr cluster ecs instance private ip.
2460
+ :param str public_ip: The emr cluster ecs instance public ip.
2461
+ :param str zone_id: The emr cluster node group zone ID.
2462
+ """
2463
+ pulumi.set(__self__, "auto_renew", auto_renew)
2464
+ pulumi.set(__self__, "auto_renew_duration", auto_renew_duration)
2465
+ pulumi.set(__self__, "auto_renew_duration_unit", auto_renew_duration_unit)
2466
+ pulumi.set(__self__, "create_time", create_time)
2467
+ pulumi.set(__self__, "expire_time", expire_time)
2468
+ pulumi.set(__self__, "instance_id", instance_id)
2469
+ pulumi.set(__self__, "instance_name", instance_name)
2470
+ pulumi.set(__self__, "instance_state", instance_state)
2471
+ pulumi.set(__self__, "instance_type", instance_type)
2472
+ pulumi.set(__self__, "node_group_id", node_group_id)
2473
+ pulumi.set(__self__, "node_group_type", node_group_type)
2474
+ pulumi.set(__self__, "private_ip", private_ip)
2475
+ pulumi.set(__self__, "public_ip", public_ip)
2476
+ pulumi.set(__self__, "zone_id", zone_id)
2477
+
2478
+ @property
2479
+ @pulumi.getter(name="autoRenew")
2480
+ def auto_renew(self) -> bool:
2481
+ """
2482
+ The emr cluster node group whether auto renew when payment type is 'Subscription'.
2483
+ """
2484
+ return pulumi.get(self, "auto_renew")
2485
+
2486
+ @property
2487
+ @pulumi.getter(name="autoRenewDuration")
2488
+ def auto_renew_duration(self) -> int:
2489
+ """
2490
+ The emr cluster node group auto renew duration when payment type is 'Subscription'.
2491
+ """
2492
+ return pulumi.get(self, "auto_renew_duration")
2493
+
2494
+ @property
2495
+ @pulumi.getter(name="autoRenewDurationUnit")
2496
+ def auto_renew_duration_unit(self) -> str:
2497
+ """
2498
+ The emr cluster node group auto renew duration unit when payment type is 'Subscription'.
2499
+ """
2500
+ return pulumi.get(self, "auto_renew_duration_unit")
2501
+
2502
+ @property
2503
+ @pulumi.getter(name="createTime")
2504
+ def create_time(self) -> str:
2505
+ """
2506
+ The creation time of the resource.
2507
+ """
2508
+ return pulumi.get(self, "create_time")
2509
+
2510
+ @property
2511
+ @pulumi.getter(name="expireTime")
2512
+ def expire_time(self) -> str:
2513
+ """
2514
+ The expire time of the resource.
2515
+ """
2516
+ return pulumi.get(self, "expire_time")
2517
+
2518
+ @property
2519
+ @pulumi.getter(name="instanceId")
2520
+ def instance_id(self) -> str:
2521
+ """
2522
+ The emr cluster ecs instance ID.
2523
+ """
2524
+ return pulumi.get(self, "instance_id")
2525
+
2526
+ @property
2527
+ @pulumi.getter(name="instanceName")
2528
+ def instance_name(self) -> str:
2529
+ """
2530
+ The emr cluster ecs instance name.
2531
+ """
2532
+ return pulumi.get(self, "instance_name")
2533
+
2534
+ @property
2535
+ @pulumi.getter(name="instanceState")
2536
+ def instance_state(self) -> str:
2537
+ """
2538
+ The emr cluster ecs instance state.
2539
+ """
2540
+ return pulumi.get(self, "instance_state")
2541
+
2542
+ @property
2543
+ @pulumi.getter(name="instanceType")
2544
+ def instance_type(self) -> str:
2545
+ """
2546
+ The emr cluster ecs instance type.
2547
+ """
2548
+ return pulumi.get(self, "instance_type")
2549
+
2550
+ @property
2551
+ @pulumi.getter(name="nodeGroupId")
2552
+ def node_group_id(self) -> str:
2553
+ """
2554
+ The emr cluster node group ID.
2555
+ """
2556
+ return pulumi.get(self, "node_group_id")
2557
+
2558
+ @property
2559
+ @pulumi.getter(name="nodeGroupType")
2560
+ def node_group_type(self) -> str:
2561
+ """
2562
+ The emr cluster node group type.
2563
+ """
2564
+ return pulumi.get(self, "node_group_type")
2565
+
2566
+ @property
2567
+ @pulumi.getter(name="privateIp")
2568
+ def private_ip(self) -> str:
2569
+ """
2570
+ The emr cluster ecs instance private ip.
2571
+ """
2572
+ return pulumi.get(self, "private_ip")
2573
+
2574
+ @property
2575
+ @pulumi.getter(name="publicIp")
2576
+ def public_ip(self) -> str:
2577
+ """
2578
+ The emr cluster ecs instance public ip.
2579
+ """
2580
+ return pulumi.get(self, "public_ip")
2581
+
2582
+ @property
2583
+ @pulumi.getter(name="zoneId")
2584
+ def zone_id(self) -> str:
2585
+ """
2586
+ The emr cluster node group zone ID.
2587
+ """
2588
+ return pulumi.get(self, "zone_id")
2589
+
2590
+
2401
2591
  @pulumi.output_type
2402
2592
  class GetClustersClusterResult(dict):
2403
2593
  def __init__(__self__, *,
@@ -213,7 +213,7 @@ class EipInstanceAttachment(pulumi.CustomResource):
213
213
 
214
214
  Bind an EIP to an instance.
215
215
 
216
- For information about Ens Eip Instance Attachment and how to use it, see [What is Eip Instance Attachment](https://www.alibabacloud.com/help/en/).
216
+ For information about Ens Eip Instance Attachment and how to use it, see [What is Eip Instance Attachment](https://www.alibabacloud.com/help/en/ens/developer-reference/api-ens-2017-11-10-associateenseipaddress).
217
217
 
218
218
  > **NOTE:** Available since v1.227.0.
219
219
 
@@ -296,7 +296,7 @@ class EipInstanceAttachment(pulumi.CustomResource):
296
296
 
297
297
  Bind an EIP to an instance.
298
298
 
299
- For information about Ens Eip Instance Attachment and how to use it, see [What is Eip Instance Attachment](https://www.alibabacloud.com/help/en/).
299
+ For information about Ens Eip Instance Attachment and how to use it, see [What is Eip Instance Attachment](https://www.alibabacloud.com/help/en/ens/developer-reference/api-ens-2017-11-10-associateenseipaddress).
300
300
 
301
301
  > **NOTE:** Available since v1.227.0.
302
302
 
@@ -21,24 +21,28 @@ class ImageArgs:
21
21
  def __init__(__self__, *,
22
22
  image_name: pulumi.Input[str],
23
23
  delete_after_image_upload: Optional[pulumi.Input[str]] = None,
24
- instance_id: Optional[pulumi.Input[str]] = None):
24
+ instance_id: Optional[pulumi.Input[str]] = None,
25
+ target_oss_region_id: Optional[pulumi.Input[str]] = None):
25
26
  """
26
27
  The set of arguments for constructing a Image resource.
27
- :param pulumi.Input[str] image_name: Image Name.
28
- :param pulumi.Input[str] delete_after_image_upload: Whether the instance is automatically released after the image is packaged and uploaded successfully, only the build machine is supported. Optional values: true: When the instance is released, the image is released together with the instance. false: When the instance is released, the image is retained and is not released together with the instance. Empty means false by default.
29
- :param pulumi.Input[str] instance_id: The ID of the instance corresponding to the image.
28
+ :param pulumi.Input[str] image_name: The name of the image. The name must be 2 to 128 characters in length. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).
29
+ :param pulumi.Input[str] delete_after_image_upload: Specifies whether to automatically release the instance after the image is packaged and uploaded. Only image builders are supported. Default value: `false`. Valid values:
30
+ :param pulumi.Input[str] instance_id: The ID of the instance.
31
+ :param pulumi.Input[str] target_oss_region_id: The region of the target OSS where the image is to be stored.
30
32
  """
31
33
  pulumi.set(__self__, "image_name", image_name)
32
34
  if delete_after_image_upload is not None:
33
35
  pulumi.set(__self__, "delete_after_image_upload", delete_after_image_upload)
34
36
  if instance_id is not None:
35
37
  pulumi.set(__self__, "instance_id", instance_id)
38
+ if target_oss_region_id is not None:
39
+ pulumi.set(__self__, "target_oss_region_id", target_oss_region_id)
36
40
 
37
41
  @property
38
42
  @pulumi.getter(name="imageName")
39
43
  def image_name(self) -> pulumi.Input[str]:
40
44
  """
41
- Image Name.
45
+ The name of the image. The name must be 2 to 128 characters in length. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).
42
46
  """
43
47
  return pulumi.get(self, "image_name")
44
48
 
@@ -50,7 +54,7 @@ class ImageArgs:
50
54
  @pulumi.getter(name="deleteAfterImageUpload")
51
55
  def delete_after_image_upload(self) -> Optional[pulumi.Input[str]]:
52
56
  """
53
- Whether the instance is automatically released after the image is packaged and uploaded successfully, only the build machine is supported. Optional values: true: When the instance is released, the image is released together with the instance. false: When the instance is released, the image is retained and is not released together with the instance. Empty means false by default.
57
+ Specifies whether to automatically release the instance after the image is packaged and uploaded. Only image builders are supported. Default value: `false`. Valid values:
54
58
  """
55
59
  return pulumi.get(self, "delete_after_image_upload")
56
60
 
@@ -62,7 +66,7 @@ class ImageArgs:
62
66
  @pulumi.getter(name="instanceId")
63
67
  def instance_id(self) -> Optional[pulumi.Input[str]]:
64
68
  """
65
- The ID of the instance corresponding to the image.
69
+ The ID of the instance.
66
70
  """
67
71
  return pulumi.get(self, "instance_id")
68
72
 
@@ -70,6 +74,18 @@ class ImageArgs:
70
74
  def instance_id(self, value: Optional[pulumi.Input[str]]):
71
75
  pulumi.set(self, "instance_id", value)
72
76
 
77
+ @property
78
+ @pulumi.getter(name="targetOssRegionId")
79
+ def target_oss_region_id(self) -> Optional[pulumi.Input[str]]:
80
+ """
81
+ The region of the target OSS where the image is to be stored.
82
+ """
83
+ return pulumi.get(self, "target_oss_region_id")
84
+
85
+ @target_oss_region_id.setter
86
+ def target_oss_region_id(self, value: Optional[pulumi.Input[str]]):
87
+ pulumi.set(self, "target_oss_region_id", value)
88
+
73
89
 
74
90
  @pulumi.input_type
75
91
  class _ImageState:
@@ -78,14 +94,16 @@ class _ImageState:
78
94
  delete_after_image_upload: Optional[pulumi.Input[str]] = None,
79
95
  image_name: Optional[pulumi.Input[str]] = None,
80
96
  instance_id: Optional[pulumi.Input[str]] = None,
81
- status: Optional[pulumi.Input[str]] = None):
97
+ status: Optional[pulumi.Input[str]] = None,
98
+ target_oss_region_id: Optional[pulumi.Input[str]] = None):
82
99
  """
83
100
  Input properties used for looking up and filtering Image resources.
84
- :param pulumi.Input[str] create_time: Image creation time.
85
- :param pulumi.Input[str] delete_after_image_upload: Whether the instance is automatically released after the image is packaged and uploaded successfully, only the build machine is supported. Optional values: true: When the instance is released, the image is released together with the instance. false: When the instance is released, the image is retained and is not released together with the instance. Empty means false by default.
86
- :param pulumi.Input[str] image_name: Image Name.
87
- :param pulumi.Input[str] instance_id: The ID of the instance corresponding to the image.
88
- :param pulumi.Input[str] status: Mirror Status Optional values: Creating: Creating Packing: Packing Uploading: Uploading Pack_failed: Packing failed Upload_failed: Upload failed Available: Only images in the Available state can be used and operated. Unavailable: Not available Copying: Copying.
101
+ :param pulumi.Input[str] create_time: The image creation time.
102
+ :param pulumi.Input[str] delete_after_image_upload: Specifies whether to automatically release the instance after the image is packaged and uploaded. Only image builders are supported. Default value: `false`. Valid values:
103
+ :param pulumi.Input[str] image_name: The name of the image. The name must be 2 to 128 characters in length. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).
104
+ :param pulumi.Input[str] instance_id: The ID of the instance.
105
+ :param pulumi.Input[str] status: The state of the image.
106
+ :param pulumi.Input[str] target_oss_region_id: The region of the target OSS where the image is to be stored.
89
107
  """
90
108
  if create_time is not None:
91
109
  pulumi.set(__self__, "create_time", create_time)
@@ -97,12 +115,14 @@ class _ImageState:
97
115
  pulumi.set(__self__, "instance_id", instance_id)
98
116
  if status is not None:
99
117
  pulumi.set(__self__, "status", status)
118
+ if target_oss_region_id is not None:
119
+ pulumi.set(__self__, "target_oss_region_id", target_oss_region_id)
100
120
 
101
121
  @property
102
122
  @pulumi.getter(name="createTime")
103
123
  def create_time(self) -> Optional[pulumi.Input[str]]:
104
124
  """
105
- Image creation time.
125
+ The image creation time.
106
126
  """
107
127
  return pulumi.get(self, "create_time")
108
128
 
@@ -114,7 +134,7 @@ class _ImageState:
114
134
  @pulumi.getter(name="deleteAfterImageUpload")
115
135
  def delete_after_image_upload(self) -> Optional[pulumi.Input[str]]:
116
136
  """
117
- Whether the instance is automatically released after the image is packaged and uploaded successfully, only the build machine is supported. Optional values: true: When the instance is released, the image is released together with the instance. false: When the instance is released, the image is retained and is not released together with the instance. Empty means false by default.
137
+ Specifies whether to automatically release the instance after the image is packaged and uploaded. Only image builders are supported. Default value: `false`. Valid values:
118
138
  """
119
139
  return pulumi.get(self, "delete_after_image_upload")
120
140
 
@@ -126,7 +146,7 @@ class _ImageState:
126
146
  @pulumi.getter(name="imageName")
127
147
  def image_name(self) -> Optional[pulumi.Input[str]]:
128
148
  """
129
- Image Name.
149
+ The name of the image. The name must be 2 to 128 characters in length. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).
130
150
  """
131
151
  return pulumi.get(self, "image_name")
132
152
 
@@ -138,7 +158,7 @@ class _ImageState:
138
158
  @pulumi.getter(name="instanceId")
139
159
  def instance_id(self) -> Optional[pulumi.Input[str]]:
140
160
  """
141
- The ID of the instance corresponding to the image.
161
+ The ID of the instance.
142
162
  """
143
163
  return pulumi.get(self, "instance_id")
144
164
 
@@ -150,7 +170,7 @@ class _ImageState:
150
170
  @pulumi.getter
151
171
  def status(self) -> Optional[pulumi.Input[str]]:
152
172
  """
153
- Mirror Status Optional values: Creating: Creating Packing: Packing Uploading: Uploading Pack_failed: Packing failed Upload_failed: Upload failed Available: Only images in the Available state can be used and operated. Unavailable: Not available Copying: Copying.
173
+ The state of the image.
154
174
  """
155
175
  return pulumi.get(self, "status")
156
176
 
@@ -158,6 +178,18 @@ class _ImageState:
158
178
  def status(self, value: Optional[pulumi.Input[str]]):
159
179
  pulumi.set(self, "status", value)
160
180
 
181
+ @property
182
+ @pulumi.getter(name="targetOssRegionId")
183
+ def target_oss_region_id(self) -> Optional[pulumi.Input[str]]:
184
+ """
185
+ The region of the target OSS where the image is to be stored.
186
+ """
187
+ return pulumi.get(self, "target_oss_region_id")
188
+
189
+ @target_oss_region_id.setter
190
+ def target_oss_region_id(self, value: Optional[pulumi.Input[str]]):
191
+ pulumi.set(self, "target_oss_region_id", value)
192
+
161
193
 
162
194
  class Image(pulumi.CustomResource):
163
195
  @overload
@@ -167,11 +199,12 @@ class Image(pulumi.CustomResource):
167
199
  delete_after_image_upload: Optional[pulumi.Input[str]] = None,
168
200
  image_name: Optional[pulumi.Input[str]] = None,
169
201
  instance_id: Optional[pulumi.Input[str]] = None,
202
+ target_oss_region_id: Optional[pulumi.Input[str]] = None,
170
203
  __props__=None):
171
204
  """
172
205
  Provides a ENS Image resource.
173
206
 
174
- For information about ENS Image and how to use it, see [What is Image](https://www.alibabacloud.com/help/en/).
207
+ For information about ENS Image and how to use it, see [What is Image](https://www.alibabacloud.com/help/en/ens/developer-reference/api-ens-2017-11-10-createimage).
175
208
 
176
209
  > **NOTE:** Available since v1.216.0.
177
210
 
@@ -218,9 +251,10 @@ class Image(pulumi.CustomResource):
218
251
 
219
252
  :param str resource_name: The name of the resource.
220
253
  :param pulumi.ResourceOptions opts: Options for the resource.
221
- :param pulumi.Input[str] delete_after_image_upload: Whether the instance is automatically released after the image is packaged and uploaded successfully, only the build machine is supported. Optional values: true: When the instance is released, the image is released together with the instance. false: When the instance is released, the image is retained and is not released together with the instance. Empty means false by default.
222
- :param pulumi.Input[str] image_name: Image Name.
223
- :param pulumi.Input[str] instance_id: The ID of the instance corresponding to the image.
254
+ :param pulumi.Input[str] delete_after_image_upload: Specifies whether to automatically release the instance after the image is packaged and uploaded. Only image builders are supported. Default value: `false`. Valid values:
255
+ :param pulumi.Input[str] image_name: The name of the image. The name must be 2 to 128 characters in length. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).
256
+ :param pulumi.Input[str] instance_id: The ID of the instance.
257
+ :param pulumi.Input[str] target_oss_region_id: The region of the target OSS where the image is to be stored.
224
258
  """
225
259
  ...
226
260
  @overload
@@ -231,7 +265,7 @@ class Image(pulumi.CustomResource):
231
265
  """
232
266
  Provides a ENS Image resource.
233
267
 
234
- For information about ENS Image and how to use it, see [What is Image](https://www.alibabacloud.com/help/en/).
268
+ For information about ENS Image and how to use it, see [What is Image](https://www.alibabacloud.com/help/en/ens/developer-reference/api-ens-2017-11-10-createimage).
235
269
 
236
270
  > **NOTE:** Available since v1.216.0.
237
271
 
@@ -294,6 +328,7 @@ class Image(pulumi.CustomResource):
294
328
  delete_after_image_upload: Optional[pulumi.Input[str]] = None,
295
329
  image_name: Optional[pulumi.Input[str]] = None,
296
330
  instance_id: Optional[pulumi.Input[str]] = None,
331
+ target_oss_region_id: Optional[pulumi.Input[str]] = None,
297
332
  __props__=None):
298
333
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
299
334
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -308,6 +343,7 @@ class Image(pulumi.CustomResource):
308
343
  raise TypeError("Missing required property 'image_name'")
309
344
  __props__.__dict__["image_name"] = image_name
310
345
  __props__.__dict__["instance_id"] = instance_id
346
+ __props__.__dict__["target_oss_region_id"] = target_oss_region_id
311
347
  __props__.__dict__["create_time"] = None
312
348
  __props__.__dict__["status"] = None
313
349
  super(Image, __self__).__init__(
@@ -324,7 +360,8 @@ class Image(pulumi.CustomResource):
324
360
  delete_after_image_upload: Optional[pulumi.Input[str]] = None,
325
361
  image_name: Optional[pulumi.Input[str]] = None,
326
362
  instance_id: Optional[pulumi.Input[str]] = None,
327
- status: Optional[pulumi.Input[str]] = None) -> 'Image':
363
+ status: Optional[pulumi.Input[str]] = None,
364
+ target_oss_region_id: Optional[pulumi.Input[str]] = None) -> 'Image':
328
365
  """
329
366
  Get an existing Image resource's state with the given name, id, and optional extra
330
367
  properties used to qualify the lookup.
@@ -332,11 +369,12 @@ class Image(pulumi.CustomResource):
332
369
  :param str resource_name: The unique name of the resulting resource.
333
370
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
334
371
  :param pulumi.ResourceOptions opts: Options for the resource.
335
- :param pulumi.Input[str] create_time: Image creation time.
336
- :param pulumi.Input[str] delete_after_image_upload: Whether the instance is automatically released after the image is packaged and uploaded successfully, only the build machine is supported. Optional values: true: When the instance is released, the image is released together with the instance. false: When the instance is released, the image is retained and is not released together with the instance. Empty means false by default.
337
- :param pulumi.Input[str] image_name: Image Name.
338
- :param pulumi.Input[str] instance_id: The ID of the instance corresponding to the image.
339
- :param pulumi.Input[str] status: Mirror Status Optional values: Creating: Creating Packing: Packing Uploading: Uploading Pack_failed: Packing failed Upload_failed: Upload failed Available: Only images in the Available state can be used and operated. Unavailable: Not available Copying: Copying.
372
+ :param pulumi.Input[str] create_time: The image creation time.
373
+ :param pulumi.Input[str] delete_after_image_upload: Specifies whether to automatically release the instance after the image is packaged and uploaded. Only image builders are supported. Default value: `false`. Valid values:
374
+ :param pulumi.Input[str] image_name: The name of the image. The name must be 2 to 128 characters in length. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).
375
+ :param pulumi.Input[str] instance_id: The ID of the instance.
376
+ :param pulumi.Input[str] status: The state of the image.
377
+ :param pulumi.Input[str] target_oss_region_id: The region of the target OSS where the image is to be stored.
340
378
  """
341
379
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
342
380
 
@@ -347,13 +385,14 @@ class Image(pulumi.CustomResource):
347
385
  __props__.__dict__["image_name"] = image_name
348
386
  __props__.__dict__["instance_id"] = instance_id
349
387
  __props__.__dict__["status"] = status
388
+ __props__.__dict__["target_oss_region_id"] = target_oss_region_id
350
389
  return Image(resource_name, opts=opts, __props__=__props__)
351
390
 
352
391
  @property
353
392
  @pulumi.getter(name="createTime")
354
393
  def create_time(self) -> pulumi.Output[str]:
355
394
  """
356
- Image creation time.
395
+ The image creation time.
357
396
  """
358
397
  return pulumi.get(self, "create_time")
359
398
 
@@ -361,7 +400,7 @@ class Image(pulumi.CustomResource):
361
400
  @pulumi.getter(name="deleteAfterImageUpload")
362
401
  def delete_after_image_upload(self) -> pulumi.Output[Optional[str]]:
363
402
  """
364
- Whether the instance is automatically released after the image is packaged and uploaded successfully, only the build machine is supported. Optional values: true: When the instance is released, the image is released together with the instance. false: When the instance is released, the image is retained and is not released together with the instance. Empty means false by default.
403
+ Specifies whether to automatically release the instance after the image is packaged and uploaded. Only image builders are supported. Default value: `false`. Valid values:
365
404
  """
366
405
  return pulumi.get(self, "delete_after_image_upload")
367
406
 
@@ -369,7 +408,7 @@ class Image(pulumi.CustomResource):
369
408
  @pulumi.getter(name="imageName")
370
409
  def image_name(self) -> pulumi.Output[str]:
371
410
  """
372
- Image Name.
411
+ The name of the image. The name must be 2 to 128 characters in length. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).
373
412
  """
374
413
  return pulumi.get(self, "image_name")
375
414
 
@@ -377,7 +416,7 @@ class Image(pulumi.CustomResource):
377
416
  @pulumi.getter(name="instanceId")
378
417
  def instance_id(self) -> pulumi.Output[Optional[str]]:
379
418
  """
380
- The ID of the instance corresponding to the image.
419
+ The ID of the instance.
381
420
  """
382
421
  return pulumi.get(self, "instance_id")
383
422
 
@@ -385,7 +424,15 @@ class Image(pulumi.CustomResource):
385
424
  @pulumi.getter
386
425
  def status(self) -> pulumi.Output[str]:
387
426
  """
388
- Mirror Status Optional values: Creating: Creating Packing: Packing Uploading: Uploading Pack_failed: Packing failed Upload_failed: Upload failed Available: Only images in the Available state can be used and operated. Unavailable: Not available Copying: Copying.
427
+ The state of the image.
389
428
  """
390
429
  return pulumi.get(self, "status")
391
430
 
431
+ @property
432
+ @pulumi.getter(name="targetOssRegionId")
433
+ def target_oss_region_id(self) -> pulumi.Output[str]:
434
+ """
435
+ The region of the target OSS where the image is to be stored.
436
+ """
437
+ return pulumi.get(self, "target_oss_region_id")
438
+
@@ -104,9 +104,11 @@ class InstanceSecurityGroupAttachment(pulumi.CustomResource):
104
104
  security_group_id: Optional[pulumi.Input[str]] = None,
105
105
  __props__=None):
106
106
  """
107
- Provides a ENS Instance Security Group Attachment resource. Unbind instance and security group.
107
+ Provides a ENS Instance Security Group Attachment resource.
108
108
 
109
- For information about ENS Instance Security Group Attachment and how to use it, see [What is Instance Security Group Attachment](https://www.alibabacloud.com/help/en/).
109
+ Bind instance and security group.
110
+
111
+ For information about ENS Instance Security Group Attachment and how to use it, see [What is Instance Security Group Attachment](https://next.api.alibabacloud.com/document/Ens/2017-11-10/JoinSecurityGroup).
110
112
 
111
113
  > **NOTE:** Available since v1.216.0.
112
114
 
@@ -165,9 +167,11 @@ class InstanceSecurityGroupAttachment(pulumi.CustomResource):
165
167
  args: InstanceSecurityGroupAttachmentArgs,
166
168
  opts: Optional[pulumi.ResourceOptions] = None):
167
169
  """
168
- Provides a ENS Instance Security Group Attachment resource. Unbind instance and security group.
170
+ Provides a ENS Instance Security Group Attachment resource.
171
+
172
+ Bind instance and security group.
169
173
 
170
- For information about ENS Instance Security Group Attachment and how to use it, see [What is Instance Security Group Attachment](https://www.alibabacloud.com/help/en/).
174
+ For information about ENS Instance Security Group Attachment and how to use it, see [What is Instance Security Group Attachment](https://next.api.alibabacloud.com/document/Ens/2017-11-10/JoinSecurityGroup).
171
175
 
172
176
  > **NOTE:** Available since v1.216.0.
173
177