aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
27 stars 43 forks source link

[CustomDBEngineVersion] Fix SourceCustomDbEngineVersionIdentifier casing #523

Closed dbbh closed 6 months ago

dbbh commented 6 months ago

Issue #, if available:

Description of changes: Previous code change introduced SourceCustomDBEngineVersionIdentifier parameter with capital B in DB. This change refactors the parameter casing to match the public RDS documentation with lowercase b.

https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateCustomDBEngineVersion.html

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.