Skip to content

(aws-rds): props validation for new DB cluster should include all validation errors at once #32840

@iankhou

Description

@iankhou

Describe the feature

The user will be notified of all props validation issues when attempting to initialize an RDS DB Cluster instance. The current implementation fails on the first validation error, making it possible for the user to encounter another failure after fixing known validation issues.

Use Case

It will be frustrating for users when they have multiple props validation issues, but have to fix them one at a time.

Proposed Solution

Instead of failing fast at the first validation error, complete the validation checks and present the user with all problems that need to be fixed.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.174.1 (build f353fc7)

Environment details (OS name and version, etc.)

MacOS Sequoia 15.2 (24C101)

Metadata

Metadata

Assignees

Labels

@aws-cdk/aws-rdsRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions