Support SES v2 PutEmailIdentityConfigurationSetAttributes #19363
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ses
Issues and PRs that pertain to the ses service.
Milestone
Community Note
Description
v2 of the API allows you to associate a configuration set to a domain, or email. This means you don't have to pass in a configuration set everywhere you call the API or add headers to the email body to get it to use a configuration set.
You can NOT do this via the web ui. You CAN do this via the cli:
aws sesv2 create-email-identity --email-identity ADDRESS-OR-DOMAIN --configuration-set-name CONFIG-SET ; aws sesv2 put-email-identity-configuration-set-attributes --email-identity ADDRESS-OR-DOMAIN --configuration-set-name CONFIG-SET
Source: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/managing-configuration-sets-default.html
New or Affected Resource(s)
References
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/managing-configuration-sets-default.html
The text was updated successfully, but these errors were encountered: