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

From wikieduonline
Jump to navigation Jump to search
 
Line 13: Line 13:
 
</pre>
 
</pre>
  
<pre>
+
 
             "CacheParameterGroupName": "default.redis6.x.cluster.on",
+
             "CacheParameterGroupName": "default.[[redis6]].x.cluster.on",
 
             "CacheParameterGroupFamily": "redis6.x",
 
             "CacheParameterGroupFamily": "redis6.x",
 
             "Description": "Customized default parameter group for redis6.x with cluster mode on",
 
             "Description": "Customized default parameter group for redis6.x with cluster mode on",
 
             "IsGlobal": false,
 
             "IsGlobal": false,
 
             "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis6.x.cluster.on"
 
             "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis6.x.cluster.on"
</pre>
 
  
             "CacheParameterGroupName": "default.redis4.0.cluster.on",
+
             "CacheParameterGroupName": "default.[[redis4.0]].cluster.on",
 
             "CacheParameterGroupFamily": "redis4.0",
 
             "CacheParameterGroupFamily": "redis4.0",
 
             "Description": "Customized default parameter group for redis4.0 with cluster mode on",
 
             "Description": "Customized default parameter group for redis4.0 with cluster mode on",

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: