Module Values.RedshiftConfigurationSource

Contains configurations for an Amazon Redshift database. 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. storageConfigurations : RedshiftQueryEngineStorageConfigurations.t;
    (*

    Specifies configurations for Amazon Redshift database storage.

    *)
  2. queryEngineConfiguration : RedshiftQueryEngineConfiguration.t;
    (*

    Specifies configurations for an Amazon Redshift query engine.

    *)
  3. queryGenerationConfiguration : QueryGenerationConfiguration.t option;
    (*

    Specifies configurations for generating queries.

    *)
}
Sourceval context_ : string
Sourceval make : ?queryGenerationConfiguration:??? -> storageConfigurations:RedshiftQueryEngineStorageConfigurations.t -> queryEngineConfiguration:RedshiftQueryEngineConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of AwsDataCatalogTableName.t ] list | `String of RedshiftDatabase.t ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `Integer of QueryExecutionTimeoutSeconds.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of QueryGenerationColumnName.t ]) list ] list | `String of QueryGenerationTableName.t ]) list ] list | `String of WorkgroupArn.t | `Structure of (string * [> `Enum of string | `String of SecretArn.t ]) list ]) 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