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