Values.RedshiftQueryEngineConfigurationSourceContains configurations for an Amazon Redshift query engine. Specify the type of query engine in type and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.
type nonrec t = {type_ : RedshiftQueryEngineType.t;The type of query engine.
*)serverlessConfiguration : RedshiftServerlessConfiguration.t option;Specifies configurations for a serverless Amazon Redshift query engine.
*)provisionedConfiguration : RedshiftProvisionedConfiguration.t option;Specifies configurations for a provisioned Amazon Redshift query engine.
*)}val make :
?serverlessConfiguration:??? ->
?provisionedConfiguration:??? ->
type_:RedshiftQueryEngineType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of WorkgroupArn.t
| `Structure of
(string * [> `Enum of string | `String of SecretArn.t ]) list ])
list ])
list ]