Module Values_0.AmazonRedshiftSourceSource

Specifies an Amazon Redshift source.

Sourcetype nonrec t = {
  1. name : NodeName.t option;
    (*

    The name of the Amazon Redshift source.

    *)
  2. data : AmazonRedshiftNodeData.t option;
    (*

    Specifies the data of the Amazon Reshift source node.

    *)
}
Sourceval make : ?name:??? -> ?data:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NodeName.t | `Structure of (string * [> `Boolean of BooleanValue.t | `List of [> `Structure of (string * [> `String of GenericString.t ]) list ] list | `String of GenericLimitedString.t | `Structure of (string * [> `String of EnclosedInStringProperty.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