Description
Restores a database to an existing ApsaraDB RDS instance or a new ApsaraDB RDS instance.
Syntax
Action: ACS::RDS::RecoveryDbInstance
Properties:
regionId: String
targetDBInstanceId: String
dBInstanceId: String
dBInstanceClass: String
restoreTime: String
instanceNetworkType: String
payType: String
vPCId: String
vSwitchId: String
dBInstanceStorage: String
dBName: StringAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
targetDBInstanceId | The ID of the destination ApsaraDB RDS instance. | String | Yes | ||
dBInstanceId | The ID of the source ApsaraDB RDS instance. | String | Yes | ||
dBInstanceClass | The instance type of the destination ApsaraDB RDS instance. | String | Yes | ||
restoreTime | The time to which the database is restored. | String | Yes | ||
instanceNetworkType | The network type of the destination ApsaraDB RDS instance. | String | Yes | ||
payType | The billing method of the destination ApsaraDB RDS instance. | String | Yes | ||
vPCId | The ID of the virtual private cloud (VPC) in which the destination ApsaraDB RDS instance resides. | String | Yes | ||
vSwitchId | The vSwitch ID of the destination ApsaraDB RDS instance. | String | Yes | ||
dBInstanceStorage | The storage mode of the destination ApsaraDB RDS instance. | String | Yes | ||
dBName | The name of the database in the destination ApsaraDB RDS instance. | String | Yes |
Output
Output item | Description | Type |
dBInstanceId | String |
References
For more information, see ACS::RDS::RecoveryDbInstance at GitHub.