Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(glue): support ConnectionType.MARKETPLACE and ConnectionType.CU…
…STOM (#30395) ### Issue # (if applicable) N/A ### Reason for this change `MARKETPLACE` and `CUSTOM` are not supported in the current L2 Construct. (`SFTP` is also missing, but it is not supported at the moment.) https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype ### Description of changes Add missing connection types. ### Description of how you validated changes I determined that no testing was needed since this was only an addition of connection types. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information