Module Values_1.SnowflakeParametersSource

The parameters for Snowflake.

Sourcetype nonrec t = {
  1. host : Host.t;
    (*

    Host.

    *)
  2. database : Database.t;
    (*

    Database.

    *)
  3. warehouse : Warehouse.t;
    (*

    Warehouse.

    *)
  4. authenticationType : AuthenticationType.t option;
    (*

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

    *)
  5. databaseAccessControlRole : DatabaseAccessControlRole.t option;
    (*

    The database access control role.

    *)
  6. oAuthParameters : OAuthParameters.t option;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?authenticationType:??? -> ?databaseAccessControlRole:??? -> ?oAuthParameters:??? -> host:Host.t -> database:Database.t -> warehouse:Warehouse.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t