Difference between revisions of "Aws elasticache describe-cache-parameter-groups"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  [[aws elasticache]] describe-cache-parameter-groups
 
  [[aws elasticache]] describe-cache-parameter-groups
  
 +
Official output:
 +
<pre>
 +
{
 +
    "CacheParameterGroups": [
 +
        {
 +
            "CacheParameterGroupName": "mygroup",
 +
            "CacheParameterGroupFamily": "redis5.0",
 +
            "Description": " "
 +
        }
 +
    ]
 +
}
 +
</pre>
  
 
== See also ==
 
== See also ==

Revision as of 08:25, 11 May 2022

aws elasticache describe-cache-parameter-groups

Official output:

{
    "CacheParameterGroups": [
        {
            "CacheParameterGroupName": "mygroup",
            "CacheParameterGroupFamily": "redis5.0",
            "Description": " "
        }
    ]
}

See also

Advertising: