Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(glue): add missing connection types (#32600)
### Issue # (if applicable) N/A ### Reason for this change Missing Glue connection types. Ref: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype ``` VIEW_VALIDATION_REDSHIFT - Designates a connection used for view validation by Amazon Redshift. VIEW_VALIDATION_ATHENA - Designates a connection used for view validation by Amazon Athena. ... FACEBOOKADS - Designates a connection to Facebook Ads. GOOGLEADS - Designates a connection to Google Ads. GOOGLESHEETS - Designates a connection to Google Sheets. GOOGLEANALYTICS4 - Designates a connection to Google Analytics 4. HUBSPOT - Designates a connection to HubSpot. INSTAGRAMADS - Designates a connection to Instagram Ads. INTERCOM - Designates a connection to Intercom. JIRACLOUD - Designates a connection to Jira Cloud. MARKETO - Designates a connection to Adobe Marketo Engage. NETSUITEERP - Designates a connection to Oracle NetSuite. SALESFORCE - Designates a connection to Salesforce using OAuth authentication. SALESFORCEMARKETINGCLOUD - Designates a connection to Salesforce Marketing Cloud. SALESFORCEPARDOT - Designates a connection to Salesforce Marketing Cloud Account Engagement (MCAE). SAPODATA - Designates a connection to SAP OData. SERVICENOW - Designates a connection to ServiceNow. SLACK - Designates a connection to Slack. SNAPCHATADS - Designates a connection to Snapchat Ads. STRIPE - Designates a connection to Stripe. ZENDESK - Designates a connection to Zendesk. ZOHOCRM - Designates a connection to Zoho CRM. ``` ### Description of changes Add enums. ### Describe any new or updated permissions being added Nothing. <!— What new or updated IAM permissions are needed to support the changes being introduced ? --> ### Description of how you validated changes Just add enums, so I've not added a test. ### 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