Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ses:SendEmail",
"ses:SendRawEmail",
"ses:ListIdentities",
"ses:VerifyDomainIdentity",
"ses:GetIdentityVerificationAttributes",
"ses:DeleteIdentity",
"ses:GetIdentityVerificationAttributes",
"ses:VerifyEmailIdentity",
"ses:GetSendQuota"
],
"Resource": "*",
"Condition": {
"StringEquals": {
"ses:FromAddress": "*@johntruslove.com"
},
"ForAllValues:StringLike": {
"ses:Recipients": [
"[email protected]"
]
}
}
}
]
}
After creating , attach the user to – Policy Usage
Leave A Comment?