aws.m2.list_engine_versions
Example SQL Queries
SELECT * FROMaws.m2.list_engine_versions;Description
Lists the available engine versions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine_type Input Column The type of target platform for the application. | 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_version The version of the engine type used by the application. | VARCHAR |