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

constructor(sourceConnectionInfo: Output<PostgreSqlConnectionInfoArgs>, targetConnectionInfo: Output<PostgreSqlConnectionInfoArgs>)

Properties

Link copied to clipboard

Connection information for source PostgreSQL server

Link copied to clipboard

Connection information for target Azure Database for PostgreSQL server

Functions

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