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
@@ -20,13 +20,17 @@ __all__ = ['ScimServerCredentialArgs', 'ScimServerCredential']
20
20
  class ScimServerCredentialArgs:
21
21
  def __init__(__self__, *,
22
22
  directory_id: pulumi.Input[str],
23
+ credential_secret_file: Optional[pulumi.Input[str]] = None,
23
24
  status: Optional[pulumi.Input[str]] = None):
24
25
  """
25
26
  The set of arguments for constructing a ScimServerCredential resource.
26
27
  :param pulumi.Input[str] directory_id: The ID of the Directory.
27
- :param pulumi.Input[str] status: The Status of the resource. Valid values: `Disabled`, `Enabled`.
28
+ :param pulumi.Input[str] credential_secret_file: The name of file that can save Credential ID and Credential Secret. Strongly suggest you to specified it when you creating credential, otherwise, you wouldn't get its secret ever.
29
+ :param pulumi.Input[str] status: The status of the SCIM Server Credential. Valid values: `Enabled`, `Disabled`.
28
30
  """
29
31
  pulumi.set(__self__, "directory_id", directory_id)
32
+ if credential_secret_file is not None:
33
+ pulumi.set(__self__, "credential_secret_file", credential_secret_file)
30
34
  if status is not None:
31
35
  pulumi.set(__self__, "status", status)
32
36
 
@@ -42,11 +46,23 @@ class ScimServerCredentialArgs:
42
46
  def directory_id(self, value: pulumi.Input[str]):
43
47
  pulumi.set(self, "directory_id", value)
44
48
 
49
+ @property
50
+ @pulumi.getter(name="credentialSecretFile")
51
+ def credential_secret_file(self) -> Optional[pulumi.Input[str]]:
52
+ """
53
+ The name of file that can save Credential ID and Credential Secret. Strongly suggest you to specified it when you creating credential, otherwise, you wouldn't get its secret ever.
54
+ """
55
+ return pulumi.get(self, "credential_secret_file")
56
+
57
+ @credential_secret_file.setter
58
+ def credential_secret_file(self, value: Optional[pulumi.Input[str]]):
59
+ pulumi.set(self, "credential_secret_file", value)
60
+
45
61
  @property
46
62
  @pulumi.getter
47
63
  def status(self) -> Optional[pulumi.Input[str]]:
48
64
  """
49
- The Status of the resource. Valid values: `Disabled`, `Enabled`.
65
+ The status of the SCIM Server Credential. Valid values: `Enabled`, `Disabled`.
50
66
  """
51
67
  return pulumi.get(self, "status")
52
68
 
@@ -58,27 +74,55 @@ class ScimServerCredentialArgs:
58
74
  @pulumi.input_type
59
75
  class _ScimServerCredentialState:
60
76
  def __init__(__self__, *,
77
+ create_time: Optional[pulumi.Input[str]] = None,
61
78
  credential_id: Optional[pulumi.Input[str]] = None,
79
+ credential_secret_file: Optional[pulumi.Input[str]] = None,
80
+ credential_type: Optional[pulumi.Input[str]] = None,
62
81
  directory_id: Optional[pulumi.Input[str]] = None,
82
+ expire_time: Optional[pulumi.Input[str]] = None,
63
83
  status: Optional[pulumi.Input[str]] = None):
64
84
  """
65
85
  Input properties used for looking up and filtering ScimServerCredential resources.
66
- :param pulumi.Input[str] credential_id: The CredentialId of the resource.
86
+ :param pulumi.Input[str] create_time: (Available since v1.245.0) The time when the SCIM credential was created.
87
+ :param pulumi.Input[str] credential_id: The ID of the SCIM credential.
88
+ :param pulumi.Input[str] credential_secret_file: The name of file that can save Credential ID and Credential Secret. Strongly suggest you to specified it when you creating credential, otherwise, you wouldn't get its secret ever.
89
+ :param pulumi.Input[str] credential_type: (Available since v1.245.0) The type of the SCIM credential.
67
90
  :param pulumi.Input[str] directory_id: The ID of the Directory.
68
- :param pulumi.Input[str] status: The Status of the resource. Valid values: `Disabled`, `Enabled`.
91
+ :param pulumi.Input[str] expire_time: (Available since v1.245.0) The time when the SCIM credential expires.
92
+ :param pulumi.Input[str] status: The status of the SCIM Server Credential. Valid values: `Enabled`, `Disabled`.
69
93
  """
94
+ if create_time is not None:
95
+ pulumi.set(__self__, "create_time", create_time)
70
96
  if credential_id is not None:
71
97
  pulumi.set(__self__, "credential_id", credential_id)
98
+ if credential_secret_file is not None:
99
+ pulumi.set(__self__, "credential_secret_file", credential_secret_file)
100
+ if credential_type is not None:
101
+ pulumi.set(__self__, "credential_type", credential_type)
72
102
  if directory_id is not None:
73
103
  pulumi.set(__self__, "directory_id", directory_id)
104
+ if expire_time is not None:
105
+ pulumi.set(__self__, "expire_time", expire_time)
74
106
  if status is not None:
75
107
  pulumi.set(__self__, "status", status)
76
108
 
109
+ @property
110
+ @pulumi.getter(name="createTime")
111
+ def create_time(self) -> Optional[pulumi.Input[str]]:
112
+ """
113
+ (Available since v1.245.0) The time when the SCIM credential was created.
114
+ """
115
+ return pulumi.get(self, "create_time")
116
+
117
+ @create_time.setter
118
+ def create_time(self, value: Optional[pulumi.Input[str]]):
119
+ pulumi.set(self, "create_time", value)
120
+
77
121
  @property
78
122
  @pulumi.getter(name="credentialId")
79
123
  def credential_id(self) -> Optional[pulumi.Input[str]]:
80
124
  """
81
- The CredentialId of the resource.
125
+ The ID of the SCIM credential.
82
126
  """
83
127
  return pulumi.get(self, "credential_id")
84
128
 
@@ -86,6 +130,30 @@ class _ScimServerCredentialState:
86
130
  def credential_id(self, value: Optional[pulumi.Input[str]]):
87
131
  pulumi.set(self, "credential_id", value)
88
132
 
133
+ @property
134
+ @pulumi.getter(name="credentialSecretFile")
135
+ def credential_secret_file(self) -> Optional[pulumi.Input[str]]:
136
+ """
137
+ The name of file that can save Credential ID and Credential Secret. Strongly suggest you to specified it when you creating credential, otherwise, you wouldn't get its secret ever.
138
+ """
139
+ return pulumi.get(self, "credential_secret_file")
140
+
141
+ @credential_secret_file.setter
142
+ def credential_secret_file(self, value: Optional[pulumi.Input[str]]):
143
+ pulumi.set(self, "credential_secret_file", value)
144
+
145
+ @property
146
+ @pulumi.getter(name="credentialType")
147
+ def credential_type(self) -> Optional[pulumi.Input[str]]:
148
+ """
149
+ (Available since v1.245.0) The type of the SCIM credential.
150
+ """
151
+ return pulumi.get(self, "credential_type")
152
+
153
+ @credential_type.setter
154
+ def credential_type(self, value: Optional[pulumi.Input[str]]):
155
+ pulumi.set(self, "credential_type", value)
156
+
89
157
  @property
90
158
  @pulumi.getter(name="directoryId")
91
159
  def directory_id(self) -> Optional[pulumi.Input[str]]:
@@ -98,11 +166,23 @@ class _ScimServerCredentialState:
98
166
  def directory_id(self, value: Optional[pulumi.Input[str]]):
99
167
  pulumi.set(self, "directory_id", value)
100
168
 
169
+ @property
170
+ @pulumi.getter(name="expireTime")
171
+ def expire_time(self) -> Optional[pulumi.Input[str]]:
172
+ """
173
+ (Available since v1.245.0) The time when the SCIM credential expires.
174
+ """
175
+ return pulumi.get(self, "expire_time")
176
+
177
+ @expire_time.setter
178
+ def expire_time(self, value: Optional[pulumi.Input[str]]):
179
+ pulumi.set(self, "expire_time", value)
180
+
101
181
  @property
102
182
  @pulumi.getter
103
183
  def status(self) -> Optional[pulumi.Input[str]]:
104
184
  """
105
- The Status of the resource. Valid values: `Disabled`, `Enabled`.
185
+ The status of the SCIM Server Credential. Valid values: `Enabled`, `Disabled`.
106
186
  """
107
187
  return pulumi.get(self, "status")
108
188
 
@@ -116,6 +196,7 @@ class ScimServerCredential(pulumi.CustomResource):
116
196
  def __init__(__self__,
117
197
  resource_name: str,
118
198
  opts: Optional[pulumi.ResourceOptions] = None,
199
+ credential_secret_file: Optional[pulumi.Input[str]] = None,
119
200
  directory_id: Optional[pulumi.Input[str]] = None,
120
201
  status: Optional[pulumi.Input[str]] = None,
121
202
  __props__=None):
@@ -128,6 +209,24 @@ class ScimServerCredential(pulumi.CustomResource):
128
209
 
129
210
  > **NOTE:** Cloud SSO Only Support `cn-shanghai` And `us-west-1` Region
130
211
 
212
+ ## Example Usage
213
+
214
+ Basic Usage
215
+
216
+ ```python
217
+ import pulumi
218
+ import pulumi_alicloud as alicloud
219
+
220
+ config = pulumi.Config()
221
+ name = config.get("name")
222
+ if name is None:
223
+ name = "terraform-example"
224
+ default = alicloud.cloudsso.get_directories()
225
+ default_scim_server_credential = alicloud.cloudsso.ScimServerCredential("default",
226
+ directory_id=default.directories[0].id,
227
+ credential_secret_file="./credential_secret_file.txt")
228
+ ```
229
+
131
230
  ## Import
132
231
 
133
232
  Cloud SSO SCIM Server Credential can be imported using the id, e.g.
@@ -138,8 +237,9 @@ class ScimServerCredential(pulumi.CustomResource):
138
237
 
139
238
  :param str resource_name: The name of the resource.
140
239
  :param pulumi.ResourceOptions opts: Options for the resource.
240
+ :param pulumi.Input[str] credential_secret_file: The name of file that can save Credential ID and Credential Secret. Strongly suggest you to specified it when you creating credential, otherwise, you wouldn't get its secret ever.
141
241
  :param pulumi.Input[str] directory_id: The ID of the Directory.
142
- :param pulumi.Input[str] status: The Status of the resource. Valid values: `Disabled`, `Enabled`.
242
+ :param pulumi.Input[str] status: The status of the SCIM Server Credential. Valid values: `Enabled`, `Disabled`.
143
243
  """
144
244
  ...
145
245
  @overload
@@ -156,6 +256,24 @@ class ScimServerCredential(pulumi.CustomResource):
156
256
 
157
257
  > **NOTE:** Cloud SSO Only Support `cn-shanghai` And `us-west-1` Region
158
258
 
259
+ ## Example Usage
260
+
261
+ Basic Usage
262
+
263
+ ```python
264
+ import pulumi
265
+ import pulumi_alicloud as alicloud
266
+
267
+ config = pulumi.Config()
268
+ name = config.get("name")
269
+ if name is None:
270
+ name = "terraform-example"
271
+ default = alicloud.cloudsso.get_directories()
272
+ default_scim_server_credential = alicloud.cloudsso.ScimServerCredential("default",
273
+ directory_id=default.directories[0].id,
274
+ credential_secret_file="./credential_secret_file.txt")
275
+ ```
276
+
159
277
  ## Import
160
278
 
161
279
  Cloud SSO SCIM Server Credential can be imported using the id, e.g.
@@ -179,6 +297,7 @@ class ScimServerCredential(pulumi.CustomResource):
179
297
  def _internal_init(__self__,
180
298
  resource_name: str,
181
299
  opts: Optional[pulumi.ResourceOptions] = None,
300
+ credential_secret_file: Optional[pulumi.Input[str]] = None,
182
301
  directory_id: Optional[pulumi.Input[str]] = None,
183
302
  status: Optional[pulumi.Input[str]] = None,
184
303
  __props__=None):
@@ -190,11 +309,15 @@ class ScimServerCredential(pulumi.CustomResource):
190
309
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
191
310
  __props__ = ScimServerCredentialArgs.__new__(ScimServerCredentialArgs)
192
311
 
312
+ __props__.__dict__["credential_secret_file"] = credential_secret_file
193
313
  if directory_id is None and not opts.urn:
194
314
  raise TypeError("Missing required property 'directory_id'")
195
315
  __props__.__dict__["directory_id"] = directory_id
196
316
  __props__.__dict__["status"] = status
317
+ __props__.__dict__["create_time"] = None
197
318
  __props__.__dict__["credential_id"] = None
319
+ __props__.__dict__["credential_type"] = None
320
+ __props__.__dict__["expire_time"] = None
198
321
  super(ScimServerCredential, __self__).__init__(
199
322
  'alicloud:cloudsso/scimServerCredential:ScimServerCredential',
200
323
  resource_name,
@@ -205,8 +328,12 @@ class ScimServerCredential(pulumi.CustomResource):
205
328
  def get(resource_name: str,
206
329
  id: pulumi.Input[str],
207
330
  opts: Optional[pulumi.ResourceOptions] = None,
331
+ create_time: Optional[pulumi.Input[str]] = None,
208
332
  credential_id: Optional[pulumi.Input[str]] = None,
333
+ credential_secret_file: Optional[pulumi.Input[str]] = None,
334
+ credential_type: Optional[pulumi.Input[str]] = None,
209
335
  directory_id: Optional[pulumi.Input[str]] = None,
336
+ expire_time: Optional[pulumi.Input[str]] = None,
210
337
  status: Optional[pulumi.Input[str]] = None) -> 'ScimServerCredential':
211
338
  """
212
339
  Get an existing ScimServerCredential resource's state with the given name, id, and optional extra
@@ -215,27 +342,59 @@ class ScimServerCredential(pulumi.CustomResource):
215
342
  :param str resource_name: The unique name of the resulting resource.
216
343
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
217
344
  :param pulumi.ResourceOptions opts: Options for the resource.
218
- :param pulumi.Input[str] credential_id: The CredentialId of the resource.
345
+ :param pulumi.Input[str] create_time: (Available since v1.245.0) The time when the SCIM credential was created.
346
+ :param pulumi.Input[str] credential_id: The ID of the SCIM credential.
347
+ :param pulumi.Input[str] credential_secret_file: The name of file that can save Credential ID and Credential Secret. Strongly suggest you to specified it when you creating credential, otherwise, you wouldn't get its secret ever.
348
+ :param pulumi.Input[str] credential_type: (Available since v1.245.0) The type of the SCIM credential.
219
349
  :param pulumi.Input[str] directory_id: The ID of the Directory.
220
- :param pulumi.Input[str] status: The Status of the resource. Valid values: `Disabled`, `Enabled`.
350
+ :param pulumi.Input[str] expire_time: (Available since v1.245.0) The time when the SCIM credential expires.
351
+ :param pulumi.Input[str] status: The status of the SCIM Server Credential. Valid values: `Enabled`, `Disabled`.
221
352
  """
222
353
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
223
354
 
224
355
  __props__ = _ScimServerCredentialState.__new__(_ScimServerCredentialState)
225
356
 
357
+ __props__.__dict__["create_time"] = create_time
226
358
  __props__.__dict__["credential_id"] = credential_id
359
+ __props__.__dict__["credential_secret_file"] = credential_secret_file
360
+ __props__.__dict__["credential_type"] = credential_type
227
361
  __props__.__dict__["directory_id"] = directory_id
362
+ __props__.__dict__["expire_time"] = expire_time
228
363
  __props__.__dict__["status"] = status
229
364
  return ScimServerCredential(resource_name, opts=opts, __props__=__props__)
230
365
 
366
+ @property
367
+ @pulumi.getter(name="createTime")
368
+ def create_time(self) -> pulumi.Output[str]:
369
+ """
370
+ (Available since v1.245.0) The time when the SCIM credential was created.
371
+ """
372
+ return pulumi.get(self, "create_time")
373
+
231
374
  @property
232
375
  @pulumi.getter(name="credentialId")
233
376
  def credential_id(self) -> pulumi.Output[str]:
234
377
  """
235
- The CredentialId of the resource.
378
+ The ID of the SCIM credential.
236
379
  """
237
380
  return pulumi.get(self, "credential_id")
238
381
 
382
+ @property
383
+ @pulumi.getter(name="credentialSecretFile")
384
+ def credential_secret_file(self) -> pulumi.Output[Optional[str]]:
385
+ """
386
+ The name of file that can save Credential ID and Credential Secret. Strongly suggest you to specified it when you creating credential, otherwise, you wouldn't get its secret ever.
387
+ """
388
+ return pulumi.get(self, "credential_secret_file")
389
+
390
+ @property
391
+ @pulumi.getter(name="credentialType")
392
+ def credential_type(self) -> pulumi.Output[str]:
393
+ """
394
+ (Available since v1.245.0) The type of the SCIM credential.
395
+ """
396
+ return pulumi.get(self, "credential_type")
397
+
239
398
  @property
240
399
  @pulumi.getter(name="directoryId")
241
400
  def directory_id(self) -> pulumi.Output[str]:
@@ -244,11 +403,19 @@ class ScimServerCredential(pulumi.CustomResource):
244
403
  """
245
404
  return pulumi.get(self, "directory_id")
246
405
 
406
+ @property
407
+ @pulumi.getter(name="expireTime")
408
+ def expire_time(self) -> pulumi.Output[str]:
409
+ """
410
+ (Available since v1.245.0) The time when the SCIM credential expires.
411
+ """
412
+ return pulumi.get(self, "expire_time")
413
+
247
414
  @property
248
415
  @pulumi.getter
249
416
  def status(self) -> pulumi.Output[str]:
250
417
  """
251
- The Status of the resource. Valid values: `Disabled`, `Enabled`.
418
+ The status of the SCIM Server Credential. Valid values: `Enabled`, `Disabled`.
252
419
  """
253
420
  return pulumi.get(self, "status")
254
421
 
@@ -113,7 +113,7 @@ def get_site_monitors(ids: Optional[Sequence[str]] = None,
113
113
  task_type: Optional[str] = None,
114
114
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSiteMonitorsResult:
115
115
  """
116
- This data source provides Cloud Monitor Service Site Monitor available to the user.[What is Site Monitor](https://www.alibabacloud.com/help/en/)
116
+ This data source provides Cloud Monitor Service Site Monitor available to the user.[What is Site Monitor](https://www.alibabacloud.com/help/en/cms/developer-reference/api-cms-2019-01-01-createsitemonitor)
117
117
 
118
118
  > **NOTE:** Available since v1.224.0.
119
119
 
@@ -188,7 +188,7 @@ def get_site_monitors_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
188
188
  task_type: Optional[pulumi.Input[Optional[str]]] = None,
189
189
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSiteMonitorsResult]:
190
190
  """
191
- This data source provides Cloud Monitor Service Site Monitor available to the user.[What is Site Monitor](https://www.alibabacloud.com/help/en/)
191
+ This data source provides Cloud Monitor Service Site Monitor available to the user.[What is Site Monitor](https://www.alibabacloud.com/help/en/cms/developer-reference/api-cms-2019-01-01-createsitemonitor)
192
192
 
193
193
  > **NOTE:** Available since v1.224.0.
194
194
 
@@ -177,6 +177,7 @@ class Endpoints(dict):
177
177
  alikafka: Optional[str] = None,
178
178
  amqp: Optional[str] = None,
179
179
  antiddos_public: Optional[str] = None,
180
+ apig: Optional[str] = None,
180
181
  apigateway: Optional[str] = None,
181
182
  arms: Optional[str] = None,
182
183
  bastionhost: Optional[str] = None,
@@ -193,6 +194,7 @@ class Endpoints(dict):
193
194
  cds: Optional[str] = None,
194
195
  chatbot: Optional[str] = None,
195
196
  clickhouse: Optional[str] = None,
197
+ cloudapi: Optional[str] = None,
196
198
  cloudauth: Optional[str] = None,
197
199
  cloudfirewall: Optional[str] = None,
198
200
  cloudfw: Optional[str] = None,
@@ -236,6 +238,7 @@ class Endpoints(dict):
236
238
  eds_user: Optional[str] = None,
237
239
  edsuser: Optional[str] = None,
238
240
  eflo: Optional[str] = None,
241
+ eflo_controller: Optional[str] = None,
239
242
  ehpc: Optional[str] = None,
240
243
  ehs: Optional[str] = None,
241
244
  eipanycast: Optional[str] = None,
@@ -349,6 +352,7 @@ class Endpoints(dict):
349
352
  :param str cds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cds endpoints.
350
353
  :param str chatbot: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
351
354
  :param str clickhouse: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom clickhouse endpoints.
355
+ :param str cloudapi: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Api Gateway endpoints.
352
356
  :param str cloudauth: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudauth endpoints.
353
357
  :param str cloudfirewall: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudfirewall endpoints.
354
358
  :param str cloudfw: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudfw endpoints.
@@ -390,6 +394,7 @@ class Endpoints(dict):
390
394
  :param str eds_user: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
391
395
  :param str edsuser: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
392
396
  :param str eflo: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eflo endpoints.
397
+ :param str eflo_controller: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom efloctrl endpoints.
393
398
  :param str ehpc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ehpc endpoints.
394
399
  :param str ehs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ehs endpoints.
395
400
  :param str eipanycast: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eipanycast endpoints.
@@ -493,6 +498,8 @@ class Endpoints(dict):
493
498
  pulumi.set(__self__, "amqp", amqp)
494
499
  if antiddos_public is not None:
495
500
  pulumi.set(__self__, "antiddos_public", antiddos_public)
501
+ if apig is not None:
502
+ pulumi.set(__self__, "apig", apig)
496
503
  if apigateway is not None:
497
504
  pulumi.set(__self__, "apigateway", apigateway)
498
505
  if arms is not None:
@@ -525,6 +532,8 @@ class Endpoints(dict):
525
532
  pulumi.set(__self__, "chatbot", chatbot)
526
533
  if clickhouse is not None:
527
534
  pulumi.set(__self__, "clickhouse", clickhouse)
535
+ if cloudapi is not None:
536
+ pulumi.set(__self__, "cloudapi", cloudapi)
528
537
  if cloudauth is not None:
529
538
  pulumi.set(__self__, "cloudauth", cloudauth)
530
539
  if cloudfirewall is not None:
@@ -611,6 +620,8 @@ class Endpoints(dict):
611
620
  pulumi.set(__self__, "edsuser", edsuser)
612
621
  if eflo is not None:
613
622
  pulumi.set(__self__, "eflo", eflo)
623
+ if eflo_controller is not None:
624
+ pulumi.set(__self__, "eflo_controller", eflo_controller)
614
625
  if ehpc is not None:
615
626
  pulumi.set(__self__, "ehpc", ehpc)
616
627
  if ehs is not None:
@@ -863,6 +874,11 @@ class Endpoints(dict):
863
874
  """
864
875
  return pulumi.get(self, "antiddos_public")
865
876
 
877
+ @property
878
+ @pulumi.getter
879
+ def apig(self) -> Optional[str]:
880
+ return pulumi.get(self, "apig")
881
+
866
882
  @property
867
883
  @pulumi.getter
868
884
  def apigateway(self) -> Optional[str]:
@@ -991,6 +1007,14 @@ class Endpoints(dict):
991
1007
  """
992
1008
  return pulumi.get(self, "clickhouse")
993
1009
 
1010
+ @property
1011
+ @pulumi.getter
1012
+ def cloudapi(self) -> Optional[str]:
1013
+ """
1014
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Api Gateway endpoints.
1015
+ """
1016
+ return pulumi.get(self, "cloudapi")
1017
+
994
1018
  @property
995
1019
  @pulumi.getter
996
1020
  def cloudauth(self) -> Optional[str]:
@@ -1329,6 +1353,14 @@ class Endpoints(dict):
1329
1353
  """
1330
1354
  return pulumi.get(self, "eflo")
1331
1355
 
1356
+ @property
1357
+ @pulumi.getter(name="efloController")
1358
+ def eflo_controller(self) -> Optional[str]:
1359
+ """
1360
+ Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom efloctrl endpoints.
1361
+ """
1362
+ return pulumi.get(self, "eflo_controller")
1363
+
1332
1364
  @property
1333
1365
  @pulumi.getter
1334
1366
  def ehpc(self) -> Optional[str]:
@@ -15,6 +15,7 @@ from .get_edge_kubernetes_clusters import *
15
15
  from .get_kubernetes_addon_metadata import *
16
16
  from .get_kubernetes_addons import *
17
17
  from .get_kubernetes_clusters import *
18
+ from .get_kubernetes_node_pools import *
18
19
  from .get_kubernetes_permission import *
19
20
  from .get_kubernetes_version import *
20
21
  from .get_managed_kubernetes_clusters import *
@@ -2494,7 +2494,7 @@ if not MYPY:
2494
2494
  """
2495
2495
  category: NotRequired[pulumi.Input[str]]
2496
2496
  """
2497
- The type of the data disks. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud_auto`.
2497
+ The type of data disk. Default value: `cloud_efficiency`. Valid values:
2498
2498
  """
2499
2499
  device: NotRequired[pulumi.Input[str]]
2500
2500
  """
@@ -2506,7 +2506,7 @@ if not MYPY:
2506
2506
  """
2507
2507
  file_system: NotRequired[pulumi.Input[str]]
2508
2508
  """
2509
- The Mount path. Works when auto_format is true.
2509
+ The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
2510
2510
  """
2511
2511
  kms_key_id: NotRequired[pulumi.Input[str]]
2512
2512
  """
@@ -2514,7 +2514,7 @@ if not MYPY:
2514
2514
  """
2515
2515
  mount_target: NotRequired[pulumi.Input[str]]
2516
2516
  """
2517
- The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
2517
+ The Mount path. Works when auto_format is true.
2518
2518
  """
2519
2519
  name: NotRequired[pulumi.Input[str]]
2520
2520
  """
@@ -2560,12 +2560,12 @@ class NodePoolDataDiskArgs:
2560
2560
  :param pulumi.Input[str] auto_format: Whether to automatically mount the data disk. Valid values: true and false.
2561
2561
  :param pulumi.Input[str] auto_snapshot_policy_id: The ID of the automatic snapshot policy that you want to apply to the system disk.
2562
2562
  :param pulumi.Input[bool] bursting_enabled: Whether the data disk is enabled with Burst (performance Burst). This is configured when the disk type is cloud_auto.
2563
- :param pulumi.Input[str] category: The type of the data disks. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud_auto`.
2563
+ :param pulumi.Input[str] category: The type of data disk. Default value: `cloud_efficiency`. Valid values:
2564
2564
  :param pulumi.Input[str] device: The mount target of data disk N. Valid values of N: 1 to 16. If you do not specify this parameter, the system automatically assigns a mount target when Auto Scaling creates ECS instances. The name of the mount target ranges from /dev/xvdb to /dev/xvdz.
2565
2565
  :param pulumi.Input[str] encrypted: Specifies whether to encrypt data disks. Valid values: true and false. Default to `false`.
2566
- :param pulumi.Input[str] file_system: The Mount path. Works when auto_format is true.
2566
+ :param pulumi.Input[str] file_system: The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
2567
2567
  :param pulumi.Input[str] kms_key_id: The kms key id used to encrypt the data disk. It takes effect when `encrypted` is true.
2568
- :param pulumi.Input[str] mount_target: The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
2568
+ :param pulumi.Input[str] mount_target: The Mount path. Works when auto_format is true.
2569
2569
  :param pulumi.Input[str] name: The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-). It will be overwritten if auto_format is set.
2570
2570
  :param pulumi.Input[str] performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity. For more information, see [Enhanced SSDs](https://www.alibabacloud.com/help/doc-detail/122389.htm). Default is `PL1`.
2571
2571
  :param pulumi.Input[int] provisioned_iops: The read/write IOPS preconfigured for the data disk, which is configured when the disk type is cloud_auto.
@@ -2641,7 +2641,7 @@ class NodePoolDataDiskArgs:
2641
2641
  @pulumi.getter
2642
2642
  def category(self) -> Optional[pulumi.Input[str]]:
2643
2643
  """
2644
- The type of the data disks. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud_auto`.
2644
+ The type of data disk. Default value: `cloud_efficiency`. Valid values:
2645
2645
  """
2646
2646
  return pulumi.get(self, "category")
2647
2647
 
@@ -2677,7 +2677,7 @@ class NodePoolDataDiskArgs:
2677
2677
  @pulumi.getter(name="fileSystem")
2678
2678
  def file_system(self) -> Optional[pulumi.Input[str]]:
2679
2679
  """
2680
- The Mount path. Works when auto_format is true.
2680
+ The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
2681
2681
  """
2682
2682
  return pulumi.get(self, "file_system")
2683
2683
 
@@ -2701,7 +2701,7 @@ class NodePoolDataDiskArgs:
2701
2701
  @pulumi.getter(name="mountTarget")
2702
2702
  def mount_target(self) -> Optional[pulumi.Input[str]]:
2703
2703
  """
2704
- The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
2704
+ The Mount path. Works when auto_format is true.
2705
2705
  """
2706
2706
  return pulumi.get(self, "mount_target")
2707
2707
 
@@ -84,6 +84,7 @@ class GetKubernetesClustersResult:
84
84
 
85
85
  @property
86
86
  @pulumi.getter(name="kubeConfigFilePrefix")
87
+ @_utilities.deprecated("""Field 'kube_config_file_prefix' has been deprecated from provider version 1.243.0. From version 1.243.0, please use the attribute 'output_file' of new DataSource 'alicloud_cs_cluster_credential' to replace it.""")
87
88
  def kube_config_file_prefix(self) -> Optional[str]:
88
89
  return pulumi.get(self, "kube_config_file_prefix")
89
90
 
@@ -131,7 +132,7 @@ def get_kubernetes_clusters(enable_details: Optional[bool] = None,
131
132
  """
132
133
  This data source provides a list Container Service Kubernetes Clusters on Alibaba Cloud.
133
134
 
134
- > **NOTE:** Available since v1.34.0+.
135
+ > **NOTE:** Available since v1.34.0.
135
136
 
136
137
  > **NOTE:** From version 1.177.0+, We supported batch export of clusters' kube config information by `kube_config_file_prefix`.
137
138
 
@@ -151,7 +152,7 @@ def get_kubernetes_clusters(enable_details: Optional[bool] = None,
151
152
 
152
153
  :param bool enable_details: Boolean, false by default, only `id` and `name` are exported. Set to true if more details are needed, e.g., `master_disk_category`, `slb_internet_enabled`, `connections`. See full list in attributes.
153
154
  :param Sequence[str] ids: Cluster IDs to filter.
154
- :param str kube_config_file_prefix: The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like `~/.kube/k8s`, then it will be named with `~/.kube/k8s-clusterID-kubeconfig`. From version 1.187.0+, kube_config will not export kube_config if this field is not set.
155
+ :param str kube_config_file_prefix: The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like `~/.kube/k8s`, then it will be named with `~/.kube/k8s-clusterID-kubeconfig`. From version 1.243.0, kube_config will not export kube_config if this field is not set. Please use the attribute output_file of new DataSource `cs_get_cluster_credential` to replace it.
155
156
  :param str name_regex: A regex string to filter results by cluster name.
156
157
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
157
158
  """
@@ -182,7 +183,7 @@ def get_kubernetes_clusters_output(enable_details: Optional[pulumi.Input[Optiona
182
183
  """
183
184
  This data source provides a list Container Service Kubernetes Clusters on Alibaba Cloud.
184
185
 
185
- > **NOTE:** Available since v1.34.0+.
186
+ > **NOTE:** Available since v1.34.0.
186
187
 
187
188
  > **NOTE:** From version 1.177.0+, We supported batch export of clusters' kube config information by `kube_config_file_prefix`.
188
189
 
@@ -202,7 +203,7 @@ def get_kubernetes_clusters_output(enable_details: Optional[pulumi.Input[Optiona
202
203
 
203
204
  :param bool enable_details: Boolean, false by default, only `id` and `name` are exported. Set to true if more details are needed, e.g., `master_disk_category`, `slb_internet_enabled`, `connections`. See full list in attributes.
204
205
  :param Sequence[str] ids: Cluster IDs to filter.
205
- :param str kube_config_file_prefix: The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like `~/.kube/k8s`, then it will be named with `~/.kube/k8s-clusterID-kubeconfig`. From version 1.187.0+, kube_config will not export kube_config if this field is not set.
206
+ :param str kube_config_file_prefix: The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like `~/.kube/k8s`, then it will be named with `~/.kube/k8s-clusterID-kubeconfig`. From version 1.243.0, kube_config will not export kube_config if this field is not set. Please use the attribute output_file of new DataSource `cs_get_cluster_credential` to replace it.
206
207
  :param str name_regex: A regex string to filter results by cluster name.
207
208
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
208
209
  """