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

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/elasticache/describe-cache-parameter-groups.html
 +
[[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>
 +
 +
 +
            "CacheParameterGroupName": "default.[[redis6]].x.cluster.on",
 +
            "CacheParameterGroupFamily": "redis6.x",
 +
            "Description": "Customized default parameter group for redis6.x with cluster mode on",
 +
            "IsGlobal": false,
 +
            "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis6.x.cluster.on"
 +
 +
            "CacheParameterGroupName": "default.[[redis4.0]].cluster.on",
 +
            "CacheParameterGroupFamily": "redis4.0",
 +
            "Description": "Customized default parameter group for redis4.0 with cluster mode on",
 +
            "IsGlobal": false,
 +
            "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis4.0.cluster.on"
  
[[aws elasticache]] describe-cache-parameter-groups
 
  
 +
Official output:
 +
<pre>
 +
{
 +
    "CacheParameterGroups": [
 +
        {
 +
            "CacheParameterGroupName": "mygroup",
 +
            "CacheParameterGroupFamily": "redis5.0",
 +
            "Description": " "
 +
        }
 +
    ]
 +
}
 +
</pre>
  
 
== See also ==
 
== See also ==

Latest revision as of 08:29, 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"
        },


           "CacheParameterGroupName": "default.redis6.x.cluster.on",
           "CacheParameterGroupFamily": "redis6.x",
           "Description": "Customized default parameter group for redis6.x with cluster mode on",
           "IsGlobal": false,
           "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis6.x.cluster.on"
           "CacheParameterGroupName": "default.redis4.0.cluster.on",
           "CacheParameterGroupFamily": "redis4.0",
           "Description": "Customized default parameter group for redis4.0 with cluster mode on",
           "IsGlobal": false,
           "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis4.0.cluster.on"


Official output:

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

See also[edit]

Advertising: