-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[Enhancement]: Add matching types deliveryDelay
and subscription
to SES EventDestination
#33983
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you @danquack, I created a ticket in the v2 sdk repo (aws/aws-sdk-go-v2#2342) |
@danquack AWS has responded to my ticket: aws/aws-sdk-go-v2#2342 (comment) I hope this helps you |
Their response is to use the ses-v2. This particular resource is for ses, I wonder if maybe we need to add this resource to #26796? By chance could you use https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_configuration_set_event_destination instead? |
Unfortunately, I use Pulumi aws (classic) package for all my infra-as-code, which uses the v1 of the ses event destination. |
Description
SES Event destinations have multiple matching types. However, the types
deliveryDelay
andsubscription
are not programmed in the resource information of the SES EventDestination terraform resource, while they are available (through CLI/API)You can find them in the AWS CloudFormation documentation:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-matchingeventtypes
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: