aws.athena.list_engine_versions
Example SQL Queries
SELECT * FROMaws.athena.list_engine_versions;Description
Returns a list of engine versions that are available to choose from, including the Auto option.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of engine versions to return in this request. | BIGINT |
| next_token Input Column A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| engine_versions A list of engine versions that are available to choose from. | STRUCT( |
Show child fields
| |