Difference between revisions of "Aws elasticache describe-cache-parameter-groups"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/elasticache/describe-cache-parameter-groups.html | * https://awscli.amazonaws.com/v2/documentation/api/latest/reference/elasticache/describe-cache-parameter-groups.html | ||
[[aws elasticache]] describe-cache-parameter-groups | [[aws elasticache]] describe-cache-parameter-groups | ||
+ | |||
+ | <pre> | ||
+ | { | ||
+ | "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" | ||
+ | }, | ||
+ | </pre> | ||
+ | |||
Official output: | Official output: |
Revision as of 08:26, 11 May 2022
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: