-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dms: CfnDataProviderProps is missing the 'Settings' field of AWS::DMS::DataProvider. #30224
Comments
Reproducible. The CFN Schema at https://github.com/cdklabs/awscdk-service-spec/commits/main/sources/CloudFormationSchema/us-east-1/aws-dms-dataprovider.json appears to be have Needs review with the team. EDIT: Looks like it was removed as part of PR cdklabs/awscdk-service-spec#1050. PR #30182 should add |
fixed by this PR #31800 .. it will be available in next release |
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
CfnDataProviderProps is missing the 'Settings' field of AWS::DMS::DataProvider.
Expected Behavior
I would expect
CfnDataProviderProps
to include asettings
property for configuring database properties ie)Current Behavior
There is no
settings
property of theCfnDataProviderProps
constructReproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.141.0
Framework Version
No response
Node.js Version
18.18.0
OS
MacOS 14.4.1
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: