ConnectToTargetAzureDbForPostgreSqlSyncTaskPropertiesArgs

data class ConnectToTargetAzureDbForPostgreSqlSyncTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, 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

Functions

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

Properties

Link copied to clipboard
val clientData: Output<Map<String, String>>? = null

Key value pairs of client data to attach meta data information to task

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

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