Module Values.RedshiftProvisionedConfigurationSource

Contains configurations for a provisioned Amazon Redshift query engine.

Sourcetype nonrec t = {
  1. clusterIdentifier : RedshiftClusterIdentifier.t;
    (*

    The ID of the Amazon Redshift cluster.

    *)
  2. authConfiguration : RedshiftProvisionedAuthConfiguration.t;
    (*

    Specifies configurations for authentication to Amazon Redshift.

    *)
}
Sourceval context_ : string
Sourceval make : clusterIdentifier:RedshiftClusterIdentifier.t -> authConfiguration:RedshiftProvisionedAuthConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RedshiftClusterIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) 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