ConnectToTargetAzureDbForPostgreSqlSyncTaskInputArgs

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

Functions

Link copied to clipboard
open override fun toJava(): ConnectToTargetAzureDbForPostgreSqlSyncTaskInputArgs

Properties

Link copied to clipboard

Connection information for source PostgreSQL server

Link copied to clipboard

Connection information for target Azure Database for PostgreSQL server