AWS::Bedrock::KnowledgeBase CuratedQuery - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Bedrock::KnowledgeBase CuratedQuery

Contains configurations for a query, each of which defines information about example queries to help the query engine generate appropriate SQL queries.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "NaturalLanguage" : String, "Sql" : String }

YAML

NaturalLanguage: String Sql: String

Properties

NaturalLanguage

An example natural language query.

Required: Yes

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption

Sql

The SQL equivalent of the natural language query.

Required: Yes

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption