Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SES v2 Delivery Delayed notifications #17570

Closed
piotrb opened this issue Feb 11, 2021 · 6 comments · Fixed by #27565
Closed

Support SES v2 Delivery Delayed notifications #17570

piotrb opened this issue Feb 11, 2021 · 6 comments · Fixed by #27565
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/sesv2 Issues and PRs that pertain to the sesv2 service.
Milestone

Comments

@piotrb
Copy link

piotrb commented Feb 11, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

As of ~June 2020 AWS had support for enabling notifications for messages being delayed in their system waiting on a soft bounce.

https://aws.amazon.com/about-aws/whats-new/2020/06/amazon-ses-can-now-send-notifications-when-the-delivery-of-an-email-is-delayed/

This seems to be a bit special since they have a big note about it ..

To add the DELIVERY_DELAY event type to an event destination, you have to use the UpdateConfigurationSetEventDestination operation in the Amazon SES API V2. Currently, you can't add this event type to a configuration set by using the Amazon SES console.

here: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/event-publishing-add-event-destination-sns.html

It's also not available to be set in the AWS UI.

New or Affected Resource(s)

  • aws_sesv2_event_destination

Potential Terraform Configuration

resource "aws_sesv2_event_destination" "cloudwatch" {
  matching_types         = ["delay"] # of course combined with any other valid value for this field
}

References

@piotrb piotrb added the enhancement Requests to existing resources that expand the functionality or scope. label Feb 11, 2021
@ghost ghost added the service/ses Issues and PRs that pertain to the ses service. label Feb 11, 2021
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Feb 11, 2021
@DrFaust92 DrFaust92 added the service/sesv2 Issues and PRs that pertain to the sesv2 service. label Feb 11, 2021
@anGie44 anGie44 removed needs-triage Waiting for first response or review from a maintainer. service/ses Issues and PRs that pertain to the ses service. labels Feb 11, 2021
@ghost ghost added the service/ses Issues and PRs that pertain to the ses service. label Feb 11, 2021
@anGie44 anGie44 removed the service/ses Issues and PRs that pertain to the ses service. label Feb 11, 2021
@anGie44 anGie44 changed the title Support SES Delivery Delayed notifications Support SES v2 Delivery Delayed notifications Feb 11, 2021
@anGie44
Copy link
Contributor

anGie44 commented Feb 11, 2021

Hi @piotrb, thank you for creating this issue! Just noting here this delay type is only available in the sesv2 service client (not currently supported in the AWS Provider atm).

@anGie44 anGie44 added the new-resource Introduces a new resource. label Feb 11, 2021
@Puneeth-n
Copy link
Contributor

@anGie44 I am currently working on this feature. I will open a PR in the next few days :)

@AMMullan
Copy link

AMMullan commented Feb 4, 2022

Any update on this? Last update was in September and this would be really useful to have in place.

@pokatov
Copy link

pokatov commented May 6, 2022

Is there an update about this issue?

@github-actions
Copy link

This functionality has been released in v4.50.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/sesv2 Issues and PRs that pertain to the sesv2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants