memorydb:DeleteUser is a Write access-level action in the memorydb service. Grants permissions to delete a user
ARNs that memorydb:DeleteUser can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants memorydb:DeleteUser.
Filters actions based on the tags associated with the resource
A minimal policy that allows memorydb:DeleteUser. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMemorydbDeleteUser",
"Effect": "Allow",
"Action": "memorydb:DeleteUser",
"Resource": "*"
}
]
}