Migrate Postgre Sql Azure Db For Postgre Sql Sync Database Input Args
data class MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputArgs(val migrationSetting: Output<Map<String, String>>? = null, val name: Output<String>? = null, val selectedTables: Output<List<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputArgs>>? = null, val sourceSetting: Output<Map<String, String>>? = null, val targetDatabaseName: Output<String>? = null, val targetSetting: Output<Map<String, String>>? = null) : ConvertibleToJava<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputArgs>
Database specific information for PostgreSQL to Azure Database for PostgreSQL migration task inputs
Constructors
Link copied to clipboard
constructor(migrationSetting: Output<Map<String, String>>? = null, name: Output<String>? = null, selectedTables: Output<List<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputArgs>>? = null, sourceSetting: Output<Map<String, String>>? = null, targetDatabaseName: Output<String>? = null, targetSetting: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Migration settings which tune the migration behavior
Link copied to clipboard
val selectedTables: Output<List<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputArgs>>? = null
Tables selected for migration
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