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

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
             "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis6.x"
 
             "ARN": "arn:aws:elasticache:eu-central-1:0987654321:parametergroup:default.redis6.x"
 
         },
 
         },
 +
</pre>
 +
 +
<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"
 
</pre>
 
</pre>
  

Revision as of 08:27, 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"


Official output:

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

See also

Advertising: