https://<yourdomain.com>/api/dbtech-mail/amazon-sns/{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ses:GetAccount",
"ses:GetDedicatedIp",
"ses:GetDedicatedIps",
"ses:GetConfigurationSet",
"ses:ListConfigurationSets"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"cloudwatch:GetMetricStatistics",
"cloudwatch:ListMetrics",
"cloudwatch:GetMetricData"
],
"Resource": "*"
}
]
}