Module Values.RedshiftScopeUnionSource

A union structure that defines the scope of Amazon Redshift service integrations. Contains configuration for different integration types such as Amazon Redshift.

Sourcetype nonrec t = {
  1. connect : Connect.t option;
    (*

    The Amazon Redshift connect integration scope configuration. Defines authorization settings for Amazon Redshift connect service integration.

    *)
}
Sourceval make : ?connect:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string ]) 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