memorydb:DescribeClusters

Read

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

Resource types

ARNs that memorydb:DescribeClusters can be scoped to in an IAM policy.

arn:${Partition}:memorydb:${Region}:${Account}:cluster/${ClusterName}
cluster

Condition keys

Keys you can use in the Condition block of a policy that grants memorydb:DescribeClusters.

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

Example IAM policy

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": "*"
    }
  ]
}

Related actions in memorydb

View all memorydb actions →