memorydb:DeleteCluster is a Write access-level action in the memorydb service. Grants permissions to delete a previously provisioned cluster
ARNs that memorydb:DeleteCluster can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants memorydb:DeleteCluster.
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
To use memorydb:DeleteCluster you may also need to grant:
A minimal policy that allows memorydb:DeleteCluster. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMemorydbDeleteCluster",
"Effect": "Allow",
"Action": "memorydb:DeleteCluster",
"Resource": "*"
}
]
}