Module Values.RedshiftStorageSource

The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.

Sourcetype nonrec t = {
  1. redshiftClusterSource : RedshiftClusterStorage.t option;
    (*

    The details of the Amazon Redshift cluster source.

    *)
  2. redshiftServerlessSource : RedshiftServerlessStorage.t option;
    (*

    The details of the Amazon Redshift Serverless workgroup source.

    *)
}
Sourceval make : ?redshiftClusterSource:??? -> ?redshiftServerlessSource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of RedshiftClusterStorageClusterNameString.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