MigrateSqlServerSqlDbDatabaseInputArgs

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

Database specific information for SQL to Azure SQL DB migration task inputs

Constructors

Link copied to clipboard
constructor(makeSourceDbReadOnly: Output<Boolean>? = null, name: Output<String>? = null, tableMap: Output<Map<String, String>>? = null, targetDatabaseName: Output<String>? = null)

Properties

Link copied to clipboard
val makeSourceDbReadOnly: Output<Boolean>? = null

Whether to set database read only before migration

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(): MigrateSqlServerSqlDbDatabaseInputArgs