aws elasticache describe-cache-parameter-groups
Jump to navigation
Jump to search
aws elasticache describe-cache-parameter-groups
{ "CacheParameterGroupName": "default.redis6.x", "CacheParameterGroupFamily": "redis6.x", "Description": "Default parameter group for redis6.x", "IsGlobal": false, "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis6.x" },
Official output:
{ "CacheParameterGroups": [ { "CacheParameterGroupName": "mygroup", "CacheParameterGroupFamily": "redis5.0", "Description": " " } ] }
See also
Advertising: