
com.pulumi.azurenative.datamigration.kotlin.inputs.MigrateSqlServerSqlDbDatabaseInputArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.datamigration.kotlin.inputs
import com.pulumi.azurenative.datamigration.inputs.MigrateSqlServerSqlDbDatabaseInputArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Database specific information for SQL to Azure SQL DB migration task inputs
* @property makeSourceDbReadOnly Whether to set database read only before migration
* @property name Name of the database
* @property tableMap Mapping of source to target tables
* @property targetDatabaseName Name of target database. Note: Target database will be truncated before starting migration.
*/
public data class MigrateSqlServerSqlDbDatabaseInputArgs(
public val makeSourceDbReadOnly: Output? = null,
public val name: Output? = null,
public val tableMap: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy