Migrate My Sql Azure Db For My Sql Sync Database Input Args
data class MigrateMySqlAzureDbForMySqlSyncDatabaseInputArgs(val migrationSetting: Output<Map<String, String>>? = null, val name: Output<String>? = null, val sourceSetting: Output<Map<String, String>>? = null, val tableMap: Output<Map<String, String>>? = null, val targetDatabaseName: Output<String>? = null, val targetSetting: Output<Map<String, String>>? = null) : ConvertibleToJava<MigrateMySqlAzureDbForMySqlSyncDatabaseInputArgs>
Database specific information for MySQL to Azure Database for MySQL migration task inputs
Properties
Link copied to clipboard
Migration settings which tune the migration behavior
Link copied to clipboard
Source settings to tune source endpoint migration behavior
Link copied to clipboard
Name of target database. Note: Target database will be truncated before starting migration.
Link copied to clipboard
Target settings to tune target endpoint migration behavior