Module Values.RedshiftPropertiesPatchSource

Amazon Redshift properties patch.

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

    The storage in the Amazon Redshift properties patch.

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

    The name in the Amazon Redshift properties patch.

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

    The host in the Amazon Redshift properties patch.

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

    The port in the Amazon Redshift properties patch.

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

    The credentials in the Amazon Redshift properties patch.

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

    The lineage sync in the Amazon Redshift properties patch.

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