ses:SendBounce is a Write access-level action in the ses service. Grants permission to generate and send a bounce message to the sender of an email you received through Amazon SES
ARNs that ses:SendBounce can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows ses:SendBounce. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSesSendBounce",
"Effect": "Allow",
"Action": "ses:SendBounce",
"Resource": "*"
}
]
}