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

[AWS::SES::ConfigurationSetEventDestination] - [Docs] - MatchingEventTypes must be lowercase #2130

Open
cyounkins opened this issue Sep 11, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@cyounkins
Copy link

cyounkins commented Sep 11, 2024

Name of the resource

AWS::SES::ConfigurationSetEventDestination

Resource name

No response

Reference Link

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html

Details

Attempting to sending MatchingEventTypes in all uppercase, as the documentation suggests, will yield The event destination contains an invalid event type. This is despite aws sesv2 get-configuration-set-event-destinations returning the values in all uppercase. This issue could be solved by either accepting the uppercase value or correcting the documentation.

The valid MatchingEventTypes that I can determine are:

          - send
          - reject
          - bounce
          - complaint
          - delivery
          - renderingFailure
          - deliveryDelay
          - subscription
@cyounkins cyounkins added the documentation Improvements or additions to documentation label Sep 11, 2024
@cyounkins cyounkins changed the title [Resource Type] - [Docs] - AWS::SES::ConfigurationSetEventDestination MatchingEventTypes must be lowercase AWS::SES::ConfigurationSetEventDestination - [Docs] - MatchingEventTypes must be lowercase Sep 11, 2024
@cyounkins cyounkins changed the title AWS::SES::ConfigurationSetEventDestination - [Docs] - MatchingEventTypes must be lowercase [AWS::SES::ConfigurationSetEventDestination] - [Docs] - MatchingEventTypes must be lowercase Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant