Values_1.RedshiftParametersSourceThe parameters for Amazon Redshift. The ClusterId field can be blank if Host and Port are both set. The Host and Port fields can be blank if the ClusterId field is set.
type nonrec t = {host : Host.t option;Host. This field can be blank if ClusterId is provided.
*)port : OptionalPort.t option;Port. This field can be blank if the ClusterId is provided.
*)database : Database.t;Database.
*)clusterId : ClusterId.t option;Cluster ID. This field can be blank if the Host and Port are provided.
*)iAMParameters : RedshiftIAMParameters.t option;An optional parameter that uses IAM authentication to grant Quick Sight access to your cluster. This parameter can be used instead of DataSourceCredentials.
*)identityCenterConfiguration : IdentityCenterConfiguration.t option;An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your cluster. This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
*)}val make :
?host:??? ->
?port:??? ->
?clusterId:??? ->
?iAMParameters:??? ->
?identityCenterConfiguration:??? ->
database:Database.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of OptionalPort.t
| `String of Host.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of [> `String of DatabaseGroup.t ] list
| `String of Values_0.RoleArn.t ])
list ])
list ]