memorydb:ListAllowedMultiRegionClusterUpdates

Read

memorydb:ListAllowedMultiRegionClusterUpdates is a Read access-level action in the memorydb service. Grants permissions to list available Multi-Region cluster updates

Resource types

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

arn:${Partition}:memorydb::${Account}:multiregioncluster/${ClusterName}
multiregioncluster

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

memorydb:TLSEnabled Bool

Filters access by the TLSEnabled parameter present in the request or defaults to true value if parameter is not present

Example IAM policy

A minimal policy that allows memorydb:ListAllowedMultiRegionClusterUpdates. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMemorydbListAllowedMultiRegionClusterUpdates",
      "Effect": "Allow",
      "Action": "memorydb:ListAllowedMultiRegionClusterUpdates",
      "Resource": "*"
    }
  ]
}

Related actions in memorydb

View all memorydb actions →