Describe the bug
CfnDataProviderProps is missing the 'Settings' field of AWS::DMS::DataProvider.
Expected Behavior
I would expect CfnDataProviderProps to include a settings property for configuring database properties ie)
"Settings": {
"DocDbSettings": {
"ServerName": "my-server-name",
"Port": 27017,
"DatabaseName": "docdb",
"SslMode": "require"
}
}
Current Behavior
There is no settings property of the CfnDataProviderProps construct
Reproduction Steps
new CfnDataProvider(this, 'my-data-provider', {
// try to add 'settings'
})
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
Describe the bug
CfnDataProviderProps is missing the 'Settings' field of AWS::DMS::DataProvider.
Expected Behavior
I would expect
CfnDataProviderPropsto include asettingsproperty for configuring database properties ie)Current Behavior
There is no
settingsproperty of theCfnDataProviderPropsconstructReproduction 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