aws elasticache describe-cache-parameter-groups

From wikieduonline
Revision as of 08:26, 11 May 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

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"
        },


Official output:

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

See also

Advertising: