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
fun SqlConnectionInfoArgs(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)