Data Source Snowflake Parameters
data class DataSourceSnowflakeParameters(val authenticationType: DataSourceAuthenticationType? = null, val database: String, val databaseAccessControlRole: String? = null, val host: String, val oAuthParameters: DataSourceOAuthParameters? = null, val warehouse: String)
The parameters for Snowflake.
Constructors
Link copied to clipboard
constructor(authenticationType: DataSourceAuthenticationType? = null, database: String, databaseAccessControlRole: String? = null, host: String, oAuthParameters: DataSourceOAuthParameters? = null, warehouse: 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
The database access control role.
Link copied to clipboard
An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.