DataSourceSnowflakeParametersArgs

data class DataSourceSnowflakeParametersArgs(val authenticationType: Output<DataSourceAuthenticationType>? = null, val database: Output<String>, val databaseAccessControlRole: Output<String>? = null, val host: Output<String>, val oAuthParameters: Output<DataSourceOAuthParametersArgs>? = null, val warehouse: Output<String>) : ConvertibleToJava<DataSourceSnowflakeParametersArgs>

The parameters for Snowflake.

Constructors

Link copied to clipboard
constructor(authenticationType: Output<DataSourceAuthenticationType>? = null, database: Output<String>, databaseAccessControlRole: Output<String>? = null, host: Output<String>, oAuthParameters: Output<DataSourceOAuthParametersArgs>? = null, warehouse: Output<String>)

Properties

Link copied to clipboard

The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.

Link copied to clipboard
val database: Output<String>

Database.

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

The database access control role.

Link copied to clipboard
val host: Output<String>

Host.

Link copied to clipboard

An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.

Link copied to clipboard
val warehouse: Output<String>

Warehouse.

Functions

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