ConnectToTargetAzureDbForPostgreSqlSyncTaskPropertiesArgs

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

constructor(input: Output<ConnectToTargetAzureDbForPostgreSqlSyncTaskInputArgs>? = null, taskType: Output<String>)

Properties

Link copied to clipboard
Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'ConnectToTarget.AzureDbForPostgreSql.Sync'.

Functions

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