aws.memorydb.describe_engine_versions
Example SQL Queries
SELECT * FROMaws.memorydb.describe_engine_versions;Description
Returns a list of the available Redis OSS engine versions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| default_only Input Column If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned. | BOOLEAN |
| engine_version Input Column The engine version | VARCHAR |
| parameter_group_family Input Column Specifies the name of the parameter group family to which the engine default parameters apply. | 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
| |
| engine_patch_version The patched engine version | VARCHAR |