QueryGenerationTable
Contains information about a table for the query engine to consider.
Contents
- name
-
The name of the table for which the other fields in this object apply.
Type: String
Pattern:
^.*\..*\..*$
Required: Yes
- columns
-
An array of objects, each of which defines information about a column in the table.
Type: Array of QueryGenerationColumn objects
Required: No
- description
-
A description of the table that helps the query engine understand the contents of the table.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Required: No
- inclusion
-
Specifies whether to include or exclude the table during query generation. If you specify
EXCLUDE
, the table will be ignored. If you specifyINCLUDE
, all other tables will be ignored.Type: String
Valid Values:
INCLUDE | EXCLUDE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: