### Describe the bug As mentioned in [this comment](https://github.com/aws/aws-cdk/pull/28791#issuecomment-2102379676), enum names have a typo, see [ca-certificate.ts](https://github.com/aws/aws-cdk/blob/f9f3681be9fc6a0c998cd26119053c5832ef9806/packages/aws-cdk-lib/aws-rds/lib/ca-certificate.ts#L20-L25). This will be a breaking change to update directly, so we add the corrected spelling and optionally deprecate the values with the typos.
Describe the bug
As mentioned in this comment, enum names have a typo, see ca-certificate.ts.
This will be a breaking change to update directly, so we add the corrected spelling and optionally deprecate the values with the typos.