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
@@ -60,6 +60,7 @@ class InstanceArgs:
60
60
  modify_mode: Optional[pulumi.Input[str]] = None,
61
61
  monitoring_period: Optional[pulumi.Input[int]] = None,
62
62
  node_id: Optional[pulumi.Input[str]] = None,
63
+ optimized_writes: Optional[pulumi.Input[str]] = None,
63
64
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]]] = None,
64
65
  period: Optional[pulumi.Input[int]] = None,
65
66
  pg_bouncer_enabled: Optional[pulumi.Input[bool]] = None,
@@ -212,7 +213,7 @@ class InstanceArgs:
212
213
  :param pulumi.Input[str] encryption_key: The key id of the KMS. Used for encrypting a disk if not null. Only for PostgreSQL, MySQL and SQLServer.
213
214
  When the instance is PostgreSQL, this parameter can be used to enable, modify, and disable cloud disk encryption.Value range:
214
215
  - ServiceKey: Enable disk encryption using the service-managed key (Default Service CMK) automatically generated by Alibaba Cloud RDS.
215
- - <EncryptionKey>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
216
+ - <Key ID>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
216
217
  - disabled: Turn off cloud disk encryption.
217
218
  > **NOTE:** This parameter is available when the instance runs MySQL.
218
219
  :param pulumi.Input[str] force: Specifies whether to enable forcible switching. Valid values:
@@ -237,6 +238,9 @@ class InstanceArgs:
237
238
  - Delete: Delete IP addresses and CIDR blocks that are specified in the SecurityIps parameter from the IP address whitelist. You must retain at least one IP address or CIDR block.
238
239
  :param pulumi.Input[int] monitoring_period: The monitoring frequency in seconds. Valid values are 5, 10, 60, 300. Defaults to 300.
239
240
  :param pulumi.Input[str] node_id: The globally unique identifier (GUID) of the secondary instance. You can call the DescribeDBInstanceHAConfig operation to query the GUID of the secondary instance.
241
+ :param pulumi.Input[str] optimized_writes: Write optimization function switch. supported engine type: `MySQL`. Valid values:
242
+ - optimized: Enable
243
+ - none: Disable
240
244
  :param pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]] parameters: Set of parameters needs to be set after DB instance was launched. Available parameters can refer to the latest docs [View database parameter templates](https://www.alibabacloud.com/help/doc-detail/26284.htm) . See `parameters` below.
241
245
  :param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when instance_charge_type is `PrePaid`. Valid values: [1~9], 12, 24, 36.
242
246
  > **NOTE:** The attribute `period` is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means running `pulumi up` will not effect the resource.
@@ -274,6 +278,7 @@ class InstanceArgs:
274
278
  :param pulumi.Input[str] server_key: The private key of the server certificate. This parameter is supported only when the instance runs PostgreSQL or MySQL with standard or enhanced SSDs. If you set the CAType parameter to custom, you must also specify this parameter. **NOTE:** From version 1.231.0, `server_key` start support `MySQL` engine.
275
279
  :param pulumi.Input[Sequence[pulumi.Input['InstanceServerlessConfigArgs']]] serverless_configs: The settings of the serverless instance. This parameter is required when you create a serverless instance. This parameter takes effect only when you create an ApsaraDB RDS for Serverless instance. See `serverless_config` below.
276
280
  :param pulumi.Input[int] sql_collector_config_value: The sql collector keep time of the instance. Valid values are `30`, `180`, `365`, `1095`, `1825`, Default to `30`.
281
+ > **NOTE:** This parameter takes effect when sql_collector_status is set to Enabled and does not take effect when sql_collector_status is set to Disabled.
277
282
  :param pulumi.Input[str] sql_collector_status: The sql collector status of the instance. Valid values are `Enabled`, `Disabled`, Default to `Disabled`.
278
283
  :param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
279
284
  `Open`: turn on SSL encryption;
@@ -317,10 +322,15 @@ class InstanceArgs:
317
322
  - **LONG**: Alibaba Cloud uses persistent connections to check the availability of the instance.
318
323
  :param pulumi.Input[str] tde_encryption_key: The ID of the custom key.
319
324
  :param pulumi.Input[str] tde_status: The TDE(Transparent Data Encryption) status. After TDE is turned on, it cannot be turned off. See more [engine and engineVersion limitation](https://www.alibabacloud.com/help/zh/doc-detail/26256.htm).
320
- > **NOTE:** When creating an instance and enabling disk encryption, you can only use the Key ID; you cannot use the ServiceKey.
325
+
326
+ > **NOTE:** When creating an instance and enabling disk encryption, the value of encryption_key can only be a Key ID; it cannot be a ServiceKey. After the instance is created, you can manage the disk encryption using: ServiceKey, Key ID, or disabled.
321
327
  :param pulumi.Input[bool] upgrade_db_instance_kernel_version: Whether to upgrade a minor version of the kernel. Valid values:
322
328
  - true: upgrade
323
329
  - false: not to upgrade
330
+
331
+ > **NOTE:** Database Engine and Version: Supports only MySQL 5.7 or 8.0 instances.
332
+ > **NOTE:** Storage Type: Supports only ESSD cloud disks and general-purpose cloud disks.
333
+ > **NOTE:** Activation Stage: Supports only during instance creation or when enabling write optimization features for existing (high-availability/cluster series) instances.
324
334
  :param pulumi.Input[str] upgrade_time: The method to update the minor engine version. Default value: Immediate. It is valid only when `target_minor_version` is changed. Valid values:
325
335
  - Immediate: The minor engine version is immediately updated.
326
336
  - MaintainTime: The minor engine version is updated during the maintenance window. For more information about how to change the maintenance window, see ModifyDBInstanceMaintainTime.
@@ -416,6 +426,8 @@ class InstanceArgs:
416
426
  pulumi.set(__self__, "monitoring_period", monitoring_period)
417
427
  if node_id is not None:
418
428
  pulumi.set(__self__, "node_id", node_id)
429
+ if optimized_writes is not None:
430
+ pulumi.set(__self__, "optimized_writes", optimized_writes)
419
431
  if parameters is not None:
420
432
  pulumi.set(__self__, "parameters", parameters)
421
433
  if period is not None:
@@ -914,7 +926,7 @@ class InstanceArgs:
914
926
  The key id of the KMS. Used for encrypting a disk if not null. Only for PostgreSQL, MySQL and SQLServer.
915
927
  When the instance is PostgreSQL, this parameter can be used to enable, modify, and disable cloud disk encryption.Value range:
916
928
  - ServiceKey: Enable disk encryption using the service-managed key (Default Service CMK) automatically generated by Alibaba Cloud RDS.
917
- - <EncryptionKey>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
929
+ - <Key ID>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
918
930
  - disabled: Turn off cloud disk encryption.
919
931
  > **NOTE:** This parameter is available when the instance runs MySQL.
920
932
  """
@@ -1067,6 +1079,20 @@ class InstanceArgs:
1067
1079
  def node_id(self, value: Optional[pulumi.Input[str]]):
1068
1080
  pulumi.set(self, "node_id", value)
1069
1081
 
1082
+ @property
1083
+ @pulumi.getter(name="optimizedWrites")
1084
+ def optimized_writes(self) -> Optional[pulumi.Input[str]]:
1085
+ """
1086
+ Write optimization function switch. supported engine type: `MySQL`. Valid values:
1087
+ - optimized: Enable
1088
+ - none: Disable
1089
+ """
1090
+ return pulumi.get(self, "optimized_writes")
1091
+
1092
+ @optimized_writes.setter
1093
+ def optimized_writes(self, value: Optional[pulumi.Input[str]]):
1094
+ pulumi.set(self, "optimized_writes", value)
1095
+
1070
1096
  @property
1071
1097
  @pulumi.getter
1072
1098
  def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]]]:
@@ -1318,6 +1344,7 @@ class InstanceArgs:
1318
1344
  def sql_collector_config_value(self) -> Optional[pulumi.Input[int]]:
1319
1345
  """
1320
1346
  The sql collector keep time of the instance. Valid values are `30`, `180`, `365`, `1095`, `1825`, Default to `30`.
1347
+ > **NOTE:** This parameter takes effect when sql_collector_status is set to Enabled and does not take effect when sql_collector_status is set to Disabled.
1321
1348
  """
1322
1349
  return pulumi.get(self, "sql_collector_config_value")
1323
1350
 
@@ -1493,7 +1520,8 @@ class InstanceArgs:
1493
1520
  def tde_status(self) -> Optional[pulumi.Input[str]]:
1494
1521
  """
1495
1522
  The TDE(Transparent Data Encryption) status. After TDE is turned on, it cannot be turned off. See more [engine and engineVersion limitation](https://www.alibabacloud.com/help/zh/doc-detail/26256.htm).
1496
- > **NOTE:** When creating an instance and enabling disk encryption, you can only use the Key ID; you cannot use the ServiceKey.
1523
+
1524
+ > **NOTE:** When creating an instance and enabling disk encryption, the value of encryption_key can only be a Key ID; it cannot be a ServiceKey. After the instance is created, you can manage the disk encryption using: ServiceKey, Key ID, or disabled.
1497
1525
  """
1498
1526
  return pulumi.get(self, "tde_status")
1499
1527
 
@@ -1509,6 +1537,10 @@ class InstanceArgs:
1509
1537
  Whether to upgrade a minor version of the kernel. Valid values:
1510
1538
  - true: upgrade
1511
1539
  - false: not to upgrade
1540
+
1541
+ > **NOTE:** Database Engine and Version: Supports only MySQL 5.7 or 8.0 instances.
1542
+ > **NOTE:** Storage Type: Supports only ESSD cloud disks and general-purpose cloud disks.
1543
+ > **NOTE:** Activation Stage: Supports only during instance creation or when enabling write optimization features for existing (high-availability/cluster series) instances.
1512
1544
  """
1513
1545
  return pulumi.get(self, "upgrade_db_instance_kernel_version")
1514
1546
 
@@ -1659,6 +1691,7 @@ class _InstanceState:
1659
1691
  modify_mode: Optional[pulumi.Input[str]] = None,
1660
1692
  monitoring_period: Optional[pulumi.Input[int]] = None,
1661
1693
  node_id: Optional[pulumi.Input[str]] = None,
1694
+ optimized_writes: Optional[pulumi.Input[str]] = None,
1662
1695
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]]] = None,
1663
1696
  period: Optional[pulumi.Input[int]] = None,
1664
1697
  pg_bouncer_enabled: Optional[pulumi.Input[bool]] = None,
@@ -1788,7 +1821,7 @@ class _InstanceState:
1788
1821
  :param pulumi.Input[str] encryption_key: The key id of the KMS. Used for encrypting a disk if not null. Only for PostgreSQL, MySQL and SQLServer.
1789
1822
  When the instance is PostgreSQL, this parameter can be used to enable, modify, and disable cloud disk encryption.Value range:
1790
1823
  - ServiceKey: Enable disk encryption using the service-managed key (Default Service CMK) automatically generated by Alibaba Cloud RDS.
1791
- - <EncryptionKey>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
1824
+ - <Key ID>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
1792
1825
  - disabled: Turn off cloud disk encryption.
1793
1826
  > **NOTE:** This parameter is available when the instance runs MySQL.
1794
1827
  :param pulumi.Input[str] engine: Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB.
@@ -1841,6 +1874,9 @@ class _InstanceState:
1841
1874
  - Delete: Delete IP addresses and CIDR blocks that are specified in the SecurityIps parameter from the IP address whitelist. You must retain at least one IP address or CIDR block.
1842
1875
  :param pulumi.Input[int] monitoring_period: The monitoring frequency in seconds. Valid values are 5, 10, 60, 300. Defaults to 300.
1843
1876
  :param pulumi.Input[str] node_id: The globally unique identifier (GUID) of the secondary instance. You can call the DescribeDBInstanceHAConfig operation to query the GUID of the secondary instance.
1877
+ :param pulumi.Input[str] optimized_writes: Write optimization function switch. supported engine type: `MySQL`. Valid values:
1878
+ - optimized: Enable
1879
+ - none: Disable
1844
1880
  :param pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]] parameters: Set of parameters needs to be set after DB instance was launched. Available parameters can refer to the latest docs [View database parameter templates](https://www.alibabacloud.com/help/doc-detail/26284.htm) . See `parameters` below.
1845
1881
  :param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when instance_charge_type is `PrePaid`. Valid values: [1~9], 12, 24, 36.
1846
1882
  > **NOTE:** The attribute `period` is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means running `pulumi up` will not effect the resource.
@@ -1878,6 +1914,7 @@ class _InstanceState:
1878
1914
  :param pulumi.Input[str] server_key: The private key of the server certificate. This parameter is supported only when the instance runs PostgreSQL or MySQL with standard or enhanced SSDs. If you set the CAType parameter to custom, you must also specify this parameter. **NOTE:** From version 1.231.0, `server_key` start support `MySQL` engine.
1879
1915
  :param pulumi.Input[Sequence[pulumi.Input['InstanceServerlessConfigArgs']]] serverless_configs: The settings of the serverless instance. This parameter is required when you create a serverless instance. This parameter takes effect only when you create an ApsaraDB RDS for Serverless instance. See `serverless_config` below.
1880
1916
  :param pulumi.Input[int] sql_collector_config_value: The sql collector keep time of the instance. Valid values are `30`, `180`, `365`, `1095`, `1825`, Default to `30`.
1917
+ > **NOTE:** This parameter takes effect when sql_collector_status is set to Enabled and does not take effect when sql_collector_status is set to Disabled.
1881
1918
  :param pulumi.Input[str] sql_collector_status: The sql collector status of the instance. Valid values are `Enabled`, `Disabled`, Default to `Disabled`.
1882
1919
  :param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
1883
1920
  `Open`: turn on SSL encryption;
@@ -1923,10 +1960,15 @@ class _InstanceState:
1923
1960
  - **LONG**: Alibaba Cloud uses persistent connections to check the availability of the instance.
1924
1961
  :param pulumi.Input[str] tde_encryption_key: The ID of the custom key.
1925
1962
  :param pulumi.Input[str] tde_status: The TDE(Transparent Data Encryption) status. After TDE is turned on, it cannot be turned off. See more [engine and engineVersion limitation](https://www.alibabacloud.com/help/zh/doc-detail/26256.htm).
1926
- > **NOTE:** When creating an instance and enabling disk encryption, you can only use the Key ID; you cannot use the ServiceKey.
1963
+
1964
+ > **NOTE:** When creating an instance and enabling disk encryption, the value of encryption_key can only be a Key ID; it cannot be a ServiceKey. After the instance is created, you can manage the disk encryption using: ServiceKey, Key ID, or disabled.
1927
1965
  :param pulumi.Input[bool] upgrade_db_instance_kernel_version: Whether to upgrade a minor version of the kernel. Valid values:
1928
1966
  - true: upgrade
1929
1967
  - false: not to upgrade
1968
+
1969
+ > **NOTE:** Database Engine and Version: Supports only MySQL 5.7 or 8.0 instances.
1970
+ > **NOTE:** Storage Type: Supports only ESSD cloud disks and general-purpose cloud disks.
1971
+ > **NOTE:** Activation Stage: Supports only during instance creation or when enabling write optimization features for existing (high-availability/cluster series) instances.
1930
1972
  :param pulumi.Input[str] upgrade_time: The method to update the minor engine version. Default value: Immediate. It is valid only when `target_minor_version` is changed. Valid values:
1931
1973
  - Immediate: The minor engine version is immediately updated.
1932
1974
  - MaintainTime: The minor engine version is updated during the maintenance window. For more information about how to change the maintenance window, see ModifyDBInstanceMaintainTime.
@@ -2032,6 +2074,8 @@ class _InstanceState:
2032
2074
  pulumi.set(__self__, "monitoring_period", monitoring_period)
2033
2075
  if node_id is not None:
2034
2076
  pulumi.set(__self__, "node_id", node_id)
2077
+ if optimized_writes is not None:
2078
+ pulumi.set(__self__, "optimized_writes", optimized_writes)
2035
2079
  if parameters is not None:
2036
2080
  pulumi.set(__self__, "parameters", parameters)
2037
2081
  if period is not None:
@@ -2498,7 +2542,7 @@ class _InstanceState:
2498
2542
  The key id of the KMS. Used for encrypting a disk if not null. Only for PostgreSQL, MySQL and SQLServer.
2499
2543
  When the instance is PostgreSQL, this parameter can be used to enable, modify, and disable cloud disk encryption.Value range:
2500
2544
  - ServiceKey: Enable disk encryption using the service-managed key (Default Service CMK) automatically generated by Alibaba Cloud RDS.
2501
- - <EncryptionKey>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
2545
+ - <Key ID>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
2502
2546
  - disabled: Turn off cloud disk encryption.
2503
2547
  > **NOTE:** This parameter is available when the instance runs MySQL.
2504
2548
  """
@@ -2723,6 +2767,20 @@ class _InstanceState:
2723
2767
  def node_id(self, value: Optional[pulumi.Input[str]]):
2724
2768
  pulumi.set(self, "node_id", value)
2725
2769
 
2770
+ @property
2771
+ @pulumi.getter(name="optimizedWrites")
2772
+ def optimized_writes(self) -> Optional[pulumi.Input[str]]:
2773
+ """
2774
+ Write optimization function switch. supported engine type: `MySQL`. Valid values:
2775
+ - optimized: Enable
2776
+ - none: Disable
2777
+ """
2778
+ return pulumi.get(self, "optimized_writes")
2779
+
2780
+ @optimized_writes.setter
2781
+ def optimized_writes(self, value: Optional[pulumi.Input[str]]):
2782
+ pulumi.set(self, "optimized_writes", value)
2783
+
2726
2784
  @property
2727
2785
  @pulumi.getter
2728
2786
  def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]]]:
@@ -2974,6 +3032,7 @@ class _InstanceState:
2974
3032
  def sql_collector_config_value(self) -> Optional[pulumi.Input[int]]:
2975
3033
  """
2976
3034
  The sql collector keep time of the instance. Valid values are `30`, `180`, `365`, `1095`, `1825`, Default to `30`.
3035
+ > **NOTE:** This parameter takes effect when sql_collector_status is set to Enabled and does not take effect when sql_collector_status is set to Disabled.
2977
3036
  """
2978
3037
  return pulumi.get(self, "sql_collector_config_value")
2979
3038
 
@@ -3173,7 +3232,8 @@ class _InstanceState:
3173
3232
  def tde_status(self) -> Optional[pulumi.Input[str]]:
3174
3233
  """
3175
3234
  The TDE(Transparent Data Encryption) status. After TDE is turned on, it cannot be turned off. See more [engine and engineVersion limitation](https://www.alibabacloud.com/help/zh/doc-detail/26256.htm).
3176
- > **NOTE:** When creating an instance and enabling disk encryption, you can only use the Key ID; you cannot use the ServiceKey.
3235
+
3236
+ > **NOTE:** When creating an instance and enabling disk encryption, the value of encryption_key can only be a Key ID; it cannot be a ServiceKey. After the instance is created, you can manage the disk encryption using: ServiceKey, Key ID, or disabled.
3177
3237
  """
3178
3238
  return pulumi.get(self, "tde_status")
3179
3239
 
@@ -3189,6 +3249,10 @@ class _InstanceState:
3189
3249
  Whether to upgrade a minor version of the kernel. Valid values:
3190
3250
  - true: upgrade
3191
3251
  - false: not to upgrade
3252
+
3253
+ > **NOTE:** Database Engine and Version: Supports only MySQL 5.7 or 8.0 instances.
3254
+ > **NOTE:** Storage Type: Supports only ESSD cloud disks and general-purpose cloud disks.
3255
+ > **NOTE:** Activation Stage: Supports only during instance creation or when enabling write optimization features for existing (high-availability/cluster series) instances.
3192
3256
  """
3193
3257
  return pulumi.get(self, "upgrade_db_instance_kernel_version")
3194
3258
 
@@ -3338,6 +3402,7 @@ class Instance(pulumi.CustomResource):
3338
3402
  modify_mode: Optional[pulumi.Input[str]] = None,
3339
3403
  monitoring_period: Optional[pulumi.Input[int]] = None,
3340
3404
  node_id: Optional[pulumi.Input[str]] = None,
3405
+ optimized_writes: Optional[pulumi.Input[str]] = None,
3341
3406
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]]] = None,
3342
3407
  period: Optional[pulumi.Input[int]] = None,
3343
3408
  pg_bouncer_enabled: Optional[pulumi.Input[bool]] = None,
@@ -3472,7 +3537,7 @@ class Instance(pulumi.CustomResource):
3472
3537
  :param pulumi.Input[str] encryption_key: The key id of the KMS. Used for encrypting a disk if not null. Only for PostgreSQL, MySQL and SQLServer.
3473
3538
  When the instance is PostgreSQL, this parameter can be used to enable, modify, and disable cloud disk encryption.Value range:
3474
3539
  - ServiceKey: Enable disk encryption using the service-managed key (Default Service CMK) automatically generated by Alibaba Cloud RDS.
3475
- - <EncryptionKey>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
3540
+ - <Key ID>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
3476
3541
  - disabled: Turn off cloud disk encryption.
3477
3542
  > **NOTE:** This parameter is available when the instance runs MySQL.
3478
3543
  :param pulumi.Input[str] engine: Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB.
@@ -3525,6 +3590,9 @@ class Instance(pulumi.CustomResource):
3525
3590
  - Delete: Delete IP addresses and CIDR blocks that are specified in the SecurityIps parameter from the IP address whitelist. You must retain at least one IP address or CIDR block.
3526
3591
  :param pulumi.Input[int] monitoring_period: The monitoring frequency in seconds. Valid values are 5, 10, 60, 300. Defaults to 300.
3527
3592
  :param pulumi.Input[str] node_id: The globally unique identifier (GUID) of the secondary instance. You can call the DescribeDBInstanceHAConfig operation to query the GUID of the secondary instance.
3593
+ :param pulumi.Input[str] optimized_writes: Write optimization function switch. supported engine type: `MySQL`. Valid values:
3594
+ - optimized: Enable
3595
+ - none: Disable
3528
3596
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]] parameters: Set of parameters needs to be set after DB instance was launched. Available parameters can refer to the latest docs [View database parameter templates](https://www.alibabacloud.com/help/doc-detail/26284.htm) . See `parameters` below.
3529
3597
  :param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when instance_charge_type is `PrePaid`. Valid values: [1~9], 12, 24, 36.
3530
3598
  > **NOTE:** The attribute `period` is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means running `pulumi up` will not effect the resource.
@@ -3562,6 +3630,7 @@ class Instance(pulumi.CustomResource):
3562
3630
  :param pulumi.Input[str] server_key: The private key of the server certificate. This parameter is supported only when the instance runs PostgreSQL or MySQL with standard or enhanced SSDs. If you set the CAType parameter to custom, you must also specify this parameter. **NOTE:** From version 1.231.0, `server_key` start support `MySQL` engine.
3563
3631
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerlessConfigArgs', 'InstanceServerlessConfigArgsDict']]]] serverless_configs: The settings of the serverless instance. This parameter is required when you create a serverless instance. This parameter takes effect only when you create an ApsaraDB RDS for Serverless instance. See `serverless_config` below.
3564
3632
  :param pulumi.Input[int] sql_collector_config_value: The sql collector keep time of the instance. Valid values are `30`, `180`, `365`, `1095`, `1825`, Default to `30`.
3633
+ > **NOTE:** This parameter takes effect when sql_collector_status is set to Enabled and does not take effect when sql_collector_status is set to Disabled.
3565
3634
  :param pulumi.Input[str] sql_collector_status: The sql collector status of the instance. Valid values are `Enabled`, `Disabled`, Default to `Disabled`.
3566
3635
  :param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
3567
3636
  `Open`: turn on SSL encryption;
@@ -3605,10 +3674,15 @@ class Instance(pulumi.CustomResource):
3605
3674
  - **LONG**: Alibaba Cloud uses persistent connections to check the availability of the instance.
3606
3675
  :param pulumi.Input[str] tde_encryption_key: The ID of the custom key.
3607
3676
  :param pulumi.Input[str] tde_status: The TDE(Transparent Data Encryption) status. After TDE is turned on, it cannot be turned off. See more [engine and engineVersion limitation](https://www.alibabacloud.com/help/zh/doc-detail/26256.htm).
3608
- > **NOTE:** When creating an instance and enabling disk encryption, you can only use the Key ID; you cannot use the ServiceKey.
3677
+
3678
+ > **NOTE:** When creating an instance and enabling disk encryption, the value of encryption_key can only be a Key ID; it cannot be a ServiceKey. After the instance is created, you can manage the disk encryption using: ServiceKey, Key ID, or disabled.
3609
3679
  :param pulumi.Input[bool] upgrade_db_instance_kernel_version: Whether to upgrade a minor version of the kernel. Valid values:
3610
3680
  - true: upgrade
3611
3681
  - false: not to upgrade
3682
+
3683
+ > **NOTE:** Database Engine and Version: Supports only MySQL 5.7 or 8.0 instances.
3684
+ > **NOTE:** Storage Type: Supports only ESSD cloud disks and general-purpose cloud disks.
3685
+ > **NOTE:** Activation Stage: Supports only during instance creation or when enabling write optimization features for existing (high-availability/cluster series) instances.
3612
3686
  :param pulumi.Input[str] upgrade_time: The method to update the minor engine version. Default value: Immediate. It is valid only when `target_minor_version` is changed. Valid values:
3613
3687
  - Immediate: The minor engine version is immediately updated.
3614
3688
  - MaintainTime: The minor engine version is updated during the maintenance window. For more information about how to change the maintenance window, see ModifyDBInstanceMaintainTime.
@@ -3699,6 +3773,7 @@ class Instance(pulumi.CustomResource):
3699
3773
  modify_mode: Optional[pulumi.Input[str]] = None,
3700
3774
  monitoring_period: Optional[pulumi.Input[int]] = None,
3701
3775
  node_id: Optional[pulumi.Input[str]] = None,
3776
+ optimized_writes: Optional[pulumi.Input[str]] = None,
3702
3777
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]]] = None,
3703
3778
  period: Optional[pulumi.Input[int]] = None,
3704
3779
  pg_bouncer_enabled: Optional[pulumi.Input[bool]] = None,
@@ -3795,6 +3870,7 @@ class Instance(pulumi.CustomResource):
3795
3870
  __props__.__dict__["modify_mode"] = modify_mode
3796
3871
  __props__.__dict__["monitoring_period"] = monitoring_period
3797
3872
  __props__.__dict__["node_id"] = node_id
3873
+ __props__.__dict__["optimized_writes"] = optimized_writes
3798
3874
  __props__.__dict__["parameters"] = parameters
3799
3875
  __props__.__dict__["period"] = period
3800
3876
  __props__.__dict__["pg_bouncer_enabled"] = pg_bouncer_enabled
@@ -3894,6 +3970,7 @@ class Instance(pulumi.CustomResource):
3894
3970
  modify_mode: Optional[pulumi.Input[str]] = None,
3895
3971
  monitoring_period: Optional[pulumi.Input[int]] = None,
3896
3972
  node_id: Optional[pulumi.Input[str]] = None,
3973
+ optimized_writes: Optional[pulumi.Input[str]] = None,
3897
3974
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]]] = None,
3898
3975
  period: Optional[pulumi.Input[int]] = None,
3899
3976
  pg_bouncer_enabled: Optional[pulumi.Input[bool]] = None,
@@ -4028,7 +4105,7 @@ class Instance(pulumi.CustomResource):
4028
4105
  :param pulumi.Input[str] encryption_key: The key id of the KMS. Used for encrypting a disk if not null. Only for PostgreSQL, MySQL and SQLServer.
4029
4106
  When the instance is PostgreSQL, this parameter can be used to enable, modify, and disable cloud disk encryption.Value range:
4030
4107
  - ServiceKey: Enable disk encryption using the service-managed key (Default Service CMK) automatically generated by Alibaba Cloud RDS.
4031
- - <EncryptionKey>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
4108
+ - <Key ID>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
4032
4109
  - disabled: Turn off cloud disk encryption.
4033
4110
  > **NOTE:** This parameter is available when the instance runs MySQL.
4034
4111
  :param pulumi.Input[str] engine: Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB.
@@ -4081,6 +4158,9 @@ class Instance(pulumi.CustomResource):
4081
4158
  - Delete: Delete IP addresses and CIDR blocks that are specified in the SecurityIps parameter from the IP address whitelist. You must retain at least one IP address or CIDR block.
4082
4159
  :param pulumi.Input[int] monitoring_period: The monitoring frequency in seconds. Valid values are 5, 10, 60, 300. Defaults to 300.
4083
4160
  :param pulumi.Input[str] node_id: The globally unique identifier (GUID) of the secondary instance. You can call the DescribeDBInstanceHAConfig operation to query the GUID of the secondary instance.
4161
+ :param pulumi.Input[str] optimized_writes: Write optimization function switch. supported engine type: `MySQL`. Valid values:
4162
+ - optimized: Enable
4163
+ - none: Disable
4084
4164
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]] parameters: Set of parameters needs to be set after DB instance was launched. Available parameters can refer to the latest docs [View database parameter templates](https://www.alibabacloud.com/help/doc-detail/26284.htm) . See `parameters` below.
4085
4165
  :param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when instance_charge_type is `PrePaid`. Valid values: [1~9], 12, 24, 36.
4086
4166
  > **NOTE:** The attribute `period` is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means running `pulumi up` will not effect the resource.
@@ -4118,6 +4198,7 @@ class Instance(pulumi.CustomResource):
4118
4198
  :param pulumi.Input[str] server_key: The private key of the server certificate. This parameter is supported only when the instance runs PostgreSQL or MySQL with standard or enhanced SSDs. If you set the CAType parameter to custom, you must also specify this parameter. **NOTE:** From version 1.231.0, `server_key` start support `MySQL` engine.
4119
4199
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerlessConfigArgs', 'InstanceServerlessConfigArgsDict']]]] serverless_configs: The settings of the serverless instance. This parameter is required when you create a serverless instance. This parameter takes effect only when you create an ApsaraDB RDS for Serverless instance. See `serverless_config` below.
4120
4200
  :param pulumi.Input[int] sql_collector_config_value: The sql collector keep time of the instance. Valid values are `30`, `180`, `365`, `1095`, `1825`, Default to `30`.
4201
+ > **NOTE:** This parameter takes effect when sql_collector_status is set to Enabled and does not take effect when sql_collector_status is set to Disabled.
4121
4202
  :param pulumi.Input[str] sql_collector_status: The sql collector status of the instance. Valid values are `Enabled`, `Disabled`, Default to `Disabled`.
4122
4203
  :param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
4123
4204
  `Open`: turn on SSL encryption;
@@ -4163,10 +4244,15 @@ class Instance(pulumi.CustomResource):
4163
4244
  - **LONG**: Alibaba Cloud uses persistent connections to check the availability of the instance.
4164
4245
  :param pulumi.Input[str] tde_encryption_key: The ID of the custom key.
4165
4246
  :param pulumi.Input[str] tde_status: The TDE(Transparent Data Encryption) status. After TDE is turned on, it cannot be turned off. See more [engine and engineVersion limitation](https://www.alibabacloud.com/help/zh/doc-detail/26256.htm).
4166
- > **NOTE:** When creating an instance and enabling disk encryption, you can only use the Key ID; you cannot use the ServiceKey.
4247
+
4248
+ > **NOTE:** When creating an instance and enabling disk encryption, the value of encryption_key can only be a Key ID; it cannot be a ServiceKey. After the instance is created, you can manage the disk encryption using: ServiceKey, Key ID, or disabled.
4167
4249
  :param pulumi.Input[bool] upgrade_db_instance_kernel_version: Whether to upgrade a minor version of the kernel. Valid values:
4168
4250
  - true: upgrade
4169
4251
  - false: not to upgrade
4252
+
4253
+ > **NOTE:** Database Engine and Version: Supports only MySQL 5.7 or 8.0 instances.
4254
+ > **NOTE:** Storage Type: Supports only ESSD cloud disks and general-purpose cloud disks.
4255
+ > **NOTE:** Activation Stage: Supports only during instance creation or when enabling write optimization features for existing (high-availability/cluster series) instances.
4170
4256
  :param pulumi.Input[str] upgrade_time: The method to update the minor engine version. Default value: Immediate. It is valid only when `target_minor_version` is changed. Valid values:
4171
4257
  - Immediate: The minor engine version is immediately updated.
4172
4258
  - MaintainTime: The minor engine version is updated during the maintenance window. For more information about how to change the maintenance window, see ModifyDBInstanceMaintainTime.
@@ -4234,6 +4320,7 @@ class Instance(pulumi.CustomResource):
4234
4320
  __props__.__dict__["modify_mode"] = modify_mode
4235
4321
  __props__.__dict__["monitoring_period"] = monitoring_period
4236
4322
  __props__.__dict__["node_id"] = node_id
4323
+ __props__.__dict__["optimized_writes"] = optimized_writes
4237
4324
  __props__.__dict__["parameters"] = parameters
4238
4325
  __props__.__dict__["period"] = period
4239
4326
  __props__.__dict__["pg_bouncer_enabled"] = pg_bouncer_enabled
@@ -4549,7 +4636,7 @@ class Instance(pulumi.CustomResource):
4549
4636
  The key id of the KMS. Used for encrypting a disk if not null. Only for PostgreSQL, MySQL and SQLServer.
4550
4637
  When the instance is PostgreSQL, this parameter can be used to enable, modify, and disable cloud disk encryption.Value range:
4551
4638
  - ServiceKey: Enable disk encryption using the service-managed key (Default Service CMK) automatically generated by Alibaba Cloud RDS.
4552
- - <EncryptionKey>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
4639
+ - <Key ID>: Use a custom key to enable cloud disk encryption or change the current key. For example: 494c98ce-f2b5-48ab-96ab-36c986b6****.
4553
4640
  - disabled: Turn off cloud disk encryption.
4554
4641
  > **NOTE:** This parameter is available when the instance runs MySQL.
4555
4642
  """
@@ -4710,6 +4797,16 @@ class Instance(pulumi.CustomResource):
4710
4797
  """
4711
4798
  return pulumi.get(self, "node_id")
4712
4799
 
4800
+ @property
4801
+ @pulumi.getter(name="optimizedWrites")
4802
+ def optimized_writes(self) -> pulumi.Output[str]:
4803
+ """
4804
+ Write optimization function switch. supported engine type: `MySQL`. Valid values:
4805
+ - optimized: Enable
4806
+ - none: Disable
4807
+ """
4808
+ return pulumi.get(self, "optimized_writes")
4809
+
4713
4810
  @property
4714
4811
  @pulumi.getter
4715
4812
  def parameters(self) -> pulumi.Output[Sequence['outputs.InstanceParameter']]:
@@ -4885,6 +4982,7 @@ class Instance(pulumi.CustomResource):
4885
4982
  def sql_collector_config_value(self) -> pulumi.Output[Optional[int]]:
4886
4983
  """
4887
4984
  The sql collector keep time of the instance. Valid values are `30`, `180`, `365`, `1095`, `1825`, Default to `30`.
4985
+ > **NOTE:** This parameter takes effect when sql_collector_status is set to Enabled and does not take effect when sql_collector_status is set to Disabled.
4888
4986
  """
4889
4987
  return pulumi.get(self, "sql_collector_config_value")
4890
4988
 
@@ -5028,7 +5126,8 @@ class Instance(pulumi.CustomResource):
5028
5126
  def tde_status(self) -> pulumi.Output[str]:
5029
5127
  """
5030
5128
  The TDE(Transparent Data Encryption) status. After TDE is turned on, it cannot be turned off. See more [engine and engineVersion limitation](https://www.alibabacloud.com/help/zh/doc-detail/26256.htm).
5031
- > **NOTE:** When creating an instance and enabling disk encryption, you can only use the Key ID; you cannot use the ServiceKey.
5129
+
5130
+ > **NOTE:** When creating an instance and enabling disk encryption, the value of encryption_key can only be a Key ID; it cannot be a ServiceKey. After the instance is created, you can manage the disk encryption using: ServiceKey, Key ID, or disabled.
5032
5131
  """
5033
5132
  return pulumi.get(self, "tde_status")
5034
5133
 
@@ -5040,6 +5139,10 @@ class Instance(pulumi.CustomResource):
5040
5139
  Whether to upgrade a minor version of the kernel. Valid values:
5041
5140
  - true: upgrade
5042
5141
  - false: not to upgrade
5142
+
5143
+ > **NOTE:** Database Engine and Version: Supports only MySQL 5.7 or 8.0 instances.
5144
+ > **NOTE:** Storage Type: Supports only ESSD cloud disks and general-purpose cloud disks.
5145
+ > **NOTE:** Activation Stage: Supports only during instance creation or when enabling write optimization features for existing (high-availability/cluster series) instances.
5043
5146
  """
5044
5147
  return pulumi.get(self, "upgrade_db_instance_kernel_version")
5045
5148
 
@@ -102,8 +102,8 @@ class TairInstanceArgs:
102
102
  :param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
103
103
  :param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
104
104
 
105
- The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
106
- :param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
105
+ The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
106
+ :param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
107
107
  :param pulumi.Input[str] param_sentinel_compat_enable: sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
108
108
  :param pulumi.Input[str] password: The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
109
109
  :param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
@@ -482,7 +482,7 @@ class TairInstanceArgs:
482
482
  """
483
483
  The value is semisync or async. The default value is async.
484
484
 
485
- The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
485
+ The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
486
486
  """
487
487
  return pulumi.get(self, "param_repl_mode")
488
488
 
@@ -494,7 +494,7 @@ class TairInstanceArgs:
494
494
  @pulumi.getter(name="paramSemisyncReplTimeout")
495
495
  def param_semisync_repl_timeout(self) -> Optional[pulumi.Input[str]]:
496
496
  """
497
- The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
497
+ The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
498
498
  """
499
499
  return pulumi.get(self, "param_semisync_repl_timeout")
500
500
 
@@ -863,8 +863,8 @@ class _TairInstanceState:
863
863
  :param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
864
864
  :param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
865
865
 
866
- The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
867
- :param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
866
+ The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
867
+ :param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
868
868
  :param pulumi.Input[str] param_sentinel_compat_enable: sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
869
869
  :param pulumi.Input[str] password: The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
870
870
  :param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
@@ -1294,7 +1294,7 @@ class _TairInstanceState:
1294
1294
  """
1295
1295
  The value is semisync or async. The default value is async.
1296
1296
 
1297
- The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
1297
+ The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
1298
1298
  """
1299
1299
  return pulumi.get(self, "param_repl_mode")
1300
1300
 
@@ -1306,7 +1306,7 @@ class _TairInstanceState:
1306
1306
  @pulumi.getter(name="paramSemisyncReplTimeout")
1307
1307
  def param_semisync_repl_timeout(self) -> Optional[pulumi.Input[str]]:
1308
1308
  """
1309
- The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
1309
+ The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
1310
1310
  """
1311
1311
  return pulumi.get(self, "param_semisync_repl_timeout")
1312
1312
 
@@ -1746,8 +1746,8 @@ class TairInstance(pulumi.CustomResource):
1746
1746
  :param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
1747
1747
  :param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
1748
1748
 
1749
- The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
1750
- :param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
1749
+ The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
1750
+ :param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
1751
1751
  :param pulumi.Input[str] param_sentinel_compat_enable: sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
1752
1752
  :param pulumi.Input[str] password: The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
1753
1753
  :param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
@@ -2038,8 +2038,8 @@ class TairInstance(pulumi.CustomResource):
2038
2038
  :param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
2039
2039
  :param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
2040
2040
 
2041
- The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
2042
- :param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
2041
+ The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
2042
+ :param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
2043
2043
  :param pulumi.Input[str] param_sentinel_compat_enable: sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
2044
2044
  :param pulumi.Input[str] password: The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
2045
2045
  :param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
@@ -2335,7 +2335,7 @@ class TairInstance(pulumi.CustomResource):
2335
2335
  """
2336
2336
  The value is semisync or async. The default value is async.
2337
2337
 
2338
- The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
2338
+ The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
2339
2339
  """
2340
2340
  return pulumi.get(self, "param_repl_mode")
2341
2341
 
@@ -2343,7 +2343,7 @@ class TairInstance(pulumi.CustomResource):
2343
2343
  @pulumi.getter(name="paramSemisyncReplTimeout")
2344
2344
  def param_semisync_repl_timeout(self) -> pulumi.Output[str]:
2345
2345
  """
2346
- The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance
2346
+ The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance.
2347
2347
  """
2348
2348
  return pulumi.get(self, "param_semisync_repl_timeout")
2349
2349
 
@@ -6,6 +6,7 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from .account import *
9
+ from .auto_grouping_rule import *
9
10
  from .control_policy import *
10
11
  from .control_policy_attachment import *
11
12
  from .delegated_administrator import *
@@ -15,12 +15,65 @@ else:
15
15
  from .. import _utilities
16
16
 
17
17
  __all__ = [
18
+ 'AutoGroupingRuleRuleContentArgs',
19
+ 'AutoGroupingRuleRuleContentArgsDict',
18
20
  'ResourceGroupRegionStatusArgs',
19
21
  'ResourceGroupRegionStatusArgsDict',
20
22
  ]
21
23
 
22
24
  MYPY = False
23
25
 
26
+ if not MYPY:
27
+ class AutoGroupingRuleRuleContentArgsDict(TypedDict):
28
+ target_resource_group_condition: pulumi.Input[str]
29
+ """
30
+ The condition for the destination resource group.
31
+ """
32
+ auto_grouping_scope_condition: NotRequired[pulumi.Input[str]]
33
+ """
34
+ The condition for the range of resources to be automatically transferred.
35
+ """
36
+ elif False:
37
+ AutoGroupingRuleRuleContentArgsDict: TypeAlias = Mapping[str, Any]
38
+
39
+ @pulumi.input_type
40
+ class AutoGroupingRuleRuleContentArgs:
41
+ def __init__(__self__, *,
42
+ target_resource_group_condition: pulumi.Input[str],
43
+ auto_grouping_scope_condition: Optional[pulumi.Input[str]] = None):
44
+ """
45
+ :param pulumi.Input[str] target_resource_group_condition: The condition for the destination resource group.
46
+ :param pulumi.Input[str] auto_grouping_scope_condition: The condition for the range of resources to be automatically transferred.
47
+ """
48
+ pulumi.set(__self__, "target_resource_group_condition", target_resource_group_condition)
49
+ if auto_grouping_scope_condition is not None:
50
+ pulumi.set(__self__, "auto_grouping_scope_condition", auto_grouping_scope_condition)
51
+
52
+ @property
53
+ @pulumi.getter(name="targetResourceGroupCondition")
54
+ def target_resource_group_condition(self) -> pulumi.Input[str]:
55
+ """
56
+ The condition for the destination resource group.
57
+ """
58
+ return pulumi.get(self, "target_resource_group_condition")
59
+
60
+ @target_resource_group_condition.setter
61
+ def target_resource_group_condition(self, value: pulumi.Input[str]):
62
+ pulumi.set(self, "target_resource_group_condition", value)
63
+
64
+ @property
65
+ @pulumi.getter(name="autoGroupingScopeCondition")
66
+ def auto_grouping_scope_condition(self) -> Optional[pulumi.Input[str]]:
67
+ """
68
+ The condition for the range of resources to be automatically transferred.
69
+ """
70
+ return pulumi.get(self, "auto_grouping_scope_condition")
71
+
72
+ @auto_grouping_scope_condition.setter
73
+ def auto_grouping_scope_condition(self, value: Optional[pulumi.Input[str]]):
74
+ pulumi.set(self, "auto_grouping_scope_condition", value)
75
+
76
+
24
77
  if not MYPY:
25
78
  class ResourceGroupRegionStatusArgsDict(TypedDict):
26
79
  region_id: NotRequired[pulumi.Input[str]]