Values.RedshiftProvisionedConfigurationSourceContains configurations for a provisioned Amazon Redshift query engine.
type nonrec t = {clusterIdentifier : RedshiftClusterIdentifier.t;The ID of the Amazon Redshift cluster.
*)authConfiguration : RedshiftProvisionedAuthConfiguration.t;Specifies configurations for authentication to Amazon Redshift.
*)}val make :
clusterIdentifier:RedshiftClusterIdentifier.t ->
authConfiguration:RedshiftProvisionedAuthConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of RedshiftClusterIdentifier.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]