-
Notifications
You must be signed in to change notification settings - Fork 592
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
AWS::DMS::Endpoint.EngineName AllowedValues (documentdb to docdb) #1920
Conversation
Looks like the documentation for the back APIs are off too. https://docs.aws.amazon.com/dms/latest/APIReference/API_Endpoint.html But correct here. cli has docdb. https://docs.aws.amazon.com/cli/latest/reference/dms/create-endpoint.html I tend to believe docdb is the right thing here. Going to accept this PR. |
…rmation#1920) Co-authored-by: Kevin DeJong <kddejong@amazon.com>
*Issue , if available: #1916
Description of changes: changed DMS endpoint engine name for DocumentDB to docdb as per https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.