You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workaround is to change the resource's Logical ID to force the resource's replacement.
Part of the issue is that you cannot update the name of the EventDestination so changing the name requires a replacement, which it is not doing.
Worth noting also that documentation is also incorrect for this. It states Update requires: No interruption - but this should be Update requires: Replacement when it is replacing the resource correctly.
Name of the resource
AWS::SES::ConfigurationSetEventDestination
Resource Name
No response
Issue Description
Updating the EventDestination.Name property does not change
Expected Behavior
I expected the update to be rejected, the event destination to be modified, or to be re-created
Observed Behavior
No changes
Test Cases
Change Name to
!Sub ${SESConfigurationSet}-cloudwatch2
and update. Observe no changes in console.Other Details
No response
The text was updated successfully, but these errors were encountered: