category
Parameters
The RDS edition of the instance. If you want to create a serverless instance, you must use this value. Valid values:
Basic: Basic Edition.
HighAvailability: High-availability Edition.
AlwaysOn: Cluster Edition.
Finance: Enterprise Edition.
cluster: MySQL Cluster Edition. (Available since 1.202.0)
serverless_basic: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.200.0)
serverless_standard: RDS Serverless Basic Edition. This edition is available only for instances that run MySQL and PostgreSQL. (Available since 1.204.0)
serverless_ha: RDS Serverless High-availability Edition for SQL Server. (Available since 1.204.0)
NOTE:
zone_id_slave_a
andzone_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 thevswitch_id
is not specified, the classic network version will be created). For example,zone_id
= "zone-a" andzone_id_slave_a
= "zone-c",zone_id_slave_b
= "zone-b", then thevswitch_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" andzone_id_slave_a
= "Auto",zone_id_slave_b
= "Auto", then thevswitch_id
must be "vsw-zone-a,Auto,Auto". The list contains up to 2 slave zone ids , separated by commas.