QueryGenerationContext
>Contains configurations for context to use during query generation.
Contents
- curatedQueries
-
An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
Type: Array of CuratedQuery objects
Array Members: Minimum number of 0 items. Maximum number of 10 items.
Required: No
- tables
-
An array of objects, each of which defines information about a table in the database.
Type: Array of QueryGenerationTable objects
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: