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