Values_1.SnowflakeParametersSourceThe parameters for Snowflake.
type nonrec t = {host : Host.t;Host.
*)database : Database.t;Database.
*)warehouse : Warehouse.t;Warehouse.
*)authenticationType : AuthenticationType.t option;The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
*)databaseAccessControlRole : DatabaseAccessControlRole.t option;The database access control role.
*)oAuthParameters : OAuthParameters.t option;An object that contains information needed to create a data source connection between an Quick Sight account and Snowflake.
*)}val make :
?authenticationType:??? ->
?databaseAccessControlRole:??? ->
?oAuthParameters:??? ->
host:Host.t ->
database:Database.t ->
warehouse:Warehouse.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Host.t
| `Structure of
(string
* [> `String of TokenProviderUrl.t
| `Structure of (string * [> `String of Values_0.Arn.t ]) list ])
list ])
list ]