Sql Connection Info Args
data class SqlConnectionInfoArgs(val additionalSettings: Output<String>? = null, val authentication: Output<Either<String, AuthenticationType>>? = null, val dataSource: Output<String>, val encryptConnection: Output<Boolean>? = null, val password: Output<String>? = null, val platform: Output<Either<String, SqlSourcePlatform>>? = null, val trustServerCertificate: Output<Boolean>? = null, val type: Output<String>, val userName: Output<String>? = null) : ConvertibleToJava<SqlConnectionInfoArgs>
Information for connecting to SQL database server
Constructors
Link copied to clipboard
constructor(additionalSettings: Output<String>? = null, authentication: Output<Either<String, AuthenticationType>>? = null, dataSource: Output<String>, encryptConnection: Output<Boolean>? = null, password: Output<String>? = null, platform: Output<Either<String, SqlSourcePlatform>>? = null, trustServerCertificate: Output<Boolean>? = null, type: Output<String>, userName: Output<String>? = null)
Properties
Link copied to clipboard
Additional connection settings
Link copied to clipboard
Authentication type to use for connection
Link copied to clipboard
Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber
Link copied to clipboard
Whether to encrypt the connection
Link copied to clipboard
Server platform type for connection
Link copied to clipboard
Whether to trust the server certificate