aws.elasticache.describe_cache_engine_versions
Example SQL Queries
SELECT * FROMaws.elasticache.describe_cache_engine_versions;Description
Returns a list of the available cache engines and their versions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cache_parameter_group_family Input Column The name of the cache parameter group family associated with this cache engine. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis7 | VARCHAR |
| 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 Input Column The name of the cache engine. | VARCHAR |
| engine_version Input Column The version number of the cache engine. | 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 |
| cache_engine_description The description of the cache engine. | VARCHAR |
| cache_engine_version_description The description of the cache engine version. | VARCHAR |