memorydb:DescribeClusters is a Read access-level action in the memorydb service. Grants permissions to retrieve information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster identifier is supplied
ARNs that memorydb:DescribeClusters can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants memorydb:DescribeClusters.
Filters actions based on the tags associated with the resource
A minimal policy that allows memorydb:DescribeClusters. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMemorydbDescribeClusters",
"Effect": "Allow",
"Action": "memorydb:DescribeClusters",
"Resource": "*"
}
]
}