MigrateMySqlAzureDbForMySqlOfflineDatabaseInputArgs

data class MigrateMySqlAzureDbForMySqlOfflineDatabaseInputArgs(val name: Output<String>? = null, val tableMap: Output<Map<String, String>>? = null, val targetDatabaseName: Output<String>? = null) : ConvertibleToJava<MigrateMySqlAzureDbForMySqlOfflineDatabaseInputArgs>

Database specific information for offline MySQL to Azure Database for MySQL migration task inputs

Constructors

constructor(name: Output<String>? = null, tableMap: Output<Map<String, String>>? = null, targetDatabaseName: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the database

Link copied to clipboard
val tableMap: Output<Map<String, String>>? = null

Mapping of source to target tables

Link copied to clipboard
val targetDatabaseName: Output<String>? = null

Name of target database. Note: Target database will be truncated before starting migration.

Functions

Link copied to clipboard
open override fun toJava(): MigrateMySqlAzureDbForMySqlOfflineDatabaseInputArgs