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: StringAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
payType | The billing method of the ApsaraDB RDS instance. | String | Yes | ||
period | The unit of the duration. | String | No | Month | |
usedTime | The subscription duration of the instance. | Number | No | 1 | |
engine | The type of the database. | String | Yes | ||
engineVersion | The version of the database. | String | Yes | ||
dBInstanceClass | The type of the ApsaraDB RDS instance. | String | Yes | ||
dBInstanceStorage | The storage capacity of the ApsaraDB RDS instance. | Number | No | 10 | |
securityIPList | The IP address whitelist of the ApsaraDB RDS instance. | String | No | "" | |
instanceNetworkType | The network type of the ApsaraDB RDS 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.