Skip to content

Commit

Permalink
Add SES suppression actions to IAM policy
Browse files Browse the repository at this point in the history
For got to add these when adding the Simple Email Service account level
address suppression functionality.
  • Loading branch information
mbland committed May 18, 2023
1 parent af68f87 commit 989e0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Resources:
Action:
- "ses:SendRawEmail"
- "ses:SendBounce"
- "ses:GetSuppressedDestination"
- "ses:PutSuppressedDestination"
- "ses:DeleteSuppressedDestination"
Resource:
- !Sub "arn:${AWS::Partition}:ses:${AWS::Region}:${AWS::AccountId}:identity/${EmailDomainName}"
- !Sub "arn:${AWS::Partition}:ses:${AWS::Region}:${AWS::AccountId}:configuration-set/${AWS::StackName}"
Expand Down

0 comments on commit 989e0d7

Please sign in to comment.