Connect To Target Azure Db For Postgre Sql Sync Task Properties Args
data class ConnectToTargetAzureDbForPostgreSqlSyncTaskPropertiesArgs(val input: Output<ConnectToTargetAzureDbForPostgreSqlSyncTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<ConnectToTargetAzureDbForPostgreSqlSyncTaskPropertiesArgs>
Properties for the task that validates connection to Azure Database For PostgreSQL server and target server requirements for online migration
Constructors
Link copied to clipboard
constructor(input: Output<ConnectToTargetAzureDbForPostgreSqlSyncTaskInputArgs>? = null, taskType: Output<String>)