MysqldbAutomatedRestoreConfigInput
Supported in v9.5+ MySQL instance restore configuration.
Fields
| Field | Type | Description |
|---|---|---|
| mysqldbAutomatedRestoreConnectionInfo | MysqldbAutomatedRestoreConnectionInfoInput | Supported in v9.5+ Credentials to be used during MySQL recovery. |
| mysqldbAutomatedRestoreDatabaseDetails | MysqldbAutomatedRestoreDatabaseDetailsInput | Supported in v9.5+ Configuration to customize the MySQL Database level restore. |
| mysqldbAutomatedRestoreInstanceDetails | MysqldbAutomatedRestoreInstanceDetailsInput | Supported in v9.5+ Configuration to customize the MySQL Instance level restore. |
| restoreInfo | RestoreInputInput! | Required. Supported in v9.5+ Specifies the input required to perform the restore for the given MySQL instance. |
| targetMysqldbInstanceId | String! | Required. Supported in v9.5+ MySQL target instance Id for recovery. |