elasticache:DescribeCacheParameters is a List access-level action in the elasticache service. Grants permission to retrieve the detailed parameter list for a particular cache parameter group
ARNs that elasticache:DescribeCacheParameters can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants elasticache:DescribeCacheParameters.
Filters actions based on the tags that are passed in the request
Filters actions based on the tags associated with the resource
Filters actions based on the tag keys that are passed in the request
Filters access by the CacheParameterGroupName parameter in the request
A minimal policy that allows elasticache:DescribeCacheParameters. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticacheDescribeCacheParameters",
"Effect": "Allow",
"Action": "elasticache:DescribeCacheParameters",
"Resource": "*"
}
]
}