Connect To Target Azure Db For Postgre Sql Sync Task Input Args
data class ConnectToTargetAzureDbForPostgreSqlSyncTaskInputArgs(val sourceConnectionInfo: Output<PostgreSqlConnectionInfoArgs>, val targetConnectionInfo: Output<PostgreSqlConnectionInfoArgs>) : ConvertibleToJava<ConnectToTargetAzureDbForPostgreSqlSyncTaskInputArgs>
Input for the task that validates connection to Azure Database for PostgreSQL and target server requirements
Constructors
Link copied to clipboard
constructor(sourceConnectionInfo: Output<PostgreSqlConnectionInfoArgs>, targetConnectionInfo: Output<PostgreSqlConnectionInfoArgs>)