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

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
             "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>
 
</pre>
 +
 +
            "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"
  
  

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

Advertising: