Module Values.RedshiftPropertiesInputSource

The Amazon Redshift properties.

Sourcetype nonrec t = {
  1. storage : RedshiftStorageProperties.t option;
    (*

    The Amazon Redshift storage.

    *)
  2. databaseName : RedshiftPropertiesInputDatabaseNameString.t option;
    (*

    The Amazon Redshift database name.

    *)
  3. host : RedshiftPropertiesInputHostString.t option;
    (*

    The Amazon Redshift host.

    *)
  4. port : Integer.t option;
    (*

    The Amaon Redshift port.

    *)
  5. credentials : RedshiftCredentials.t option;
    (*

    The Amaon Redshift credentials.

    *)
  6. lineageSync : RedshiftLineageSyncConfigurationInput.t option;
    (*

    The lineage sync of the Amazon Redshift.

    *)
}
Sourceval make : ?storage:??? -> ?databaseName:??? -> ?host:??? -> ?port:??? -> ?credentials:??? -> ?lineageSync:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of RedshiftPropertiesInputDatabaseNameString.t | `Structure of (string * [> `Boolean of Boolean.t | `String of RedshiftStoragePropertiesClusterNameString.t | `Structure of (string * [> `String of Password.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