SqlConnectionInformationArgs

data class SqlConnectionInformationArgs(val authentication: Output<String>? = null, val dataSource: Output<String>? = null, val encryptConnection: Output<Boolean>? = null, val password: Output<String>? = null, val trustServerCertificate: Output<Boolean>? = null, val userName: Output<String>? = null) : ConvertibleToJava<SqlConnectionInformationArgs>

Source SQL Connection

Constructors

Link copied to clipboard
constructor(authentication: Output<String>? = null, dataSource: Output<String>? = null, encryptConnection: Output<Boolean>? = null, password: Output<String>? = null, trustServerCertificate: Output<Boolean>? = null, userName: Output<String>? = null)

Properties

Link copied to clipboard
val authentication: Output<String>? = null

Authentication type.

Link copied to clipboard
val dataSource: Output<String>? = null

Data source.

Link copied to clipboard
val encryptConnection: Output<Boolean>? = null

Whether to encrypt connection or not.

Link copied to clipboard
val password: Output<String>? = null

Password to connect to source SQL.

Link copied to clipboard
val trustServerCertificate: Output<Boolean>? = null

Whether to trust server certificate or not.

Link copied to clipboard
val userName: Output<String>? = null

User name to connect to source SQL.

Functions

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