Description
Creates an ApsaraDB RDS instance.
Syntax
Action: ACS::RDS::CreateDbInstance
Properties:
regionId: String
payType: String
period: String
usedTime: Number
engine: String
engineVersion: String
dBInstanceClass: String
dBInstanceStorage: Number
securityIPList: String
instanceNetworkType: String
dBInstanceNetType: String
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
regionId |
The region ID. |
String |
No |
{{ ACS::RegionId }} |
|
|
payType |
The billing method of the instance. |
String |
Yes |
||
|
period |
The unit of the duration. |
String |
No |
Month |
|
|
usedTime |
The subscription duration of the instance. |
Number |
No |
1 |
|
|
engine |
The database engine type. |
String |
Yes |
||
|
engineVersion |
The database engine version. |
String |
Yes |
||
|
dBInstanceClass |
The instance class. |
String |
Yes |
||
|
dBInstanceStorage |
The storage capacity of the instance. |
Number |
No |
10 |
|
|
securityIPList |
The IP address whitelist of the instance. |
String |
No |
"" |
|
|
instanceNetworkType |
The network type of the instance. |
String |
No |
VPC |
|
|
dBInstanceNetType |
The network type of the database instance. |
String |
No |
Intranet |
Output
|
Output item |
Description |
Type |
|
dBInstanceId |
String |
References
For more information, see ACS::RDS::CreateDbInstance.yml at GitHub.