Sql Connection Info Args
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)