Values.RedshiftPropertiesPatchSourceAmazon Redshift properties patch.
type nonrec t = {storage : RedshiftStorageProperties.t option;The storage in the Amazon Redshift properties patch.
*)databaseName : RedshiftPropertiesPatchDatabaseNameString.t option;The name in the Amazon Redshift properties patch.
*)host : RedshiftPropertiesPatchHostString.t option;The host in the Amazon Redshift properties patch.
*)port : Integer.t option;The port in the Amazon Redshift properties patch.
*)credentials : RedshiftCredentials.t option;The credentials in the Amazon Redshift properties patch.
*)lineageSync : RedshiftLineageSyncConfigurationInput.t option;The lineage sync in the Amazon Redshift properties patch.
*)}val 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 ]