Values.RedshiftPropertiesOutputSourceThe Amazon Redshift properties.
type nonrec t = {storage : RedshiftStorageProperties.t option;The storage in the Amazon Redshift properties.
*)credentials : RedshiftCredentials.t option;The Amazon Redshift credentials.
*)isProvisionedSecret : Boolean.t option;Specifies whether Amaon Redshift properties has a provisioned secret.
*)jdbcIamUrl : String_.t option;The jdbcIam URL of the Amazon Redshift properties.
*)jdbcUrl : String_.t option;The jdbcURL of the Amazon Redshift properties.
*)redshiftTempDir : String_.t option;The redshiftTempDir of the Amazon Redshift properties.
*)lineageSync : RedshiftLineageSyncConfigurationOutput.t option;The lineage syn of the Amazon Redshift properties.
*)status : ConnectionStatus.t option;The status in the Amazon Redshift properties.
*)databaseName : String_.t option;The Amazon Redshift database name.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of RedshiftStoragePropertiesClusterNameString.t
| `Structure of (string * [> `String of Password.t ]) list ])
list ])
list ]