Module Values.RedshiftQueryEngineConfigurationSource

Contains 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.

Sourcetype nonrec t = {
  1. type_ : RedshiftQueryEngineType.t;
    (*

    The type of query engine.

    *)
  2. serverlessConfiguration : RedshiftServerlessConfiguration.t option;
    (*

    Specifies configurations for a serverless Amazon Redshift query engine.

    *)
  3. provisionedConfiguration : RedshiftProvisionedConfiguration.t option;
    (*

    Specifies configurations for a provisioned Amazon Redshift query engine.

    *)
}
Sourceval context_ : string
Sourceval make : ?serverlessConfiguration:??? -> ?provisionedConfiguration:??? -> type_:RedshiftQueryEngineType.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t