aws elasticache describe-cache-parameter-groups
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"
},
"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: