mechanicalturk:SendTestEventNotification is a Write access-level action in the mechanicalturk service. The SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message as if a HIT event occurred, according to the provided notification specification
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows mechanicalturk:SendTestEventNotification. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMechanicalturkSendTestEventNotification",
"Effect": "Allow",
"Action": "mechanicalturk:SendTestEventNotification",
"Resource": "*"
}
]
}