Skip to content

dms: CfnDataProviderProps is missing the 'Settings' field of AWS::DMS::DataProvider. #30224

@stowns

Description

@stowns

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

Metadata

Metadata

Assignees

Labels

@aws-cdk/coreRelated to core CDK functionalitybugThis issue is a bug.effort/smallSmall work item – less than a day of effortp1

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions