aws.elasticache.describe_cache_parameter_groups
Example SQL Queries
SELECT * FROMaws.elasticache.describe_cache_parameter_groups;Description
Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cache_parameter_group_name Input Column The name of the cache parameter group. | 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 |
| arn The ARN (Amazon Resource Name) of the cache parameter group. | VARCHAR |
| cache_parameter_group_family The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis7 | VARCHAR |
| description The description for this cache parameter group. | VARCHAR |
| is_global Indicates whether the parameter group is associated with a Global datastore | BOOLEAN |