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