pulumi-alicloud 3.78.0a1747200018__py3-none-any.whl → 3.78.0a1747367664__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 (146) hide show
  1. pulumi_alicloud/__init__.py +32 -0
  2. pulumi_alicloud/adb/cluster.py +12 -12
  3. pulumi_alicloud/alb/health_check_template.py +233 -93
  4. pulumi_alicloud/alb/load_balancer.py +110 -0
  5. pulumi_alicloud/amqp/exchange.py +250 -159
  6. pulumi_alicloud/apigateway/_inputs.py +23 -3
  7. pulumi_alicloud/apigateway/api.py +7 -7
  8. pulumi_alicloud/apigateway/backend.py +8 -8
  9. pulumi_alicloud/apigateway/outputs.py +16 -2
  10. pulumi_alicloud/arms/remote_write.py +2 -2
  11. pulumi_alicloud/bp/studio_application.py +2 -2
  12. pulumi_alicloud/cassandra/cluster.py +2 -2
  13. pulumi_alicloud/cassandra/data_center.py +2 -2
  14. pulumi_alicloud/cdn/fc_trigger.py +2 -2
  15. pulumi_alicloud/cen/_inputs.py +78 -27
  16. pulumi_alicloud/cen/bandwidth_limit.py +7 -7
  17. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +6 -6
  18. pulumi_alicloud/cen/outputs.py +52 -18
  19. pulumi_alicloud/cen/traffic_marking_policy.py +49 -9
  20. pulumi_alicloud/chatbot/publish_task.py +2 -2
  21. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  22. pulumi_alicloud/cloudfirewall/ips_config.py +523 -0
  23. pulumi_alicloud/cr/registry_enterprise_instance.py +4 -4
  24. pulumi_alicloud/das/switch_das_pro.py +6 -2
  25. pulumi_alicloud/dataworks/di_alarm_rule.py +6 -4
  26. pulumi_alicloud/dataworks/di_job.py +8 -6
  27. pulumi_alicloud/dataworks/project_member.py +2 -2
  28. pulumi_alicloud/ddos/domain_resource.py +19 -9
  29. pulumi_alicloud/dms/enterprise_logic_database.py +2 -2
  30. pulumi_alicloud/dms/enterprise_proxy_access.py +2 -2
  31. pulumi_alicloud/drds/instance.py +12 -8
  32. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +2 -2
  33. pulumi_alicloud/ecs/activation.py +2 -2
  34. pulumi_alicloud/ecs/capacity_reservation.py +2 -2
  35. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  36. pulumi_alicloud/ecs/ecs_invocation.py +12 -6
  37. pulumi_alicloud/ecs/ecs_network_interface_permission.py +2 -2
  38. pulumi_alicloud/ecs/ecs_snapshot_group.py +2 -2
  39. pulumi_alicloud/ecs/elasticity_assurance.py +2 -2
  40. pulumi_alicloud/ecs/image_copy.py +2 -2
  41. pulumi_alicloud/ecs/image_export.py +2 -2
  42. pulumi_alicloud/ecs/reserved_instance.py +2 -2
  43. pulumi_alicloud/ecs/snapshot.py +8 -4
  44. pulumi_alicloud/ecs/storage_capacity_unit.py +2 -2
  45. pulumi_alicloud/emr/cluster.py +4 -4
  46. pulumi_alicloud/esa/edge_container_app_record.py +10 -2
  47. pulumi_alicloud/esa/http_request_header_modification_rule.py +12 -4
  48. pulumi_alicloud/esa/http_response_header_modification_rule.py +12 -4
  49. pulumi_alicloud/esa/https_basic_configuration.py +12 -4
  50. pulumi_alicloud/esa/network_optimization.py +10 -2
  51. pulumi_alicloud/esa/origin_pool.py +10 -10
  52. pulumi_alicloud/esa/redirect_rule.py +12 -4
  53. pulumi_alicloud/esa/rewrite_url_rule.py +12 -4
  54. pulumi_alicloud/ess/outputs.py +107 -0
  55. pulumi_alicloud/ess/scaling_group.py +47 -0
  56. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  57. pulumi_alicloud/fnf/execution.py +2 -2
  58. pulumi_alicloud/fnf/flow.py +2 -2
  59. pulumi_alicloud/fnf/schedule.py +2 -2
  60. pulumi_alicloud/gpdb/elastic_instance.py +8 -8
  61. pulumi_alicloud/hbr/ecs_backup_plan.py +10 -2
  62. pulumi_alicloud/hbr/hana_backup_client.py +2 -2
  63. pulumi_alicloud/hbr/hana_backup_plan.py +2 -2
  64. pulumi_alicloud/hbr/hana_instance.py +2 -2
  65. pulumi_alicloud/hbr/nas_backup_plan.py +10 -2
  66. pulumi_alicloud/hbr/oss_backup_plan.py +10 -2
  67. pulumi_alicloud/hbr/ots_backup_plan.py +10 -2
  68. pulumi_alicloud/hbr/restore_job.py +2 -2
  69. pulumi_alicloud/hbr/server_backup_plan.py +10 -2
  70. pulumi_alicloud/kms/_inputs.py +12 -12
  71. pulumi_alicloud/kms/instance.py +80 -47
  72. pulumi_alicloud/kms/outputs.py +8 -8
  73. pulumi_alicloud/kvstore/instance.py +21 -7
  74. pulumi_alicloud/lindorm/instance.py +101 -7
  75. pulumi_alicloud/log/etl.py +2 -2
  76. pulumi_alicloud/log/ingestion.py +4 -6
  77. pulumi_alicloud/log/oss_export.py +4 -6
  78. pulumi_alicloud/log/oss_shipper.py +2 -2
  79. pulumi_alicloud/mse/gateway.py +2 -2
  80. pulumi_alicloud/mse/nacos_config.py +2 -0
  81. pulumi_alicloud/mse/znode.py +2 -2
  82. pulumi_alicloud/nas/mount_target.py +6 -6
  83. pulumi_alicloud/nas/snapshot.py +2 -2
  84. pulumi_alicloud/oos/default_patch_baseline.py +2 -2
  85. pulumi_alicloud/oos/secret_parameter.py +2 -2
  86. pulumi_alicloud/oss/bucket_replication.py +8 -8
  87. pulumi_alicloud/pai/__init__.py +3 -0
  88. pulumi_alicloud/pai/_inputs.py +108 -0
  89. pulumi_alicloud/pai/outputs.py +64 -0
  90. pulumi_alicloud/pai/workspace_member.py +393 -0
  91. pulumi_alicloud/pai/workspace_model.py +792 -0
  92. pulumi_alicloud/pai/workspace_model_version.py +1129 -0
  93. pulumi_alicloud/polardb/cluster.py +68 -7
  94. pulumi_alicloud/polardb/global_database_network.py +2 -2
  95. pulumi_alicloud/polardb/parameter_group.py +2 -2
  96. pulumi_alicloud/pulumi-plugin.json +1 -1
  97. pulumi_alicloud/ram/group_policy_attachment.py +2 -2
  98. pulumi_alicloud/ram/role.py +2 -2
  99. pulumi_alicloud/ram/role_attachment.py +6 -4
  100. pulumi_alicloud/rds/instance.py +47 -47
  101. pulumi_alicloud/rds/rds_clone_db_instance.py +30 -30
  102. pulumi_alicloud/rds/rds_upgrade_db_instance.py +2 -2
  103. pulumi_alicloud/resourcemanager/account.py +315 -116
  104. pulumi_alicloud/rocketmq/group.py +2 -2
  105. pulumi_alicloud/ros/change_set.py +2 -2
  106. pulumi_alicloud/ros/stack.py +2 -2
  107. pulumi_alicloud/ros/stack_group.py +2 -2
  108. pulumi_alicloud/ros/stack_instance.py +2 -2
  109. pulumi_alicloud/ros/template_scratch.py +2 -2
  110. pulumi_alicloud/scdn/domain.py +2 -2
  111. pulumi_alicloud/securitycenter/service_linked_role.py +2 -2
  112. pulumi_alicloud/servicecatalog/provisioned_product.py +2 -2
  113. pulumi_alicloud/slb/_inputs.py +44 -0
  114. pulumi_alicloud/slb/acl_entry_attachment.py +2 -2
  115. pulumi_alicloud/slb/ca_certificate.py +4 -0
  116. pulumi_alicloud/slb/listener.py +46 -89
  117. pulumi_alicloud/slb/master_slave_server_group.py +17 -35
  118. pulumi_alicloud/slb/outputs.py +26 -0
  119. pulumi_alicloud/sms/short_url.py +2 -2
  120. pulumi_alicloud/threatdetection/backup_policy.py +2 -2
  121. pulumi_alicloud/threatdetection/honeypot_probe.py +2 -2
  122. pulumi_alicloud/threatdetection/instance.py +28 -21
  123. pulumi_alicloud/threatdetection/outputs.py +98 -6
  124. pulumi_alicloud/threatdetection/vul_whitelist.py +2 -2
  125. pulumi_alicloud/threatdetection/web_lock_config.py +2 -2
  126. pulumi_alicloud/tsdb/instance.py +2 -2
  127. pulumi_alicloud/vpc/common_bandwith_package.py +28 -14
  128. pulumi_alicloud/vpc/forward_entry.py +4 -4
  129. pulumi_alicloud/vpc/gateway_route_table_attachment.py +2 -2
  130. pulumi_alicloud/vpc/ha_vip.py +4 -4
  131. pulumi_alicloud/vpc/ha_vipv2.py +4 -0
  132. pulumi_alicloud/vpc/ipv4_gateway.py +78 -37
  133. pulumi_alicloud/vpc/ipv6_gateway.py +2 -2
  134. pulumi_alicloud/vpc/nat_ip.py +2 -2
  135. pulumi_alicloud/vpc/prefix_list.py +2 -2
  136. pulumi_alicloud/vpc/route_entry.py +6 -2
  137. pulumi_alicloud/vpn/gateway_vco_route.py +2 -2
  138. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  139. pulumi_alicloud/vpn/pbr_route_entry.py +2 -2
  140. pulumi_alicloud/vpn/route_entry.py +8 -8
  141. pulumi_alicloud/wafv3/instance.py +2 -2
  142. pulumi_alicloud/wafv3/outputs.py +11 -0
  143. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/METADATA +1 -1
  144. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/RECORD +146 -142
  145. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/WHEEL +1 -1
  146. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/top_level.txt +0 -0
@@ -162,10 +162,10 @@ class InstanceArgs:
162
162
  * **HighAvailability**: High-availability Edition.
163
163
  * **AlwaysOn**: Cluster Edition.
164
164
  * **Finance**: Enterprise Edition.
165
- * **cluster**: MySQL Cluster Edition. (Available since 1.202.0)
166
- * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.200.0)
167
- * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.204.0)
168
- * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since 1.204.0)
165
+ * **cluster**: MySQL Cluster Edition. (Available since v1.202.0)
166
+ * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.200.0)
167
+ * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.204.0)
168
+ * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since v1.204.0)
169
169
 
170
170
  > **NOTE:** `zone_id_slave_a` and `zone_id_slave_b` can specify slave zone ids when creating the high-availability or enterprise edition instances. Meanwhile, `vswitch_id` needs to pass in the corresponding vswitch id to the slave zone by order (If the `vswitch_id` is not specified, the classic network version will be created). For example, `zone_id` = "zone-a" and `zone_id_slave_a` = "zone-c", `zone_id_slave_b` = "zone-b", then the `vswitch_id` must be "vsw-zone-a,vsw-zone-c,vsw-zone-b". Of course, you can also choose automatic allocation , for example, `zone_id` = "zone-a" and `zone_id_slave_a` = "Auto",`zone_id_slave_b` = "Auto", then the `vswitch_id` must be "vsw-zone-a,Auto,Auto". The list contains up to 2 slave zone ids , separated by commas.
171
171
  :param pulumi.Input[builtins.str] client_ca_cert: The public key of the CA that issues client certificates. This parameter is supported only when the instance runs PostgreSQL with standard or enhanced SSDs. If you set the ClientCAEbabled parameter to 1, you must also specify this parameter.
@@ -271,7 +271,7 @@ class InstanceArgs:
271
271
  > **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
272
272
  You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
273
273
  :param pulumi.Input[builtins.str] security_group_id: It has been deprecated from 1.69.0 and use `security_group_ids` instead.
274
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_group_ids: , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
274
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_group_ids: , Available since v1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
275
275
  :param pulumi.Input[builtins.str] security_ip_mode: Valid values are `normal`, `safety`, Default to `normal`. support `safety` switch to high security access mode.
276
276
  :param pulumi.Input[builtins.str] security_ip_type: The type of IP address in the IP address whitelist.
277
277
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_ips: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
@@ -710,10 +710,10 @@ class InstanceArgs:
710
710
  * **HighAvailability**: High-availability Edition.
711
711
  * **AlwaysOn**: Cluster Edition.
712
712
  * **Finance**: Enterprise Edition.
713
- * **cluster**: MySQL Cluster Edition. (Available since 1.202.0)
714
- * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.200.0)
715
- * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.204.0)
716
- * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since 1.204.0)
713
+ * **cluster**: MySQL Cluster Edition. (Available since v1.202.0)
714
+ * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.200.0)
715
+ * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.204.0)
716
+ * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since v1.204.0)
717
717
 
718
718
  > **NOTE:** `zone_id_slave_a` and `zone_id_slave_b` can specify slave zone ids when creating the high-availability or enterprise edition instances. Meanwhile, `vswitch_id` needs to pass in the corresponding vswitch id to the slave zone by order (If the `vswitch_id` is not specified, the classic network version will be created). For example, `zone_id` = "zone-a" and `zone_id_slave_a` = "zone-c", `zone_id_slave_b` = "zone-b", then the `vswitch_id` must be "vsw-zone-a,vsw-zone-c,vsw-zone-b". Of course, you can also choose automatic allocation , for example, `zone_id` = "zone-a" and `zone_id_slave_a` = "Auto",`zone_id_slave_b` = "Auto", then the `vswitch_id` must be "vsw-zone-a,Auto,Auto". The list contains up to 2 slave zone ids , separated by commas.
719
719
  """
@@ -1260,7 +1260,7 @@ class InstanceArgs:
1260
1260
  @pulumi.getter(name="securityGroupIds")
1261
1261
  def security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
1262
1262
  """
1263
- , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
1263
+ , Available since v1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
1264
1264
  """
1265
1265
  return pulumi.get(self, "security_group_ids")
1266
1266
 
@@ -1767,10 +1767,10 @@ class _InstanceState:
1767
1767
  * **HighAvailability**: High-availability Edition.
1768
1768
  * **AlwaysOn**: Cluster Edition.
1769
1769
  * **Finance**: Enterprise Edition.
1770
- * **cluster**: MySQL Cluster Edition. (Available since 1.202.0)
1771
- * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.200.0)
1772
- * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.204.0)
1773
- * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since 1.204.0)
1770
+ * **cluster**: MySQL Cluster Edition. (Available since v1.202.0)
1771
+ * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.200.0)
1772
+ * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.204.0)
1773
+ * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since v1.204.0)
1774
1774
 
1775
1775
  > **NOTE:** `zone_id_slave_a` and `zone_id_slave_b` can specify slave zone ids when creating the high-availability or enterprise edition instances. Meanwhile, `vswitch_id` needs to pass in the corresponding vswitch id to the slave zone by order (If the `vswitch_id` is not specified, the classic network version will be created). For example, `zone_id` = "zone-a" and `zone_id_slave_a` = "zone-c", `zone_id_slave_b` = "zone-b", then the `vswitch_id` must be "vsw-zone-a,vsw-zone-c,vsw-zone-b". Of course, you can also choose automatic allocation , for example, `zone_id` = "zone-a" and `zone_id_slave_a` = "Auto",`zone_id_slave_b` = "Auto", then the `vswitch_id` must be "vsw-zone-a,Auto,Auto". The list contains up to 2 slave zone ids , separated by commas.
1776
1776
  :param pulumi.Input[builtins.str] client_ca_cert: The public key of the CA that issues client certificates. This parameter is supported only when the instance runs PostgreSQL with standard or enhanced SSDs. If you set the ClientCAEbabled parameter to 1, you must also specify this parameter.
@@ -1784,7 +1784,7 @@ class _InstanceState:
1784
1784
  :param pulumi.Input[builtins.str] connection_string: RDS database connection string.
1785
1785
  :param pulumi.Input[builtins.str] connection_string_prefix: The private connection string prefix. If you want to update public connection string prefix, please use resource rds.Connection connection_prefix.
1786
1786
  > **NOTE:** The prefix must be 8 to 64 characters in length and can contain letters, digits, and hyphens (-). It cannot contain Chinese characters and special characters ~!#%^&*=+\\|{};:'",<>/?
1787
- :param pulumi.Input[builtins.str] create_time: (Available since 1.204.1) The creation time of db instance.
1787
+ :param pulumi.Input[builtins.str] create_time: (Available since v1.204.1) The creation time of db instance.
1788
1788
  :param pulumi.Input[builtins.str] db_instance_ip_array_attribute: The attribute of the IP address whitelist. By default, this parameter is empty.
1789
1789
 
1790
1790
  > **NOTE:** The IP address whitelists that have the hidden attribute are not displayed in the ApsaraDB RDS console. These IP address whitelists are used to access Alibaba Cloud services, such as Data Transmission Service (DTS).
@@ -1798,7 +1798,7 @@ class _InstanceState:
1798
1798
  - cloud_essd2: specifies to use enhanced SSDs (ESSDs).
1799
1799
  - cloud_essd3: specifies to use enhanced SSDs (ESSDs).
1800
1800
  - general_essd: general essd.
1801
- :param pulumi.Input[builtins.str] db_instance_type: (Available since 1.197.0) The type of db instance.
1801
+ :param pulumi.Input[builtins.str] db_instance_type: (Available since v1.197.0) The type of db instance.
1802
1802
  :param pulumi.Input[builtins.bool] db_is_ignore_case: Specifies whether table names on the instance are case-sensitive. Valid values: `true`, `false`.
1803
1803
  :param pulumi.Input[builtins.str] db_param_group_id: Parameter template ID. Only MySQL and PostgreSQL support this parameter. If this parameter is not specified, the default parameter template is used. You can also customize a parameter template and use it here.
1804
1804
  :param pulumi.Input[builtins.str] db_time_zone: The time zone of the instance. This parameter takes effect only when you set the `Engine` parameter to MySQL or PostgreSQL.
@@ -1907,7 +1907,7 @@ class _InstanceState:
1907
1907
  > **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
1908
1908
  You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
1909
1909
  :param pulumi.Input[builtins.str] security_group_id: It has been deprecated from 1.69.0 and use `security_group_ids` instead.
1910
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_group_ids: , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
1910
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_group_ids: , Available since v1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
1911
1911
  :param pulumi.Input[builtins.str] security_ip_mode: Valid values are `normal`, `safety`, Default to `normal`. support `safety` switch to high security access mode.
1912
1912
  :param pulumi.Input[builtins.str] security_ip_type: The type of IP address in the IP address whitelist.
1913
1913
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_ips: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
@@ -1926,7 +1926,7 @@ class _InstanceState:
1926
1926
  > **NOTE:** The attribute `ssl_action` will be ignored when setting `instance_charge_type = "Serverless"` for SQLServer, PostgreSQL or MariaDB.
1927
1927
  :param pulumi.Input[builtins.str] ssl_connection_string: The internal or public endpoint for which the server certificate needs to be created or updated.
1928
1928
  :param pulumi.Input[builtins.str] ssl_status: Status of the SSL feature. `Yes`: SSL is turned on; `No`: SSL is turned off.
1929
- :param pulumi.Input[builtins.str] status: (Available since 1.204.1) The status of db instance.
1929
+ :param pulumi.Input[builtins.str] status: (Available since v1.204.1) The status of db instance.
1930
1930
  :param pulumi.Input[builtins.str] storage_auto_scale: Automatic storage space expansion switch. Valid values:
1931
1931
  - Enable
1932
1932
  - Disable
@@ -2290,10 +2290,10 @@ class _InstanceState:
2290
2290
  * **HighAvailability**: High-availability Edition.
2291
2291
  * **AlwaysOn**: Cluster Edition.
2292
2292
  * **Finance**: Enterprise Edition.
2293
- * **cluster**: MySQL Cluster Edition. (Available since 1.202.0)
2294
- * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.200.0)
2295
- * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.204.0)
2296
- * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since 1.204.0)
2293
+ * **cluster**: MySQL Cluster Edition. (Available since v1.202.0)
2294
+ * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.200.0)
2295
+ * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.204.0)
2296
+ * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since v1.204.0)
2297
2297
 
2298
2298
  > **NOTE:** `zone_id_slave_a` and `zone_id_slave_b` can specify slave zone ids when creating the high-availability or enterprise edition instances. Meanwhile, `vswitch_id` needs to pass in the corresponding vswitch id to the slave zone by order (If the `vswitch_id` is not specified, the classic network version will be created). For example, `zone_id` = "zone-a" and `zone_id_slave_a` = "zone-c", `zone_id_slave_b` = "zone-b", then the `vswitch_id` must be "vsw-zone-a,vsw-zone-c,vsw-zone-b". Of course, you can also choose automatic allocation , for example, `zone_id` = "zone-a" and `zone_id_slave_a` = "Auto",`zone_id_slave_b` = "Auto", then the `vswitch_id` must be "vsw-zone-a,Auto,Auto". The list contains up to 2 slave zone ids , separated by commas.
2299
2299
  """
@@ -2384,7 +2384,7 @@ class _InstanceState:
2384
2384
  @pulumi.getter(name="createTime")
2385
2385
  def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
2386
2386
  """
2387
- (Available since 1.204.1) The creation time of db instance.
2387
+ (Available since v1.204.1) The creation time of db instance.
2388
2388
  """
2389
2389
  return pulumi.get(self, "create_time")
2390
2390
 
@@ -2442,7 +2442,7 @@ class _InstanceState:
2442
2442
  @pulumi.getter(name="dbInstanceType")
2443
2443
  def db_instance_type(self) -> Optional[pulumi.Input[builtins.str]]:
2444
2444
  """
2445
- (Available since 1.197.0) The type of db instance.
2445
+ (Available since v1.197.0) The type of db instance.
2446
2446
  """
2447
2447
  return pulumi.get(self, "db_instance_type")
2448
2448
 
@@ -2948,7 +2948,7 @@ class _InstanceState:
2948
2948
  @pulumi.getter(name="securityGroupIds")
2949
2949
  def security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
2950
2950
  """
2951
- , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
2951
+ , Available since v1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
2952
2952
  """
2953
2953
  return pulumi.get(self, "security_group_ids")
2954
2954
 
@@ -3099,7 +3099,7 @@ class _InstanceState:
3099
3099
  @pulumi.getter
3100
3100
  def status(self) -> Optional[pulumi.Input[builtins.str]]:
3101
3101
  """
3102
- (Available since 1.204.1) The status of db instance.
3102
+ (Available since v1.204.1) The status of db instance.
3103
3103
  """
3104
3104
  return pulumi.get(self, "status")
3105
3105
 
@@ -3487,10 +3487,10 @@ class Instance(pulumi.CustomResource):
3487
3487
  * **HighAvailability**: High-availability Edition.
3488
3488
  * **AlwaysOn**: Cluster Edition.
3489
3489
  * **Finance**: Enterprise Edition.
3490
- * **cluster**: MySQL Cluster Edition. (Available since 1.202.0)
3491
- * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.200.0)
3492
- * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.204.0)
3493
- * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since 1.204.0)
3490
+ * **cluster**: MySQL Cluster Edition. (Available since v1.202.0)
3491
+ * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.200.0)
3492
+ * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.204.0)
3493
+ * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since v1.204.0)
3494
3494
 
3495
3495
  > **NOTE:** `zone_id_slave_a` and `zone_id_slave_b` can specify slave zone ids when creating the high-availability or enterprise edition instances. Meanwhile, `vswitch_id` needs to pass in the corresponding vswitch id to the slave zone by order (If the `vswitch_id` is not specified, the classic network version will be created). For example, `zone_id` = "zone-a" and `zone_id_slave_a` = "zone-c", `zone_id_slave_b` = "zone-b", then the `vswitch_id` must be "vsw-zone-a,vsw-zone-c,vsw-zone-b". Of course, you can also choose automatic allocation , for example, `zone_id` = "zone-a" and `zone_id_slave_a` = "Auto",`zone_id_slave_b` = "Auto", then the `vswitch_id` must be "vsw-zone-a,Auto,Auto". The list contains up to 2 slave zone ids , separated by commas.
3496
3496
  :param pulumi.Input[builtins.str] client_ca_cert: The public key of the CA that issues client certificates. This parameter is supported only when the instance runs PostgreSQL with standard or enhanced SSDs. If you set the ClientCAEbabled parameter to 1, you must also specify this parameter.
@@ -3624,7 +3624,7 @@ class Instance(pulumi.CustomResource):
3624
3624
  > **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
3625
3625
  You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
3626
3626
  :param pulumi.Input[builtins.str] security_group_id: It has been deprecated from 1.69.0 and use `security_group_ids` instead.
3627
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_group_ids: , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
3627
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_group_ids: , Available since v1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
3628
3628
  :param pulumi.Input[builtins.str] security_ip_mode: Valid values are `normal`, `safety`, Default to `normal`. support `safety` switch to high security access mode.
3629
3629
  :param pulumi.Input[builtins.str] security_ip_type: The type of IP address in the IP address whitelist.
3630
3630
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_ips: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
@@ -4052,10 +4052,10 @@ class Instance(pulumi.CustomResource):
4052
4052
  * **HighAvailability**: High-availability Edition.
4053
4053
  * **AlwaysOn**: Cluster Edition.
4054
4054
  * **Finance**: Enterprise Edition.
4055
- * **cluster**: MySQL Cluster Edition. (Available since 1.202.0)
4056
- * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.200.0)
4057
- * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.204.0)
4058
- * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since 1.204.0)
4055
+ * **cluster**: MySQL Cluster Edition. (Available since v1.202.0)
4056
+ * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.200.0)
4057
+ * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.204.0)
4058
+ * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since v1.204.0)
4059
4059
 
4060
4060
  > **NOTE:** `zone_id_slave_a` and `zone_id_slave_b` can specify slave zone ids when creating the high-availability or enterprise edition instances. Meanwhile, `vswitch_id` needs to pass in the corresponding vswitch id to the slave zone by order (If the `vswitch_id` is not specified, the classic network version will be created). For example, `zone_id` = "zone-a" and `zone_id_slave_a` = "zone-c", `zone_id_slave_b` = "zone-b", then the `vswitch_id` must be "vsw-zone-a,vsw-zone-c,vsw-zone-b". Of course, you can also choose automatic allocation , for example, `zone_id` = "zone-a" and `zone_id_slave_a` = "Auto",`zone_id_slave_b` = "Auto", then the `vswitch_id` must be "vsw-zone-a,Auto,Auto". The list contains up to 2 slave zone ids , separated by commas.
4061
4061
  :param pulumi.Input[builtins.str] client_ca_cert: The public key of the CA that issues client certificates. This parameter is supported only when the instance runs PostgreSQL with standard or enhanced SSDs. If you set the ClientCAEbabled parameter to 1, you must also specify this parameter.
@@ -4069,7 +4069,7 @@ class Instance(pulumi.CustomResource):
4069
4069
  :param pulumi.Input[builtins.str] connection_string: RDS database connection string.
4070
4070
  :param pulumi.Input[builtins.str] connection_string_prefix: The private connection string prefix. If you want to update public connection string prefix, please use resource rds.Connection connection_prefix.
4071
4071
  > **NOTE:** The prefix must be 8 to 64 characters in length and can contain letters, digits, and hyphens (-). It cannot contain Chinese characters and special characters ~!#%^&*=+\\|{};:'",<>/?
4072
- :param pulumi.Input[builtins.str] create_time: (Available since 1.204.1) The creation time of db instance.
4072
+ :param pulumi.Input[builtins.str] create_time: (Available since v1.204.1) The creation time of db instance.
4073
4073
  :param pulumi.Input[builtins.str] db_instance_ip_array_attribute: The attribute of the IP address whitelist. By default, this parameter is empty.
4074
4074
 
4075
4075
  > **NOTE:** The IP address whitelists that have the hidden attribute are not displayed in the ApsaraDB RDS console. These IP address whitelists are used to access Alibaba Cloud services, such as Data Transmission Service (DTS).
@@ -4083,7 +4083,7 @@ class Instance(pulumi.CustomResource):
4083
4083
  - cloud_essd2: specifies to use enhanced SSDs (ESSDs).
4084
4084
  - cloud_essd3: specifies to use enhanced SSDs (ESSDs).
4085
4085
  - general_essd: general essd.
4086
- :param pulumi.Input[builtins.str] db_instance_type: (Available since 1.197.0) The type of db instance.
4086
+ :param pulumi.Input[builtins.str] db_instance_type: (Available since v1.197.0) The type of db instance.
4087
4087
  :param pulumi.Input[builtins.bool] db_is_ignore_case: Specifies whether table names on the instance are case-sensitive. Valid values: `true`, `false`.
4088
4088
  :param pulumi.Input[builtins.str] db_param_group_id: Parameter template ID. Only MySQL and PostgreSQL support this parameter. If this parameter is not specified, the default parameter template is used. You can also customize a parameter template and use it here.
4089
4089
  :param pulumi.Input[builtins.str] db_time_zone: The time zone of the instance. This parameter takes effect only when you set the `Engine` parameter to MySQL or PostgreSQL.
@@ -4192,7 +4192,7 @@ class Instance(pulumi.CustomResource):
4192
4192
  > **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
4193
4193
  You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
4194
4194
  :param pulumi.Input[builtins.str] security_group_id: It has been deprecated from 1.69.0 and use `security_group_ids` instead.
4195
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_group_ids: , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
4195
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_group_ids: , Available since v1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
4196
4196
  :param pulumi.Input[builtins.str] security_ip_mode: Valid values are `normal`, `safety`, Default to `normal`. support `safety` switch to high security access mode.
4197
4197
  :param pulumi.Input[builtins.str] security_ip_type: The type of IP address in the IP address whitelist.
4198
4198
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_ips: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
@@ -4211,7 +4211,7 @@ class Instance(pulumi.CustomResource):
4211
4211
  > **NOTE:** The attribute `ssl_action` will be ignored when setting `instance_charge_type = "Serverless"` for SQLServer, PostgreSQL or MariaDB.
4212
4212
  :param pulumi.Input[builtins.str] ssl_connection_string: The internal or public endpoint for which the server certificate needs to be created or updated.
4213
4213
  :param pulumi.Input[builtins.str] ssl_status: Status of the SSL feature. `Yes`: SSL is turned on; `No`: SSL is turned off.
4214
- :param pulumi.Input[builtins.str] status: (Available since 1.204.1) The status of db instance.
4214
+ :param pulumi.Input[builtins.str] status: (Available since v1.204.1) The status of db instance.
4215
4215
  :param pulumi.Input[builtins.str] storage_auto_scale: Automatic storage space expansion switch. Valid values:
4216
4216
  - Enable
4217
4217
  - Disable
@@ -4457,10 +4457,10 @@ class Instance(pulumi.CustomResource):
4457
4457
  * **HighAvailability**: High-availability Edition.
4458
4458
  * **AlwaysOn**: Cluster Edition.
4459
4459
  * **Finance**: Enterprise Edition.
4460
- * **cluster**: MySQL Cluster Edition. (Available since 1.202.0)
4461
- * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.200.0)
4462
- * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.204.0)
4463
- * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since 1.204.0)
4460
+ * **cluster**: MySQL Cluster Edition. (Available since v1.202.0)
4461
+ * **serverless_basic**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.200.0)
4462
+ * **serverless_standard**: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since v1.204.0)
4463
+ * **serverless_ha**: RDS Serverless High-availability Edition for SQL Server. (Available since v1.204.0)
4464
4464
 
4465
4465
  > **NOTE:** `zone_id_slave_a` and `zone_id_slave_b` can specify slave zone ids when creating the high-availability or enterprise edition instances. Meanwhile, `vswitch_id` needs to pass in the corresponding vswitch id to the slave zone by order (If the `vswitch_id` is not specified, the classic network version will be created). For example, `zone_id` = "zone-a" and `zone_id_slave_a` = "zone-c", `zone_id_slave_b` = "zone-b", then the `vswitch_id` must be "vsw-zone-a,vsw-zone-c,vsw-zone-b". Of course, you can also choose automatic allocation , for example, `zone_id` = "zone-a" and `zone_id_slave_a` = "Auto",`zone_id_slave_b` = "Auto", then the `vswitch_id` must be "vsw-zone-a,Auto,Auto". The list contains up to 2 slave zone ids , separated by commas.
4466
4466
  """
@@ -4523,7 +4523,7 @@ class Instance(pulumi.CustomResource):
4523
4523
  @pulumi.getter(name="createTime")
4524
4524
  def create_time(self) -> pulumi.Output[builtins.str]:
4525
4525
  """
4526
- (Available since 1.204.1) The creation time of db instance.
4526
+ (Available since v1.204.1) The creation time of db instance.
4527
4527
  """
4528
4528
  return pulumi.get(self, "create_time")
4529
4529
 
@@ -4565,7 +4565,7 @@ class Instance(pulumi.CustomResource):
4565
4565
  @pulumi.getter(name="dbInstanceType")
4566
4566
  def db_instance_type(self) -> pulumi.Output[builtins.str]:
4567
4567
  """
4568
- (Available since 1.197.0) The type of db instance.
4568
+ (Available since v1.197.0) The type of db instance.
4569
4569
  """
4570
4570
  return pulumi.get(self, "db_instance_type")
4571
4571
 
@@ -4927,7 +4927,7 @@ class Instance(pulumi.CustomResource):
4927
4927
  @pulumi.getter(name="securityGroupIds")
4928
4928
  def security_group_ids(self) -> pulumi.Output[Sequence[builtins.str]]:
4929
4929
  """
4930
- , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
4930
+ , Available since v1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
4931
4931
  """
4932
4932
  return pulumi.get(self, "security_group_ids")
4933
4933
 
@@ -5030,7 +5030,7 @@ class Instance(pulumi.CustomResource):
5030
5030
  @pulumi.getter
5031
5031
  def status(self) -> pulumi.Output[builtins.str]:
5032
5032
  """
5033
- (Available since 1.204.1) The status of db instance.
5033
+ (Available since v1.204.1) The status of db instance.
5034
5034
  """
5035
5035
  return pulumi.get(self, "status")
5036
5036
 
@@ -111,10 +111,10 @@ class RdsCloneDbInstanceArgs:
111
111
  * **HighAvailability**: High availability
112
112
  * **AlwaysOn**: Cluster Edition
113
113
  * **Finance**: Three-node Enterprise Edition.
114
- * **serverless_basic**: Serverless Basic Edition. (Available in 1.200.0+)
115
- * **serverless_standard**: MySQL Serverless High Availability Edition. (Available in 1.207.0+)
116
- * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available in 1.207.0+)
117
- * **cluster**: MySQL Cluster Edition. (Available in 1.207.0+)
114
+ * **serverless_basic**: Serverless Basic Edition. (Available since v1.200.0)
115
+ * **serverless_standard**: MySQL Serverless High Availability Edition. (Available since v1.207.0)
116
+ * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available since v1.207.0)
117
+ * **cluster**: MySQL Cluster Edition. (Available since v1.207.0)
118
118
  :param pulumi.Input[builtins.str] certificate: The file that contains the certificate used for TDE.
119
119
  :param pulumi.Input[builtins.str] client_ca_cert: This parameter is only supported by the RDS PostgreSQL cloud disk version. It indicates the public key of the client certification authority. If the value of client_ca_enabled is 1, this parameter must be configured.
120
120
  :param pulumi.Input[builtins.int] client_ca_enabled: The client ca enabled.
@@ -454,10 +454,10 @@ class RdsCloneDbInstanceArgs:
454
454
  * **HighAvailability**: High availability
455
455
  * **AlwaysOn**: Cluster Edition
456
456
  * **Finance**: Three-node Enterprise Edition.
457
- * **serverless_basic**: Serverless Basic Edition. (Available in 1.200.0+)
458
- * **serverless_standard**: MySQL Serverless High Availability Edition. (Available in 1.207.0+)
459
- * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available in 1.207.0+)
460
- * **cluster**: MySQL Cluster Edition. (Available in 1.207.0+)
457
+ * **serverless_basic**: Serverless Basic Edition. (Available since v1.200.0)
458
+ * **serverless_standard**: MySQL Serverless High Availability Edition. (Available since v1.207.0)
459
+ * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available since v1.207.0)
460
+ * **cluster**: MySQL Cluster Edition. (Available since v1.207.0)
461
461
  """
462
462
  return pulumi.get(self, "category")
463
463
 
@@ -1223,10 +1223,10 @@ class _RdsCloneDbInstanceState:
1223
1223
  * **HighAvailability**: High availability
1224
1224
  * **AlwaysOn**: Cluster Edition
1225
1225
  * **Finance**: Three-node Enterprise Edition.
1226
- * **serverless_basic**: Serverless Basic Edition. (Available in 1.200.0+)
1227
- * **serverless_standard**: MySQL Serverless High Availability Edition. (Available in 1.207.0+)
1228
- * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available in 1.207.0+)
1229
- * **cluster**: MySQL Cluster Edition. (Available in 1.207.0+)
1226
+ * **serverless_basic**: Serverless Basic Edition. (Available since v1.200.0)
1227
+ * **serverless_standard**: MySQL Serverless High Availability Edition. (Available since v1.207.0)
1228
+ * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available since v1.207.0)
1229
+ * **cluster**: MySQL Cluster Edition. (Available since v1.207.0)
1230
1230
  :param pulumi.Input[builtins.str] certificate: The file that contains the certificate used for TDE.
1231
1231
  :param pulumi.Input[builtins.str] client_ca_cert: This parameter is only supported by the RDS PostgreSQL cloud disk version. It indicates the public key of the client certification authority. If the value of client_ca_enabled is 1, this parameter must be configured.
1232
1232
  :param pulumi.Input[builtins.int] client_ca_enabled: The client ca enabled.
@@ -1539,10 +1539,10 @@ class _RdsCloneDbInstanceState:
1539
1539
  * **HighAvailability**: High availability
1540
1540
  * **AlwaysOn**: Cluster Edition
1541
1541
  * **Finance**: Three-node Enterprise Edition.
1542
- * **serverless_basic**: Serverless Basic Edition. (Available in 1.200.0+)
1543
- * **serverless_standard**: MySQL Serverless High Availability Edition. (Available in 1.207.0+)
1544
- * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available in 1.207.0+)
1545
- * **cluster**: MySQL Cluster Edition. (Available in 1.207.0+)
1542
+ * **serverless_basic**: Serverless Basic Edition. (Available since v1.200.0)
1543
+ * **serverless_standard**: MySQL Serverless High Availability Edition. (Available since v1.207.0)
1544
+ * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available since v1.207.0)
1545
+ * **cluster**: MySQL Cluster Edition. (Available since v1.207.0)
1546
1546
  """
1547
1547
  return pulumi.get(self, "category")
1548
1548
 
@@ -2349,7 +2349,7 @@ class RdsCloneDbInstance(pulumi.CustomResource):
2349
2349
 
2350
2350
  For information about RDS Clone DB Instance and how to use it, see [What is ApsaraDB for RDS](https://www.alibabacloud.com/help/en/rds/product-overview/what-is-apsaradb-rds).
2351
2351
 
2352
- > **NOTE:** Available since v1.149.0+.
2352
+ > **NOTE:** Available since v1.149.0.
2353
2353
 
2354
2354
  ## Example Usage
2355
2355
 
@@ -2425,10 +2425,10 @@ class RdsCloneDbInstance(pulumi.CustomResource):
2425
2425
  * **HighAvailability**: High availability
2426
2426
  * **AlwaysOn**: Cluster Edition
2427
2427
  * **Finance**: Three-node Enterprise Edition.
2428
- * **serverless_basic**: Serverless Basic Edition. (Available in 1.200.0+)
2429
- * **serverless_standard**: MySQL Serverless High Availability Edition. (Available in 1.207.0+)
2430
- * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available in 1.207.0+)
2431
- * **cluster**: MySQL Cluster Edition. (Available in 1.207.0+)
2428
+ * **serverless_basic**: Serverless Basic Edition. (Available since v1.200.0)
2429
+ * **serverless_standard**: MySQL Serverless High Availability Edition. (Available since v1.207.0)
2430
+ * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available since v1.207.0)
2431
+ * **cluster**: MySQL Cluster Edition. (Available since v1.207.0)
2432
2432
  :param pulumi.Input[builtins.str] certificate: The file that contains the certificate used for TDE.
2433
2433
  :param pulumi.Input[builtins.str] client_ca_cert: This parameter is only supported by the RDS PostgreSQL cloud disk version. It indicates the public key of the client certification authority. If the value of client_ca_enabled is 1, this parameter must be configured.
2434
2434
  :param pulumi.Input[builtins.int] client_ca_enabled: The client ca enabled.
@@ -2549,7 +2549,7 @@ class RdsCloneDbInstance(pulumi.CustomResource):
2549
2549
 
2550
2550
  For information about RDS Clone DB Instance and how to use it, see [What is ApsaraDB for RDS](https://www.alibabacloud.com/help/en/rds/product-overview/what-is-apsaradb-rds).
2551
2551
 
2552
- > **NOTE:** Available since v1.149.0+.
2552
+ > **NOTE:** Available since v1.149.0.
2553
2553
 
2554
2554
  ## Example Usage
2555
2555
 
@@ -2855,10 +2855,10 @@ class RdsCloneDbInstance(pulumi.CustomResource):
2855
2855
  * **HighAvailability**: High availability
2856
2856
  * **AlwaysOn**: Cluster Edition
2857
2857
  * **Finance**: Three-node Enterprise Edition.
2858
- * **serverless_basic**: Serverless Basic Edition. (Available in 1.200.0+)
2859
- * **serverless_standard**: MySQL Serverless High Availability Edition. (Available in 1.207.0+)
2860
- * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available in 1.207.0+)
2861
- * **cluster**: MySQL Cluster Edition. (Available in 1.207.0+)
2858
+ * **serverless_basic**: Serverless Basic Edition. (Available since v1.200.0)
2859
+ * **serverless_standard**: MySQL Serverless High Availability Edition. (Available since v1.207.0)
2860
+ * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available since v1.207.0)
2861
+ * **cluster**: MySQL Cluster Edition. (Available since v1.207.0)
2862
2862
  :param pulumi.Input[builtins.str] certificate: The file that contains the certificate used for TDE.
2863
2863
  :param pulumi.Input[builtins.str] client_ca_cert: This parameter is only supported by the RDS PostgreSQL cloud disk version. It indicates the public key of the client certification authority. If the value of client_ca_enabled is 1, this parameter must be configured.
2864
2864
  :param pulumi.Input[builtins.int] client_ca_enabled: The client ca enabled.
@@ -3094,10 +3094,10 @@ class RdsCloneDbInstance(pulumi.CustomResource):
3094
3094
  * **HighAvailability**: High availability
3095
3095
  * **AlwaysOn**: Cluster Edition
3096
3096
  * **Finance**: Three-node Enterprise Edition.
3097
- * **serverless_basic**: Serverless Basic Edition. (Available in 1.200.0+)
3098
- * **serverless_standard**: MySQL Serverless High Availability Edition. (Available in 1.207.0+)
3099
- * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available in 1.207.0+)
3100
- * **cluster**: MySQL Cluster Edition. (Available in 1.207.0+)
3097
+ * **serverless_basic**: Serverless Basic Edition. (Available since v1.200.0)
3098
+ * **serverless_standard**: MySQL Serverless High Availability Edition. (Available since v1.207.0)
3099
+ * **serverless_ha**: SQLServer Serverless High Availability Edition. (Available since v1.207.0)
3100
+ * **cluster**: MySQL Cluster Edition. (Available since v1.207.0)
3101
3101
  """
3102
3102
  return pulumi.get(self, "category")
3103
3103
 
@@ -2088,7 +2088,7 @@ class RdsUpgradeDbInstance(pulumi.CustomResource):
2088
2088
 
2089
2089
  For information about RDS Upgrade DB Instance and how to use it, see [What is ApsaraDB for RDS](https://www.alibabacloud.com/help/en/doc-detail/26092.htm).
2090
2090
 
2091
- > **NOTE:** Available since v1.153.0+.
2091
+ > **NOTE:** Available since v1.153.0.
2092
2092
 
2093
2093
  ## Example Usage
2094
2094
 
@@ -2281,7 +2281,7 @@ class RdsUpgradeDbInstance(pulumi.CustomResource):
2281
2281
 
2282
2282
  For information about RDS Upgrade DB Instance and how to use it, see [What is ApsaraDB for RDS](https://www.alibabacloud.com/help/en/doc-detail/26092.htm).
2283
2283
 
2284
- > **NOTE:** Available since v1.153.0+.
2284
+ > **NOTE:** Available since v1.153.0.
2285
2285
 
2286
2286
  ## Example Usage
2287
2287