Values.RedshiftPropertiesInputSourceThe Amazon Redshift properties.
type nonrec t = {storage : RedshiftStorageProperties.t option;The Amazon Redshift storage.
*)databaseName : RedshiftPropertiesInputDatabaseNameString.t option;The Amazon Redshift database name.
*)host : RedshiftPropertiesInputHostString.t option;The Amazon Redshift host.
*)port : Integer.t option;The Amaon Redshift port.
*)credentials : RedshiftCredentials.t option;The Amaon Redshift credentials.
*)lineageSync : RedshiftLineageSyncConfigurationInput.t option;The lineage sync of the Amazon Redshift.
*)}val 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 ]