Open Jimmy89 opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Thank you @danquack, I created a ticket in the v2 sdk repo (https://github.com/aws/aws-sdk-go-v2/issues/2342)
@danquack AWS has responded to my ticket: https://github.com/aws/aws-sdk-go-v2/issues/2342#issuecomment-1798677810
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. The aws-native package of Pulumi uses AWS Cloud API, which uses v2. However, that one has an active issue (https://github.com/pulumi/pulumi-aws-native/issues/1139) where the resource is created but not registered as one (and therefore my infra-as-code fails)
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