aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
[AWS::SES::ConfigurationSetEventDestination] - [BUG] - Updating EventDestination.Name makes no changes
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
### 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
```
CloudwatchEvents:
Type: AWS::SES::ConfigurationSetEventDestination
Properties:
ConfigurationSetName: !Ref SESConfigurationSet
EventDestination:
Name: !Sub ${SESConfigurationSet}-cloudwatch
Enabled: true
MatchingEventTypes:
- send
- reject
- bounce
- complaint
- delivery
- renderingFailure
- deliveryDelay
- subscription
CloudWatchDestination:
DimensionConfigurations:
- DimensionName: ses:configuration-set
DimensionValueSource: messageTag
DefaultDimensionValue: default
```
Change Name to `!Sub ${SESConfigurationSet}-cloudwatch2` and update. Observe no changes in console.
### Other Details
_No response_
Contributor guide
Research direction
Start with the supplied CloudFormation template for AWS::SES::ConfigurationSetEventDestination and reproduce the update by changing EventDestination.Name from the cloudwatch suffix to cloudwatch2. Check the resulting resource in the CloudFormation and SES consoles. Done means the update is rejected, the destination is modified, or the resource is recreated instead of remaining unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100