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
feat: deprecating delete existing field in ARecord (#35039)
### Issue # (if applicable)
Closes#34230
### Reason for this change
This field is confusing customers, also make bad experience since it gave them downtime for their application, beside this if there's a deployment failure the ARecord will not rollback and will be deleted forever until the user manually create one, at the moment there's no way to make it rollbackable.
### Description of changes
Deprecating property in ARecord construct
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
N/A
### Checklist
- [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
Copy file name to clipboardExpand all lines: DEPRECATED_APIs.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
| Module | API Element | Message |
4
4
|--------|-------------|---------|
5
+
| aws-cdk-lib/aws-route53 | RecordSetOptions.deleteExisting | This property is dangerous and can lead to unintended record deletion in case of deployment failure.|
5
6
|@aws-cdk/core| AppProps.runtimeInfo | use `versionReporting` instead |
6
7
|@aws-cdk/core| Arn.parse() | use split instead |
7
8
|@aws-cdk/core| ArnComponents.sep | use arnFormat instead |
0 commit comments