@ryan-pip/pulumi-fivetran 1.9.30 → 1.9.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/input.d.ts CHANGED
@@ -79,16 +79,6 @@ export interface ConnectorAuth {
79
79
  * - Service `googlePlay`: Authentication Method
80
80
  */
81
81
  authenticationMethod?: pulumi.Input<string | undefined>;
82
- /**
83
- * Field usage depends on `service` value:
84
- * - Service `amazonSellingPartner`: `AWS Access Key` of your AWS Account User.
85
- */
86
- awsAccessKey?: pulumi.Input<string | undefined>;
87
- /**
88
- * Field usage depends on `service` value:
89
- * - Service `amazonSellingPartner`: `AWS Secret Key` of your AWS Account User.
90
- */
91
- awsSecretKey?: pulumi.Input<string | undefined>;
92
82
  clientAccess?: pulumi.Input<inputs.ConnectorAuthClientAccess | undefined>;
93
83
  /**
94
84
  * Field usage depends on `service` value:
@@ -116,20 +106,30 @@ export interface ConnectorAuth {
116
106
  /**
117
107
  * Field usage depends on `service` value:
118
108
  * - Service `twitter`: API Key of your app
119
- * - Service `twitterAds`: The Twitter App consumer key.
109
+ * - Service `twitterAds`: The X App consumer key.
120
110
  */
121
111
  consumerKey?: pulumi.Input<string | undefined>;
122
112
  /**
123
113
  * Field usage depends on `service` value:
124
114
  * - Service `twitter`: API Secret of your app
125
- * - Service `twitterAds`: The Twitter App consumer secret.
115
+ * - Service `twitterAds`: The X App consumer secret.
126
116
  */
127
117
  consumerSecret?: pulumi.Input<string | undefined>;
118
+ /**
119
+ * Field usage depends on `service` value:
120
+ * - Service `confluentCloud`: Optional Confluent Cloud identity pool ID. When omitted, Confluent auto-maps the token to a matching pool.
121
+ */
122
+ identityPoolId?: pulumi.Input<string | undefined>;
128
123
  /**
129
124
  * Field usage depends on `service` value:
130
125
  * - Service `appleSearchAds`: Apple Search Ads REST API Key ID. Must be populated if `isAuth2Enabled` is set to `true`.
131
126
  */
132
127
  keyId?: pulumi.Input<string | undefined>;
128
+ /**
129
+ * Field usage depends on `service` value:
130
+ * - Service `confluentCloud`: Confluent Cloud logical cluster ID. Required for OAuth 2.0 authentication.
131
+ */
132
+ logicalClusterId?: pulumi.Input<string | undefined>;
133
133
  /**
134
134
  * Field usage depends on `service` value:
135
135
  * - Service `azureSqlDb`: User Assigned Managed Identity Client ID.
@@ -138,23 +138,38 @@ export interface ConnectorAuth {
138
138
  managedIdentityUserAssigned?: pulumi.Input<string | undefined>;
139
139
  /**
140
140
  * Field usage depends on `service` value:
141
- * - Service `twitter`: The Twitter App access token.
142
- * - Service `twitterAds`: The Twitter App access token.
141
+ * - Service `confluentCloud`: OAuth 2.0 client ID issued by the identity provider.
142
+ */
143
+ oauthClientId?: pulumi.Input<string | undefined>;
144
+ /**
145
+ * Field usage depends on `service` value:
146
+ * - Service `confluentCloud`: OAuth 2.0 client secret issued by the identity provider.
147
+ */
148
+ oauthClientSecret?: pulumi.Input<string | undefined>;
149
+ /**
150
+ * Field usage depends on `service` value:
151
+ * - Service `confluentCloud`: Optional OAuth 2.0 scope to request with the access token.
152
+ */
153
+ oauthScope?: pulumi.Input<string | undefined>;
154
+ /**
155
+ * Field usage depends on `service` value:
156
+ * - Service `twitter`: The X App access token.
157
+ * - Service `twitterAds`: The X App access token.
143
158
  */
144
159
  oauthToken?: pulumi.Input<string | undefined>;
145
160
  /**
146
161
  * Field usage depends on `service` value:
147
- * - Service `twitter`: The Twitter App access token secret.
148
- * - Service `twitterAds`: The Twitter App access token secret.
162
+ * - Service `confluentCloud`: OAuth 2.0 token endpoint URL used to obtain access tokens.
149
163
  */
150
- oauthTokenSecret?: pulumi.Input<string | undefined>;
151
- ocapiAccessToken?: pulumi.Input<string | undefined>;
152
- ocapiRefreshToken?: pulumi.Input<string | undefined>;
164
+ oauthTokenEndpointUrl?: pulumi.Input<string | undefined>;
153
165
  /**
154
166
  * Field usage depends on `service` value:
155
- * - Service `dynamics365`: Previous `Refresh token` of your application.
167
+ * - Service `twitter`: The X App access token secret.
168
+ * - Service `twitterAds`: The X App access token secret.
156
169
  */
157
- previousRefreshToken?: pulumi.Input<string | undefined>;
170
+ oauthTokenSecret?: pulumi.Input<string | undefined>;
171
+ ocapiAccessToken?: pulumi.Input<string | undefined>;
172
+ ocapiRefreshToken?: pulumi.Input<string | undefined>;
158
173
  /**
159
174
  * Field usage depends on `service` value:
160
175
  * - Service `quickbooks`: `Realm ID` of your QuickBooks application.
@@ -183,15 +198,12 @@ export interface ConnectorAuth {
183
198
  * - Service `dropbox`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
184
199
  * - Service `dynamics365`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
185
200
  * - Service `employmentHero`: Your Employment Hero refresh token.
186
- * - Service `financialForce`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
187
201
  * - Service `freshbooks`: Your FreshBooks Refresh Token.
188
202
  * - Service `front`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
189
203
  * - Service `gitlab`: Your GitLab refresh token.
190
204
  * - Service `gmail`: The long-lived `Refresh token` of your Gmail client application.
191
205
  * - Service `googleAds`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
192
- * - Service `googleAnalytics`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
193
206
  * - Service `googleAnalytics4`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
194
- * - Service `googleAnalyticsMcf`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
195
207
  * - Service `googleBusinessProfile`: Your Google Business Profile Refresh token.
196
208
  * - Service `googleCalendar`: Your Google Calendar refresh token.
197
209
  * - Service `googleClassroom`: The long-lived `Refresh token` of your Google Calendar client application.
@@ -221,7 +233,6 @@ export interface ConnectorAuth {
221
233
  * - Service `salesforceSandbox`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
222
234
  * - Service `salesloft`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
223
235
  * - Service `sharePoint`: The long-lived Refresh token carries the information necessary to get a new access token for API resources.
224
- * - Service `slack`: Your Slack refresh token.
225
236
  * - Service `snapchatAds`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
226
237
  * - Service `spotifyAds`: The long-lived `Refresh token` along with the `clientId` and `clientSecret` parameters carry the information necessary to get a new access token for API resources.
227
238
  * - Service `tiktokOrganicApp`: Your TikTok Organic refresh token.
@@ -234,11 +245,6 @@ export interface ConnectorAuth {
234
245
  * - Service `zoom`: Your Zoom Refresh token.
235
246
  */
236
247
  refreshToken?: pulumi.Input<string | undefined>;
237
- /**
238
- * Field usage depends on `service` value:
239
- * - Service `amazonSellingPartner`: `IAM Role ARN` of your AWS Account.
240
- */
241
- roleArn?: pulumi.Input<string | undefined>;
242
248
  /**
243
249
  * Field usage depends on `service` value:
244
250
  * - Service `azureSqlDb`: Contents of Service Principal Client Certificate Private Key.
@@ -287,6 +293,11 @@ export interface ConnectorAuth {
287
293
  * - Service `facebookAds`: System User Token. Use in combination with `clientId` and `clientSecret`. Use either `userAccessToken` (for system token) or `accessToken` (for user access token), not both at the same time.
288
294
  */
289
295
  userAccessToken?: pulumi.Input<string | undefined>;
296
+ /**
297
+ * Field usage depends on `service` value:
298
+ * - Service `sqlServer`: Private key associated with the Fivetran client certificate.
299
+ */
300
+ windowsAuthClientPrivateKey?: pulumi.Input<string | undefined>;
290
301
  }
291
302
  export interface ConnectorAuthClientAccess {
292
303
  /**
@@ -304,13 +315,10 @@ export interface ConnectorAuthClientAccess {
304
315
  * - Service `dynamics365`: Client ID of your Dynamics 365 client application, or service principal.
305
316
  * - Service `facebookAds`: `Client ID` of your Facebook client application.
306
317
  * - Service `facebookPages`: `Client ID` of your Facebook client application.
307
- * - Service `financialForce`: `Client ID` of your Salesforce client application.
308
318
  * - Service `front`: `Client ID` of your Front client application.
309
319
  * - Service `gmail`: `Client ID` of your Gmail client application.
310
320
  * - Service `googleAds`: `Client ID` of your Google Ads client application.
311
- * - Service `googleAnalytics`: `Client ID` of your Google Analytics client application.
312
321
  * - Service `googleAnalytics4`: `Client ID` of your Google Analytics client application.
313
- * - Service `googleAnalyticsMcf`: `Client ID` of your Google Analytics client application.
314
322
  * - Service `googleDisplayAndVideo360`: `Client ID` of your Google Display & Video 360 client application.
315
323
  * - Service `googlePlay`: `Client ID` of your Google Play client application.
316
324
  * - Service `googleSearchAds360`: `Client ID` of your Google Search Ads 360 client application.
@@ -340,8 +348,8 @@ export interface ConnectorAuthClientAccess {
340
348
  * - Service `spotifyAds`: `Client ID` of your Ad Studio application.
341
349
  * - Service `surveyMonkey`: `Client ID` of your SurveyMonkey client application.
342
350
  * - Service `tiktokAds`: `Client ID` of your TikTok Ads client application.
343
- * - Service `twitter`: `Client ID` of your Twitter client application.
344
- * - Service `twitterAds`: `Client ID` of your Twitter Ads client application.
351
+ * - Service `twitter`: `Client ID` of your X client application.
352
+ * - Service `twitterAds`: `Client ID` of your X Ads client application.
345
353
  * - Service `typeform`: The Typeform client ID.
346
354
  * - Service `yahooGemini`: `Client ID` of your Yahoo Gemini client application.
347
355
  * - Service `youtubeAnalytics`: `Client ID` of your Youtube client application.
@@ -364,13 +372,10 @@ export interface ConnectorAuthClientAccess {
364
372
  * - Service `dynamics365`: Client Secret of your Dynamics 365 client application, or service principal.
365
373
  * - Service `facebookAds`: `Client Secret` of your Facebook client application.
366
374
  * - Service `facebookPages`: `Client Secret` of your Facebook client application.
367
- * - Service `financialForce`: `Client Secret` of your Salesforce client application.
368
375
  * - Service `front`: `Client Secret` of your Front client application.
369
376
  * - Service `gmail`: `Client Secret` of your Gmail client application.
370
377
  * - Service `googleAds`: `Client Secret` of your Google Ads client application.
371
- * - Service `googleAnalytics`: `Client Secret` of your Google Analytics client application.
372
378
  * - Service `googleAnalytics4`: `Client Secret` of your Google Analytics client application.
373
- * - Service `googleAnalyticsMcf`: `Client Secret` of your Google Analytics client application.
374
379
  * - Service `googleDisplayAndVideo360`: `Client Secret` of your Google Display & Video 360 client application.
375
380
  * - Service `googlePlay`: `Client Secret` of your Google Play client application.
376
381
  * - Service `googleSearchAds360`: `Client Secret` of your Google Search Ads 360 client application.
@@ -400,8 +405,8 @@ export interface ConnectorAuthClientAccess {
400
405
  * - Service `spotifyAds`: `Client Secret` of your Ad Studio application.
401
406
  * - Service `surveyMonkey`: `Client Secret` of your SurveyMonkey client application.
402
407
  * - Service `tiktokAds`: `Client Secret` of your TikTok Ads client application.
403
- * - Service `twitter`: `Client Secret` of your Twitter client application.
404
- * - Service `twitterAds`: `Client Secret` of your Twitter Ads client application.
408
+ * - Service `twitter`: `Client Secret` of your X client application.
409
+ * - Service `twitterAds`: `Client Secret` of your X Ads client application.
405
410
  * - Service `typeform`: The Typeform client secret.
406
411
  * - Service `yahooGemini`: `Client Secret` of your Yahoo Gemini client application.
407
412
  * - Service `youtubeAnalytics`: `Client Secret` of your Youtube client application.
@@ -481,6 +486,21 @@ export interface ConnectorConfig {
481
486
  * - Service `braze`: Container Name
482
487
  */
483
488
  absContainerName?: pulumi.Input<string | undefined>;
489
+ /**
490
+ * Field usage depends on `service` value:
491
+ * - Service `braze`: Your Azure Blob Storage connection string for exports. Required if `AZURE_BLOB_STORAGE` is the `exportStorageType`
492
+ */
493
+ absExportConnectionString?: pulumi.Input<string | undefined>;
494
+ /**
495
+ * Field usage depends on `service` value:
496
+ * - Service `braze`: Your Azure Blob Storage container name for exports. Required if `AZURE_BLOB_STORAGE` is the `exportStorageType`
497
+ */
498
+ absExportContainerName?: pulumi.Input<string | undefined>;
499
+ /**
500
+ * Field usage depends on `service` value:
501
+ * - Service `braze`: Your Azure Blob Storage prefix for exports. Used if `AZURE_BLOB_STORAGE` is the `exportStorageType`
502
+ */
503
+ absExportPrefix?: pulumi.Input<string | undefined>;
484
504
  /**
485
505
  * Field usage depends on `service` value:
486
506
  * - Service `adobeAnalyticsDataFeed`: Azure Blob Storage host IP
@@ -553,6 +573,7 @@ export interface ConnectorConfig {
553
573
  /**
554
574
  * Field usage depends on `service` value:
555
575
  * - Service `7shifts`: Your 7shifts access token.
576
+ * - Service `adobeCommerce`: Your Adobe Commerce accessToken
556
577
  * - Service `attio`: Your Attio bearer token
557
578
  * - Service `bigCommerce`: Your [API access token ](https://fivetran.com/docs/connectors/applications/big-commerce/setup-guide#createaccesstoken).
558
579
  * - Service `bitly`: Your Bitly access token.
@@ -610,6 +631,7 @@ export interface ConnectorConfig {
610
631
  * - Service `dear`: Your Dear Account ID.
611
632
  * - Service `harvest`: Your Harvest Account ID.
612
633
  * - Service `optimizely`: Your Optimizely account ID.
634
+ * - Service `parcellab`: Your parcelLab account ID.
613
635
  * - Service `rokt`: Your Rokt account ID.
614
636
  * - Service `udemyBusiness`: Your Udemy Business account ID.
615
637
  */
@@ -636,6 +658,11 @@ export interface ConnectorConfig {
636
658
  * - Service `udemyBusiness`: Your Udemy Business account name.
637
659
  */
638
660
  accountName?: pulumi.Input<string | undefined>;
661
+ /**
662
+ * Field usage depends on `service` value:
663
+ * - Service `sevdesk`: The datev account number to retrieve receipt guidance for (optional — leave blank to skip this table).
664
+ */
665
+ accountNumber?: pulumi.Input<string | undefined>;
639
666
  /**
640
667
  * Field usage depends on `service` value:
641
668
  * - Service `tymeshift`: Your Tymeshift account plan.
@@ -922,7 +949,7 @@ export interface ConnectorConfig {
922
949
  * Field usage depends on `service` value:
923
950
  * - Service `deviceMagic`: Your Device Magic API access token.
924
951
  * - Service `flywheelDigital`: Your Flywheel Digital API access token.
925
- * - Service `shopify`: API access token of your custom app.
952
+ * - Service `shopify`: API access token of your custom or public app.
926
953
  * - Service `square`: The Square API access token of your application.
927
954
  */
928
955
  apiAccessToken?: pulumi.Input<string | undefined>;
@@ -985,10 +1012,12 @@ export interface ConnectorConfig {
985
1012
  * - Service `brivo`: Your Brivo API key.
986
1013
  * - Service `bubble`: Your Bubble API token.
987
1014
  * - Service `buildium`: Your Buildium private API key.
1015
+ * - Service `calcom`: Your Cal.com API key.
988
1016
  * - Service `callrail`: Your CallRail API key.
989
1017
  * - Service `campaignmonitor`: Your Campaign Monitor API key.
990
1018
  * - Service `campfire`: Your Campfire API key.
991
1019
  * - Service `canny`: Your Canny API key.
1020
+ * - Service `captivateiq`: Your CaptivateIQ API key.
992
1021
  * - Service `chargebeeProductCatalog1`: Your Chargebee Product Catalog 1 API key.
993
1022
  * - Service `chargebeeProductCatalog2`: Your Chargebee API key.
994
1023
  * - Service `charthop`: Your ChartHop app API key.
@@ -998,6 +1027,7 @@ export interface ConnectorConfig {
998
1027
  * - Service `churnzero`: Your ChurnZero API key.
999
1028
  * - Service `cimis`: Your Cimis API key.
1000
1029
  * - Service `circleci`: Your CircleCI API Key.
1030
+ * - Service `claudeCompliance`: Your Claude Compliance Access Key.
1001
1031
  * - Service `clickup`: Your ClickUp API key.
1002
1032
  * - Service `clockify`: Your Clockify API key.
1003
1033
  * - Service `clockodo`: Your Clockodo API key.
@@ -1105,6 +1135,7 @@ export interface ConnectorConfig {
1105
1135
  * - Service `ometria`: Your Ometria API Key.
1106
1136
  * - Service `oncehub`: Your OnceHub API key.
1107
1137
  * - Service `openai`: Your OpenAI Admin API key.
1138
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform API key.
1108
1139
  * - Service `ordergroove`: Your Ordergroove API key.
1109
1140
  * - Service `ordway`: Your Ordway API key.
1110
1141
  * - Service `ortto`: Your Ortto API key.
@@ -1112,6 +1143,7 @@ export interface ConnectorConfig {
1112
1143
  * - Service `pagerduty`: Your PagerDuty API key.
1113
1144
  * - Service `pandadoc`: Your PandaDoc API key.
1114
1145
  * - Service `papershift`: Your Papershift API Key
1146
+ * - Service `parcellab`: Your parcelLab API token.
1115
1147
  * - Service `partnerize`: Your Partnerize user API key.
1116
1148
  * - Service `peopleforce`: Your PeopleForce API key.
1117
1149
  * - Service `persona`: Your Persona API key.
@@ -1123,6 +1155,7 @@ export interface ConnectorConfig {
1123
1155
  * - Service `playvox`: Your Playvox API Key.
1124
1156
  * - Service `posthog`: Your PostHog API key.
1125
1157
  * - Service `prive`: Your Prive API key.
1158
+ * - Service `profound`: Your Profound API key.
1126
1159
  * - Service `prosperstack`: Your ProsperStack API key.
1127
1160
  * - Service `qualaroo`: Your Qualaroo API Key.
1128
1161
  * - Service `quorum`: Your Quorum API key.
@@ -1147,7 +1180,7 @@ export interface ConnectorConfig {
1147
1180
  * - Service `securityJourney`: Your Security Journey API key.
1148
1181
  * - Service `sendgrid`: The SendGrid API key.
1149
1182
  * - Service `sendinblue`: Your Sendinblue API key.
1150
- * - Service `shipmonk`: Your Shipmonk API key.
1183
+ * - Service `shipmonk`: Your ShipMonk API key.
1151
1184
  * - Service `shortcut`: Your Shortcut API token.
1152
1185
  * - Service `shortio`: Your Short.io API key.
1153
1186
  * - Service `simplesat`: Your Simplesat API key.
@@ -1172,7 +1205,7 @@ export interface ConnectorConfig {
1172
1205
  * - Service `transcend`: Your Transcend API key.
1173
1206
  * - Service `trello`: Your TRELLO api key.
1174
1207
  * - Service `tripleWhale`: Your Triple Whale API key.
1175
- * - Service `trustpilot`: Your Trustpilot API key.
1208
+ * - Service `trustpilot`: Your Trustpilot application API key.
1176
1209
  * - Service `upland`: Your Upland Software API key.
1177
1210
  * - Service `uppromote`: Your UpPromote API key.
1178
1211
  * - Service `veeqo`: Your Veeqo API key.
@@ -1241,13 +1274,13 @@ export interface ConnectorConfig {
1241
1274
  * - Service `friendbuy`: Your Friendbuy API secret.
1242
1275
  * - Service `integrate`: Your Integrate API secret.
1243
1276
  * - Service `justcall`: Your JustCall API secret.
1244
- * - Service `leapsome`: your Leapsome API secret
1277
+ * - Service `leapsome`: Your Leapsome API secret.
1245
1278
  * - Service `liftoff`: Your Liftoff API secret.
1246
1279
  * - Service `mixpanel`: Mixpanel API Secret.
1247
1280
  * - Service `qualaroo`: Your Qualaroo API Secret.
1248
1281
  * - Service `sailthru`: The Sailthru API secret.
1249
1282
  * - Service `shareasale`: Your ShareASale API secret.
1250
- * - Service `trustpilot`: Your Trustpilot API secret.
1283
+ * - Service `trustpilot`: Your Trustpilot application API secret.
1251
1284
  * - Service `vonage`: Your Vonage API Secret.
1252
1285
  */
1253
1286
  apiSecret?: pulumi.Input<string | undefined>;
@@ -1266,6 +1299,7 @@ export interface ConnectorConfig {
1266
1299
  * - Service `aha`: Your Aha! API key.
1267
1300
  * - Service `aircall`: Your Aircall API token.
1268
1301
  * - Service `appsflyer`: API Token for AppsFlyer's PULL API.
1302
+ * - Service `atlassianCompass`: Your Atlassian Compass API token.
1269
1303
  * - Service `auraFromUnity`: Your Aura from Unity API token.
1270
1304
  * - Service `awin`: Your Awin API Token.
1271
1305
  * - Service `backbonePlm`: Your Backbone PLM API token.
@@ -1278,7 +1312,7 @@ export interface ConnectorConfig {
1278
1312
  * - Service `cloudflareAnalytics`: Your Cloudflare Analytics API token.
1279
1313
  * - Service `coda`: Your Coda API token.
1280
1314
  * - Service `confluence`: The Confluence API token.
1281
- * - Service `credly`: Enter your Credly API token
1315
+ * - Service `credly`: Your Credly API token
1282
1316
  * - Service `dixa`: Your Dixa API token.
1283
1317
  * - Service `drip`: Your Drip API Token.
1284
1318
  * - Service `factbird`: Your Factbird API token.
@@ -1314,6 +1348,7 @@ export interface ConnectorConfig {
1314
1348
  * - Service `safetyculture`: Your SafetyCulture API token.
1315
1349
  * - Service `sensorTower`: Your Sensor Tower API token.
1316
1350
  * - Service `sentry`: Your Sentry auth token.
1351
+ * - Service `sevdesk`: Your 32-character hexadecimal API token.
1317
1352
  * - Service `simplecast`: Your Simplecast API token.
1318
1353
  * - Service `smartsheet`: API token generated from your Smartsheet account.
1319
1354
  * - Service `snyk`: Your Snyk API token.
@@ -1432,7 +1467,7 @@ export interface ConnectorConfig {
1432
1467
  appSyncMode?: pulumi.Input<string | undefined>;
1433
1468
  /**
1434
1469
  * Field usage depends on `service` value:
1435
- * - Service `shopify`: App store url of your public app
1470
+ * - Service `shopify`: App store url of your app
1436
1471
  */
1437
1472
  appUrl?: pulumi.Input<string | undefined>;
1438
1473
  /**
@@ -1498,18 +1533,18 @@ export interface ConnectorConfig {
1498
1533
  /**
1499
1534
  * Field usage depends on `service` value:
1500
1535
  * - Service `awsCostReport`: Optional. Files inside of compressed archives with filenames matching this regular expression will be synced.
1501
- * - Service `azureBlobStorage`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1502
- * - Service `box`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1503
- * - Service `dropbox`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1504
- * - Service `email`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1505
- * - Service `ftp`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1506
- * - Service `gcs`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1507
- * - Service `googleDrive`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1536
+ * - Service `azureBlobStorage`: Files inside compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1537
+ * - Service `box`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1538
+ * - Service `dropbox`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1539
+ * - Service `email`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1540
+ * - Service `ftp`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1541
+ * - Service `gcs`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1542
+ * - Service `googleDrive`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1508
1543
  * - Service `kinesis`: Optional. Files inside of compressed archives with filenames matching this regular expression will be synced.
1509
- * - Service `s3`: Files inside compressed archives with filenames matching this regular expression will be synced.
1510
- * - Service `s3CompatibleStorage`: Files inside compressed archives with filenames matching this regular expression will be synced.
1511
- * - Service `sftp`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1512
- * - Service `sharePoint`: Files inside of compressed archives with filenames matching this regular expression will be synced.
1544
+ * - Service `s3`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1545
+ * - Service `s3CompatibleStorage`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1546
+ * - Service `sftp`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1547
+ * - Service `sharePoint`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
1513
1548
  * - Service `wasabiCloudStorage`: Files inside compressed archives with filenames matching this regular expression will be synced.
1514
1549
  */
1515
1550
  archivePattern?: pulumi.Input<string | undefined>;
@@ -1583,7 +1618,7 @@ export interface ConnectorConfig {
1583
1618
  authCode?: pulumi.Input<string | undefined>;
1584
1619
  /**
1585
1620
  * Field usage depends on `service` value:
1586
- * - Service `younium`: Your Younium auth environment.
1621
+ * - Service `younium`: Your Younium auth environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
1587
1622
  */
1588
1623
  authEnvironment?: pulumi.Input<string | undefined>;
1589
1624
  /**
@@ -1599,6 +1634,7 @@ export interface ConnectorConfig {
1599
1634
  * - Service `azurePostgres`: Database authentication method
1600
1635
  * - Service `azureSqlDb`: Authentication Method.
1601
1636
  * - Service `azureSqlManagedDb`: Authentication Method.
1637
+ * - Service `confluentCloud`: Authentication method. Use API_KEY for API Key/Secret or OAUTH for OAuth 2.0 client credentials flow.
1602
1638
  * - Service `googleCloudMysql`: Database authentication method
1603
1639
  * - Service `googleCloudPostgresql`: Database authentication method
1604
1640
  * - Service `herokuPostgres`: Database authentication method
@@ -1644,6 +1680,7 @@ export interface ConnectorConfig {
1644
1680
  /**
1645
1681
  * Field usage depends on `service` value:
1646
1682
  * - Service `360learning`: Your 360Learning auth type.
1683
+ * - Service `adobeCommerce`: Your Adobe Commerce auth type.
1647
1684
  * - Service `airtable`: Type of authentication being used by connector
1648
1685
  * - Service `amqp`: Authentication method (BasicAuth or MutualTLS).
1649
1686
  * - Service `awsCostReport`: Access approach
@@ -1661,6 +1698,7 @@ export interface ConnectorConfig {
1661
1698
  * - Service `samsara`: The authentication method you want to use for your connection.
1662
1699
  * - Service `upland`: Authentication method you want to use for your connection.
1663
1700
  * - Service `wasabiCloudStorage`: The Wasabi Cloud Storage Access approach. Required for connector creation. Default value: `ACCESS_KEY`.
1701
+ * - Service `younium`: The authentication method you want to use for your connection.
1664
1702
  */
1665
1703
  authType?: pulumi.Input<string | undefined>;
1666
1704
  /**
@@ -1672,7 +1710,7 @@ export interface ConnectorConfig {
1672
1710
  * Field usage depends on `service` value:
1673
1711
  * - Service `adobeAnalytics`: Authentication Method
1674
1712
  * - Service `db2z`: User authentication method. Supported values:`PASSWORD`- Authenticate with the database server using an RACF user ID and password. If the parameter is omitted, `PASSWORD` is used by default. `LEGACY_PASS_TICKET`- Authenticate with the database server using an RACF user ID and legacy PassTicket. `ENHANCED_PASS_TICKET`- Authenticate with the database server using an RACF user ID and an enhanced PassTicket. Enhanced PassTickets are more secure than legacy PassTickets.
1675
- * - Service `elasticCloud`: The authentication method used to connect to your cluster.
1713
+ * - Service `elasticCloud`: The authentication method used to connect to your cluster. Supported values: `BASICAUTH` (default), `APIKEY`.
1676
1714
  * - Service `esSelfHosted`: The authentication method used to connect to your cluster.
1677
1715
  * - Service `gainsightCustomerSuccess`: The authentication method to use. Can be either OAUTH or API_KEY.
1678
1716
  * - Service `opendistro`: The authentication method used to connect to your cluster.
@@ -1682,6 +1720,7 @@ export interface ConnectorConfig {
1682
1720
  * - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud authentication method.
1683
1721
  * - Service `salesforce`: (Optional) Authentication type (default value = `STANDARD`)
1684
1722
  * - Service `salesforceSandbox`: (Optional) Authentication type (default value = `STANDARD`)
1723
+ * - Service `veevaVault`: (Optional) Authentication type (default value is `Basic`)
1685
1724
  */
1686
1725
  authenticationMethod?: pulumi.Input<string | undefined>;
1687
1726
  authorizationMethod?: pulumi.Input<string | undefined>;
@@ -1716,7 +1755,7 @@ export interface ConnectorConfig {
1716
1755
  backupLogPath?: pulumi.Input<string | undefined>;
1717
1756
  /**
1718
1757
  * Field usage depends on `service` value:
1719
- * - Service `sqlServer`: Location of transaction log backup files when using BACKUP binary log type. Possible values: `"AZURE"`, `"ALTERNATE_LOCATION"`, `"AWS"`.
1758
+ * - Service `sqlServer`: Location of transaction log backup files when using BACKUP binary log type. Possible values: `"AZURE"`, `"ALTERNATE_LOCATION"`, `"AWS"`, `"GCS"`, `"MSDB"`.
1720
1759
  */
1721
1760
  backupStorageType?: pulumi.Input<string | undefined>;
1722
1761
  /**
@@ -1735,6 +1774,11 @@ export interface ConnectorConfig {
1735
1774
  * - Service `pendo`: The start date (YYYY-MM-DD) from which to sync historical data.
1736
1775
  */
1737
1776
  backwardSyncLimitDate?: pulumi.Input<string | undefined>;
1777
+ /**
1778
+ * Field usage depends on `service` value:
1779
+ * - Service `sevdesk`: ISO 8601 date for balance calculation (optional — leave blank to skip this table).
1780
+ */
1781
+ balanceDate?: pulumi.Input<string | undefined>;
1738
1782
  /**
1739
1783
  * Field usage depends on `service` value:
1740
1784
  * - Service `openExchangeRates`: Your Open Exchange Rates Base Currency.
@@ -1780,8 +1824,9 @@ export interface ConnectorConfig {
1780
1824
  * - Service `prismaCloud`: Your Prisma Cloud admin console URL.
1781
1825
  * - Service `salesforce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
1782
1826
  * - Service `salesforceSandbox`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
1827
+ * - Service `sevdesk`: The base URL for the sevdesk API, without the protocol prefix.
1783
1828
  * - Service `stickyio`: Your sticky.io base URL .
1784
- * - Service `veevaVault`: Base URL
1829
+ * - Service `veevaVault`: Base URL of your Veeva Vault instance
1785
1830
  * - Service `veevavault`: Your Veeva Vault base URL.
1786
1831
  * - Service `vitally`: Your Vitally base URL.
1787
1832
  */
@@ -1894,11 +1939,25 @@ export interface ConnectorConfig {
1894
1939
  * - Service `pardotSandbox`: Business Unit Id
1895
1940
  */
1896
1941
  businessUnitId?: pulumi.Input<string | undefined>;
1942
+ /**
1943
+ * Field usage depends on `service` value:
1944
+ * - Service `calendly`: Your Calendly Plan.
1945
+ */
1946
+ calendlyPlan?: pulumi.Input<string | undefined>;
1897
1947
  /**
1898
1948
  * Field usage depends on `service` value:
1899
1949
  * - Service `sailthru`: The number of days to look back for campaign query data during incremental syncs. Valid range: 2-90. Default: 60.
1900
1950
  */
1901
1951
  campaignQueryLookbackWindowInDays?: pulumi.Input<number | undefined>;
1952
+ /**
1953
+ * Field usage depends on `service` value:
1954
+ * - Service `elasticCloud`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
1955
+ * - Service `esSelfHosted`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
1956
+ * - Service `firebase`: Whether to capture document deletions from Firestore. Set to false to disable delete capture, which may improve connector performance. Default value: true.
1957
+ * - Service `opendistro`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
1958
+ * - Service `opensearch`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
1959
+ */
1960
+ captureDeletes?: pulumi.Input<boolean | undefined>;
1902
1961
  /**
1903
1962
  * Field usage depends on `service` value:
1904
1963
  * - Service `databricksDb`: catalog to sync
@@ -2015,11 +2074,12 @@ export interface ConnectorConfig {
2015
2074
  * - Service `hanaSapHvaS4Netweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
2016
2075
  * - Service `helpdesk`: Your HelpDesk client ID.
2017
2076
  * - Service `hiltiOntrack`: Your Hilti On!Track client ID.
2018
- * - Service `ibacos`: Your IBACOS Client ID.
2077
+ * - Service `ibacos`: Your IBACOS client ID.
2019
2078
  * - Service `ilevel`: Your iLevel Client ID.
2020
2079
  * - Service `instructure`: Your Instructure client ID.
2021
2080
  * - Service `integralAdScience`: Your integralAdScience client id.
2022
2081
  * - Service `ironclad`: Your Ironclad client ID.
2082
+ * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client ID.
2023
2083
  * - Service `jamaSoftware`: Your Jama Software client ID.
2024
2084
  * - Service `jibble`: Your Jibble client ID.
2025
2085
  * - Service `khorosCommunities`: Your Khoros Communities client ID.
@@ -2059,7 +2119,7 @@ export interface ConnectorConfig {
2059
2119
  * - Service `servicetitan`: Your ServiceTitan client ID.
2060
2120
  * - Service `sharetribe`: Your Sharetribe client ID.
2061
2121
  * - Service `shipnetwork`: Your ShipNetwork client ID.
2062
- * - Service `shopify`: Client ID of your public app
2122
+ * - Service `shopify`: Client ID of your app
2063
2123
  * - Service `showpad`: Your Showpad client ID.
2064
2124
  * - Service `siemensBuildingXOpenness`: Your Siemens Building X Openness client ID.
2065
2125
  * - Service `sigmaComputingSource`: Your Sigma Computing client ID.
@@ -2082,6 +2142,7 @@ export interface ConnectorConfig {
2082
2142
  * - Service `tymeshift`: Your Tymeshift email.
2083
2143
  * - Service `udemyBusiness`: Your Udemy Business client ID.
2084
2144
  * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management client ID.
2145
+ * - Service `veevaVault`: OAuth2 client ID (only when authenticationMethod is `OAuth2`)
2085
2146
  * - Service `vimeo`: Your Vimeo client ID.
2086
2147
  * - Service `visma`: Your Visma client ID.
2087
2148
  * - Service `vonageContactCenter`: Your Vonage Contact Center client ID.
@@ -2090,11 +2151,13 @@ export interface ConnectorConfig {
2090
2151
  * - Service `xray`: Your Xray Client ID.
2091
2152
  * - Service `yahooDisplayAdsOnYahooJapan`: Your Yahoo Display Ads on Yahoo Japan client ID.
2092
2153
  * - Service `yougovSport`: Your Yougov Sport client ID.
2154
+ * - Service `younium`: Client ID of the personal access token you want to use to generate the JWT token. Use this parameter only if you want the connection to authenticate using a JWT token.
2093
2155
  * - Service `zendeskChat`: Your Zendesk client ID.
2094
2156
  * - Service `zohoBooks`: Your Zoho Books Client ID.
2095
2157
  * - Service `zohoCampaigns`: Your Zoho Campaigns Client ID.
2096
2158
  * - Service `zohoDesk`: Your Zoho Desk Client Id.
2097
2159
  * - Service `zohoInventory`: Your Zoho Inventory client ID.
2160
+ * - Service `zohoPeople`: The client ID of the application that is registered in your Zoho People developer account for this connection.
2098
2161
  * - Service `zohoRecruit`: Your Zoho Recruit client ID.
2099
2162
  * - Service `zuora`: Zuora Client ID.
2100
2163
  * - Service `zuoraSandbox`: Zuora Client ID.
@@ -2218,11 +2281,12 @@ export interface ConnectorConfig {
2218
2281
  * - Service `helpdesk`: Your HelpDesk client secret.
2219
2282
  * - Service `hiltiOntrack`: Your Hilti On!Track client secret.
2220
2283
  * - Service `hubspot`: Client secret for private custom app authentication.
2221
- * - Service `ibacos`: Your IBACOS Client secret.
2284
+ * - Service `ibacos`: Your IBACOS client secret.
2222
2285
  * - Service `ilevel`: Your iLevel Client Secret.
2223
2286
  * - Service `instructure`: Your Instructure client secret.
2224
2287
  * - Service `integralAdScience`: Your integralAdScience client secret.
2225
2288
  * - Service `ironclad`: Your Ironclad client secret.
2289
+ * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client Secret.
2226
2290
  * - Service `jamaSoftware`: Your Jama Software client secret.
2227
2291
  * - Service `jibble`: Your Jibble client secret.
2228
2292
  * - Service `learnAmp`: Your Learn Amp client secret.
@@ -2256,7 +2320,7 @@ export interface ConnectorConfig {
2256
2320
  * - Service `servicenow`: ServiceNow Client Secret.
2257
2321
  * - Service `servicetitan`: Your ServiceTitan secret key.
2258
2322
  * - Service `sharetribe`: Your Sharetribe client secret.
2259
- * - Service `shopify`: Client secret of your public app
2323
+ * - Service `shopify`: Client secret of your app
2260
2324
  * - Service `showpad`: Your Showpad client secret.
2261
2325
  * - Service `siemensBuildingXOpenness`: Your Siemens Building X Openness client secret.
2262
2326
  * - Service `sigmaComputingSource`: Your Sigma Computing client secret.
@@ -2280,6 +2344,7 @@ export interface ConnectorConfig {
2280
2344
  * - Service `tymeshift`: Your Tymeshift password.
2281
2345
  * - Service `udemyBusiness`: Your Udemy Business client secret.
2282
2346
  * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management client secret.
2347
+ * - Service `veevaVault`: OAuth2 client secret (only when authenticationMethod is `OAuth2`)
2283
2348
  * - Service `vimeo`: Your Vimeo client secret.
2284
2349
  * - Service `visma`: Your Visma client secret.
2285
2350
  * - Service `vonageContactCenter`: Your Vonage Contact Center client secret.
@@ -2287,11 +2352,13 @@ export interface ConnectorConfig {
2287
2352
  * - Service `xero`: your clientSecret
2288
2353
  * - Service `xray`: Your Xray Client Secret.
2289
2354
  * - Service `yahooDisplayAdsOnYahooJapan`: Your Yahoo Display Ads on Yahoo Japan client secret.
2355
+ * - Service `younium`: Secret key of the personal access token you want to use to generate the JWT token. Use this parameter only if you want the connection to authenticate using a JWT token.
2290
2356
  * - Service `zendeskChat`: Your Zendesk client secret.
2291
2357
  * - Service `zohoBooks`: Your Zoho Books Client Secret.
2292
2358
  * - Service `zohoCampaigns`: Your Zoho Campaigns Client Secret.
2293
2359
  * - Service `zohoDesk`: Your Zoho Desk Client secret.
2294
2360
  * - Service `zohoInventory`: Your Zoho Inventory client secret.
2361
+ * - Service `zohoPeople`: The client secret of the application that is registered in your Zoho People developer account for this connection.
2295
2362
  * - Service `zohoRecruit`: Your Zoho Recruit client secret.
2296
2363
  * - Service `zuora`: Zuora Client Secret.
2297
2364
  * - Service `zuoraSandbox`: Zuora Client Secret.
@@ -2637,6 +2704,11 @@ export interface ConnectorConfig {
2637
2704
  * - Service `doubleClickPublishers`: The list of custom field IDs included in the report. Custom fields can only be selected with their corresponding dimensions.
2638
2705
  */
2639
2706
  customFieldIds?: pulumi.Input<pulumi.Input<string>[] | undefined>;
2707
+ /**
2708
+ * Field usage depends on `service` value:
2709
+ * - Service `sevdesk`: The custom field value to search contacts by (optional — leave blank to skip this table).
2710
+ */
2711
+ customFieldValue?: pulumi.Input<string | undefined>;
2640
2712
  /**
2641
2713
  * Field usage depends on `service` value:
2642
2714
  * - Service `doubleClickCampaignManager`: Custom Floodlight variables enable you to capture information beyond the basics (visits and revenue) that you can collect with standard parameters in your tags.
@@ -2789,6 +2861,7 @@ export interface ConnectorConfig {
2789
2861
  * - Service `discourse`: Your Discourse default host.
2790
2862
  */
2791
2863
  defaultHost?: pulumi.Input<string | undefined>;
2864
+ deleteCaptureEnabled?: pulumi.Input<boolean | undefined>;
2792
2865
  /**
2793
2866
  * Field usage depends on `service` value:
2794
2867
  * - Service `oracleFusionCloudAppsCrm`: Use this option to configure how often the connection captures deletes.
@@ -2889,7 +2962,7 @@ export interface ConnectorConfig {
2889
2962
  * - Service `calabrio`: Your Calabrio domain name
2890
2963
  * - Service `dynamics365`: The custom domain name associated with Dynamics 365.
2891
2964
  * - Service `helpshift`: Your Helpshift domain name.
2892
- * - Service `trustpilot`: Your Trustpilot domain name.
2965
+ * - Service `trustpilot`: Your domain from which you want to sync data.
2893
2966
  */
2894
2967
  domainName?: pulumi.Input<string | undefined>;
2895
2968
  /**
@@ -2962,6 +3035,7 @@ export interface ConnectorConfig {
2962
3035
  emailAddress?: pulumi.Input<string | undefined>;
2963
3036
  /**
2964
3037
  * Field usage depends on `service` value:
3038
+ * - Service `atlassianCompass`: The email ID associated with the Atlassian Compass account you want Fivetran to use to access your data.
2965
3039
  * - Service `cabcharge`: Your Cabcharge email ID.
2966
3040
  * - Service `ordway`: Your Ordway user email ID.
2967
3041
  * - Service `planful`: Your Planful email ID.
@@ -3128,7 +3202,7 @@ export interface ConnectorConfig {
3128
3202
  * - Service `tremendous`: Your Tremendous environment.
3129
3203
  * - Service `vts`: Your VTS environment.
3130
3204
  * - Service `xactly`: Your Xactly environment.
3131
- * - Service `younium`: Your Younium API environment.
3205
+ * - Service `younium`: Your Younium API environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
3132
3206
  * - Service `zip`: Your Zip environment.
3133
3207
  * - Service `zuora`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
3134
3208
  * - Service `zuoraSandbox`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
@@ -3771,6 +3845,11 @@ export interface ConnectorConfig {
3771
3845
  * - Service `wasabiCloudStorage`: Specifies how Fivetran should handle your JSON data. Default value: `Packed`.
3772
3846
  */
3773
3847
  jsonDeliveryMode?: pulumi.Input<string | undefined>;
3848
+ /**
3849
+ * Field usage depends on `service` value:
3850
+ * - Service `younium`: Your Younium API environment. Use this parameter only if you want the connection to authenticate using a JWT token.
3851
+ */
3852
+ jwtEnvironment?: pulumi.Input<string | undefined>;
3774
3853
  /**
3775
3854
  * Field usage depends on `service` value:
3776
3855
  * - Service `uservoice`: The UserVoice API key.
@@ -3993,6 +4072,11 @@ export interface ConnectorConfig {
3993
4072
  * - Service `wasabiCloudStorage`: If your CSVs use a special value indicating null, you can specify it here.
3994
4073
  */
3995
4074
  nullSequence?: pulumi.Input<string | undefined>;
4075
+ /**
4076
+ * Field usage depends on `service` value:
4077
+ * - Service `veevaVault`: OAuth2 authorization server token endpoint URL (only when authenticationMethod is `OAuth2`)
4078
+ */
4079
+ oAuthServiceTokenUrl?: pulumi.Input<string | undefined>;
3996
4080
  /**
3997
4081
  * Field usage depends on `service` value:
3998
4082
  * - Service `dsv`: Your OAuth subscription key.
@@ -4034,6 +4118,11 @@ export interface ConnectorConfig {
4034
4118
  * - Service `hanaSapHvaS4`: odbc.ini and odbcsinst.ini location
4035
4119
  */
4036
4120
  odbcSysIniPath?: pulumi.Input<string | undefined>;
4121
+ /**
4122
+ * Field usage depends on `service` value:
4123
+ * - Service `veevaVault`: OIDC profile ID configured in Veeva Vault (only when authenticationMethod is `OAuth2`)
4124
+ */
4125
+ oidcProfileId?: pulumi.Input<string | undefined>;
4037
4126
  /**
4038
4127
  * Field usage depends on `service` value:
4039
4128
  * - Service `awsCostReport`: If you know that your files contain some errors, you can choose to have poorly formatted lines skipped. We recommend leaving the value as fail unless you are certain that you have undesirable, malformed data.
@@ -4078,6 +4167,7 @@ export interface ConnectorConfig {
4078
4167
  * - Service `deviceMagic`: Your Device Magic organization ID.
4079
4168
  * - Service `integrate`: Your Integrate organization ID.
4080
4169
  * - Service `megaphone`: Your Megaphone organization ID.
4170
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform organization ID.
4081
4171
  * - Service `productive`: Your Productive Organization ID.
4082
4172
  * - Service `salesforceCommerceCloud`: The organization ID from Salesforce Commerce Cloud account.
4083
4173
  * - Service `sentry`: Your Sentry organization ID.
@@ -4111,7 +4201,7 @@ export interface ConnectorConfig {
4111
4201
  * Field usage depends on `service` value:
4112
4202
  * - Service `azureCosmosForMongo`: Indicates the desired sync pack mode. Accepted values are `UsePackedModeOnly` and `UseUnpackedModeOnly`. `SelectTablesForPackedMode` is deprecated.
4113
4203
  * - Service `firebase`: Whether to sync all tables in unpacked mode or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
4114
- * - Service `klaviyo`: Packing mode for EVENT and `PERSON` tables.
4204
+ * - Service `klaviyo`: Packing mode for EVENT and PERSON tables.
4115
4205
  * - Service `mongo`: Whether to sync all tables in unpacked mode only, all tables in packed mode only, or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
4116
4206
  * - Service `mongoSharded`: Whether to sync all tables in unpacked mode only, all tables in packed mode only, or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
4117
4207
  * - Service `optimizely`: Packing mode for conversion and decision tables.
@@ -4285,7 +4375,7 @@ export interface ConnectorConfig {
4285
4375
  * - Service `unicommerce`: Your uniware login password.
4286
4376
  * - Service `upland`: Your Upland Software password.
4287
4377
  * - Service `uptempo`: Your Uptempo password.
4288
- * - Service `veevaVault`: Password
4378
+ * - Service `veevaVault`: Password (only when authenticationMethod is `Basic`)
4289
4379
  * - Service `veevavault`: Your Veeva Vault password.
4290
4380
  * - Service `walmartDsp`: Walmart DSP password. It is a part of the login credentials.
4291
4381
  * - Service `whenIWork`: Your When I Work password.
@@ -4296,7 +4386,7 @@ export interface ConnectorConfig {
4296
4386
  * - Service `workdayHcm`: Workday password.
4297
4387
  * - Service `xandr`: Your Xandr password.
4298
4388
  * - Service `yougovBrandindex`: Your YouGov BrandIndex password.
4299
- * - Service `younium`: Your Younium password.
4389
+ * - Service `younium`: Your Younium password. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
4300
4390
  * - Service `zuora`: The corresponding password for the API user.
4301
4391
  * - Service `zuoraSandbox`: The corresponding password for the API user.
4302
4392
  */
@@ -4329,17 +4419,17 @@ export interface ConnectorConfig {
4329
4419
  /**
4330
4420
  * Field usage depends on `service` value:
4331
4421
  * - Service `awsCostReport`: Optional. All files in your search path matching this regular expression will be synced. This parameter is optional.
4332
- * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced.
4333
- * - Service `box`: All files in your search path matching this regular expression will be synced.
4334
- * - Service `dropbox`: All files in your search path matching this regular expression will be synced.
4335
- * - Service `email`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by Oct 31, 2025.
4336
- * - Service `ftp`: All files in your search path matching this regular expression will be synced.
4337
- * - Service `gcs`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
4338
- * - Service `googleDrive`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
4422
+ * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4423
+ * - Service `box`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4424
+ * - Service `dropbox`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4425
+ * - Service `email`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4426
+ * - Service `ftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4427
+ * - Service `gcs`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4428
+ * - Service `googleDrive`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4339
4429
  * - Service `kinesis`: Optional. All files in your search path matching this regular expression will be synced. This parameter is optional.
4340
- * - Service `s3`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
4341
- * - Service `sftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
4342
- * - Service `sharePoint`: All files in your search path matching this regular expression will be synced.
4430
+ * - Service `s3`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4431
+ * - Service `sftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4432
+ * - Service `sharePoint`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
4343
4433
  * - Service `wasabiCloudStorage`: All files in your search path matching this regular expression will be synced.
4344
4434
  */
4345
4435
  pattern?: pulumi.Input<string | undefined>;
@@ -4374,6 +4464,7 @@ export interface ConnectorConfig {
4374
4464
  * - Service `databricksDb`: Access Token
4375
4465
  * - Service `gitlab`: Your GitLab personal access token.
4376
4466
  * - Service `harvest`: Your Harvest Personal Access Token.
4467
+ * - Service `leaveDates`: Your Leave Dates personal access token.
4377
4468
  * - Service `productive`: Your Productive personal access token.
4378
4469
  * - Service `totango`: Your Totango personal access token.
4379
4470
  */
@@ -4818,6 +4909,7 @@ export interface ConnectorConfig {
4818
4909
  * - Service `recurly`: Your Recurly region.
4819
4910
  * - Service `ringover`: Your Ringover region.
4820
4911
  * - Service `samsara`: The region of your Samsara account. For instance, if your region is `EUROPE`, provide `eu.samsara` in the `Region` field. If your region is not in Europe, provide `samsara`.
4912
+ * - Service `smartsheet`: The Smartsheet data region for your account. Can be COM, EU, or AU.
4821
4913
  * - Service `snyk`: Your Snyk region.
4822
4914
  * - Service `talkdesk`: Your Talkdesk region (".com",".eu","ca.com")
4823
4915
  * - Service `totango`: Your Totango region.
@@ -4830,6 +4922,7 @@ export interface ConnectorConfig {
4830
4922
  * - Service `zohoCampaigns`: Your Zoho Campaigns application host region.
4831
4923
  * - Service `zohoDesk`: Your Zoho Desk domain.
4832
4924
  * - Service `zohoInventory`: Your Zoho Inventory application host region.
4925
+ * - Service `zohoPeople`: The region where the application that is registered in your Zoho People developer account is hosted.
4833
4926
  * - Service `zohoRecruit`: Your Zoho Recruit region.
4834
4927
  */
4835
4928
  region?: pulumi.Input<string | undefined>;
@@ -4950,6 +5043,11 @@ export interface ConnectorConfig {
4950
5043
  * - Service `pardotSandbox`: The number of API calls that the connector should not exceed in a day. Default REST API call limit per day: 150,000.
4951
5044
  */
4952
5045
  restApiLimit?: pulumi.Input<number | undefined>;
5046
+ /**
5047
+ * Field usage depends on `service` value:
5048
+ * - Service `assembled`: Your Assembled ReturnFullSchedule Query param for Activity table.
5049
+ */
5050
+ returnFullSchedule?: pulumi.Input<string | undefined>;
4953
5051
  /**
4954
5052
  * Field usage depends on `service` value:
4955
5053
  * - Service `hanaSapHvaEccNetweaver`: Directory path containing the SAP NetWeaver RFC SDK library files.
@@ -5198,6 +5296,7 @@ export interface ConnectorConfig {
5198
5296
  /**
5199
5297
  * Field usage depends on `service` value:
5200
5298
  * - Service `ebay`: Your eBay scopes.
5299
+ * - Service `veevaVault`: OAuth2 scope (only when authenticationMethod is `OAuth2`)
5201
5300
  */
5202
5301
  scope?: pulumi.Input<string | undefined>;
5203
5302
  /**
@@ -5320,6 +5419,12 @@ export interface ConnectorConfig {
5320
5419
  * - Service `tableauSource`: Your Tableau Source server address.
5321
5420
  */
5322
5421
  serverAddress?: pulumi.Input<string | undefined>;
5422
+ /**
5423
+ * Field usage depends on `service` value:
5424
+ * - Service `sqlServerHva`: Server name. Used when authenticating with Windows Authentication.
5425
+ * - Service `sqlServerSapEccHva`: Server name. Used when authenticating with Windows Authentication.
5426
+ */
5427
+ serverName?: pulumi.Input<string | undefined>;
5323
5428
  /**
5324
5429
  * Field usage depends on `service` value:
5325
5430
  * - Service `clockify`: Your Clockify server region.
@@ -5420,6 +5525,11 @@ export interface ConnectorConfig {
5420
5525
  * - Service `salesforceMarketingCloud`: User
5421
5526
  */
5422
5527
  sftpUser?: pulumi.Input<string | undefined>;
5528
+ /**
5529
+ * Field usage depends on `service` value:
5530
+ * - Service `healthie`: Your Healthie shard authorization ID.
5531
+ */
5532
+ shardAuthorizationId?: pulumi.Input<string | undefined>;
5423
5533
  /**
5424
5534
  * Field usage depends on `service` value:
5425
5535
  * - Service `sharePoint`: Your SharePoint folder URL. You can find the folder URL by following the steps mentioned [here](https://fivetran.com/docs/connectors/files/share-point/setup-guide).
@@ -5447,12 +5557,12 @@ export interface ConnectorConfig {
5447
5557
  shortCode?: pulumi.Input<string | undefined>;
5448
5558
  /**
5449
5559
  * Field usage depends on `service` value:
5450
- * - Service `klaviyo`: Sync events linked to deleted profiles
5560
+ * - Service `klaviyo`: Sync events linked to deleted profiles.
5451
5561
  */
5452
5562
  shouldSyncEventsWithDeletedProfiles?: pulumi.Input<boolean | undefined>;
5453
5563
  /**
5454
5564
  * Field usage depends on `service` value:
5455
- * - Service `klaviyo`: Sync predictive analytics for `PERSON` table
5565
+ * - Service `klaviyo`: Sync predictive analytics for `PERSON` table.
5456
5566
  */
5457
5567
  shouldSyncPredictiveAnalytics?: pulumi.Input<boolean | undefined>;
5458
5568
  /**
@@ -5626,6 +5736,7 @@ export interface ConnectorConfig {
5626
5736
  * - Service `acumatica`: Your Acumatica subdomain.
5627
5737
  * - Service `ada`: Your Ada sub-domain.
5628
5738
  * - Service `alchemer`: Your Alchemer sub-domain.
5739
+ * - Service `atlassianCompass`: Your Atlassian Compass subdomain.
5629
5740
  * - Service `atlassianJiraAlign`: Your Jira Align base URL.
5630
5741
  * - Service `azureBoards`: Your Azure Boards Organization Name.
5631
5742
  * - Service `azureDevops`: Your Azure Organization Name
@@ -5686,6 +5797,7 @@ export interface ConnectorConfig {
5686
5797
  * - Service `recurly`: Your company's Recurly subdomain.
5687
5798
  * - Service `reltio`: Your Reltio subdomain.
5688
5799
  * - Service `revel`: Your Revel Systems subDomain.
5800
+ * - Service `rocketlane`: Your Rocketlane API server region.
5689
5801
  * - Service `rundeck`: Your Rundeck subdomain.
5690
5802
  * - Service `sageHr`: Your Sage HR subdomain.
5691
5803
  * - Service `salesforceMarketingCloud`: Your Salesforce Marketing Cloud subdomain.
@@ -5721,7 +5833,7 @@ export interface ConnectorConfig {
5721
5833
  * - Service `freshsuccess`: Your Freshsuccess subdomain.
5722
5834
  * - Service `gorgias`: Your Gorgias subdomain.
5723
5835
  * - Service `hex`: Your Hex subdomain.
5724
- * - Service `ibacos`: Your IBACOS Server.
5836
+ * - Service `ibacos`: Your IBACOS server.
5725
5837
  * - Service `jamaSoftware`: Your Jama Software subdomain.
5726
5838
  * - Service `klarna`: Your Klarna subdomain.
5727
5839
  * - Service `learnupon`: Your LearnUpon subdomain.
@@ -5943,6 +6055,11 @@ export interface ConnectorConfig {
5943
6055
  * - Service `d2lBrightspace`: Your D2L Brightspace target host.
5944
6056
  */
5945
6057
  targetHost?: pulumi.Input<string | undefined>;
6058
+ /**
6059
+ * Field usage depends on `service` value:
6060
+ * - Service `sevdesk`: The tax rule code to retrieve receipt guidance for (optional — leave blank to skip this table).
6061
+ */
6062
+ taxRuleCode?: pulumi.Input<string | undefined>;
5946
6063
  /**
5947
6064
  * Field usage depends on `service` value:
5948
6065
  * - Service `sqlServer`: Certificate file path used to protect a database encryption key
@@ -6108,8 +6225,8 @@ export interface ConnectorConfig {
6108
6225
  * - Service `twitter`: Number of months' worth of data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
6109
6226
  * - Service `twitterAds`: Historical sync timeframe in months.
6110
6227
  * - Service `walmartDsp`: Number of months' worth of data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
6111
- * - Service `yahooDsp`: Number of months` worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
6112
- * - Service `yahooGemini`: Number of months' worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `TWELVE`.
6228
+ * - Service `yahooDsp`: Number of months`worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value:`THREE`.
6229
+ * - Service `yahooGemini` : Number of months' worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `TWELVE`.
6113
6230
  */
6114
6231
  timeframeMonths?: pulumi.Input<string | undefined>;
6115
6232
  /**
@@ -6707,7 +6824,7 @@ export interface ConnectorConfig {
6707
6824
  * - Service `unicommerce`: Your uniware login username.
6708
6825
  * - Service `upland`: Your Upland Software username.
6709
6826
  * - Service `uptempo`: Your Uptempo username.
6710
- * - Service `veevaVault`: Username
6827
+ * - Service `veevaVault`: Username (only when authenticationMethod is `Basic`)
6711
6828
  * - Service `veevavault`: Your Veeva Vault username.
6712
6829
  * - Service `whenIWork`: Your When I Work username.
6713
6830
  * - Service `wherefour`: Your Wherefour username.
@@ -6715,11 +6832,21 @@ export interface ConnectorConfig {
6715
6832
  * - Service `workdayHcm`: Username of your Workday Integration System User account
6716
6833
  * - Service `xandr`: Your Xandr username.
6717
6834
  * - Service `yougovBrandindex`: Your YouGov BrandIndex username.
6718
- * - Service `younium`: Your Younium username.
6835
+ * - Service `younium`: Your Younium username. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
6719
6836
  * - Service `zuora`: The API username with the necessary access permissions.
6720
6837
  * - Service `zuoraSandbox`: The API username with the necessary access permissions.
6721
6838
  */
6722
6839
  username?: pulumi.Input<string | undefined>;
6840
+ /**
6841
+ * Field usage depends on `service` value:
6842
+ * - Service `shipstation`: Your ShipStation V2 API key.
6843
+ */
6844
+ v2ApiKey?: pulumi.Input<string | undefined>;
6845
+ /**
6846
+ * Field usage depends on `service` value:
6847
+ * - Service `veevaVault`: (Optional) Target Vault DNS if different from default (only when authenticationMethod is `OAuth2`)
6848
+ */
6849
+ vaultDns?: pulumi.Input<string | undefined>;
6723
6850
  /**
6724
6851
  * Field usage depends on `service` value:
6725
6852
  * - Service `itunesConnect`: Your vendors id
@@ -6752,6 +6879,11 @@ export interface ConnectorConfig {
6752
6879
  * - Service `adyen`: Your Adyen Web Service API key.
6753
6880
  */
6754
6881
  webServiceApiKey?: pulumi.Input<string | undefined>;
6882
+ /**
6883
+ * Field usage depends on `service` value:
6884
+ * - Service `iterable`: The authentication method for the Iterable webhook. Accepted values: `NoAuth`, `Basic`, `OAuth2`.
6885
+ */
6886
+ webhookAuthType?: pulumi.Input<string | undefined>;
6755
6887
  /**
6756
6888
  * Field usage depends on `service` value:
6757
6889
  * - Service `appsflyer`: Webhook Url
@@ -6775,6 +6907,26 @@ export interface ConnectorConfig {
6775
6907
  * - Service `xero`: (ReadOnly) The Webhook URL generated by Fivetran. You can configure this in XERO.
6776
6908
  */
6777
6909
  webhookUrl?: pulumi.Input<string | undefined>;
6910
+ /**
6911
+ * Field usage depends on `service` value:
6912
+ * - Service `sqlServer`: Fivetran client certificate to add to the Windows Auth server's trusted clients.
6913
+ */
6914
+ windowsAuthClientCertificate?: pulumi.Input<string | undefined>;
6915
+ /**
6916
+ * Field usage depends on `service` value:
6917
+ * - Service `sqlServer`: Hostname of the Windows Auth gRPC server.
6918
+ */
6919
+ windowsAuthGrpcHost?: pulumi.Input<string | undefined>;
6920
+ /**
6921
+ * Field usage depends on `service` value:
6922
+ * - Service `sqlServer`: Port of the Windows Auth gRPC server.
6923
+ */
6924
+ windowsAuthGrpcPort?: pulumi.Input<number | undefined>;
6925
+ /**
6926
+ * Field usage depends on `service` value:
6927
+ * - Service `sqlServer`: PEM certificate of the Windows Auth gRPC server used to verify the server identity.
6928
+ */
6929
+ windowsAuthServerCertificate?: pulumi.Input<string | undefined>;
6778
6930
  /**
6779
6931
  * Field usage depends on `service` value:
6780
6932
  * - Service `woocommerce`: The Site ID of your WordPress hosted WooCommerce instance or the subdomain of your self-hosted WooCommerce instance.
@@ -6793,6 +6945,7 @@ export interface ConnectorConfig {
6793
6945
  /**
6794
6946
  * Field usage depends on `service` value:
6795
6947
  * - Service `fulfil`: Your Fulfil workspace ID.
6948
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform workspace ID.
6796
6949
  */
6797
6950
  workspaceId?: pulumi.Input<string | undefined>;
6798
6951
  /**
@@ -6972,6 +7125,11 @@ export interface ConnectorConfigCustomReport {
6972
7125
  * - Service `snapchatAds`: [List of Core, Additional and Conversion Metrics Stats Fields](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#basemetricsfields).
6973
7126
  */
6974
7127
  baseMetricsFields?: pulumi.Input<pulumi.Input<string>[] | undefined>;
7128
+ /**
7129
+ * Field usage depends on `service` value:
7130
+ * - Service `appleSearchAds`: The base report type. It determines the set of available dimensions for the `groupBy` field and the metrics that will be included in the custom report. Only one value is supported: `CAMPAIGN`.
7131
+ */
7132
+ baseReportType?: pulumi.Input<string | undefined>;
6975
7133
  /**
6976
7134
  * Field usage depends on `service` value:
6977
7135
  * - Service `snapchatAds`: [Sets Breakdown on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#breakdown).
@@ -7018,6 +7176,11 @@ export interface ConnectorConfigCustomReport {
7018
7176
  * - Service `snapchatAds`: [Sets Granularity on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#granularity).
7019
7177
  */
7020
7178
  granularity?: pulumi.Input<string | undefined>;
7179
+ /**
7180
+ * Field usage depends on `service` value:
7181
+ * - Service `appleSearchAds`: The list of dimensions to group the data by. The available dimensions depend on the selected `baseReportType`.
7182
+ */
7183
+ groupBies?: pulumi.Input<pulumi.Input<string>[] | undefined>;
7021
7184
  /**
7022
7185
  * Field usage depends on `service` value:
7023
7186
  * - Service `redditAds`: Level of custom report.
@@ -7056,6 +7219,11 @@ export interface ConnectorConfigCustomReport {
7056
7219
  * - Service `snapchatAds`: [List of SKAd Metrics fields in custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#skadmetricsfields).
7057
7220
  */
7058
7221
  skAdMetricsFields?: pulumi.Input<pulumi.Input<string>[] | undefined>;
7222
+ /**
7223
+ * Field usage depends on `service` value:
7224
+ * - Service `appleSearchAds`: The name of the custom report table. It must be unique within this connection and must comply with Fivetran's naming conventions.
7225
+ */
7226
+ table?: pulumi.Input<string | undefined>;
7059
7227
  /**
7060
7228
  * Field usage depends on `service` value:
7061
7229
  * - Service `criteo`: Destination Table name of report
@@ -7094,6 +7262,11 @@ export interface ConnectorConfigCustomTable {
7094
7262
  * - Service `facebookAds`: Options to select aggregation duration. [Possible aggregation values](https://fivetran.com/docs/connectors/applications/facebook-ads#aggregation).
7095
7263
  */
7096
7264
  aggregation?: pulumi.Input<string | undefined>;
7265
+ /**
7266
+ * Field usage depends on `service` value:
7267
+ * - Service `facebookAds`: List of attribution windows passed as Meta's `actionAttributionWindows` query parameter. Default: `CLICK_7D`, `VIEW_1D`, `INCREMENTALITY`. Possible values: `CLICK_1D`, `CLICK_7D`, `CLICK_28D`, `VIEW_1D`, `ENGAGED_VIEW_1D`, `INCREMENTALITY`, `INCREMENTALITY_FIRST_CONVERSION`, `INCREMENTALITY_ALL_CONVERSIONS`.
7268
+ */
7269
+ attributionWindows?: pulumi.Input<pulumi.Input<string>[] | undefined>;
7097
7270
  /**
7098
7271
  * Field usage depends on `service` value:
7099
7272
  * - Service `facebookAds`: List of breakdowns which connector will sync. [Possible breakdowns values](https://fivetran.com/docs/connectors/applications/facebook-ads#breakdowns).
@@ -7101,7 +7274,7 @@ export interface ConnectorConfigCustomTable {
7101
7274
  breakdowns?: pulumi.Input<pulumi.Input<string>[] | undefined>;
7102
7275
  /**
7103
7276
  * Field usage depends on `service` value:
7104
- * - Service `facebookAds`: Time period to attribute conversions based on clicks. [Possible clickAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#clickattributionwindow).
7277
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
7105
7278
  */
7106
7279
  clickAttributionWindow?: pulumi.Input<string | undefined>;
7107
7280
  /**
@@ -7111,7 +7284,7 @@ export interface ConnectorConfigCustomTable {
7111
7284
  configType?: pulumi.Input<string | undefined>;
7112
7285
  /**
7113
7286
  * Field usage depends on `service` value:
7114
- * - Service `facebookAds`: Time period to attribute conversions based on engaged views. [Possible viewAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#engagedviewattributionwindow).
7287
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
7115
7288
  */
7116
7289
  engagedViewAttributionWindow?: pulumi.Input<string | undefined>;
7117
7290
  /**
@@ -7133,7 +7306,7 @@ export interface ConnectorConfigCustomTable {
7133
7306
  useUnifiedAttributionSetting?: pulumi.Input<boolean | undefined>;
7134
7307
  /**
7135
7308
  * Field usage depends on `service` value:
7136
- * - Service `facebookAds`: Time period to attribute conversions based on views. [Possible viewAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#viewattributionwindow).
7309
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
7137
7310
  */
7138
7311
  viewAttributionWindow?: pulumi.Input<string | undefined>;
7139
7312
  }
@@ -7172,7 +7345,7 @@ export interface ConnectorConfigFile {
7172
7345
  emailSubject?: pulumi.Input<string | undefined>;
7173
7346
  /**
7174
7347
  * Field usage depends on `service` value:
7175
- * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced per table. We have discontinued this field, and will delete it by August 31, 2025.
7348
+ * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced per table.
7176
7349
  * - Service `box`: All files in your search path matching this regular expression will be synced per table.
7177
7350
  * - Service `dropbox`: All files in your search path matching this regular expression will be synced per table.
7178
7351
  * - Service `email`: All files in your search path matching this regular expression will be synced per table.
@@ -7276,9 +7449,14 @@ export interface ConnectorConfigReport {
7276
7449
  aggregation?: pulumi.Input<string | undefined>;
7277
7450
  /**
7278
7451
  * Field usage depends on `service` value:
7279
- * - Service `googleSearchAds360`: The report attributes included to sync.
7452
+ * - Service `googleSearchAds360`: The report attributes included to sync. Labeled `Fields` in the Fivetran dashboard.
7280
7453
  */
7281
7454
  attributes?: pulumi.Input<pulumi.Input<string>[] | undefined>;
7455
+ /**
7456
+ * Field usage depends on `service` value:
7457
+ * - Service `klaviyo`: Optional breakdown for Form Series reports. Select Form version ID to group data by individual form versions, or Form ID to group data by form only.
7458
+ */
7459
+ breakdown?: pulumi.Input<string | undefined>;
7282
7460
  /**
7283
7461
  * Field usage depends on `service` value:
7284
7462
  * - Service `doubleClickPublishers`: Columns provide all trafficking statistics and revenue information available for the chosen dimensions.
@@ -7459,7 +7637,7 @@ export interface ConnectorConfigReport {
7459
7637
  * - Service `doubleClickCampaignManager`: Type of reporting data to sync. Default value: `STANDARD`.
7460
7638
  * - Service `googleAds`: The name of the Google Ads report from which the connector will sync the data. [Possible reportType values](https://developers.google.com/adwords/api/docs/appendix/reports#report-types).
7461
7639
  * - Service `googleDisplayAndVideo360`: The type of the report to create. This is a required parameter when `configMethod` is set to `CREATE_NEW`.
7462
- * - Service `googleSearchAds360`: The type of report
7640
+ * - Service `googleSearchAds360`: The type of report. Labeled `Resource type` in the Fivetran dashboard.
7463
7641
  * - Service `googleSearchConsole`: The type of report
7464
7642
  */
7465
7643
  reportType?: pulumi.Input<string | undefined>;
@@ -7756,7 +7934,7 @@ export interface ConnectorConfigTenantConfig {
7756
7934
  export interface ConnectorDestinationSchema {
7757
7935
  /**
7758
7936
  * The connector schema name in destination. Has to be unique within the group (destination). Required for connector creation of services:<br>
7759
- * `15five`, `360learning`, `6sense`, `7shifts`, `absorbLms`, `acculynx`, `activecampaign`, `acumatica`, `ada`, `adform`, `adjust`, `adobeAnalyticsDataFeed`, `adobeAnalytics`, `adobeCommerce`, `adobeExperiencePlatform`, `adobeWorkfront`, `adpWorkforceNow`, `adroll`, `adyen`, `affinity`, `afterpay`, `aha`, `aircall`, `akamai`, `akeneo`, `alation`, `alchemer`, `algolia`, `alida`, `amazonAds`, `amazonAttribution`, `amazonDsp`, `amazonSellingPartner`, `amplitude`, `amqp`, `anaplan`, `anthropicClaude`, `anvyl`, `apacheKafka`, `apollo`, `appcues`, `appfigures`, `appleSearchAds`, `applovin`, `appsflyer`, `asana`, `ascendByPartnerize`, `ashby`, `assembled`, `assetPanda`, `atlassianJiraAlign`, `atlassianOpsGenie`, `attentive`, `attio`, `aumni`, `auraFromUnity`, `auth0`, `autodeskBim360`, `avantlink`, `avevaPi`, `awin`, `awsCloudtrail`, `awsCostReport`, `awsCost`, `awsInventory`, `awsLambda`, `awsMsk`, `azureBlobStorage`, `azureBoards`, `azureDevops`, `azureEventHub`, `azureFunction`, `azureServiceBus`, `backbonePlm`, `ballotready`, `bamboohr`, `bazaarvoice`, `betterworks`, `bigCommerce`, `biginByZohoCrm`, `bigmarker`, `billingPlatform`, `bingWebmasterTools`, `bingads`, `birdeye`, `bitly`, `bizzaboApp`, `bizzaboV2`, `bizzabo`, `boostr`, `box`, `braintreeSandbox`, `braintree`, `branch`, `braveAds`, `braze`, `breatheHr`, `brevo`, `brex`, `brightcove`, `brightflag`, `brightpearl`, `brivo`, `bubble`, `buildium`, `buildkite`, `businessCentral`, `buzzsprout`, `bynder`, `cabcharge`, `calabrio`, `calendly`, `callrail`, `campaignmonitor`, `campfire`, `canny`, `canvasByInstructure`, `canvasData2ByInstructure`, `careQualityCommission`, `castorEdc`, `centra`, `ceridianDayforce`, `chameleon`, `channelAdvisor`, `chargebeeProductCatalog1`, `chargebeeProductCatalog2`, `chargedesk`, `charthop`, `chartmogul`, `checkout`, `checkr`, `chorusai`, `churnkey`, `churnzero`, `cimis`, `cin7`, `cin7core`, `circleci`, `cjCommissionDetail`, `clari`, `classy`, `clazar`, `clickup`, `clockify`, `clockodo`, `close`, `cloudbeds`, `cloudflareAnalytics`, `cloudfront`, `cloudtalk`, `clubspeed`, `coalesce`, `coassemble`, `coda`, `codefresh`, `coheris`, `collibra`, `column`, `commercetools`, `complianceCheckpoint`, `concord`, `concur`, `confluence`, `confluentCloud`, `connectorSdk`, `consensusDemoAutomationPlatform`, `constantContact`, `contrastSecurity`, `convex`, `copper`, `cornerstone`, `coupa`, `credly`, `criteoRetailMedia`, `criteo`, `crossbeam`, `crowddev`, `crunchbase`, `cubeSoftware`, `cube`, `cultureAmp`, `customerio`, `cvent`, `d2lBrightspace`, `datadog`, `datastreamerSource`, `dbtCloud`, `dclLogistics`, `dear`, `deel`, `delighted`, `deposco`, `deputy`, `destini`, `deviceMagic`, `dialpad`, `discourse`, `dixa`, `docebo`, `donus`, `doorloop`, `doubleClickCampaignManager`, `doubleClickPublishers`, `drata`, `drift`, `drip`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `dutchie`, `dynamics365`, `dynamodb`, `easypost`, `ebay`, `economic`, `elasticCloud`, `electronicTenantSolutions`, `eloqua`, `email`, `employmentHero`, `esSelfHosted`, `eventbrite`, `eventsforce`, `everflow`, `everhour`, `exactOnline`, `expensein`, `expensify`, `ezofficeinventory`, `facebookAdAccount`, `facebookAds`, `facebookPages`, `facebook`, `factbird`, `factorial`, `fathom`, `fillout`, `financialForce`, `firebase`, `fireflies`, `firehydrant`, `fivetranLog`, `flexport`, `float`, `flywheelDigital`, `foneDynamics`, `forethought`, `forjCommunity`, `formstack`, `fortnox`, `fountain`, `fourkites`, `freightview`, `freshbooks`, `freshchat`, `freshdeskContactCenter`, `freshdesk`, `freshsales`, `freshservice`, `freshsuccess`, `freshteam`, `friendbuy`, `front`, `ftp`, `fulfil`, `fullstory`, `g2`, `gainsightCustomerSuccess`, `gainsightProductExperience`, `gcs`, `gem`, `genesys`, `getfeedback`, `github`, `gitlab`, `gladly`, `globalmeet`, `gmail`, `gocardless`, `gofundmePro`, `goldcast`, `gongio`, `googleAds`, `googleAnalytics360`, `googleAnalytics4Export`, `googleAnalytics4`, `googleAnalyticsMcf`, `googleAnalytics`, `googleBusinessProfile`, `googleCalendar`, `googleClassroom`, `googleCloudFunction`, `googleDisplayAndVideo360`, `googleDrive`, `googlePlay`, `googleSearchAds360`, `googleSearchConsole`, `googleSheets`, `googleTagManager`, `googleTasks`, `gorgias`, `greenPowerMonitor`, `greenhouse`, `grepsr`, `grin`, `guru`, `hLevel`, `hanaSapHvaEccNetweaver`, `hanaSapHvaS4Netweaver`, `happyfox`, `harvest`, `healthie`, `heap`, `heartlandRetailPos`, `height`, `helpdesk`, `helpjuice`, `helpscout`, `helpshift`, `herokuKafka`, `hex`, `hibob`, `higherLogicVanilla`, `hiltiOntrack`, `hopin`, `hubspot`, `ibacos`, `ilevel`, `impactPartner`, `impact`, `incidentio`, `infobip`, `insightly`, `instagramBusiness`, `instructure`, `integralAdScience`, `integrate`, `intercom`, `invoiced`, `ironclad`, `ironsource`, `iterable`, `itunesConnect`, `ivanti`, `jamaSoftware`, `jamf`, `jibble`, `jira`, `jobnimbus`, `jotform`, `justcall`, `kandji`, `katana`, `kevel`, `keypay`, `khorosCare`, `khorosCommunities`, `khorosMarketing`, `kinesis`, `kisi`, `kissmetrics`, `klarna`, `klaviyo`, `konnectInsights`, `kustomer`, `lattice`, `launchdarkly`, `leapCrm`, `leapsome`, `learnAmp`, `learnupon`, `lemlist`, `lessonly`, `lever`, `liftoff`, `lightSpeedRetail`, `lightspeedRetailXseries`, `lineAds`, `linear`, `linkedinAds`, `linkedinCompanyPages`, `linksquares`, `listen360`, `livechatPartner`, `livechat`, `livestorm`, `lob`, `lookerSource`, `loop`, `loopio`, `lucca`, `luma`, `mailchimp`, `maileon`, `mailgun`, `mailjet`, `maintainx`, `malomo`, `mambu`, `mandrill`, `marin`, `marketo`, `matomo`, `mavenlink`, `maxioChargify`, `maxioSaasoptics`, `medalliaAgileResearch`, `medallia`, `megaphone`, `meltwater`, `mention`, `messagebird`, `microsoftDynamics365Fno`, `microsoftDynamics365Fo`, `microsoftEntraId`, `microsoftLists`, `microsoftPowerBi`, `microsoftTeams`, `missive`, `mixmax`, `mixpanel`, `mode`, `mollie`, `moloco`, `monday`, `mountain`, `mux`, `myosh`, `namely`, `nationalHeavyVehicleRegulator`, `navan`, `netsuiteSuiteanalytics`, `nice`, `notion`, `nylas`, `odoo`, `okendo`, `okta`, `ometria`, `on24`, `oncehub`, `oneDrive`, `onetrust`, `openDataDc`, `openExchangeRates`, `openai`, `opendistro`, `opensearch`, `optimizely`, `oracleFusionFieldService`, `oracleMoatAnalytics`, `oracleNetsuiteOpenair`, `oracleSapHvaNetweaver`, `orbit`, `ordergroove`, `ordway`, `ortto`, `outbrain`, `outreach`, `packiyo`, `paddle`, `pagerduty`, `pandadoc`, `papershift`, `pardotSandbox`, `pardot`, `partnerize`, `partnerstackVendor`, `paychex`, `paylocity`, `paypalSandbox`, `paypal`, `pendo`, `peopleforce`, `persona`, `personio`, `phoenixAds`, `picqer`, `pigment`, `pingdom`, `pinpoint`, `pinterestAds`, `pinterestOrganic`, `pipe17`, `pipedrive`, `pivotalTracker`, `piwikPro`, `placerai`, `planetscale`, `planful`, `planhat`, `playvoxWorkforceManagement`, `playvox`, `podio`, `poplar`, `posthog`, `postmark`, `powerReviewsEnterprise`, `prismaCloud`, `prive`, `procore`, `productboard`, `productive`, `proofpointSecurityAwareness`, `prosperstack`, `purpleDot`, `pylonSupportPlatform`, `qmaticDataConnect`, `qualaroo`, `qualtrics`, `quickbooks`, `quoraAds`, `quorum`, `rakutenadvertising`, `ramp`, `rarible`, `reboundReturns`, `recharge`, `recurly`, `redditAds`, `referralhero`, `refiner`, `reltio`, `replyio`, `resourceManagementBySmartsheet`, `retailnext`, `retently`, `revel`, `revenuecat`, `reviewsai`, `reviewsio`, `revops`, `revx`, `ricochet360`, `ringcentral`, `ringover`, `rippling`, `rithum`, `rivo`, `rocketlane`, `rokt`, `rollbar`, `rootly`, `rtbHouse`, `ruddr`, `rundeck`, `s3CompatibleStorage`, `s3`, `safebase`, `safetyculture`, `sageHr`, `sageIntacct`, `sailthru`, `salesforceCommerceCloud`, `salesforceMarketingCloud`, `salesforceSandbox`, `salesforce`, `salesloft`, `salsify`, `samsara`, `sana`, `sapBusinessByDesign`, `sapHana`, `sapS4hana`, `sapSuccessFactors`, `scorm`, `securityJourney`, `segment`, `sendgrid`, `sendinblue`, `sensorTower`, `sentry`, `servicenow`, `servicetitan`, `servicetrade`, `sftp`, `sharePoint`, `shareasale`, `sharetribe`, `shiphero`, `shipmonk`, `shipnetwork`, `shipstation`, `shopify`, `shopware`, `shortcut`, `shortio`, `showpad`, `siemensBuildingXOpenness`, `sigmaComputingSource`, `simplecast`, `simplesat`, `singlestoreSource`, `sistrix`, `skilljar`, `skillstx`, `skimlinks`, `skuvault`, `slab`, `slackAdminData`, `slackApp`, `slack`, `smadex`, `smarthr`, `smartrecruiters`, `smartsheet`, `smartwaiver`, `snapchatAds`, `snowplow`, `snyk`, `solarwindsServiceDesk`, `sonarqube`, `sparkpost`, `splash`, `splitio`, `splunk`, `spotifyAds`, `sprout`, `square`, `squarespace`, `stackadaptGraphql`, `stackadapt`, `standardMetrics`, `starrez`, `statisticsNetherlandsCbs`, `statsig`, `statuspage`, `stickyio`, `stripeTest`, `stripe`, `stylight`, `subscript`, `sugarcrm`, `surveyMonkey`, `survicate`, `swoogo`, `tableauSource`, `taboola`, `talkdesk`, `talkwalker`, `teads`, `teamtailor`, `teamwork`, `tempo`, `testrail`, `textus`, `theMovieDatabase`, `theTradeDesk`, `thinkific`, `ticketTailor`, `tiktokAds`, `tiktokOrganicApp`, `tiktokOrganic`, `tive`, `toast`, `togglTrack`, `totango`, `tracksuitSource`, `transcend`, `trelica`, `trello`, `tremendous`, `tripleWhale`, `trisolute`, `trustpilot`, `twilio`, `twitterAds`, `twitter`, `tymeshift`, `typeform`, `udemyBusiness`, `ukgProWorkforceManagement`, `ukgPro`, `unicommerce`, `upland`, `uppromote`, `uptempo`, `uservoice`, `validio`, `veeqo`, `veevaVault`, `veevavault`, `venminder`, `vimeo`, `visitByGes`, `visma`, `vitally`, `vonageContactCenter`, `vonage`, `vts`, `vwo`, `walmartDsp`, `walmartMarketplace`, `wasabiCloudStorage`, `webScraper`, `webconnex`, `webhooks`, `whenIWork`, `wherefour`, `wickedReports`, `woocommerce`, `wordpress`, `workable`, `workdayAdaptive`, `workdayFinancialManagement`, `workdayHcm`, `workdayStrategicSourcing`, `workday`, `workflowmax`, `workleapOfficevibe`, `workramp`, `wrike`, `writesonic`, `xactly`, `xandr`, `xero`, `xray`, `xsolla`, `yahooDisplayAdsOnYahooJapan`, `yahooDsp`, `yahooGemini`, `yahooSearchAdsYahooJapan`, `yext`, `yotpoApp`, `yotpo`, `yougovBrandindex`, `yougovSport`, `younium`, `youtubeAnalytics`, `zendeskChat`, `zendeskSell`, `zendeskSunshine`, `zendeskWorkforceManagement`, `zendesk`, `zenefits`, `zingtree`, `zip`, `zohoBooks`, `zohoCampaigns`, `zohoCrm`, `zohoDesk`, `zohoInventory`, `zohoRecruit`, `zonkaFeedback`, `zoom`, `zuoraSandbox`, `zuora`
7937
+ * `15five`, `360learning`, `6sense`, `7shifts`, `absorbLms`, `acculynx`, `activecampaign`, `acumatica`, `ada`, `adform`, `adjust`, `adobeAnalyticsDataFeed`, `adobeAnalytics`, `adobeCommerce`, `adobeExperiencePlatform`, `adobeWorkfront`, `adpWorkforceNow`, `adroll`, `adyen`, `affinity`, `afterpay`, `aha`, `aircall`, `akamai`, `akeneo`, `alation`, `alchemer`, `algolia`, `alida`, `amazonAds`, `amazonAttribution`, `amazonDsp`, `amazonSellingPartner`, `amplitude`, `amqp`, `anaplan`, `anthropicClaude`, `anvyl`, `apacheKafka`, `apollo`, `appcues`, `appfigures`, `appleSearchAds`, `applovin`, `appsflyer`, `asana`, `ascendByPartnerize`, `ashby`, `assembled`, `assetPanda`, `atlassianCompass`, `atlassianJiraAlign`, `atlassianOpsGenie`, `attentive`, `attio`, `aumni`, `auraFromUnity`, `auth0`, `autodeskBim360`, `avantlink`, `avevaPi`, `awin`, `awsCloudtrail`, `awsCostReport`, `awsCost`, `awsInventory`, `awsLambda`, `awsMsk`, `azureBlobStorage`, `azureBoards`, `azureDevops`, `azureEventHub`, `azureFunction`, `azureServiceBus`, `backbonePlm`, `ballotready`, `bamboohr`, `bazaarvoice`, `betterworks`, `bigCommerce`, `biginByZohoCrm`, `bigmarker`, `billingPlatform`, `bingWebmasterTools`, `bingads`, `birdeye`, `bitly`, `bizzaboApp`, `bizzaboV2`, `bizzabo`, `boostr`, `box`, `braintreeSandbox`, `braintree`, `branch`, `braveAds`, `braze`, `breatheHr`, `brevo`, `brex`, `brightcove`, `brightflag`, `brightpearl`, `brivo`, `bubble`, `buildium`, `buildkite`, `businessCentral`, `buzzsprout`, `bynder`, `cabcharge`, `calabrio`, `calcom`, `calendly`, `callrail`, `campaignmonitor`, `campfire`, `canny`, `canvasByInstructure`, `canvasData2ByInstructure`, `captivateiq`, `careQualityCommission`, `castorEdc`, `centra`, `ceridianDayforce`, `chameleon`, `channelAdvisor`, `chargebeeProductCatalog1`, `chargebeeProductCatalog2`, `chargedesk`, `charthop`, `chartmogul`, `checkout`, `checkr`, `chorusai`, `churnkey`, `churnzero`, `cimis`, `cin7`, `cin7core`, `circleci`, `cjCommissionDetail`, `clari`, `classy`, `claudeCompliance`, `clazar`, `clickup`, `clockify`, `clockodo`, `close`, `cloudbeds`, `cloudflareAnalytics`, `cloudfront`, `cloudtalk`, `clubspeed`, `coalesce`, `coassemble`, `coda`, `codefresh`, `coheris`, `collibra`, `column`, `commercetools`, `complianceCheckpoint`, `concord`, `concur`, `confluence`, `confluentCloud`, `connectorSdk`, `consensusDemoAutomationPlatform`, `constantContact`, `contrastSecurity`, `convex`, `copper`, `cornerstone`, `coupa`, `credly`, `criteoRetailMedia`, `criteo`, `crossbeam`, `crowddev`, `crunchbase`, `cubeSoftware`, `cube`, `cultureAmp`, `customerio`, `cvent`, `d2lBrightspace`, `datadog`, `datastreamerSource`, `db2luw`, `dbtCloud`, `dclLogistics`, `dear`, `deel`, `delighted`, `deposco`, `deputy`, `destini`, `deviceMagic`, `dialpad`, `discourse`, `dixa`, `docebo`, `donus`, `doorloop`, `doubleClickCampaignManager`, `doubleClickPublishers`, `drata`, `drift`, `drip`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `dutchie`, `dynamics365`, `dynamodb`, `easypost`, `ebay`, `economic`, `elasticCloud`, `electronicTenantSolutions`, `eloqua`, `email`, `employmentHero`, `esSelfHosted`, `eventbrite`, `eventsforce`, `everflow`, `everhour`, `exactOnline`, `expensein`, `expensify`, `ezofficeinventory`, `facebookAdAccount`, `facebookAds`, `facebookPages`, `facebook`, `factbird`, `factorial`, `fathom`, `fillout`, `financialForce`, `firebase`, `fireflies`, `firehydrant`, `fivetranLog`, `flexport`, `float`, `flywheelDigital`, `foneDynamics`, `forethought`, `forjCommunity`, `formstack`, `fortnox`, `fountain`, `fourkites`, `freightview`, `freshbooks`, `freshchat`, `freshdeskContactCenter`, `freshdesk`, `freshsales`, `freshservice`, `freshsuccess`, `freshteam`, `friendbuy`, `front`, `ftp`, `fulfil`, `fullstory`, `g2`, `gainsightCustomerSuccess`, `gainsightProductExperience`, `gcs`, `gem`, `genesys`, `getfeedback`, `github`, `gitlab`, `gladly`, `globalmeet`, `gmail`, `gocardless`, `gofundmePro`, `goldcast`, `gongio`, `googleAds`, `googleAnalytics360`, `googleAnalytics4Export`, `googleAnalytics4`, `googleAnalyticsMcf`, `googleAnalytics`, `googleBusinessProfile`, `googleCalendar`, `googleClassroom`, `googleCloudFunction`, `googleDisplayAndVideo360`, `googleDrive`, `googlePlay`, `googleSearchAds360`, `googleSearchConsole`, `googleSheets`, `googleTagManager`, `googleTasks`, `gorgias`, `greenPowerMonitor`, `greenhouse`, `grepsr`, `grin`, `guru`, `hLevel`, `hanaSapHvaEccNetweaver`, `hanaSapHvaS4Netweaver`, `happyfox`, `harvest`, `healthie`, `heap`, `heartlandRetailPos`, `height`, `helpdesk`, `helpjuice`, `helpscout`, `helpshift`, `herokuKafka`, `hex`, `hibob`, `higherLogicVanilla`, `hiltiOntrack`, `hopin`, `hubspot`, `ibacos`, `ilevel`, `impactPartner`, `impact`, `incidentio`, `infobip`, `insightly`, `instagramBusiness`, `instructure`, `integralAdScience`, `integrate`, `intercom`, `invoiced`, `ironcladClickwrap`, `ironclad`, `ironsource`, `iterable`, `itunesConnect`, `ivanti`, `jamaSoftware`, `jamf`, `jibble`, `jira`, `jobnimbus`, `jotform`, `justcall`, `kandji`, `katana`, `kevel`, `keypay`, `khorosCare`, `khorosCommunities`, `khorosMarketing`, `kinesis`, `kisi`, `kissmetrics`, `klarna`, `klaviyo`, `konnectInsights`, `kustomer`, `lattice`, `launchdarkly`, `leapCrm`, `leapsome`, `learnAmp`, `learnupon`, `leaveDates`, `lemlist`, `lessonly`, `lever`, `liftoff`, `lightSpeedRetail`, `lightspeedRetailXseries`, `lineAds`, `linear`, `linkedinAds`, `linkedinCompanyPages`, `linksquares`, `listen360`, `livechatPartner`, `livechat`, `livestorm`, `lob`, `lookerSource`, `loop`, `loopio`, `lucca`, `luma`, `mailchimp`, `maileon`, `mailgun`, `mailjet`, `maintainx`, `malomo`, `mambu`, `mandrill`, `marin`, `marketo`, `matomo`, `mavenlink`, `maxioChargify`, `maxioSaasoptics`, `medalliaAgileResearch`, `medallia`, `megaphone`, `meltwater`, `mention`, `messagebird`, `microsoftDynamics365Fno`, `microsoftDynamics365Fo`, `microsoftEntraId`, `microsoftLists`, `microsoftPowerBi`, `microsoftTeams`, `missive`, `mixmax`, `mixpanel`, `mode`, `mollie`, `moloco`, `monday`, `mountain`, `mux`, `myosh`, `namely`, `nationalHeavyVehicleRegulator`, `navan`, `netsuiteSuiteanalytics`, `nice`, `notion`, `nylas`, `odoo`, `okendo`, `okta`, `ometria`, `on24`, `oncehub`, `oneDrive`, `onetrust`, `openDataDc`, `openExchangeRates`, `openaiCompliancePlatform`, `openai`, `opendistro`, `opensearch`, `optimizely`, `oracleFusionFieldService`, `oracleMoatAnalytics`, `oracleNetsuiteOpenair`, `oracleSapHvaNetweaver`, `orbit`, `ordergroove`, `ordway`, `ortto`, `outbrain`, `outreach`, `packiyo`, `paddle`, `pagerduty`, `pandadoc`, `papershift`, `parcellab`, `pardotSandbox`, `pardot`, `partnerize`, `partnerstackVendor`, `paychex`, `paylocity`, `paypalSandbox`, `paypal`, `pendo`, `peopleforce`, `persona`, `personio`, `phoenixAds`, `picqer`, `pigment`, `pingdom`, `pinpoint`, `pinterestAds`, `pinterestOrganic`, `pipe17`, `pipedrive`, `pivotalTracker`, `piwikPro`, `placerai`, `planetscale`, `planful`, `planhat`, `playvoxWorkforceManagement`, `playvox`, `podio`, `poplar`, `posthog`, `postmark`, `powerReviewsEnterprise`, `prismaCloud`, `prive`, `procore`, `productboard`, `productive`, `profound`, `proofpointSecurityAwareness`, `prosperstack`, `purpleDot`, `pylonSupportPlatform`, `qmaticDataConnect`, `qualaroo`, `qualtrics`, `quickbooks`, `quoraAds`, `quorum`, `rakutenadvertising`, `ramp`, `rarible`, `reboundReturns`, `recharge`, `recurly`, `redditAds`, `referralhero`, `refiner`, `reltio`, `replyio`, `resourceManagementBySmartsheet`, `retailnext`, `retently`, `revel`, `revenuecat`, `reviewsai`, `reviewsio`, `revops`, `revx`, `ricochet360`, `ringcentral`, `ringover`, `rippling`, `rithum`, `rivo`, `rocketlane`, `rokt`, `rollbar`, `rootly`, `rtbHouse`, `ruddr`, `rundeck`, `s3CompatibleStorage`, `s3`, `safebase`, `safetyculture`, `sageHr`, `sageIntacct`, `sailthru`, `salesforceCommerceCloud`, `salesforceMarketingCloud`, `salesforceSandbox`, `salesforce`, `salesloft`, `salsify`, `samsara`, `sana`, `sapBusinessByDesign`, `sapHana`, `sapS4hana`, `sapSuccessFactors`, `scorm`, `securityJourney`, `segment`, `sendgrid`, `sendinblue`, `sensorTower`, `sentry`, `servicenow`, `servicetitan`, `servicetrade`, `sevdesk`, `sftp`, `sharePoint`, `shareasale`, `sharetribe`, `shiphero`, `shipmonk`, `shipnetwork`, `shipstation`, `shopify`, `shopware`, `shortcut`, `shortio`, `showpad`, `siemensBuildingXOpenness`, `sigmaComputingSource`, `simplecast`, `simplesat`, `singlestoreSource`, `sistrix`, `skilljar`, `skillstx`, `skimlinks`, `skuvault`, `slab`, `slackAdminData`, `slackApp`, `slack`, `smadex`, `smarthr`, `smartrecruiters`, `smartsheet`, `smartwaiver`, `snapchatAds`, `snowplow`, `snyk`, `solarwindsServiceDesk`, `sonarqube`, `sparkpost`, `splash`, `splitio`, `splunk`, `spotifyAds`, `sprout`, `square`, `squarespace`, `stackadaptGraphql`, `stackadapt`, `standardMetrics`, `starrez`, `statisticsNetherlandsCbs`, `statsig`, `statuspage`, `stickyio`, `stripeTest`, `stripe`, `stylight`, `subscript`, `sugarcrm`, `surveyMonkey`, `survicate`, `swoogo`, `tableauSource`, `taboola`, `talkdesk`, `talkwalker`, `teads`, `teamtailor`, `teamwork`, `tempo`, `testrail`, `textus`, `theMovieDatabase`, `theTradeDesk`, `thinkific`, `ticketTailor`, `tiktokAds`, `tiktokOrganicApp`, `tiktokOrganic`, `tive`, `toast`, `togglTrack`, `totango`, `tracksuitSource`, `transcend`, `trelica`, `trello`, `tremendous`, `tripleWhale`, `trisolute`, `trustpilot`, `twilio`, `twitterAds`, `twitter`, `tymeshift`, `typeform`, `udemyBusiness`, `ukgProWorkforceManagement`, `ukgPro`, `unicommerce`, `upland`, `uppromote`, `uptempo`, `uservoice`, `validio`, `veeqo`, `veevaVault`, `veevavault`, `venminder`, `vimeo`, `visitByGes`, `visma`, `vitally`, `vonageContactCenter`, `vonage`, `vts`, `vwo`, `walmartDsp`, `walmartMarketplace`, `wasabiCloudStorage`, `webScraper`, `webconnex`, `webhooks`, `whenIWork`, `wherefour`, `wickedReports`, `woocommerce`, `wordpress`, `workable`, `workdayAdaptive`, `workdayFinancialManagement`, `workdayHcm`, `workdayStrategicSourcing`, `workday`, `workflowmax`, `workleapOfficevibe`, `workramp`, `wrike`, `writesonic`, `xactly`, `xandr`, `xero`, `xray`, `xsolla`, `yahooDisplayAdsOnYahooJapan`, `yahooDsp`, `yahooGemini`, `yahooSearchAdsYahooJapan`, `yext`, `yotpoApp`, `yotpo`, `yougovBrandindex`, `yougovSport`, `younium`, `youtubeAnalytics`, `zendeskChat`, `zendeskSell`, `zendeskSunshine`, `zendeskWorkforceManagement`, `zendesk`, `zenefits`, `zingtree`, `zip`, `zohoBooks`, `zohoCampaigns`, `zohoCrm`, `zohoDesk`, `zohoInventory`, `zohoPeople`, `zohoRecruit`, `zonkaFeedback`, `zoom`, `zuoraSandbox`, `zuora`
7760
7938
  */
7761
7939
  name?: pulumi.Input<string | undefined>;
7762
7940
  /**
@@ -7766,7 +7944,7 @@ export interface ConnectorDestinationSchema {
7766
7944
  prefix?: pulumi.Input<string | undefined>;
7767
7945
  /**
7768
7946
  * The table name unique within the schema to which connector will sync the data. Required for connector creation of services:<br>
7769
- * `adroll`, `akamai`, `akeneo`, `algolia`, `amazonDsp`, `assembled`, `awsCostReport`, `azureBlobStorage`, `box`, `braveAds`, `buzzsprout`, `canvasData2ByInstructure`, `chargebeeProductCatalog2`, `chargedesk`, `cloudflareAnalytics`, `clubspeed`, `constantContact`, `criteoRetailMedia`, `destini`, `doubleClickCampaignManager`, `doubleClickPublishers`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `email`, `eventsforce`, `everflow`, `facebook`, `forjCommunity`, `freshdeskContactCenter`, `freshsuccess`, `ftp`, `gcs`, `googleAnalytics`, `googleClassroom`, `googleDisplayAndVideo360`, `googleDrive`, `googleSheets`, `grin`, `happyfox`, `jamaSoftware`, `jibble`, `justcall`, `kinesis`, `learnupon`, `livechatPartner`, `lookerSource`, `mixmax`, `navan`, `openDataDc`, `paddle`, `referralhero`, `reviewsai`, `revops`, `rollbar`, `s3`, `safebase`, `sftp`, `shiphero`, `sistrix`, `slack`, `sugarcrm`, `teamtailor`, `tive`, `wasabiCloudStorage`, `webhooks`, `wherefour`, `wordpress`, `workday`, `workleapOfficevibe`, `youtubeAnalytics`
7947
+ * `adroll`, `akamai`, `akeneo`, `algolia`, `amazonDsp`, `assembled`, `awsCostReport`, `azureBlobStorage`, `box`, `braveAds`, `buzzsprout`, `canvasData2ByInstructure`, `chargebeeProductCatalog2`, `chargedesk`, `cloudflareAnalytics`, `clubspeed`, `constantContact`, `criteoRetailMedia`, `destini`, `doubleClickCampaignManager`, `doubleClickPublishers`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `email`, `eventsforce`, `everflow`, `facebook`, `forjCommunity`, `freshdeskContactCenter`, `freshsuccess`, `ftp`, `gcs`, `googleAnalytics`, `googleClassroom`, `googleDisplayAndVideo360`, `googleDrive`, `googleSheets`, `grin`, `happyfox`, `jamaSoftware`, `jibble`, `justcall`, `kinesis`, `learnupon`, `livechatPartner`, `lookerSource`, `mixmax`, `mixpanel`, `navan`, `openDataDc`, `paddle`, `referralhero`, `reviewsai`, `revops`, `rollbar`, `s3`, `safebase`, `sftp`, `shiphero`, `sistrix`, `slack`, `sugarcrm`, `teamtailor`, `tive`, `wasabiCloudStorage`, `webhooks`, `wherefour`, `wordpress`, `workday`, `workleapOfficevibe`, `youtubeAnalytics`
7770
7948
  */
7771
7949
  table?: pulumi.Input<string | undefined>;
7772
7950
  /**
@@ -8014,6 +8192,7 @@ export interface DestinationConfig {
8014
8192
  * Field usage depends on `service` value:
8015
8193
  * - Service `adls`: Authentication type
8016
8194
  * - Service `databricks`: Authentication type
8195
+ * - Service `databricksViaManagedDataLake`: Specifies the authentication types for Fivetran to connect to Databricks.
8017
8196
  * - Service `managedDataLake`: Specifies the authentication types for Fivetran to connect to Databricks. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
8018
8197
  * - Service `newS3Datalake`: Authentication type
8019
8198
  * - Service `onelake`: Authentication type
@@ -8066,6 +8245,7 @@ export interface DestinationConfig {
8066
8245
  * - Service `bigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
8067
8246
  * - Service `bigQueryDts`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
8068
8247
  * - Service `databricks`: Your bucket
8248
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of the S3 or Google Cloud Storage (GCS) bucket you want to use to store your data. Use this parameter only if you want to deploy your data lake on Amazon Web Services (AWS) or GCS.
8069
8249
  * - Service `managedBigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
8070
8250
  * - Service `managedDataLake`: (Immutable) Name of the S3 or Google Cloud Storage (GCS) bucket you want to use to store your data. Use this parameter only if you want to deploy your data lake on Amazon Web Services (AWS) or GCS.
8071
8251
  * - Service `newS3Datalake`: (Immutable) The name of the bucket to be used as destination
@@ -8084,6 +8264,7 @@ export interface DestinationConfig {
8084
8264
  * Field usage depends on `service` value:
8085
8265
  * - Service `adls`: Catalog name
8086
8266
  * - Service `databricks`: Catalog name
8267
+ * - Service `databricksViaManagedDataLake`: Name of the specific catalog in Unity Catalog that you want to use to manage your Delta Lake tables.
8087
8268
  * - Service `managedDataLake`: Name of the specific catalog in Unity Catalog that you want to use to manage your Delta Lake tables. Use this parameter only if you want to use Unity Catalog with your data lake.
8088
8269
  * - Service `newS3Datalake`: Catalog name
8089
8270
  * - Service `onelake`: Catalog name
@@ -8092,6 +8273,7 @@ export interface DestinationConfig {
8092
8273
  /**
8093
8274
  * Field usage depends on `service` value:
8094
8275
  * - Service `adls`: Client id of service principal
8276
+ * - Service `databricksViaManagedDataLake`: Client ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
8095
8277
  * - Service `managedDataLake`: Client ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
8096
8278
  * - Service `onelake`: Client ID of service principal
8097
8279
  */
@@ -8126,6 +8308,7 @@ export interface DestinationConfig {
8126
8308
  * - Service `azureSqlDatabase`: Connection method. Default value: `Directly`.
8127
8309
  * - Service `azureSqlManagedDbWarehouse`: Connection method. Default value: `Directly`.
8128
8310
  * - Service `databricks`: Connection method. Default value: `Directly`.
8311
+ * - Service `databricksViaManagedDataLake`: connection type
8129
8312
  * - Service `managedDataLake`: connection type
8130
8313
  * - Service `mariaRdsWarehouse`: Connection method. Default value: `Directly`.
8131
8314
  * - Service `mariaWarehouse`: Connection method. Default value: `Directly`.
@@ -8149,6 +8332,7 @@ export interface DestinationConfig {
8149
8332
  /**
8150
8333
  * Field usage depends on `service` value:
8151
8334
  * - Service `adls`: (Immutable) Container to store delta table files
8335
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of the ADLS container you want to use to store your data. Use this parameter only if you want to deploy your data lake on ADLS.
8152
8336
  * - Service `managedDataLake`: (Immutable) Name of the ADLS container you want to use to store your data. Use this parameter only if you want to deploy your data lake on ADLS.
8153
8337
  * - Service `onelake`: Workspace name to store delta table files
8154
8338
  */
@@ -8187,9 +8371,9 @@ export interface DestinationConfig {
8187
8371
  * - Service `mariaWarehouse`: Database name
8188
8372
  * - Service `mysqlRdsWarehouse`: Database name
8189
8373
  * - Service `mysqlWarehouse`: Database name
8190
- * - Service `oracleRacWarehouse`: Service Name
8191
- * - Service `oracleRdsWarehouse`: Database name
8192
- * - Service `oracleWarehouse`: Database name
8374
+ * - Service `oracleRacWarehouse`: SID/Service name
8375
+ * - Service `oracleRdsWarehouse`: SID/Service name
8376
+ * - Service `oracleWarehouse`: SID/Service name
8193
8377
  * - Service `panoply`: Database name
8194
8378
  * - Service `periscopeWarehouse`: Database name
8195
8379
  * - Service `postgresDatabricksWarehouse`: Database name
@@ -8205,6 +8389,7 @@ export interface DestinationConfig {
8205
8389
  /**
8206
8390
  * Field usage depends on `service` value:
8207
8391
  * - Service `adls`: Databricks Connection method. Default value: `Directly`.
8392
+ * - Service `databricksViaManagedDataLake`: Specifies how you want Fivetran to connect to the Databricks account associated with Unity Catalog. Default value: `Directly`.
8208
8393
  * - Service `managedDataLake`: Specifies how you want Fivetran to connect to the Databricks account associated with Unity Catalog. Default value: `Directly`. Use this parameter only if you want to use Unity Catalog with your data lake.
8209
8394
  * - Service `newS3Datalake`: Databricks Connection method. Default value: `Directly`.
8210
8395
  * - Service `onelake`: Databricks Connection method. Default value: `Directly`.
@@ -8288,12 +8473,14 @@ export interface DestinationConfig {
8288
8473
  fivetranMskRoleArn?: pulumi.Input<string | undefined>;
8289
8474
  /**
8290
8475
  * Field usage depends on `service` value:
8476
+ * - Service `databricksViaManagedDataLake`: (Immutable) ARN of the IAM role you created for the IAM policy associated with your S3 bucket or Glue catalog. Use this parameter only if you want to deploy your data lake on AWS.
8291
8477
  * - Service `managedDataLake`: (Immutable) ARN of the IAM role you created for the IAM policy associated with your S3 bucket or Glue catalog. Use this parameter only if you want to deploy your data lake on AWS.
8292
8478
  * - Service `newS3Datalake`: ARN of the role which you created with different required policy mentioned in our setup guide
8293
8479
  */
8294
8480
  fivetranRoleArn?: pulumi.Input<string | undefined>;
8295
8481
  /**
8296
8482
  * Field usage depends on `service` value:
8483
+ * - Service `databricksViaManagedDataLake`: GCS Project ID of your Google Cloud Storage bucket. Use this parameter only if you want to deploy your data lake on GCS.
8297
8484
  * - Service `managedDataLake`: GCS Project ID of your Google Cloud Storage bucket. Use this parameter only if you want to deploy your data lake on GCS.
8298
8485
  */
8299
8486
  gcsProjectId?: pulumi.Input<string | undefined>;
@@ -8333,6 +8520,7 @@ export interface DestinationConfig {
8333
8520
  * Field usage depends on `service` value:
8334
8521
  * - Service `adls`: HTTP path
8335
8522
  * - Service `databricks`: HTTP path
8523
+ * - Service `databricksViaManagedDataLake`: HTTP path of the Databricks account associated with Unity Catalog.
8336
8524
  * - Service `managedDataLake`: HTTP path of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
8337
8525
  * - Service `newS3Datalake`: HTTP path
8338
8526
  * - Service `onelake`: HTTP path
@@ -8355,6 +8543,7 @@ export interface DestinationConfig {
8355
8543
  isRedshiftServerless?: pulumi.Input<boolean | undefined>;
8356
8544
  /**
8357
8545
  * Field usage depends on `service` value:
8546
+ * - Service `databricksViaManagedDataLake`: (Immutable) OneLake lakehouse GUID.
8358
8547
  * - Service `managedDataLake`: (Immutable) OneLake lakehouse GUID.
8359
8548
  * - Service `onelake`: (Immutable) OneLake lakehouse GUID
8360
8549
  */
@@ -8374,6 +8563,7 @@ export interface DestinationConfig {
8374
8563
  * Field usage depends on `service` value:
8375
8564
  * - Service `adls`: OAuth 2.0 client ID
8376
8565
  * - Service `databricks`: OAuth 2.0 client ID
8566
+ * - Service `databricksViaManagedDataLake`: The OAuth 2.0 client ID you created for authenticating Fivetran.
8377
8567
  * - Service `managedDataLake`: The OAuth 2.0 client ID you created for authenticating Fivetran. Use this parameter only if you want to use OAuth 2.0 as the authentication type for Fivetran to connect to Databricks.
8378
8568
  * - Service `newS3Datalake`: OAuth 2.0 client ID
8379
8569
  * - Service `onelake`: OAuth 2.0 client ID
@@ -8383,6 +8573,7 @@ export interface DestinationConfig {
8383
8573
  * Field usage depends on `service` value:
8384
8574
  * - Service `adls`: OAuth 2.0 secret
8385
8575
  * - Service `databricks`: OAuth 2.0 secret
8576
+ * - Service `databricksViaManagedDataLake`: OAuth 2.0 secret you created for authenticating Fivetran.
8386
8577
  * - Service `managedDataLake`: OAuth 2.0 secret you created for authenticating Fivetran. Use this parameter only if you want to use OAuth 2.0 as the authentication type for Fivetran to connect to Databricks.
8387
8578
  * - Service `newS3Datalake`: OAuth 2.0 secret
8388
8579
  * - Service `onelake`: OAuth 2.0 secret
@@ -8390,16 +8581,25 @@ export interface DestinationConfig {
8390
8581
  oauth2Secret?: pulumi.Input<string | undefined>;
8391
8582
  /**
8392
8583
  * Field usage depends on `service` value:
8584
+ * - Service `databricksViaManagedDataLake`: (Immutable) Authentication type for OneLake. Default value: `ServicePrincipal`.
8585
+ * - Service `managedDataLake`: (Immutable) Authentication type for OneLake. Default value: `ServicePrincipal`.
8586
+ */
8587
+ oneLakeAuthType?: pulumi.Input<string | undefined>;
8588
+ /**
8589
+ * Field usage depends on `service` value:
8590
+ * - Service `databricksViaManagedDataLake`: (Immutable) Client ID of OneLake service principal.
8393
8591
  * - Service `managedDataLake`: (Immutable) Client ID of OneLake service principal.
8394
8592
  */
8395
8593
  onelakeClientId?: pulumi.Input<string | undefined>;
8396
8594
  /**
8397
8595
  * Field usage depends on `service` value:
8596
+ * - Service `databricksViaManagedDataLake`: Secret value for OneLake service principal.
8398
8597
  * - Service `managedDataLake`: Secret value for OneLake service principal.
8399
8598
  */
8400
8599
  onelakeClientSecret?: pulumi.Input<string | undefined>;
8401
8600
  /**
8402
8601
  * Field usage depends on `service` value:
8602
+ * - Service `databricksViaManagedDataLake`: (Immutable) Tenant ID of OneLake service principal
8403
8603
  * - Service `managedDataLake`: (Immutable) Tenant ID of OneLake service principal
8404
8604
  */
8405
8605
  onelakeTenantId?: pulumi.Input<string | undefined>;
@@ -8439,6 +8639,7 @@ export interface DestinationConfig {
8439
8639
  * Field usage depends on `service` value:
8440
8640
  * - Service `adls`: Personal access token
8441
8641
  * - Service `databricks`: Personal access token
8642
+ * - Service `databricksViaManagedDataLake`: The personal access token you created for authenticating Fivetran.
8442
8643
  * - Service `managedDataLake`: The personal access token you created for authenticating Fivetran. Use this parameter only if you want to use a personal access token as the authentication type for Fivetran to connect to Databricks.
8443
8644
  * - Service `newS3Datalake`: Personal access token
8444
8645
  * - Service `onelake`: Personal access token
@@ -8454,6 +8655,7 @@ export interface DestinationConfig {
8454
8655
  * - Service `azureSqlDatabase`: Server port number
8455
8656
  * - Service `azureSqlManagedDbWarehouse`: Server port number
8456
8657
  * - Service `databricks`: Server port number
8658
+ * - Service `databricksViaManagedDataLake`: Server port number of the Databricks account associated with Unity Catalog.
8457
8659
  * - Service `managedDataLake`: Server port number of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
8458
8660
  * - Service `mariaRdsWarehouse`: Server port number
8459
8661
  * - Service `mariaWarehouse`: Server port number
@@ -8479,6 +8681,7 @@ export interface DestinationConfig {
8479
8681
  /**
8480
8682
  * Field usage depends on `service` value:
8481
8683
  * - Service `adls`: (Immutable) path/to/data within the container
8684
+ * - Service `databricksViaManagedDataLake`: (Immutable) Prefix path or virtual folder path within your bucket or container where you want Fivetran to store your data. Skip this parameter for AWS-based data lakes if the IAM policy configured for your S3 bucket grants access to the entire bucket.
8482
8685
  * - Service `managedDataLake`: (Immutable) Prefix path or virtual folder path within your bucket or container where you want Fivetran to store your data. Skip this parameter for AWS-based data lakes if the IAM policy configured for your S3 bucket grants access to the entire bucket.
8483
8686
  * - Service `newS3Datalake`: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy
8484
8687
  * - Service `onelake`: (Immutable) path/to/data within your lakehouse inside the Files directory
@@ -8518,6 +8721,7 @@ export interface DestinationConfig {
8518
8721
  publicKey?: pulumi.Input<string | undefined>;
8519
8722
  /**
8520
8723
  * Field usage depends on `service` value:
8724
+ * - Service `databricksViaManagedDataLake`: (Immutable) AWS Region of your S3 bucket. Use this parameter only if you want to deploy your data lake on AWS.
8521
8725
  * - Service `managedDataLake`: (Immutable) AWS Region of your S3 bucket. Use this parameter only if you want to deploy your data lake on AWS.
8522
8726
  * - Service `newS3Datalake`: Region of your AWS S3 bucket
8523
8727
  */
@@ -8621,6 +8825,7 @@ export interface DestinationConfig {
8621
8825
  /**
8622
8826
  * Field usage depends on `service` value:
8623
8827
  * - Service `adls`: Secret value for service principal
8828
+ * - Service `databricksViaManagedDataLake`: Secret value of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
8624
8829
  * - Service `managedDataLake`: Secret value of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
8625
8830
  * - Service `onelake`: Secret value for service principal
8626
8831
  */
@@ -8634,6 +8839,7 @@ export interface DestinationConfig {
8634
8839
  * Field usage depends on `service` value:
8635
8840
  * - Service `adls`: Server Host name
8636
8841
  * - Service `databricks`: Server name
8842
+ * - Service `databricksViaManagedDataLake`: Server host name of the Databricks account associated with Unity Catalog.
8637
8843
  * - Service `managedDataLake`: Server host name of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
8638
8844
  * - Service `newS3Datalake`: Server host name
8639
8845
  * - Service `onelake`: Server Host name
@@ -8641,12 +8847,14 @@ export interface DestinationConfig {
8641
8847
  serverHostName?: pulumi.Input<string | undefined>;
8642
8848
  /**
8643
8849
  * Field usage depends on `service` value:
8850
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Iceberg tables in BQMS. Use this parameter only if you want to deploy your data lake on GCS.
8644
8851
  * - Service `managedDataLake`: Specifies whether you want to manage your Iceberg tables in BQMS. Use this parameter only if you want to deploy your data lake on GCS.
8645
8852
  */
8646
8853
  shouldMaintainTablesInBqms?: pulumi.Input<boolean | undefined>;
8647
8854
  /**
8648
8855
  * Field usage depends on `service` value:
8649
8856
  * - Service `adls`: Should maintain tables in Databricks
8857
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Delta Lake tables in Databricks Unity Catalog.
8650
8858
  * - Service `managedDataLake`: Specifies whether you want to manage your Delta Lake tables in Databricks Unity Catalog.
8651
8859
  * - Service `newS3Datalake`: Should maintain tables in Databricks
8652
8860
  * - Service `onelake`: Should maintain tables in Databricks
@@ -8654,17 +8862,20 @@ export interface DestinationConfig {
8654
8862
  shouldMaintainTablesInDatabricks?: pulumi.Input<boolean | undefined>;
8655
8863
  /**
8656
8864
  * Field usage depends on `service` value:
8865
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Iceberg tables in AWS Glue. Use this parameter only if you want to deploy your data lake on AWS.
8657
8866
  * - Service `managedDataLake`: Specifies whether you want to manage your Iceberg tables in AWS Glue. Use this parameter only if you want to deploy your data lake on AWS.
8658
8867
  */
8659
8868
  shouldMaintainTablesInGlue?: pulumi.Input<boolean | undefined>;
8660
8869
  /**
8661
8870
  * Field usage depends on `service` value:
8871
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to create shortcut for you table in OneLake. Use this parameter only if you want to deploy your data lake on ADLS.
8662
8872
  * - Service `managedDataLake`: Specifies whether you want to create shortcut for you table in OneLake. Use this parameter only if you want to deploy your data lake on ADLS.
8663
8873
  */
8664
8874
  shouldMaintainTablesInOneLake?: pulumi.Input<boolean | undefined>;
8665
8875
  /**
8666
8876
  * Field usage depends on `service` value:
8667
8877
  * - Service `adls`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
8878
+ * - Service `databricksViaManagedDataLake`: Specifies how long you want us to retain your table snapshots. We delete the snapshots that are older than the retention period during our table maintenance operations. Default value: `ONE_WEEK`.
8668
8879
  * - Service `managedDataLake`: Specifies how long you want us to retain your table snapshots. We delete the snapshots that are older than the retention period during our table maintenance operations. Default value: `ONE_WEEK`.
8669
8880
  * - Service `newS3Datalake`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
8670
8881
  * - Service `onelake`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
@@ -8682,6 +8893,7 @@ export interface DestinationConfig {
8682
8893
  * - Service `adls`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
8683
8894
  * - Service `azureSqlDataWarehouse`: The name of the Azure storage account you want to use to stage your data. Use this parameter only if you are using Hybrid Deployment.
8684
8895
  * - Service `databricks`: Your storage account name
8896
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of your Azure Data Lake Storage Gen2 (ADLS Gen2) storage account. Use this parameter only if you want to deploy your data lake on ADLS.
8685
8897
  * - Service `managedDataLake`: (Immutable) Name of your Azure Data Lake Storage Gen2 (ADLS Gen2) storage account. Use this parameter only if you want to deploy your data lake on ADLS.
8686
8898
  * - Service `onelake`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
8687
8899
  * - Service `snowflake`: The name of the Azure storage account you want to use to stage your data. Use this parameter only if you are using Hybrid Deployment and want to use an Azure Blob storage container to stage your data.
@@ -8689,6 +8901,7 @@ export interface DestinationConfig {
8689
8901
  storageAccountName?: pulumi.Input<string | undefined>;
8690
8902
  /**
8691
8903
  * Field usage depends on `service` value:
8904
+ * - Service `databricksViaManagedDataLake`: The cloud storage provider you want to use for your data lake.
8692
8905
  * - Service `managedDataLake`: The cloud storage provider you want to use for your data lake.
8693
8906
  */
8694
8907
  storageProvider?: pulumi.Input<string | undefined>;
@@ -8707,6 +8920,7 @@ export interface DestinationConfig {
8707
8920
  /**
8708
8921
  * Field usage depends on `service` value:
8709
8922
  * - Service `adls`: Tenant id of service principal
8923
+ * - Service `databricksViaManagedDataLake`: Tenant ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
8710
8924
  * - Service `managedDataLake`: Tenant ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
8711
8925
  * - Service `onelake`: Tenant ID of service principal
8712
8926
  */
@@ -8823,6 +9037,7 @@ export interface DestinationConfig {
8823
9037
  user?: pulumi.Input<string | undefined>;
8824
9038
  /**
8825
9039
  * Field usage depends on `service` value:
9040
+ * - Service `databricksViaManagedDataLake`: (Immutable) OneLake workspace GUID.
8826
9041
  * - Service `managedDataLake`: (Immutable) OneLake workspace GUID.
8827
9042
  * - Service `onelake`: (Immutable) OneLake workspace GUID
8828
9043
  */
@@ -9374,6 +9589,21 @@ export interface GetConnectorConfig {
9374
9589
  * - Service `braze`: Container Name
9375
9590
  */
9376
9591
  absContainerName?: string;
9592
+ /**
9593
+ * Field usage depends on `service` value:
9594
+ * - Service `braze`: Your Azure Blob Storage connection string for exports. Required if `AZURE_BLOB_STORAGE` is the `exportStorageType`
9595
+ */
9596
+ absExportConnectionString?: string;
9597
+ /**
9598
+ * Field usage depends on `service` value:
9599
+ * - Service `braze`: Your Azure Blob Storage container name for exports. Required if `AZURE_BLOB_STORAGE` is the `exportStorageType`
9600
+ */
9601
+ absExportContainerName?: string;
9602
+ /**
9603
+ * Field usage depends on `service` value:
9604
+ * - Service `braze`: Your Azure Blob Storage prefix for exports. Used if `AZURE_BLOB_STORAGE` is the `exportStorageType`
9605
+ */
9606
+ absExportPrefix?: string;
9377
9607
  /**
9378
9608
  * Field usage depends on `service` value:
9379
9609
  * - Service `adobeAnalyticsDataFeed`: Azure Blob Storage host IP
@@ -9446,6 +9676,7 @@ export interface GetConnectorConfig {
9446
9676
  /**
9447
9677
  * Field usage depends on `service` value:
9448
9678
  * - Service `7shifts`: Your 7shifts access token.
9679
+ * - Service `adobeCommerce`: Your Adobe Commerce accessToken
9449
9680
  * - Service `attio`: Your Attio bearer token
9450
9681
  * - Service `bigCommerce`: Your [API access token ](https://fivetran.com/docs/connectors/applications/big-commerce/setup-guide#createaccesstoken).
9451
9682
  * - Service `bitly`: Your Bitly access token.
@@ -9503,6 +9734,7 @@ export interface GetConnectorConfig {
9503
9734
  * - Service `dear`: Your Dear Account ID.
9504
9735
  * - Service `harvest`: Your Harvest Account ID.
9505
9736
  * - Service `optimizely`: Your Optimizely account ID.
9737
+ * - Service `parcellab`: Your parcelLab account ID.
9506
9738
  * - Service `rokt`: Your Rokt account ID.
9507
9739
  * - Service `udemyBusiness`: Your Udemy Business account ID.
9508
9740
  */
@@ -9529,6 +9761,11 @@ export interface GetConnectorConfig {
9529
9761
  * - Service `udemyBusiness`: Your Udemy Business account name.
9530
9762
  */
9531
9763
  accountName?: string;
9764
+ /**
9765
+ * Field usage depends on `service` value:
9766
+ * - Service `sevdesk`: The datev account number to retrieve receipt guidance for (optional — leave blank to skip this table).
9767
+ */
9768
+ accountNumber?: string;
9532
9769
  /**
9533
9770
  * Field usage depends on `service` value:
9534
9771
  * - Service `tymeshift`: Your Tymeshift account plan.
@@ -9823,7 +10060,7 @@ export interface GetConnectorConfig {
9823
10060
  * Field usage depends on `service` value:
9824
10061
  * - Service `deviceMagic`: Your Device Magic API access token.
9825
10062
  * - Service `flywheelDigital`: Your Flywheel Digital API access token.
9826
- * - Service `shopify`: API access token of your custom app.
10063
+ * - Service `shopify`: API access token of your custom or public app.
9827
10064
  * - Service `square`: The Square API access token of your application.
9828
10065
  */
9829
10066
  apiAccessToken?: string;
@@ -9886,10 +10123,12 @@ export interface GetConnectorConfig {
9886
10123
  * - Service `brivo`: Your Brivo API key.
9887
10124
  * - Service `bubble`: Your Bubble API token.
9888
10125
  * - Service `buildium`: Your Buildium private API key.
10126
+ * - Service `calcom`: Your Cal.com API key.
9889
10127
  * - Service `callrail`: Your CallRail API key.
9890
10128
  * - Service `campaignmonitor`: Your Campaign Monitor API key.
9891
10129
  * - Service `campfire`: Your Campfire API key.
9892
10130
  * - Service `canny`: Your Canny API key.
10131
+ * - Service `captivateiq`: Your CaptivateIQ API key.
9893
10132
  * - Service `chargebeeProductCatalog1`: Your Chargebee Product Catalog 1 API key.
9894
10133
  * - Service `chargebeeProductCatalog2`: Your Chargebee API key.
9895
10134
  * - Service `charthop`: Your ChartHop app API key.
@@ -9899,6 +10138,7 @@ export interface GetConnectorConfig {
9899
10138
  * - Service `churnzero`: Your ChurnZero API key.
9900
10139
  * - Service `cimis`: Your Cimis API key.
9901
10140
  * - Service `circleci`: Your CircleCI API Key.
10141
+ * - Service `claudeCompliance`: Your Claude Compliance Access Key.
9902
10142
  * - Service `clickup`: Your ClickUp API key.
9903
10143
  * - Service `clockify`: Your Clockify API key.
9904
10144
  * - Service `clockodo`: Your Clockodo API key.
@@ -10006,6 +10246,7 @@ export interface GetConnectorConfig {
10006
10246
  * - Service `ometria`: Your Ometria API Key.
10007
10247
  * - Service `oncehub`: Your OnceHub API key.
10008
10248
  * - Service `openai`: Your OpenAI Admin API key.
10249
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform API key.
10009
10250
  * - Service `ordergroove`: Your Ordergroove API key.
10010
10251
  * - Service `ordway`: Your Ordway API key.
10011
10252
  * - Service `ortto`: Your Ortto API key.
@@ -10013,6 +10254,7 @@ export interface GetConnectorConfig {
10013
10254
  * - Service `pagerduty`: Your PagerDuty API key.
10014
10255
  * - Service `pandadoc`: Your PandaDoc API key.
10015
10256
  * - Service `papershift`: Your Papershift API Key
10257
+ * - Service `parcellab`: Your parcelLab API token.
10016
10258
  * - Service `partnerize`: Your Partnerize user API key.
10017
10259
  * - Service `peopleforce`: Your PeopleForce API key.
10018
10260
  * - Service `persona`: Your Persona API key.
@@ -10024,6 +10266,7 @@ export interface GetConnectorConfig {
10024
10266
  * - Service `playvox`: Your Playvox API Key.
10025
10267
  * - Service `posthog`: Your PostHog API key.
10026
10268
  * - Service `prive`: Your Prive API key.
10269
+ * - Service `profound`: Your Profound API key.
10027
10270
  * - Service `prosperstack`: Your ProsperStack API key.
10028
10271
  * - Service `qualaroo`: Your Qualaroo API Key.
10029
10272
  * - Service `quorum`: Your Quorum API key.
@@ -10048,7 +10291,7 @@ export interface GetConnectorConfig {
10048
10291
  * - Service `securityJourney`: Your Security Journey API key.
10049
10292
  * - Service `sendgrid`: The SendGrid API key.
10050
10293
  * - Service `sendinblue`: Your Sendinblue API key.
10051
- * - Service `shipmonk`: Your Shipmonk API key.
10294
+ * - Service `shipmonk`: Your ShipMonk API key.
10052
10295
  * - Service `shortcut`: Your Shortcut API token.
10053
10296
  * - Service `shortio`: Your Short.io API key.
10054
10297
  * - Service `simplesat`: Your Simplesat API key.
@@ -10073,7 +10316,7 @@ export interface GetConnectorConfig {
10073
10316
  * - Service `transcend`: Your Transcend API key.
10074
10317
  * - Service `trello`: Your TRELLO api key.
10075
10318
  * - Service `tripleWhale`: Your Triple Whale API key.
10076
- * - Service `trustpilot`: Your Trustpilot API key.
10319
+ * - Service `trustpilot`: Your Trustpilot application API key.
10077
10320
  * - Service `upland`: Your Upland Software API key.
10078
10321
  * - Service `uppromote`: Your UpPromote API key.
10079
10322
  * - Service `veeqo`: Your Veeqo API key.
@@ -10142,13 +10385,13 @@ export interface GetConnectorConfig {
10142
10385
  * - Service `friendbuy`: Your Friendbuy API secret.
10143
10386
  * - Service `integrate`: Your Integrate API secret.
10144
10387
  * - Service `justcall`: Your JustCall API secret.
10145
- * - Service `leapsome`: your Leapsome API secret
10388
+ * - Service `leapsome`: Your Leapsome API secret.
10146
10389
  * - Service `liftoff`: Your Liftoff API secret.
10147
10390
  * - Service `mixpanel`: Mixpanel API Secret.
10148
10391
  * - Service `qualaroo`: Your Qualaroo API Secret.
10149
10392
  * - Service `sailthru`: The Sailthru API secret.
10150
10393
  * - Service `shareasale`: Your ShareASale API secret.
10151
- * - Service `trustpilot`: Your Trustpilot API secret.
10394
+ * - Service `trustpilot`: Your Trustpilot application API secret.
10152
10395
  * - Service `vonage`: Your Vonage API Secret.
10153
10396
  */
10154
10397
  apiSecret?: string;
@@ -10167,6 +10410,7 @@ export interface GetConnectorConfig {
10167
10410
  * - Service `aha`: Your Aha! API key.
10168
10411
  * - Service `aircall`: Your Aircall API token.
10169
10412
  * - Service `appsflyer`: API Token for AppsFlyer's PULL API.
10413
+ * - Service `atlassianCompass`: Your Atlassian Compass API token.
10170
10414
  * - Service `auraFromUnity`: Your Aura from Unity API token.
10171
10415
  * - Service `awin`: Your Awin API Token.
10172
10416
  * - Service `backbonePlm`: Your Backbone PLM API token.
@@ -10179,7 +10423,7 @@ export interface GetConnectorConfig {
10179
10423
  * - Service `cloudflareAnalytics`: Your Cloudflare Analytics API token.
10180
10424
  * - Service `coda`: Your Coda API token.
10181
10425
  * - Service `confluence`: The Confluence API token.
10182
- * - Service `credly`: Enter your Credly API token
10426
+ * - Service `credly`: Your Credly API token
10183
10427
  * - Service `dixa`: Your Dixa API token.
10184
10428
  * - Service `drip`: Your Drip API Token.
10185
10429
  * - Service `factbird`: Your Factbird API token.
@@ -10215,6 +10459,7 @@ export interface GetConnectorConfig {
10215
10459
  * - Service `safetyculture`: Your SafetyCulture API token.
10216
10460
  * - Service `sensorTower`: Your Sensor Tower API token.
10217
10461
  * - Service `sentry`: Your Sentry auth token.
10462
+ * - Service `sevdesk`: Your 32-character hexadecimal API token.
10218
10463
  * - Service `simplecast`: Your Simplecast API token.
10219
10464
  * - Service `smartsheet`: API token generated from your Smartsheet account.
10220
10465
  * - Service `snyk`: Your Snyk API token.
@@ -10337,7 +10582,7 @@ export interface GetConnectorConfig {
10337
10582
  appSyncMode?: string;
10338
10583
  /**
10339
10584
  * Field usage depends on `service` value:
10340
- * - Service `shopify`: App store url of your public app
10585
+ * - Service `shopify`: App store url of your app
10341
10586
  */
10342
10587
  appUrl?: string;
10343
10588
  /**
@@ -10403,18 +10648,18 @@ export interface GetConnectorConfig {
10403
10648
  /**
10404
10649
  * Field usage depends on `service` value:
10405
10650
  * - Service `awsCostReport`: Optional. Files inside of compressed archives with filenames matching this regular expression will be synced.
10406
- * - Service `azureBlobStorage`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10407
- * - Service `box`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10408
- * - Service `dropbox`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10409
- * - Service `email`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10410
- * - Service `ftp`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10411
- * - Service `gcs`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10412
- * - Service `googleDrive`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10651
+ * - Service `azureBlobStorage`: Files inside compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10652
+ * - Service `box`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10653
+ * - Service `dropbox`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10654
+ * - Service `email`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10655
+ * - Service `ftp`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10656
+ * - Service `gcs`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10657
+ * - Service `googleDrive`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10413
10658
  * - Service `kinesis`: Optional. Files inside of compressed archives with filenames matching this regular expression will be synced.
10414
- * - Service `s3`: Files inside compressed archives with filenames matching this regular expression will be synced.
10415
- * - Service `s3CompatibleStorage`: Files inside compressed archives with filenames matching this regular expression will be synced.
10416
- * - Service `sftp`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10417
- * - Service `sharePoint`: Files inside of compressed archives with filenames matching this regular expression will be synced.
10659
+ * - Service `s3`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10660
+ * - Service `s3CompatibleStorage`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10661
+ * - Service `sftp`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10662
+ * - Service `sharePoint`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
10418
10663
  * - Service `wasabiCloudStorage`: Files inside compressed archives with filenames matching this regular expression will be synced.
10419
10664
  */
10420
10665
  archivePattern?: string;
@@ -10488,7 +10733,7 @@ export interface GetConnectorConfig {
10488
10733
  authCode?: string;
10489
10734
  /**
10490
10735
  * Field usage depends on `service` value:
10491
- * - Service `younium`: Your Younium auth environment.
10736
+ * - Service `younium`: Your Younium auth environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
10492
10737
  */
10493
10738
  authEnvironment?: string;
10494
10739
  /**
@@ -10504,6 +10749,7 @@ export interface GetConnectorConfig {
10504
10749
  * - Service `azurePostgres`: Database authentication method
10505
10750
  * - Service `azureSqlDb`: Authentication Method.
10506
10751
  * - Service `azureSqlManagedDb`: Authentication Method.
10752
+ * - Service `confluentCloud`: Authentication method. Use API_KEY for API Key/Secret or OAUTH for OAuth 2.0 client credentials flow.
10507
10753
  * - Service `googleCloudMysql`: Database authentication method
10508
10754
  * - Service `googleCloudPostgresql`: Database authentication method
10509
10755
  * - Service `herokuPostgres`: Database authentication method
@@ -10549,6 +10795,7 @@ export interface GetConnectorConfig {
10549
10795
  /**
10550
10796
  * Field usage depends on `service` value:
10551
10797
  * - Service `360learning`: Your 360Learning auth type.
10798
+ * - Service `adobeCommerce`: Your Adobe Commerce auth type.
10552
10799
  * - Service `airtable`: Type of authentication being used by connector
10553
10800
  * - Service `amqp`: Authentication method (BasicAuth or MutualTLS).
10554
10801
  * - Service `awsCostReport`: Access approach
@@ -10566,6 +10813,7 @@ export interface GetConnectorConfig {
10566
10813
  * - Service `samsara`: The authentication method you want to use for your connection.
10567
10814
  * - Service `upland`: Authentication method you want to use for your connection.
10568
10815
  * - Service `wasabiCloudStorage`: The Wasabi Cloud Storage Access approach. Required for connector creation. Default value: `ACCESS_KEY`.
10816
+ * - Service `younium`: The authentication method you want to use for your connection.
10569
10817
  */
10570
10818
  authType?: string;
10571
10819
  /**
@@ -10577,7 +10825,7 @@ export interface GetConnectorConfig {
10577
10825
  * Field usage depends on `service` value:
10578
10826
  * - Service `adobeAnalytics`: Authentication Method
10579
10827
  * - Service `db2z`: User authentication method. Supported values:`PASSWORD`- Authenticate with the database server using an RACF user ID and password. If the parameter is omitted, `PASSWORD` is used by default. `LEGACY_PASS_TICKET`- Authenticate with the database server using an RACF user ID and legacy PassTicket. `ENHANCED_PASS_TICKET`- Authenticate with the database server using an RACF user ID and an enhanced PassTicket. Enhanced PassTickets are more secure than legacy PassTickets.
10580
- * - Service `elasticCloud`: The authentication method used to connect to your cluster.
10828
+ * - Service `elasticCloud`: The authentication method used to connect to your cluster. Supported values: `BASICAUTH` (default), `APIKEY`.
10581
10829
  * - Service `esSelfHosted`: The authentication method used to connect to your cluster.
10582
10830
  * - Service `gainsightCustomerSuccess`: The authentication method to use. Can be either OAUTH or API_KEY.
10583
10831
  * - Service `opendistro`: The authentication method used to connect to your cluster.
@@ -10587,6 +10835,7 @@ export interface GetConnectorConfig {
10587
10835
  * - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud authentication method.
10588
10836
  * - Service `salesforce`: (Optional) Authentication type (default value = `STANDARD`)
10589
10837
  * - Service `salesforceSandbox`: (Optional) Authentication type (default value = `STANDARD`)
10838
+ * - Service `veevaVault`: (Optional) Authentication type (default value is `Basic`)
10590
10839
  */
10591
10840
  authenticationMethod?: string;
10592
10841
  authorizationMethod?: string;
@@ -10630,7 +10879,7 @@ export interface GetConnectorConfig {
10630
10879
  backupLogPath?: string;
10631
10880
  /**
10632
10881
  * Field usage depends on `service` value:
10633
- * - Service `sqlServer`: Location of transaction log backup files when using BACKUP binary log type. Possible values: `"AZURE"`, `"ALTERNATE_LOCATION"`, `"AWS"`.
10882
+ * - Service `sqlServer`: Location of transaction log backup files when using BACKUP binary log type. Possible values: `"AZURE"`, `"ALTERNATE_LOCATION"`, `"AWS"`, `"GCS"`, `"MSDB"`.
10634
10883
  */
10635
10884
  backupStorageType?: string;
10636
10885
  /**
@@ -10649,6 +10898,11 @@ export interface GetConnectorConfig {
10649
10898
  * - Service `pendo`: The start date (YYYY-MM-DD) from which to sync historical data.
10650
10899
  */
10651
10900
  backwardSyncLimitDate?: string;
10901
+ /**
10902
+ * Field usage depends on `service` value:
10903
+ * - Service `sevdesk`: ISO 8601 date for balance calculation (optional — leave blank to skip this table).
10904
+ */
10905
+ balanceDate?: string;
10652
10906
  /**
10653
10907
  * Field usage depends on `service` value:
10654
10908
  * - Service `openExchangeRates`: Your Open Exchange Rates Base Currency.
@@ -10694,8 +10948,9 @@ export interface GetConnectorConfig {
10694
10948
  * - Service `prismaCloud`: Your Prisma Cloud admin console URL.
10695
10949
  * - Service `salesforce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
10696
10950
  * - Service `salesforceSandbox`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
10951
+ * - Service `sevdesk`: The base URL for the sevdesk API, without the protocol prefix.
10697
10952
  * - Service `stickyio`: Your sticky.io base URL .
10698
- * - Service `veevaVault`: Base URL
10953
+ * - Service `veevaVault`: Base URL of your Veeva Vault instance
10699
10954
  * - Service `veevavault`: Your Veeva Vault base URL.
10700
10955
  * - Service `vitally`: Your Vitally base URL.
10701
10956
  */
@@ -10808,11 +11063,25 @@ export interface GetConnectorConfig {
10808
11063
  * - Service `pardotSandbox`: Business Unit Id
10809
11064
  */
10810
11065
  businessUnitId?: string;
11066
+ /**
11067
+ * Field usage depends on `service` value:
11068
+ * - Service `calendly`: Your Calendly Plan.
11069
+ */
11070
+ calendlyPlan?: string;
10811
11071
  /**
10812
11072
  * Field usage depends on `service` value:
10813
11073
  * - Service `sailthru`: The number of days to look back for campaign query data during incremental syncs. Valid range: 2-90. Default: 60.
10814
11074
  */
10815
11075
  campaignQueryLookbackWindowInDays?: number;
11076
+ /**
11077
+ * Field usage depends on `service` value:
11078
+ * - Service `elasticCloud`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
11079
+ * - Service `esSelfHosted`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
11080
+ * - Service `firebase`: Whether to capture document deletions from Firestore. Set to false to disable delete capture, which may improve connector performance. Default value: true.
11081
+ * - Service `opendistro`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
11082
+ * - Service `opensearch`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
11083
+ */
11084
+ captureDeletes?: boolean;
10816
11085
  /**
10817
11086
  * Field usage depends on `service` value:
10818
11087
  * - Service `databricksDb`: catalog to sync
@@ -10929,11 +11198,12 @@ export interface GetConnectorConfig {
10929
11198
  * - Service `hanaSapHvaS4Netweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
10930
11199
  * - Service `helpdesk`: Your HelpDesk client ID.
10931
11200
  * - Service `hiltiOntrack`: Your Hilti On!Track client ID.
10932
- * - Service `ibacos`: Your IBACOS Client ID.
11201
+ * - Service `ibacos`: Your IBACOS client ID.
10933
11202
  * - Service `ilevel`: Your iLevel Client ID.
10934
11203
  * - Service `instructure`: Your Instructure client ID.
10935
11204
  * - Service `integralAdScience`: Your integralAdScience client id.
10936
11205
  * - Service `ironclad`: Your Ironclad client ID.
11206
+ * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client ID.
10937
11207
  * - Service `jamaSoftware`: Your Jama Software client ID.
10938
11208
  * - Service `jibble`: Your Jibble client ID.
10939
11209
  * - Service `khorosCommunities`: Your Khoros Communities client ID.
@@ -10973,7 +11243,7 @@ export interface GetConnectorConfig {
10973
11243
  * - Service `servicetitan`: Your ServiceTitan client ID.
10974
11244
  * - Service `sharetribe`: Your Sharetribe client ID.
10975
11245
  * - Service `shipnetwork`: Your ShipNetwork client ID.
10976
- * - Service `shopify`: Client ID of your public app
11246
+ * - Service `shopify`: Client ID of your app
10977
11247
  * - Service `showpad`: Your Showpad client ID.
10978
11248
  * - Service `siemensBuildingXOpenness`: Your Siemens Building X Openness client ID.
10979
11249
  * - Service `sigmaComputingSource`: Your Sigma Computing client ID.
@@ -10996,6 +11266,7 @@ export interface GetConnectorConfig {
10996
11266
  * - Service `tymeshift`: Your Tymeshift email.
10997
11267
  * - Service `udemyBusiness`: Your Udemy Business client ID.
10998
11268
  * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management client ID.
11269
+ * - Service `veevaVault`: OAuth2 client ID (only when authenticationMethod is `OAuth2`)
10999
11270
  * - Service `vimeo`: Your Vimeo client ID.
11000
11271
  * - Service `visma`: Your Visma client ID.
11001
11272
  * - Service `vonageContactCenter`: Your Vonage Contact Center client ID.
@@ -11004,11 +11275,13 @@ export interface GetConnectorConfig {
11004
11275
  * - Service `xray`: Your Xray Client ID.
11005
11276
  * - Service `yahooDisplayAdsOnYahooJapan`: Your Yahoo Display Ads on Yahoo Japan client ID.
11006
11277
  * - Service `yougovSport`: Your Yougov Sport client ID.
11278
+ * - Service `younium`: Client ID of the personal access token you want to use to generate the JWT token. Use this parameter only if you want the connection to authenticate using a JWT token.
11007
11279
  * - Service `zendeskChat`: Your Zendesk client ID.
11008
11280
  * - Service `zohoBooks`: Your Zoho Books Client ID.
11009
11281
  * - Service `zohoCampaigns`: Your Zoho Campaigns Client ID.
11010
11282
  * - Service `zohoDesk`: Your Zoho Desk Client Id.
11011
11283
  * - Service `zohoInventory`: Your Zoho Inventory client ID.
11284
+ * - Service `zohoPeople`: The client ID of the application that is registered in your Zoho People developer account for this connection.
11012
11285
  * - Service `zohoRecruit`: Your Zoho Recruit client ID.
11013
11286
  * - Service `zuora`: Zuora Client ID.
11014
11287
  * - Service `zuoraSandbox`: Zuora Client ID.
@@ -11132,11 +11405,12 @@ export interface GetConnectorConfig {
11132
11405
  * - Service `helpdesk`: Your HelpDesk client secret.
11133
11406
  * - Service `hiltiOntrack`: Your Hilti On!Track client secret.
11134
11407
  * - Service `hubspot`: Client secret for private custom app authentication.
11135
- * - Service `ibacos`: Your IBACOS Client secret.
11408
+ * - Service `ibacos`: Your IBACOS client secret.
11136
11409
  * - Service `ilevel`: Your iLevel Client Secret.
11137
11410
  * - Service `instructure`: Your Instructure client secret.
11138
11411
  * - Service `integralAdScience`: Your integralAdScience client secret.
11139
11412
  * - Service `ironclad`: Your Ironclad client secret.
11413
+ * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client Secret.
11140
11414
  * - Service `jamaSoftware`: Your Jama Software client secret.
11141
11415
  * - Service `jibble`: Your Jibble client secret.
11142
11416
  * - Service `learnAmp`: Your Learn Amp client secret.
@@ -11170,7 +11444,7 @@ export interface GetConnectorConfig {
11170
11444
  * - Service `servicenow`: ServiceNow Client Secret.
11171
11445
  * - Service `servicetitan`: Your ServiceTitan secret key.
11172
11446
  * - Service `sharetribe`: Your Sharetribe client secret.
11173
- * - Service `shopify`: Client secret of your public app
11447
+ * - Service `shopify`: Client secret of your app
11174
11448
  * - Service `showpad`: Your Showpad client secret.
11175
11449
  * - Service `siemensBuildingXOpenness`: Your Siemens Building X Openness client secret.
11176
11450
  * - Service `sigmaComputingSource`: Your Sigma Computing client secret.
@@ -11194,6 +11468,7 @@ export interface GetConnectorConfig {
11194
11468
  * - Service `tymeshift`: Your Tymeshift password.
11195
11469
  * - Service `udemyBusiness`: Your Udemy Business client secret.
11196
11470
  * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management client secret.
11471
+ * - Service `veevaVault`: OAuth2 client secret (only when authenticationMethod is `OAuth2`)
11197
11472
  * - Service `vimeo`: Your Vimeo client secret.
11198
11473
  * - Service `visma`: Your Visma client secret.
11199
11474
  * - Service `vonageContactCenter`: Your Vonage Contact Center client secret.
@@ -11201,11 +11476,13 @@ export interface GetConnectorConfig {
11201
11476
  * - Service `xero`: your clientSecret
11202
11477
  * - Service `xray`: Your Xray Client Secret.
11203
11478
  * - Service `yahooDisplayAdsOnYahooJapan`: Your Yahoo Display Ads on Yahoo Japan client secret.
11479
+ * - Service `younium`: Secret key of the personal access token you want to use to generate the JWT token. Use this parameter only if you want the connection to authenticate using a JWT token.
11204
11480
  * - Service `zendeskChat`: Your Zendesk client secret.
11205
11481
  * - Service `zohoBooks`: Your Zoho Books Client Secret.
11206
11482
  * - Service `zohoCampaigns`: Your Zoho Campaigns Client Secret.
11207
11483
  * - Service `zohoDesk`: Your Zoho Desk Client secret.
11208
11484
  * - Service `zohoInventory`: Your Zoho Inventory client secret.
11485
+ * - Service `zohoPeople`: The client secret of the application that is registered in your Zoho People developer account for this connection.
11209
11486
  * - Service `zohoRecruit`: Your Zoho Recruit client secret.
11210
11487
  * - Service `zuora`: Zuora Client Secret.
11211
11488
  * - Service `zuoraSandbox`: Zuora Client Secret.
@@ -11551,6 +11828,11 @@ export interface GetConnectorConfig {
11551
11828
  * - Service `doubleClickPublishers`: The list of custom field IDs included in the report. Custom fields can only be selected with their corresponding dimensions.
11552
11829
  */
11553
11830
  customFieldIds?: string[];
11831
+ /**
11832
+ * Field usage depends on `service` value:
11833
+ * - Service `sevdesk`: The custom field value to search contacts by (optional — leave blank to skip this table).
11834
+ */
11835
+ customFieldValue?: string;
11554
11836
  /**
11555
11837
  * Field usage depends on `service` value:
11556
11838
  * - Service `doubleClickCampaignManager`: Custom Floodlight variables enable you to capture information beyond the basics (visits and revenue) that you can collect with standard parameters in your tags.
@@ -11575,6 +11857,7 @@ export interface GetConnectorConfig {
11575
11857
  customRegion?: string;
11576
11858
  /**
11577
11859
  * Field usage depends on `service` value:
11860
+ * - Service `appleSearchAds`: Allows users to define reports with custom groupBy dimensions.
11578
11861
  * - Service `criteo`: Title of Custom Report
11579
11862
  * - Service `redditAds`: The list of custom report configurations. Each report corresponds to a table within the schema to which connector will sync the data.
11580
11863
  * - Service `snapchatAds`: [Custom reports for Snapchat Ads connector](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports).
@@ -11724,6 +12007,7 @@ export interface GetConnectorConfig {
11724
12007
  * - Service `discourse`: Your Discourse default host.
11725
12008
  */
11726
12009
  defaultHost?: string;
12010
+ deleteCaptureEnabled?: boolean;
11727
12011
  /**
11728
12012
  * Field usage depends on `service` value:
11729
12013
  * - Service `oracleFusionCloudAppsCrm`: Use this option to configure how often the connection captures deletes.
@@ -11824,7 +12108,7 @@ export interface GetConnectorConfig {
11824
12108
  * - Service `calabrio`: Your Calabrio domain name
11825
12109
  * - Service `dynamics365`: The custom domain name associated with Dynamics 365.
11826
12110
  * - Service `helpshift`: Your Helpshift domain name.
11827
- * - Service `trustpilot`: Your Trustpilot domain name.
12111
+ * - Service `trustpilot`: Your domain from which you want to sync data.
11828
12112
  */
11829
12113
  domainName?: string;
11830
12114
  /**
@@ -11897,6 +12181,7 @@ export interface GetConnectorConfig {
11897
12181
  emailAddress?: string;
11898
12182
  /**
11899
12183
  * Field usage depends on `service` value:
12184
+ * - Service `atlassianCompass`: The email ID associated with the Atlassian Compass account you want Fivetran to use to access your data.
11900
12185
  * - Service `cabcharge`: Your Cabcharge email ID.
11901
12186
  * - Service `ordway`: Your Ordway user email ID.
11902
12187
  * - Service `planful`: Your Planful email ID.
@@ -12063,7 +12348,7 @@ export interface GetConnectorConfig {
12063
12348
  * - Service `tremendous`: Your Tremendous environment.
12064
12349
  * - Service `vts`: Your VTS environment.
12065
12350
  * - Service `xactly`: Your Xactly environment.
12066
- * - Service `younium`: Your Younium API environment.
12351
+ * - Service `younium`: Your Younium API environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
12067
12352
  * - Service `zip`: Your Zip environment.
12068
12353
  * - Service `zuora`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
12069
12354
  * - Service `zuoraSandbox`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
@@ -12725,6 +13010,11 @@ export interface GetConnectorConfig {
12725
13010
  * - Service `wasabiCloudStorage`: Specifies how Fivetran should handle your JSON data. Default value: `Packed`.
12726
13011
  */
12727
13012
  jsonDeliveryMode?: string;
13013
+ /**
13014
+ * Field usage depends on `service` value:
13015
+ * - Service `younium`: Your Younium API environment. Use this parameter only if you want the connection to authenticate using a JWT token.
13016
+ */
13017
+ jwtEnvironment?: string;
12728
13018
  /**
12729
13019
  * Field usage depends on `service` value:
12730
13020
  * - Service `uservoice`: The UserVoice API key.
@@ -12947,6 +13237,11 @@ export interface GetConnectorConfig {
12947
13237
  * - Service `wasabiCloudStorage`: If your CSVs use a special value indicating null, you can specify it here.
12948
13238
  */
12949
13239
  nullSequence?: string;
13240
+ /**
13241
+ * Field usage depends on `service` value:
13242
+ * - Service `veevaVault`: OAuth2 authorization server token endpoint URL (only when authenticationMethod is `OAuth2`)
13243
+ */
13244
+ oAuthServiceTokenUrl?: string;
12950
13245
  /**
12951
13246
  * Field usage depends on `service` value:
12952
13247
  * - Service `dsv`: Your OAuth subscription key.
@@ -12988,6 +13283,11 @@ export interface GetConnectorConfig {
12988
13283
  * - Service `hanaSapHvaS4`: odbc.ini and odbcsinst.ini location
12989
13284
  */
12990
13285
  odbcSysIniPath?: string;
13286
+ /**
13287
+ * Field usage depends on `service` value:
13288
+ * - Service `veevaVault`: OIDC profile ID configured in Veeva Vault (only when authenticationMethod is `OAuth2`)
13289
+ */
13290
+ oidcProfileId?: string;
12991
13291
  /**
12992
13292
  * Field usage depends on `service` value:
12993
13293
  * - Service `awsCostReport`: If you know that your files contain some errors, you can choose to have poorly formatted lines skipped. We recommend leaving the value as fail unless you are certain that you have undesirable, malformed data.
@@ -13032,6 +13332,7 @@ export interface GetConnectorConfig {
13032
13332
  * - Service `deviceMagic`: Your Device Magic organization ID.
13033
13333
  * - Service `integrate`: Your Integrate organization ID.
13034
13334
  * - Service `megaphone`: Your Megaphone organization ID.
13335
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform organization ID.
13035
13336
  * - Service `productive`: Your Productive Organization ID.
13036
13337
  * - Service `salesforceCommerceCloud`: The organization ID from Salesforce Commerce Cloud account.
13037
13338
  * - Service `sentry`: Your Sentry organization ID.
@@ -13065,7 +13366,7 @@ export interface GetConnectorConfig {
13065
13366
  * Field usage depends on `service` value:
13066
13367
  * - Service `azureCosmosForMongo`: Indicates the desired sync pack mode. Accepted values are `UsePackedModeOnly` and `UseUnpackedModeOnly`. `SelectTablesForPackedMode` is deprecated.
13067
13368
  * - Service `firebase`: Whether to sync all tables in unpacked mode or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
13068
- * - Service `klaviyo`: Packing mode for EVENT and `PERSON` tables.
13369
+ * - Service `klaviyo`: Packing mode for EVENT and PERSON tables.
13069
13370
  * - Service `mongo`: Whether to sync all tables in unpacked mode only, all tables in packed mode only, or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
13070
13371
  * - Service `mongoSharded`: Whether to sync all tables in unpacked mode only, all tables in packed mode only, or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
13071
13372
  * - Service `optimizely`: Packing mode for conversion and decision tables.
@@ -13239,7 +13540,7 @@ export interface GetConnectorConfig {
13239
13540
  * - Service `unicommerce`: Your uniware login password.
13240
13541
  * - Service `upland`: Your Upland Software password.
13241
13542
  * - Service `uptempo`: Your Uptempo password.
13242
- * - Service `veevaVault`: Password
13543
+ * - Service `veevaVault`: Password (only when authenticationMethod is `Basic`)
13243
13544
  * - Service `veevavault`: Your Veeva Vault password.
13244
13545
  * - Service `walmartDsp`: Walmart DSP password. It is a part of the login credentials.
13245
13546
  * - Service `whenIWork`: Your When I Work password.
@@ -13250,7 +13551,7 @@ export interface GetConnectorConfig {
13250
13551
  * - Service `workdayHcm`: Workday password.
13251
13552
  * - Service `xandr`: Your Xandr password.
13252
13553
  * - Service `yougovBrandindex`: Your YouGov BrandIndex password.
13253
- * - Service `younium`: Your Younium password.
13554
+ * - Service `younium`: Your Younium password. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
13254
13555
  * - Service `zuora`: The corresponding password for the API user.
13255
13556
  * - Service `zuoraSandbox`: The corresponding password for the API user.
13256
13557
  */
@@ -13283,17 +13584,17 @@ export interface GetConnectorConfig {
13283
13584
  /**
13284
13585
  * Field usage depends on `service` value:
13285
13586
  * - Service `awsCostReport`: Optional. All files in your search path matching this regular expression will be synced. This parameter is optional.
13286
- * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced.
13287
- * - Service `box`: All files in your search path matching this regular expression will be synced.
13288
- * - Service `dropbox`: All files in your search path matching this regular expression will be synced.
13289
- * - Service `email`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by Oct 31, 2025.
13290
- * - Service `ftp`: All files in your search path matching this regular expression will be synced.
13291
- * - Service `gcs`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
13292
- * - Service `googleDrive`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
13587
+ * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13588
+ * - Service `box`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13589
+ * - Service `dropbox`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13590
+ * - Service `email`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13591
+ * - Service `ftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13592
+ * - Service `gcs`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13593
+ * - Service `googleDrive`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13293
13594
  * - Service `kinesis`: Optional. All files in your search path matching this regular expression will be synced. This parameter is optional.
13294
- * - Service `s3`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
13295
- * - Service `sftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
13296
- * - Service `sharePoint`: All files in your search path matching this regular expression will be synced.
13595
+ * - Service `s3`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13596
+ * - Service `sftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13597
+ * - Service `sharePoint`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
13297
13598
  * - Service `wasabiCloudStorage`: All files in your search path matching this regular expression will be synced.
13298
13599
  */
13299
13600
  pattern?: string;
@@ -13328,6 +13629,7 @@ export interface GetConnectorConfig {
13328
13629
  * - Service `databricksDb`: Access Token
13329
13630
  * - Service `gitlab`: Your GitLab personal access token.
13330
13631
  * - Service `harvest`: Your Harvest Personal Access Token.
13632
+ * - Service `leaveDates`: Your Leave Dates personal access token.
13331
13633
  * - Service `productive`: Your Productive personal access token.
13332
13634
  * - Service `totango`: Your Totango personal access token.
13333
13635
  */
@@ -13776,6 +14078,7 @@ export interface GetConnectorConfig {
13776
14078
  * - Service `recurly`: Your Recurly region.
13777
14079
  * - Service `ringover`: Your Ringover region.
13778
14080
  * - Service `samsara`: The region of your Samsara account. For instance, if your region is `EUROPE`, provide `eu.samsara` in the `Region` field. If your region is not in Europe, provide `samsara`.
14081
+ * - Service `smartsheet`: The Smartsheet data region for your account. Can be COM, EU, or AU.
13779
14082
  * - Service `snyk`: Your Snyk region.
13780
14083
  * - Service `talkdesk`: Your Talkdesk region (".com",".eu","ca.com")
13781
14084
  * - Service `totango`: Your Totango region.
@@ -13788,6 +14091,7 @@ export interface GetConnectorConfig {
13788
14091
  * - Service `zohoCampaigns`: Your Zoho Campaigns application host region.
13789
14092
  * - Service `zohoDesk`: Your Zoho Desk domain.
13790
14093
  * - Service `zohoInventory`: Your Zoho Inventory application host region.
14094
+ * - Service `zohoPeople`: The region where the application that is registered in your Zoho People developer account is hosted.
13791
14095
  * - Service `zohoRecruit`: Your Zoho Recruit region.
13792
14096
  */
13793
14097
  region?: string;
@@ -13930,6 +14234,11 @@ export interface GetConnectorConfig {
13930
14234
  * - Service `pardotSandbox`: The number of API calls that the connector should not exceed in a day. Default REST API call limit per day: 150,000.
13931
14235
  */
13932
14236
  restApiLimit?: number;
14237
+ /**
14238
+ * Field usage depends on `service` value:
14239
+ * - Service `assembled`: Your Assembled ReturnFullSchedule Query param for Activity table.
14240
+ */
14241
+ returnFullSchedule?: string;
13933
14242
  /**
13934
14243
  * Field usage depends on `service` value:
13935
14244
  * - Service `hanaSapHvaEccNetweaver`: Directory path containing the SAP NetWeaver RFC SDK library files.
@@ -14178,6 +14487,7 @@ export interface GetConnectorConfig {
14178
14487
  /**
14179
14488
  * Field usage depends on `service` value:
14180
14489
  * - Service `ebay`: Your eBay scopes.
14490
+ * - Service `veevaVault`: OAuth2 scope (only when authenticationMethod is `OAuth2`)
14181
14491
  */
14182
14492
  scope?: string;
14183
14493
  /**
@@ -14307,6 +14617,12 @@ export interface GetConnectorConfig {
14307
14617
  * - Service `tableauSource`: Your Tableau Source server address.
14308
14618
  */
14309
14619
  serverAddress?: string;
14620
+ /**
14621
+ * Field usage depends on `service` value:
14622
+ * - Service `sqlServerHva`: Server name. Used when authenticating with Windows Authentication.
14623
+ * - Service `sqlServerSapEccHva`: Server name. Used when authenticating with Windows Authentication.
14624
+ */
14625
+ serverName?: string;
14310
14626
  /**
14311
14627
  * Field usage depends on `service` value:
14312
14628
  * - Service `clockify`: Your Clockify server region.
@@ -14407,6 +14723,11 @@ export interface GetConnectorConfig {
14407
14723
  * - Service `salesforceMarketingCloud`: User
14408
14724
  */
14409
14725
  sftpUser?: string;
14726
+ /**
14727
+ * Field usage depends on `service` value:
14728
+ * - Service `healthie`: Your Healthie shard authorization ID.
14729
+ */
14730
+ shardAuthorizationId?: string;
14410
14731
  /**
14411
14732
  * Field usage depends on `service` value:
14412
14733
  * - Service `sharePoint`: Your SharePoint folder URL. You can find the folder URL by following the steps mentioned [here](https://fivetran.com/docs/connectors/files/share-point/setup-guide).
@@ -14434,12 +14755,12 @@ export interface GetConnectorConfig {
14434
14755
  shortCode?: string;
14435
14756
  /**
14436
14757
  * Field usage depends on `service` value:
14437
- * - Service `klaviyo`: Sync events linked to deleted profiles
14758
+ * - Service `klaviyo`: Sync events linked to deleted profiles.
14438
14759
  */
14439
14760
  shouldSyncEventsWithDeletedProfiles?: boolean;
14440
14761
  /**
14441
14762
  * Field usage depends on `service` value:
14442
- * - Service `klaviyo`: Sync predictive analytics for `PERSON` table
14763
+ * - Service `klaviyo`: Sync predictive analytics for `PERSON` table.
14443
14764
  */
14444
14765
  shouldSyncPredictiveAnalytics?: boolean;
14445
14766
  /**
@@ -14613,6 +14934,7 @@ export interface GetConnectorConfig {
14613
14934
  * - Service `acumatica`: Your Acumatica subdomain.
14614
14935
  * - Service `ada`: Your Ada sub-domain.
14615
14936
  * - Service `alchemer`: Your Alchemer sub-domain.
14937
+ * - Service `atlassianCompass`: Your Atlassian Compass subdomain.
14616
14938
  * - Service `atlassianJiraAlign`: Your Jira Align base URL.
14617
14939
  * - Service `azureBoards`: Your Azure Boards Organization Name.
14618
14940
  * - Service `azureDevops`: Your Azure Organization Name
@@ -14673,6 +14995,7 @@ export interface GetConnectorConfig {
14673
14995
  * - Service `recurly`: Your company's Recurly subdomain.
14674
14996
  * - Service `reltio`: Your Reltio subdomain.
14675
14997
  * - Service `revel`: Your Revel Systems subDomain.
14998
+ * - Service `rocketlane`: Your Rocketlane API server region.
14676
14999
  * - Service `rundeck`: Your Rundeck subdomain.
14677
15000
  * - Service `sageHr`: Your Sage HR subdomain.
14678
15001
  * - Service `salesforceMarketingCloud`: Your Salesforce Marketing Cloud subdomain.
@@ -14708,7 +15031,7 @@ export interface GetConnectorConfig {
14708
15031
  * - Service `freshsuccess`: Your Freshsuccess subdomain.
14709
15032
  * - Service `gorgias`: Your Gorgias subdomain.
14710
15033
  * - Service `hex`: Your Hex subdomain.
14711
- * - Service `ibacos`: Your IBACOS Server.
15034
+ * - Service `ibacos`: Your IBACOS server.
14712
15035
  * - Service `jamaSoftware`: Your Jama Software subdomain.
14713
15036
  * - Service `klarna`: Your Klarna subdomain.
14714
15037
  * - Service `learnupon`: Your LearnUpon subdomain.
@@ -14930,6 +15253,11 @@ export interface GetConnectorConfig {
14930
15253
  * - Service `d2lBrightspace`: Your D2L Brightspace target host.
14931
15254
  */
14932
15255
  targetHost?: string;
15256
+ /**
15257
+ * Field usage depends on `service` value:
15258
+ * - Service `sevdesk`: The tax rule code to retrieve receipt guidance for (optional — leave blank to skip this table).
15259
+ */
15260
+ taxRuleCode?: string;
14933
15261
  /**
14934
15262
  * Field usage depends on `service` value:
14935
15263
  * - Service `sqlServer`: Certificate file path used to protect a database encryption key
@@ -15099,8 +15427,8 @@ export interface GetConnectorConfig {
15099
15427
  * - Service `twitter`: Number of months' worth of data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
15100
15428
  * - Service `twitterAds`: Historical sync timeframe in months.
15101
15429
  * - Service `walmartDsp`: Number of months' worth of data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
15102
- * - Service `yahooDsp`: Number of months` worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
15103
- * - Service `yahooGemini`: Number of months' worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `TWELVE`.
15430
+ * - Service `yahooDsp`: Number of months`worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value:`THREE`.
15431
+ * - Service `yahooGemini` : Number of months' worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `TWELVE`.
15104
15432
  */
15105
15433
  timeframeMonths?: string;
15106
15434
  /**
@@ -15698,7 +16026,7 @@ export interface GetConnectorConfig {
15698
16026
  * - Service `unicommerce`: Your uniware login username.
15699
16027
  * - Service `upland`: Your Upland Software username.
15700
16028
  * - Service `uptempo`: Your Uptempo username.
15701
- * - Service `veevaVault`: Username
16029
+ * - Service `veevaVault`: Username (only when authenticationMethod is `Basic`)
15702
16030
  * - Service `veevavault`: Your Veeva Vault username.
15703
16031
  * - Service `whenIWork`: Your When I Work username.
15704
16032
  * - Service `wherefour`: Your Wherefour username.
@@ -15706,11 +16034,21 @@ export interface GetConnectorConfig {
15706
16034
  * - Service `workdayHcm`: Username of your Workday Integration System User account
15707
16035
  * - Service `xandr`: Your Xandr username.
15708
16036
  * - Service `yougovBrandindex`: Your YouGov BrandIndex username.
15709
- * - Service `younium`: Your Younium username.
16037
+ * - Service `younium`: Your Younium username. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
15710
16038
  * - Service `zuora`: The API username with the necessary access permissions.
15711
16039
  * - Service `zuoraSandbox`: The API username with the necessary access permissions.
15712
16040
  */
15713
16041
  username?: string;
16042
+ /**
16043
+ * Field usage depends on `service` value:
16044
+ * - Service `shipstation`: Your ShipStation V2 API key.
16045
+ */
16046
+ v2ApiKey?: string;
16047
+ /**
16048
+ * Field usage depends on `service` value:
16049
+ * - Service `veevaVault`: (Optional) Target Vault DNS if different from default (only when authenticationMethod is `OAuth2`)
16050
+ */
16051
+ vaultDns?: string;
15714
16052
  /**
15715
16053
  * Field usage depends on `service` value:
15716
16054
  * - Service `itunesConnect`: Your vendors id
@@ -15743,6 +16081,11 @@ export interface GetConnectorConfig {
15743
16081
  * - Service `adyen`: Your Adyen Web Service API key.
15744
16082
  */
15745
16083
  webServiceApiKey?: string;
16084
+ /**
16085
+ * Field usage depends on `service` value:
16086
+ * - Service `iterable`: The authentication method for the Iterable webhook. Accepted values: `NoAuth`, `Basic`, `OAuth2`.
16087
+ */
16088
+ webhookAuthType?: string;
15746
16089
  /**
15747
16090
  * Field usage depends on `service` value:
15748
16091
  * - Service `appsflyer`: Webhook Url
@@ -15766,6 +16109,26 @@ export interface GetConnectorConfig {
15766
16109
  * - Service `xero`: (ReadOnly) The Webhook URL generated by Fivetran. You can configure this in XERO.
15767
16110
  */
15768
16111
  webhookUrl?: string;
16112
+ /**
16113
+ * Field usage depends on `service` value:
16114
+ * - Service `sqlServer`: Fivetran client certificate to add to the Windows Auth server's trusted clients.
16115
+ */
16116
+ windowsAuthClientCertificate?: string;
16117
+ /**
16118
+ * Field usage depends on `service` value:
16119
+ * - Service `sqlServer`: Hostname of the Windows Auth gRPC server.
16120
+ */
16121
+ windowsAuthGrpcHost?: string;
16122
+ /**
16123
+ * Field usage depends on `service` value:
16124
+ * - Service `sqlServer`: Port of the Windows Auth gRPC server.
16125
+ */
16126
+ windowsAuthGrpcPort?: number;
16127
+ /**
16128
+ * Field usage depends on `service` value:
16129
+ * - Service `sqlServer`: PEM certificate of the Windows Auth gRPC server used to verify the server identity.
16130
+ */
16131
+ windowsAuthServerCertificate?: string;
15769
16132
  /**
15770
16133
  * Field usage depends on `service` value:
15771
16134
  * - Service `woocommerce`: The Site ID of your WordPress hosted WooCommerce instance or the subdomain of your self-hosted WooCommerce instance.
@@ -15784,6 +16147,7 @@ export interface GetConnectorConfig {
15784
16147
  /**
15785
16148
  * Field usage depends on `service` value:
15786
16149
  * - Service `fulfil`: Your Fulfil workspace ID.
16150
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform workspace ID.
15787
16151
  */
15788
16152
  workspaceId?: string;
15789
16153
  /**
@@ -15861,6 +16225,21 @@ export interface GetConnectorConfigArgs {
15861
16225
  * - Service `braze`: Container Name
15862
16226
  */
15863
16227
  absContainerName?: pulumi.Input<string | undefined>;
16228
+ /**
16229
+ * Field usage depends on `service` value:
16230
+ * - Service `braze`: Your Azure Blob Storage connection string for exports. Required if `AZURE_BLOB_STORAGE` is the `exportStorageType`
16231
+ */
16232
+ absExportConnectionString?: pulumi.Input<string | undefined>;
16233
+ /**
16234
+ * Field usage depends on `service` value:
16235
+ * - Service `braze`: Your Azure Blob Storage container name for exports. Required if `AZURE_BLOB_STORAGE` is the `exportStorageType`
16236
+ */
16237
+ absExportContainerName?: pulumi.Input<string | undefined>;
16238
+ /**
16239
+ * Field usage depends on `service` value:
16240
+ * - Service `braze`: Your Azure Blob Storage prefix for exports. Used if `AZURE_BLOB_STORAGE` is the `exportStorageType`
16241
+ */
16242
+ absExportPrefix?: pulumi.Input<string | undefined>;
15864
16243
  /**
15865
16244
  * Field usage depends on `service` value:
15866
16245
  * - Service `adobeAnalyticsDataFeed`: Azure Blob Storage host IP
@@ -15933,6 +16312,7 @@ export interface GetConnectorConfigArgs {
15933
16312
  /**
15934
16313
  * Field usage depends on `service` value:
15935
16314
  * - Service `7shifts`: Your 7shifts access token.
16315
+ * - Service `adobeCommerce`: Your Adobe Commerce accessToken
15936
16316
  * - Service `attio`: Your Attio bearer token
15937
16317
  * - Service `bigCommerce`: Your [API access token ](https://fivetran.com/docs/connectors/applications/big-commerce/setup-guide#createaccesstoken).
15938
16318
  * - Service `bitly`: Your Bitly access token.
@@ -15990,6 +16370,7 @@ export interface GetConnectorConfigArgs {
15990
16370
  * - Service `dear`: Your Dear Account ID.
15991
16371
  * - Service `harvest`: Your Harvest Account ID.
15992
16372
  * - Service `optimizely`: Your Optimizely account ID.
16373
+ * - Service `parcellab`: Your parcelLab account ID.
15993
16374
  * - Service `rokt`: Your Rokt account ID.
15994
16375
  * - Service `udemyBusiness`: Your Udemy Business account ID.
15995
16376
  */
@@ -16016,6 +16397,11 @@ export interface GetConnectorConfigArgs {
16016
16397
  * - Service `udemyBusiness`: Your Udemy Business account name.
16017
16398
  */
16018
16399
  accountName?: pulumi.Input<string | undefined>;
16400
+ /**
16401
+ * Field usage depends on `service` value:
16402
+ * - Service `sevdesk`: The datev account number to retrieve receipt guidance for (optional — leave blank to skip this table).
16403
+ */
16404
+ accountNumber?: pulumi.Input<string | undefined>;
16019
16405
  /**
16020
16406
  * Field usage depends on `service` value:
16021
16407
  * - Service `tymeshift`: Your Tymeshift account plan.
@@ -16310,7 +16696,7 @@ export interface GetConnectorConfigArgs {
16310
16696
  * Field usage depends on `service` value:
16311
16697
  * - Service `deviceMagic`: Your Device Magic API access token.
16312
16698
  * - Service `flywheelDigital`: Your Flywheel Digital API access token.
16313
- * - Service `shopify`: API access token of your custom app.
16699
+ * - Service `shopify`: API access token of your custom or public app.
16314
16700
  * - Service `square`: The Square API access token of your application.
16315
16701
  */
16316
16702
  apiAccessToken?: pulumi.Input<string | undefined>;
@@ -16373,10 +16759,12 @@ export interface GetConnectorConfigArgs {
16373
16759
  * - Service `brivo`: Your Brivo API key.
16374
16760
  * - Service `bubble`: Your Bubble API token.
16375
16761
  * - Service `buildium`: Your Buildium private API key.
16762
+ * - Service `calcom`: Your Cal.com API key.
16376
16763
  * - Service `callrail`: Your CallRail API key.
16377
16764
  * - Service `campaignmonitor`: Your Campaign Monitor API key.
16378
16765
  * - Service `campfire`: Your Campfire API key.
16379
16766
  * - Service `canny`: Your Canny API key.
16767
+ * - Service `captivateiq`: Your CaptivateIQ API key.
16380
16768
  * - Service `chargebeeProductCatalog1`: Your Chargebee Product Catalog 1 API key.
16381
16769
  * - Service `chargebeeProductCatalog2`: Your Chargebee API key.
16382
16770
  * - Service `charthop`: Your ChartHop app API key.
@@ -16386,6 +16774,7 @@ export interface GetConnectorConfigArgs {
16386
16774
  * - Service `churnzero`: Your ChurnZero API key.
16387
16775
  * - Service `cimis`: Your Cimis API key.
16388
16776
  * - Service `circleci`: Your CircleCI API Key.
16777
+ * - Service `claudeCompliance`: Your Claude Compliance Access Key.
16389
16778
  * - Service `clickup`: Your ClickUp API key.
16390
16779
  * - Service `clockify`: Your Clockify API key.
16391
16780
  * - Service `clockodo`: Your Clockodo API key.
@@ -16493,6 +16882,7 @@ export interface GetConnectorConfigArgs {
16493
16882
  * - Service `ometria`: Your Ometria API Key.
16494
16883
  * - Service `oncehub`: Your OnceHub API key.
16495
16884
  * - Service `openai`: Your OpenAI Admin API key.
16885
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform API key.
16496
16886
  * - Service `ordergroove`: Your Ordergroove API key.
16497
16887
  * - Service `ordway`: Your Ordway API key.
16498
16888
  * - Service `ortto`: Your Ortto API key.
@@ -16500,6 +16890,7 @@ export interface GetConnectorConfigArgs {
16500
16890
  * - Service `pagerduty`: Your PagerDuty API key.
16501
16891
  * - Service `pandadoc`: Your PandaDoc API key.
16502
16892
  * - Service `papershift`: Your Papershift API Key
16893
+ * - Service `parcellab`: Your parcelLab API token.
16503
16894
  * - Service `partnerize`: Your Partnerize user API key.
16504
16895
  * - Service `peopleforce`: Your PeopleForce API key.
16505
16896
  * - Service `persona`: Your Persona API key.
@@ -16511,6 +16902,7 @@ export interface GetConnectorConfigArgs {
16511
16902
  * - Service `playvox`: Your Playvox API Key.
16512
16903
  * - Service `posthog`: Your PostHog API key.
16513
16904
  * - Service `prive`: Your Prive API key.
16905
+ * - Service `profound`: Your Profound API key.
16514
16906
  * - Service `prosperstack`: Your ProsperStack API key.
16515
16907
  * - Service `qualaroo`: Your Qualaroo API Key.
16516
16908
  * - Service `quorum`: Your Quorum API key.
@@ -16535,7 +16927,7 @@ export interface GetConnectorConfigArgs {
16535
16927
  * - Service `securityJourney`: Your Security Journey API key.
16536
16928
  * - Service `sendgrid`: The SendGrid API key.
16537
16929
  * - Service `sendinblue`: Your Sendinblue API key.
16538
- * - Service `shipmonk`: Your Shipmonk API key.
16930
+ * - Service `shipmonk`: Your ShipMonk API key.
16539
16931
  * - Service `shortcut`: Your Shortcut API token.
16540
16932
  * - Service `shortio`: Your Short.io API key.
16541
16933
  * - Service `simplesat`: Your Simplesat API key.
@@ -16560,7 +16952,7 @@ export interface GetConnectorConfigArgs {
16560
16952
  * - Service `transcend`: Your Transcend API key.
16561
16953
  * - Service `trello`: Your TRELLO api key.
16562
16954
  * - Service `tripleWhale`: Your Triple Whale API key.
16563
- * - Service `trustpilot`: Your Trustpilot API key.
16955
+ * - Service `trustpilot`: Your Trustpilot application API key.
16564
16956
  * - Service `upland`: Your Upland Software API key.
16565
16957
  * - Service `uppromote`: Your UpPromote API key.
16566
16958
  * - Service `veeqo`: Your Veeqo API key.
@@ -16629,13 +17021,13 @@ export interface GetConnectorConfigArgs {
16629
17021
  * - Service `friendbuy`: Your Friendbuy API secret.
16630
17022
  * - Service `integrate`: Your Integrate API secret.
16631
17023
  * - Service `justcall`: Your JustCall API secret.
16632
- * - Service `leapsome`: your Leapsome API secret
17024
+ * - Service `leapsome`: Your Leapsome API secret.
16633
17025
  * - Service `liftoff`: Your Liftoff API secret.
16634
17026
  * - Service `mixpanel`: Mixpanel API Secret.
16635
17027
  * - Service `qualaroo`: Your Qualaroo API Secret.
16636
17028
  * - Service `sailthru`: The Sailthru API secret.
16637
17029
  * - Service `shareasale`: Your ShareASale API secret.
16638
- * - Service `trustpilot`: Your Trustpilot API secret.
17030
+ * - Service `trustpilot`: Your Trustpilot application API secret.
16639
17031
  * - Service `vonage`: Your Vonage API Secret.
16640
17032
  */
16641
17033
  apiSecret?: pulumi.Input<string | undefined>;
@@ -16654,6 +17046,7 @@ export interface GetConnectorConfigArgs {
16654
17046
  * - Service `aha`: Your Aha! API key.
16655
17047
  * - Service `aircall`: Your Aircall API token.
16656
17048
  * - Service `appsflyer`: API Token for AppsFlyer's PULL API.
17049
+ * - Service `atlassianCompass`: Your Atlassian Compass API token.
16657
17050
  * - Service `auraFromUnity`: Your Aura from Unity API token.
16658
17051
  * - Service `awin`: Your Awin API Token.
16659
17052
  * - Service `backbonePlm`: Your Backbone PLM API token.
@@ -16666,7 +17059,7 @@ export interface GetConnectorConfigArgs {
16666
17059
  * - Service `cloudflareAnalytics`: Your Cloudflare Analytics API token.
16667
17060
  * - Service `coda`: Your Coda API token.
16668
17061
  * - Service `confluence`: The Confluence API token.
16669
- * - Service `credly`: Enter your Credly API token
17062
+ * - Service `credly`: Your Credly API token
16670
17063
  * - Service `dixa`: Your Dixa API token.
16671
17064
  * - Service `drip`: Your Drip API Token.
16672
17065
  * - Service `factbird`: Your Factbird API token.
@@ -16702,6 +17095,7 @@ export interface GetConnectorConfigArgs {
16702
17095
  * - Service `safetyculture`: Your SafetyCulture API token.
16703
17096
  * - Service `sensorTower`: Your Sensor Tower API token.
16704
17097
  * - Service `sentry`: Your Sentry auth token.
17098
+ * - Service `sevdesk`: Your 32-character hexadecimal API token.
16705
17099
  * - Service `simplecast`: Your Simplecast API token.
16706
17100
  * - Service `smartsheet`: API token generated from your Smartsheet account.
16707
17101
  * - Service `snyk`: Your Snyk API token.
@@ -16824,7 +17218,7 @@ export interface GetConnectorConfigArgs {
16824
17218
  appSyncMode?: pulumi.Input<string | undefined>;
16825
17219
  /**
16826
17220
  * Field usage depends on `service` value:
16827
- * - Service `shopify`: App store url of your public app
17221
+ * - Service `shopify`: App store url of your app
16828
17222
  */
16829
17223
  appUrl?: pulumi.Input<string | undefined>;
16830
17224
  /**
@@ -16890,18 +17284,18 @@ export interface GetConnectorConfigArgs {
16890
17284
  /**
16891
17285
  * Field usage depends on `service` value:
16892
17286
  * - Service `awsCostReport`: Optional. Files inside of compressed archives with filenames matching this regular expression will be synced.
16893
- * - Service `azureBlobStorage`: Files inside of compressed archives with filenames matching this regular expression will be synced.
16894
- * - Service `box`: Files inside of compressed archives with filenames matching this regular expression will be synced.
16895
- * - Service `dropbox`: Files inside of compressed archives with filenames matching this regular expression will be synced.
16896
- * - Service `email`: Files inside of compressed archives with filenames matching this regular expression will be synced.
16897
- * - Service `ftp`: Files inside of compressed archives with filenames matching this regular expression will be synced.
16898
- * - Service `gcs`: Files inside of compressed archives with filenames matching this regular expression will be synced.
16899
- * - Service `googleDrive`: Files inside of compressed archives with filenames matching this regular expression will be synced.
17287
+ * - Service `azureBlobStorage`: Files inside compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17288
+ * - Service `box`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17289
+ * - Service `dropbox`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17290
+ * - Service `email`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17291
+ * - Service `ftp`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17292
+ * - Service `gcs`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17293
+ * - Service `googleDrive`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
16900
17294
  * - Service `kinesis`: Optional. Files inside of compressed archives with filenames matching this regular expression will be synced.
16901
- * - Service `s3`: Files inside compressed archives with filenames matching this regular expression will be synced.
16902
- * - Service `s3CompatibleStorage`: Files inside compressed archives with filenames matching this regular expression will be synced.
16903
- * - Service `sftp`: Files inside of compressed archives with filenames matching this regular expression will be synced.
16904
- * - Service `sharePoint`: Files inside of compressed archives with filenames matching this regular expression will be synced.
17295
+ * - Service `s3`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17296
+ * - Service `s3CompatibleStorage`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17297
+ * - Service `sftp`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
17298
+ * - Service `sharePoint`: Files inside of compressed archives with filenames matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
16905
17299
  * - Service `wasabiCloudStorage`: Files inside compressed archives with filenames matching this regular expression will be synced.
16906
17300
  */
16907
17301
  archivePattern?: pulumi.Input<string | undefined>;
@@ -16975,7 +17369,7 @@ export interface GetConnectorConfigArgs {
16975
17369
  authCode?: pulumi.Input<string | undefined>;
16976
17370
  /**
16977
17371
  * Field usage depends on `service` value:
16978
- * - Service `younium`: Your Younium auth environment.
17372
+ * - Service `younium`: Your Younium auth environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
16979
17373
  */
16980
17374
  authEnvironment?: pulumi.Input<string | undefined>;
16981
17375
  /**
@@ -16991,6 +17385,7 @@ export interface GetConnectorConfigArgs {
16991
17385
  * - Service `azurePostgres`: Database authentication method
16992
17386
  * - Service `azureSqlDb`: Authentication Method.
16993
17387
  * - Service `azureSqlManagedDb`: Authentication Method.
17388
+ * - Service `confluentCloud`: Authentication method. Use API_KEY for API Key/Secret or OAUTH for OAuth 2.0 client credentials flow.
16994
17389
  * - Service `googleCloudMysql`: Database authentication method
16995
17390
  * - Service `googleCloudPostgresql`: Database authentication method
16996
17391
  * - Service `herokuPostgres`: Database authentication method
@@ -17036,6 +17431,7 @@ export interface GetConnectorConfigArgs {
17036
17431
  /**
17037
17432
  * Field usage depends on `service` value:
17038
17433
  * - Service `360learning`: Your 360Learning auth type.
17434
+ * - Service `adobeCommerce`: Your Adobe Commerce auth type.
17039
17435
  * - Service `airtable`: Type of authentication being used by connector
17040
17436
  * - Service `amqp`: Authentication method (BasicAuth or MutualTLS).
17041
17437
  * - Service `awsCostReport`: Access approach
@@ -17053,6 +17449,7 @@ export interface GetConnectorConfigArgs {
17053
17449
  * - Service `samsara`: The authentication method you want to use for your connection.
17054
17450
  * - Service `upland`: Authentication method you want to use for your connection.
17055
17451
  * - Service `wasabiCloudStorage`: The Wasabi Cloud Storage Access approach. Required for connector creation. Default value: `ACCESS_KEY`.
17452
+ * - Service `younium`: The authentication method you want to use for your connection.
17056
17453
  */
17057
17454
  authType?: pulumi.Input<string | undefined>;
17058
17455
  /**
@@ -17064,7 +17461,7 @@ export interface GetConnectorConfigArgs {
17064
17461
  * Field usage depends on `service` value:
17065
17462
  * - Service `adobeAnalytics`: Authentication Method
17066
17463
  * - Service `db2z`: User authentication method. Supported values:`PASSWORD`- Authenticate with the database server using an RACF user ID and password. If the parameter is omitted, `PASSWORD` is used by default. `LEGACY_PASS_TICKET`- Authenticate with the database server using an RACF user ID and legacy PassTicket. `ENHANCED_PASS_TICKET`- Authenticate with the database server using an RACF user ID and an enhanced PassTicket. Enhanced PassTickets are more secure than legacy PassTickets.
17067
- * - Service `elasticCloud`: The authentication method used to connect to your cluster.
17464
+ * - Service `elasticCloud`: The authentication method used to connect to your cluster. Supported values: `BASICAUTH` (default), `APIKEY`.
17068
17465
  * - Service `esSelfHosted`: The authentication method used to connect to your cluster.
17069
17466
  * - Service `gainsightCustomerSuccess`: The authentication method to use. Can be either OAUTH or API_KEY.
17070
17467
  * - Service `opendistro`: The authentication method used to connect to your cluster.
@@ -17074,6 +17471,7 @@ export interface GetConnectorConfigArgs {
17074
17471
  * - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud authentication method.
17075
17472
  * - Service `salesforce`: (Optional) Authentication type (default value = `STANDARD`)
17076
17473
  * - Service `salesforceSandbox`: (Optional) Authentication type (default value = `STANDARD`)
17474
+ * - Service `veevaVault`: (Optional) Authentication type (default value is `Basic`)
17077
17475
  */
17078
17476
  authenticationMethod?: pulumi.Input<string | undefined>;
17079
17477
  authorizationMethod?: pulumi.Input<string | undefined>;
@@ -17117,7 +17515,7 @@ export interface GetConnectorConfigArgs {
17117
17515
  backupLogPath?: pulumi.Input<string | undefined>;
17118
17516
  /**
17119
17517
  * Field usage depends on `service` value:
17120
- * - Service `sqlServer`: Location of transaction log backup files when using BACKUP binary log type. Possible values: `"AZURE"`, `"ALTERNATE_LOCATION"`, `"AWS"`.
17518
+ * - Service `sqlServer`: Location of transaction log backup files when using BACKUP binary log type. Possible values: `"AZURE"`, `"ALTERNATE_LOCATION"`, `"AWS"`, `"GCS"`, `"MSDB"`.
17121
17519
  */
17122
17520
  backupStorageType?: pulumi.Input<string | undefined>;
17123
17521
  /**
@@ -17136,6 +17534,11 @@ export interface GetConnectorConfigArgs {
17136
17534
  * - Service `pendo`: The start date (YYYY-MM-DD) from which to sync historical data.
17137
17535
  */
17138
17536
  backwardSyncLimitDate?: pulumi.Input<string | undefined>;
17537
+ /**
17538
+ * Field usage depends on `service` value:
17539
+ * - Service `sevdesk`: ISO 8601 date for balance calculation (optional — leave blank to skip this table).
17540
+ */
17541
+ balanceDate?: pulumi.Input<string | undefined>;
17139
17542
  /**
17140
17543
  * Field usage depends on `service` value:
17141
17544
  * - Service `openExchangeRates`: Your Open Exchange Rates Base Currency.
@@ -17181,8 +17584,9 @@ export interface GetConnectorConfigArgs {
17181
17584
  * - Service `prismaCloud`: Your Prisma Cloud admin console URL.
17182
17585
  * - Service `salesforce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
17183
17586
  * - Service `salesforceSandbox`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
17587
+ * - Service `sevdesk`: The base URL for the sevdesk API, without the protocol prefix.
17184
17588
  * - Service `stickyio`: Your sticky.io base URL .
17185
- * - Service `veevaVault`: Base URL
17589
+ * - Service `veevaVault`: Base URL of your Veeva Vault instance
17186
17590
  * - Service `veevavault`: Your Veeva Vault base URL.
17187
17591
  * - Service `vitally`: Your Vitally base URL.
17188
17592
  */
@@ -17295,11 +17699,25 @@ export interface GetConnectorConfigArgs {
17295
17699
  * - Service `pardotSandbox`: Business Unit Id
17296
17700
  */
17297
17701
  businessUnitId?: pulumi.Input<string | undefined>;
17702
+ /**
17703
+ * Field usage depends on `service` value:
17704
+ * - Service `calendly`: Your Calendly Plan.
17705
+ */
17706
+ calendlyPlan?: pulumi.Input<string | undefined>;
17298
17707
  /**
17299
17708
  * Field usage depends on `service` value:
17300
17709
  * - Service `sailthru`: The number of days to look back for campaign query data during incremental syncs. Valid range: 2-90. Default: 60.
17301
17710
  */
17302
17711
  campaignQueryLookbackWindowInDays?: pulumi.Input<number | undefined>;
17712
+ /**
17713
+ * Field usage depends on `service` value:
17714
+ * - Service `elasticCloud`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
17715
+ * - Service `esSelfHosted`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
17716
+ * - Service `firebase`: Whether to capture document deletions from Firestore. Set to false to disable delete capture, which may improve connector performance. Default value: true.
17717
+ * - Service `opendistro`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
17718
+ * - Service `opensearch`: Whether to capture hard deletes, meaning source documents removed from the index. Set to false to skip hard-delete detection, which may improve connector performance for sources that do not hard-delete documents. This does not affect source-level soft-delete fields; those fields sync as ordinary document updates. If you re-enable delete capture later, resync the affected tables to rebuild an accurate delete baseline. Default value: true.
17719
+ */
17720
+ captureDeletes?: pulumi.Input<boolean | undefined>;
17303
17721
  /**
17304
17722
  * Field usage depends on `service` value:
17305
17723
  * - Service `databricksDb`: catalog to sync
@@ -17416,11 +17834,12 @@ export interface GetConnectorConfigArgs {
17416
17834
  * - Service `hanaSapHvaS4Netweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
17417
17835
  * - Service `helpdesk`: Your HelpDesk client ID.
17418
17836
  * - Service `hiltiOntrack`: Your Hilti On!Track client ID.
17419
- * - Service `ibacos`: Your IBACOS Client ID.
17837
+ * - Service `ibacos`: Your IBACOS client ID.
17420
17838
  * - Service `ilevel`: Your iLevel Client ID.
17421
17839
  * - Service `instructure`: Your Instructure client ID.
17422
17840
  * - Service `integralAdScience`: Your integralAdScience client id.
17423
17841
  * - Service `ironclad`: Your Ironclad client ID.
17842
+ * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client ID.
17424
17843
  * - Service `jamaSoftware`: Your Jama Software client ID.
17425
17844
  * - Service `jibble`: Your Jibble client ID.
17426
17845
  * - Service `khorosCommunities`: Your Khoros Communities client ID.
@@ -17460,7 +17879,7 @@ export interface GetConnectorConfigArgs {
17460
17879
  * - Service `servicetitan`: Your ServiceTitan client ID.
17461
17880
  * - Service `sharetribe`: Your Sharetribe client ID.
17462
17881
  * - Service `shipnetwork`: Your ShipNetwork client ID.
17463
- * - Service `shopify`: Client ID of your public app
17882
+ * - Service `shopify`: Client ID of your app
17464
17883
  * - Service `showpad`: Your Showpad client ID.
17465
17884
  * - Service `siemensBuildingXOpenness`: Your Siemens Building X Openness client ID.
17466
17885
  * - Service `sigmaComputingSource`: Your Sigma Computing client ID.
@@ -17483,6 +17902,7 @@ export interface GetConnectorConfigArgs {
17483
17902
  * - Service `tymeshift`: Your Tymeshift email.
17484
17903
  * - Service `udemyBusiness`: Your Udemy Business client ID.
17485
17904
  * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management client ID.
17905
+ * - Service `veevaVault`: OAuth2 client ID (only when authenticationMethod is `OAuth2`)
17486
17906
  * - Service `vimeo`: Your Vimeo client ID.
17487
17907
  * - Service `visma`: Your Visma client ID.
17488
17908
  * - Service `vonageContactCenter`: Your Vonage Contact Center client ID.
@@ -17491,11 +17911,13 @@ export interface GetConnectorConfigArgs {
17491
17911
  * - Service `xray`: Your Xray Client ID.
17492
17912
  * - Service `yahooDisplayAdsOnYahooJapan`: Your Yahoo Display Ads on Yahoo Japan client ID.
17493
17913
  * - Service `yougovSport`: Your Yougov Sport client ID.
17914
+ * - Service `younium`: Client ID of the personal access token you want to use to generate the JWT token. Use this parameter only if you want the connection to authenticate using a JWT token.
17494
17915
  * - Service `zendeskChat`: Your Zendesk client ID.
17495
17916
  * - Service `zohoBooks`: Your Zoho Books Client ID.
17496
17917
  * - Service `zohoCampaigns`: Your Zoho Campaigns Client ID.
17497
17918
  * - Service `zohoDesk`: Your Zoho Desk Client Id.
17498
17919
  * - Service `zohoInventory`: Your Zoho Inventory client ID.
17920
+ * - Service `zohoPeople`: The client ID of the application that is registered in your Zoho People developer account for this connection.
17499
17921
  * - Service `zohoRecruit`: Your Zoho Recruit client ID.
17500
17922
  * - Service `zuora`: Zuora Client ID.
17501
17923
  * - Service `zuoraSandbox`: Zuora Client ID.
@@ -17619,11 +18041,12 @@ export interface GetConnectorConfigArgs {
17619
18041
  * - Service `helpdesk`: Your HelpDesk client secret.
17620
18042
  * - Service `hiltiOntrack`: Your Hilti On!Track client secret.
17621
18043
  * - Service `hubspot`: Client secret for private custom app authentication.
17622
- * - Service `ibacos`: Your IBACOS Client secret.
18044
+ * - Service `ibacos`: Your IBACOS client secret.
17623
18045
  * - Service `ilevel`: Your iLevel Client Secret.
17624
18046
  * - Service `instructure`: Your Instructure client secret.
17625
18047
  * - Service `integralAdScience`: Your integralAdScience client secret.
17626
18048
  * - Service `ironclad`: Your Ironclad client secret.
18049
+ * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client Secret.
17627
18050
  * - Service `jamaSoftware`: Your Jama Software client secret.
17628
18051
  * - Service `jibble`: Your Jibble client secret.
17629
18052
  * - Service `learnAmp`: Your Learn Amp client secret.
@@ -17657,7 +18080,7 @@ export interface GetConnectorConfigArgs {
17657
18080
  * - Service `servicenow`: ServiceNow Client Secret.
17658
18081
  * - Service `servicetitan`: Your ServiceTitan secret key.
17659
18082
  * - Service `sharetribe`: Your Sharetribe client secret.
17660
- * - Service `shopify`: Client secret of your public app
18083
+ * - Service `shopify`: Client secret of your app
17661
18084
  * - Service `showpad`: Your Showpad client secret.
17662
18085
  * - Service `siemensBuildingXOpenness`: Your Siemens Building X Openness client secret.
17663
18086
  * - Service `sigmaComputingSource`: Your Sigma Computing client secret.
@@ -17681,6 +18104,7 @@ export interface GetConnectorConfigArgs {
17681
18104
  * - Service `tymeshift`: Your Tymeshift password.
17682
18105
  * - Service `udemyBusiness`: Your Udemy Business client secret.
17683
18106
  * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management client secret.
18107
+ * - Service `veevaVault`: OAuth2 client secret (only when authenticationMethod is `OAuth2`)
17684
18108
  * - Service `vimeo`: Your Vimeo client secret.
17685
18109
  * - Service `visma`: Your Visma client secret.
17686
18110
  * - Service `vonageContactCenter`: Your Vonage Contact Center client secret.
@@ -17688,11 +18112,13 @@ export interface GetConnectorConfigArgs {
17688
18112
  * - Service `xero`: your clientSecret
17689
18113
  * - Service `xray`: Your Xray Client Secret.
17690
18114
  * - Service `yahooDisplayAdsOnYahooJapan`: Your Yahoo Display Ads on Yahoo Japan client secret.
18115
+ * - Service `younium`: Secret key of the personal access token you want to use to generate the JWT token. Use this parameter only if you want the connection to authenticate using a JWT token.
17691
18116
  * - Service `zendeskChat`: Your Zendesk client secret.
17692
18117
  * - Service `zohoBooks`: Your Zoho Books Client Secret.
17693
18118
  * - Service `zohoCampaigns`: Your Zoho Campaigns Client Secret.
17694
18119
  * - Service `zohoDesk`: Your Zoho Desk Client secret.
17695
18120
  * - Service `zohoInventory`: Your Zoho Inventory client secret.
18121
+ * - Service `zohoPeople`: The client secret of the application that is registered in your Zoho People developer account for this connection.
17696
18122
  * - Service `zohoRecruit`: Your Zoho Recruit client secret.
17697
18123
  * - Service `zuora`: Zuora Client Secret.
17698
18124
  * - Service `zuoraSandbox`: Zuora Client Secret.
@@ -18038,6 +18464,11 @@ export interface GetConnectorConfigArgs {
18038
18464
  * - Service `doubleClickPublishers`: The list of custom field IDs included in the report. Custom fields can only be selected with their corresponding dimensions.
18039
18465
  */
18040
18466
  customFieldIds?: pulumi.Input<pulumi.Input<string>[] | undefined>;
18467
+ /**
18468
+ * Field usage depends on `service` value:
18469
+ * - Service `sevdesk`: The custom field value to search contacts by (optional — leave blank to skip this table).
18470
+ */
18471
+ customFieldValue?: pulumi.Input<string | undefined>;
18041
18472
  /**
18042
18473
  * Field usage depends on `service` value:
18043
18474
  * - Service `doubleClickCampaignManager`: Custom Floodlight variables enable you to capture information beyond the basics (visits and revenue) that you can collect with standard parameters in your tags.
@@ -18062,6 +18493,7 @@ export interface GetConnectorConfigArgs {
18062
18493
  customRegion?: pulumi.Input<string | undefined>;
18063
18494
  /**
18064
18495
  * Field usage depends on `service` value:
18496
+ * - Service `appleSearchAds`: Allows users to define reports with custom groupBy dimensions.
18065
18497
  * - Service `criteo`: Title of Custom Report
18066
18498
  * - Service `redditAds`: The list of custom report configurations. Each report corresponds to a table within the schema to which connector will sync the data.
18067
18499
  * - Service `snapchatAds`: [Custom reports for Snapchat Ads connector](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports).
@@ -18211,6 +18643,7 @@ export interface GetConnectorConfigArgs {
18211
18643
  * - Service `discourse`: Your Discourse default host.
18212
18644
  */
18213
18645
  defaultHost?: pulumi.Input<string | undefined>;
18646
+ deleteCaptureEnabled?: pulumi.Input<boolean | undefined>;
18214
18647
  /**
18215
18648
  * Field usage depends on `service` value:
18216
18649
  * - Service `oracleFusionCloudAppsCrm`: Use this option to configure how often the connection captures deletes.
@@ -18311,7 +18744,7 @@ export interface GetConnectorConfigArgs {
18311
18744
  * - Service `calabrio`: Your Calabrio domain name
18312
18745
  * - Service `dynamics365`: The custom domain name associated with Dynamics 365.
18313
18746
  * - Service `helpshift`: Your Helpshift domain name.
18314
- * - Service `trustpilot`: Your Trustpilot domain name.
18747
+ * - Service `trustpilot`: Your domain from which you want to sync data.
18315
18748
  */
18316
18749
  domainName?: pulumi.Input<string | undefined>;
18317
18750
  /**
@@ -18384,6 +18817,7 @@ export interface GetConnectorConfigArgs {
18384
18817
  emailAddress?: pulumi.Input<string | undefined>;
18385
18818
  /**
18386
18819
  * Field usage depends on `service` value:
18820
+ * - Service `atlassianCompass`: The email ID associated with the Atlassian Compass account you want Fivetran to use to access your data.
18387
18821
  * - Service `cabcharge`: Your Cabcharge email ID.
18388
18822
  * - Service `ordway`: Your Ordway user email ID.
18389
18823
  * - Service `planful`: Your Planful email ID.
@@ -18550,7 +18984,7 @@ export interface GetConnectorConfigArgs {
18550
18984
  * - Service `tremendous`: Your Tremendous environment.
18551
18985
  * - Service `vts`: Your VTS environment.
18552
18986
  * - Service `xactly`: Your Xactly environment.
18553
- * - Service `younium`: Your Younium API environment.
18987
+ * - Service `younium`: Your Younium API environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
18554
18988
  * - Service `zip`: Your Zip environment.
18555
18989
  * - Service `zuora`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
18556
18990
  * - Service `zuoraSandbox`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
@@ -19212,6 +19646,11 @@ export interface GetConnectorConfigArgs {
19212
19646
  * - Service `wasabiCloudStorage`: Specifies how Fivetran should handle your JSON data. Default value: `Packed`.
19213
19647
  */
19214
19648
  jsonDeliveryMode?: pulumi.Input<string | undefined>;
19649
+ /**
19650
+ * Field usage depends on `service` value:
19651
+ * - Service `younium`: Your Younium API environment. Use this parameter only if you want the connection to authenticate using a JWT token.
19652
+ */
19653
+ jwtEnvironment?: pulumi.Input<string | undefined>;
19215
19654
  /**
19216
19655
  * Field usage depends on `service` value:
19217
19656
  * - Service `uservoice`: The UserVoice API key.
@@ -19434,6 +19873,11 @@ export interface GetConnectorConfigArgs {
19434
19873
  * - Service `wasabiCloudStorage`: If your CSVs use a special value indicating null, you can specify it here.
19435
19874
  */
19436
19875
  nullSequence?: pulumi.Input<string | undefined>;
19876
+ /**
19877
+ * Field usage depends on `service` value:
19878
+ * - Service `veevaVault`: OAuth2 authorization server token endpoint URL (only when authenticationMethod is `OAuth2`)
19879
+ */
19880
+ oAuthServiceTokenUrl?: pulumi.Input<string | undefined>;
19437
19881
  /**
19438
19882
  * Field usage depends on `service` value:
19439
19883
  * - Service `dsv`: Your OAuth subscription key.
@@ -19475,6 +19919,11 @@ export interface GetConnectorConfigArgs {
19475
19919
  * - Service `hanaSapHvaS4`: odbc.ini and odbcsinst.ini location
19476
19920
  */
19477
19921
  odbcSysIniPath?: pulumi.Input<string | undefined>;
19922
+ /**
19923
+ * Field usage depends on `service` value:
19924
+ * - Service `veevaVault`: OIDC profile ID configured in Veeva Vault (only when authenticationMethod is `OAuth2`)
19925
+ */
19926
+ oidcProfileId?: pulumi.Input<string | undefined>;
19478
19927
  /**
19479
19928
  * Field usage depends on `service` value:
19480
19929
  * - Service `awsCostReport`: If you know that your files contain some errors, you can choose to have poorly formatted lines skipped. We recommend leaving the value as fail unless you are certain that you have undesirable, malformed data.
@@ -19519,6 +19968,7 @@ export interface GetConnectorConfigArgs {
19519
19968
  * - Service `deviceMagic`: Your Device Magic organization ID.
19520
19969
  * - Service `integrate`: Your Integrate organization ID.
19521
19970
  * - Service `megaphone`: Your Megaphone organization ID.
19971
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform organization ID.
19522
19972
  * - Service `productive`: Your Productive Organization ID.
19523
19973
  * - Service `salesforceCommerceCloud`: The organization ID from Salesforce Commerce Cloud account.
19524
19974
  * - Service `sentry`: Your Sentry organization ID.
@@ -19552,7 +20002,7 @@ export interface GetConnectorConfigArgs {
19552
20002
  * Field usage depends on `service` value:
19553
20003
  * - Service `azureCosmosForMongo`: Indicates the desired sync pack mode. Accepted values are `UsePackedModeOnly` and `UseUnpackedModeOnly`. `SelectTablesForPackedMode` is deprecated.
19554
20004
  * - Service `firebase`: Whether to sync all tables in unpacked mode or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
19555
- * - Service `klaviyo`: Packing mode for EVENT and `PERSON` tables.
20005
+ * - Service `klaviyo`: Packing mode for EVENT and PERSON tables.
19556
20006
  * - Service `mongo`: Whether to sync all tables in unpacked mode only, all tables in packed mode only, or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
19557
20007
  * - Service `mongoSharded`: Whether to sync all tables in unpacked mode only, all tables in packed mode only, or specific tables in packed mode. Default value: `UseUnpackedModeOnly`.
19558
20008
  * - Service `optimizely`: Packing mode for conversion and decision tables.
@@ -19726,7 +20176,7 @@ export interface GetConnectorConfigArgs {
19726
20176
  * - Service `unicommerce`: Your uniware login password.
19727
20177
  * - Service `upland`: Your Upland Software password.
19728
20178
  * - Service `uptempo`: Your Uptempo password.
19729
- * - Service `veevaVault`: Password
20179
+ * - Service `veevaVault`: Password (only when authenticationMethod is `Basic`)
19730
20180
  * - Service `veevavault`: Your Veeva Vault password.
19731
20181
  * - Service `walmartDsp`: Walmart DSP password. It is a part of the login credentials.
19732
20182
  * - Service `whenIWork`: Your When I Work password.
@@ -19737,7 +20187,7 @@ export interface GetConnectorConfigArgs {
19737
20187
  * - Service `workdayHcm`: Workday password.
19738
20188
  * - Service `xandr`: Your Xandr password.
19739
20189
  * - Service `yougovBrandindex`: Your YouGov BrandIndex password.
19740
- * - Service `younium`: Your Younium password.
20190
+ * - Service `younium`: Your Younium password. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
19741
20191
  * - Service `zuora`: The corresponding password for the API user.
19742
20192
  * - Service `zuoraSandbox`: The corresponding password for the API user.
19743
20193
  */
@@ -19770,17 +20220,17 @@ export interface GetConnectorConfigArgs {
19770
20220
  /**
19771
20221
  * Field usage depends on `service` value:
19772
20222
  * - Service `awsCostReport`: Optional. All files in your search path matching this regular expression will be synced. This parameter is optional.
19773
- * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced.
19774
- * - Service `box`: All files in your search path matching this regular expression will be synced.
19775
- * - Service `dropbox`: All files in your search path matching this regular expression will be synced.
19776
- * - Service `email`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by Oct 31, 2025.
19777
- * - Service `ftp`: All files in your search path matching this regular expression will be synced.
19778
- * - Service `gcs`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
19779
- * - Service `googleDrive`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
20223
+ * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
20224
+ * - Service `box`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
20225
+ * - Service `dropbox`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
20226
+ * - Service `email`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
20227
+ * - Service `ftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
20228
+ * - Service `gcs`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
20229
+ * - Service `googleDrive`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
19780
20230
  * - Service `kinesis`: Optional. All files in your search path matching this regular expression will be synced. This parameter is optional.
19781
- * - Service `s3`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
19782
- * - Service `sftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will delete it by August 31, 2025.
19783
- * - Service `sharePoint`: All files in your search path matching this regular expression will be synced.
20231
+ * - Service `s3`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
20232
+ * - Service `sftp`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
20233
+ * - Service `sharePoint`: All files in your search path matching this regular expression will be synced. We have discontinued this field, and will stop supporting it by August 31, 2026.
19784
20234
  * - Service `wasabiCloudStorage`: All files in your search path matching this regular expression will be synced.
19785
20235
  */
19786
20236
  pattern?: pulumi.Input<string | undefined>;
@@ -19815,6 +20265,7 @@ export interface GetConnectorConfigArgs {
19815
20265
  * - Service `databricksDb`: Access Token
19816
20266
  * - Service `gitlab`: Your GitLab personal access token.
19817
20267
  * - Service `harvest`: Your Harvest Personal Access Token.
20268
+ * - Service `leaveDates`: Your Leave Dates personal access token.
19818
20269
  * - Service `productive`: Your Productive personal access token.
19819
20270
  * - Service `totango`: Your Totango personal access token.
19820
20271
  */
@@ -20263,6 +20714,7 @@ export interface GetConnectorConfigArgs {
20263
20714
  * - Service `recurly`: Your Recurly region.
20264
20715
  * - Service `ringover`: Your Ringover region.
20265
20716
  * - Service `samsara`: The region of your Samsara account. For instance, if your region is `EUROPE`, provide `eu.samsara` in the `Region` field. If your region is not in Europe, provide `samsara`.
20717
+ * - Service `smartsheet`: The Smartsheet data region for your account. Can be COM, EU, or AU.
20266
20718
  * - Service `snyk`: Your Snyk region.
20267
20719
  * - Service `talkdesk`: Your Talkdesk region (".com",".eu","ca.com")
20268
20720
  * - Service `totango`: Your Totango region.
@@ -20275,6 +20727,7 @@ export interface GetConnectorConfigArgs {
20275
20727
  * - Service `zohoCampaigns`: Your Zoho Campaigns application host region.
20276
20728
  * - Service `zohoDesk`: Your Zoho Desk domain.
20277
20729
  * - Service `zohoInventory`: Your Zoho Inventory application host region.
20730
+ * - Service `zohoPeople`: The region where the application that is registered in your Zoho People developer account is hosted.
20278
20731
  * - Service `zohoRecruit`: Your Zoho Recruit region.
20279
20732
  */
20280
20733
  region?: pulumi.Input<string | undefined>;
@@ -20417,6 +20870,11 @@ export interface GetConnectorConfigArgs {
20417
20870
  * - Service `pardotSandbox`: The number of API calls that the connector should not exceed in a day. Default REST API call limit per day: 150,000.
20418
20871
  */
20419
20872
  restApiLimit?: pulumi.Input<number | undefined>;
20873
+ /**
20874
+ * Field usage depends on `service` value:
20875
+ * - Service `assembled`: Your Assembled ReturnFullSchedule Query param for Activity table.
20876
+ */
20877
+ returnFullSchedule?: pulumi.Input<string | undefined>;
20420
20878
  /**
20421
20879
  * Field usage depends on `service` value:
20422
20880
  * - Service `hanaSapHvaEccNetweaver`: Directory path containing the SAP NetWeaver RFC SDK library files.
@@ -20665,6 +21123,7 @@ export interface GetConnectorConfigArgs {
20665
21123
  /**
20666
21124
  * Field usage depends on `service` value:
20667
21125
  * - Service `ebay`: Your eBay scopes.
21126
+ * - Service `veevaVault`: OAuth2 scope (only when authenticationMethod is `OAuth2`)
20668
21127
  */
20669
21128
  scope?: pulumi.Input<string | undefined>;
20670
21129
  /**
@@ -20794,6 +21253,12 @@ export interface GetConnectorConfigArgs {
20794
21253
  * - Service `tableauSource`: Your Tableau Source server address.
20795
21254
  */
20796
21255
  serverAddress?: pulumi.Input<string | undefined>;
21256
+ /**
21257
+ * Field usage depends on `service` value:
21258
+ * - Service `sqlServerHva`: Server name. Used when authenticating with Windows Authentication.
21259
+ * - Service `sqlServerSapEccHva`: Server name. Used when authenticating with Windows Authentication.
21260
+ */
21261
+ serverName?: pulumi.Input<string | undefined>;
20797
21262
  /**
20798
21263
  * Field usage depends on `service` value:
20799
21264
  * - Service `clockify`: Your Clockify server region.
@@ -20894,6 +21359,11 @@ export interface GetConnectorConfigArgs {
20894
21359
  * - Service `salesforceMarketingCloud`: User
20895
21360
  */
20896
21361
  sftpUser?: pulumi.Input<string | undefined>;
21362
+ /**
21363
+ * Field usage depends on `service` value:
21364
+ * - Service `healthie`: Your Healthie shard authorization ID.
21365
+ */
21366
+ shardAuthorizationId?: pulumi.Input<string | undefined>;
20897
21367
  /**
20898
21368
  * Field usage depends on `service` value:
20899
21369
  * - Service `sharePoint`: Your SharePoint folder URL. You can find the folder URL by following the steps mentioned [here](https://fivetran.com/docs/connectors/files/share-point/setup-guide).
@@ -20921,12 +21391,12 @@ export interface GetConnectorConfigArgs {
20921
21391
  shortCode?: pulumi.Input<string | undefined>;
20922
21392
  /**
20923
21393
  * Field usage depends on `service` value:
20924
- * - Service `klaviyo`: Sync events linked to deleted profiles
21394
+ * - Service `klaviyo`: Sync events linked to deleted profiles.
20925
21395
  */
20926
21396
  shouldSyncEventsWithDeletedProfiles?: pulumi.Input<boolean | undefined>;
20927
21397
  /**
20928
21398
  * Field usage depends on `service` value:
20929
- * - Service `klaviyo`: Sync predictive analytics for `PERSON` table
21399
+ * - Service `klaviyo`: Sync predictive analytics for `PERSON` table.
20930
21400
  */
20931
21401
  shouldSyncPredictiveAnalytics?: pulumi.Input<boolean | undefined>;
20932
21402
  /**
@@ -21100,6 +21570,7 @@ export interface GetConnectorConfigArgs {
21100
21570
  * - Service `acumatica`: Your Acumatica subdomain.
21101
21571
  * - Service `ada`: Your Ada sub-domain.
21102
21572
  * - Service `alchemer`: Your Alchemer sub-domain.
21573
+ * - Service `atlassianCompass`: Your Atlassian Compass subdomain.
21103
21574
  * - Service `atlassianJiraAlign`: Your Jira Align base URL.
21104
21575
  * - Service `azureBoards`: Your Azure Boards Organization Name.
21105
21576
  * - Service `azureDevops`: Your Azure Organization Name
@@ -21160,6 +21631,7 @@ export interface GetConnectorConfigArgs {
21160
21631
  * - Service `recurly`: Your company's Recurly subdomain.
21161
21632
  * - Service `reltio`: Your Reltio subdomain.
21162
21633
  * - Service `revel`: Your Revel Systems subDomain.
21634
+ * - Service `rocketlane`: Your Rocketlane API server region.
21163
21635
  * - Service `rundeck`: Your Rundeck subdomain.
21164
21636
  * - Service `sageHr`: Your Sage HR subdomain.
21165
21637
  * - Service `salesforceMarketingCloud`: Your Salesforce Marketing Cloud subdomain.
@@ -21195,7 +21667,7 @@ export interface GetConnectorConfigArgs {
21195
21667
  * - Service `freshsuccess`: Your Freshsuccess subdomain.
21196
21668
  * - Service `gorgias`: Your Gorgias subdomain.
21197
21669
  * - Service `hex`: Your Hex subdomain.
21198
- * - Service `ibacos`: Your IBACOS Server.
21670
+ * - Service `ibacos`: Your IBACOS server.
21199
21671
  * - Service `jamaSoftware`: Your Jama Software subdomain.
21200
21672
  * - Service `klarna`: Your Klarna subdomain.
21201
21673
  * - Service `learnupon`: Your LearnUpon subdomain.
@@ -21417,6 +21889,11 @@ export interface GetConnectorConfigArgs {
21417
21889
  * - Service `d2lBrightspace`: Your D2L Brightspace target host.
21418
21890
  */
21419
21891
  targetHost?: pulumi.Input<string | undefined>;
21892
+ /**
21893
+ * Field usage depends on `service` value:
21894
+ * - Service `sevdesk`: The tax rule code to retrieve receipt guidance for (optional — leave blank to skip this table).
21895
+ */
21896
+ taxRuleCode?: pulumi.Input<string | undefined>;
21420
21897
  /**
21421
21898
  * Field usage depends on `service` value:
21422
21899
  * - Service `sqlServer`: Certificate file path used to protect a database encryption key
@@ -21586,8 +22063,8 @@ export interface GetConnectorConfigArgs {
21586
22063
  * - Service `twitter`: Number of months' worth of data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
21587
22064
  * - Service `twitterAds`: Historical sync timeframe in months.
21588
22065
  * - Service `walmartDsp`: Number of months' worth of data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
21589
- * - Service `yahooDsp`: Number of months` worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `THREE`.
21590
- * - Service `yahooGemini`: Number of months' worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `TWELVE`.
22066
+ * - Service `yahooDsp`: Number of months`worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value:`THREE`.
22067
+ * - Service `yahooGemini` : Number of months' worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `TWELVE`.
21591
22068
  */
21592
22069
  timeframeMonths?: pulumi.Input<string | undefined>;
21593
22070
  /**
@@ -22185,7 +22662,7 @@ export interface GetConnectorConfigArgs {
22185
22662
  * - Service `unicommerce`: Your uniware login username.
22186
22663
  * - Service `upland`: Your Upland Software username.
22187
22664
  * - Service `uptempo`: Your Uptempo username.
22188
- * - Service `veevaVault`: Username
22665
+ * - Service `veevaVault`: Username (only when authenticationMethod is `Basic`)
22189
22666
  * - Service `veevavault`: Your Veeva Vault username.
22190
22667
  * - Service `whenIWork`: Your When I Work username.
22191
22668
  * - Service `wherefour`: Your Wherefour username.
@@ -22193,11 +22670,21 @@ export interface GetConnectorConfigArgs {
22193
22670
  * - Service `workdayHcm`: Username of your Workday Integration System User account
22194
22671
  * - Service `xandr`: Your Xandr username.
22195
22672
  * - Service `yougovBrandindex`: Your YouGov BrandIndex username.
22196
- * - Service `younium`: Your Younium username.
22673
+ * - Service `younium`: Your Younium username. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
22197
22674
  * - Service `zuora`: The API username with the necessary access permissions.
22198
22675
  * - Service `zuoraSandbox`: The API username with the necessary access permissions.
22199
22676
  */
22200
22677
  username?: pulumi.Input<string | undefined>;
22678
+ /**
22679
+ * Field usage depends on `service` value:
22680
+ * - Service `shipstation`: Your ShipStation V2 API key.
22681
+ */
22682
+ v2ApiKey?: pulumi.Input<string | undefined>;
22683
+ /**
22684
+ * Field usage depends on `service` value:
22685
+ * - Service `veevaVault`: (Optional) Target Vault DNS if different from default (only when authenticationMethod is `OAuth2`)
22686
+ */
22687
+ vaultDns?: pulumi.Input<string | undefined>;
22201
22688
  /**
22202
22689
  * Field usage depends on `service` value:
22203
22690
  * - Service `itunesConnect`: Your vendors id
@@ -22230,6 +22717,11 @@ export interface GetConnectorConfigArgs {
22230
22717
  * - Service `adyen`: Your Adyen Web Service API key.
22231
22718
  */
22232
22719
  webServiceApiKey?: pulumi.Input<string | undefined>;
22720
+ /**
22721
+ * Field usage depends on `service` value:
22722
+ * - Service `iterable`: The authentication method for the Iterable webhook. Accepted values: `NoAuth`, `Basic`, `OAuth2`.
22723
+ */
22724
+ webhookAuthType?: pulumi.Input<string | undefined>;
22233
22725
  /**
22234
22726
  * Field usage depends on `service` value:
22235
22727
  * - Service `appsflyer`: Webhook Url
@@ -22253,6 +22745,26 @@ export interface GetConnectorConfigArgs {
22253
22745
  * - Service `xero`: (ReadOnly) The Webhook URL generated by Fivetran. You can configure this in XERO.
22254
22746
  */
22255
22747
  webhookUrl?: pulumi.Input<string | undefined>;
22748
+ /**
22749
+ * Field usage depends on `service` value:
22750
+ * - Service `sqlServer`: Fivetran client certificate to add to the Windows Auth server's trusted clients.
22751
+ */
22752
+ windowsAuthClientCertificate?: pulumi.Input<string | undefined>;
22753
+ /**
22754
+ * Field usage depends on `service` value:
22755
+ * - Service `sqlServer`: Hostname of the Windows Auth gRPC server.
22756
+ */
22757
+ windowsAuthGrpcHost?: pulumi.Input<string | undefined>;
22758
+ /**
22759
+ * Field usage depends on `service` value:
22760
+ * - Service `sqlServer`: Port of the Windows Auth gRPC server.
22761
+ */
22762
+ windowsAuthGrpcPort?: pulumi.Input<number | undefined>;
22763
+ /**
22764
+ * Field usage depends on `service` value:
22765
+ * - Service `sqlServer`: PEM certificate of the Windows Auth gRPC server used to verify the server identity.
22766
+ */
22767
+ windowsAuthServerCertificate?: pulumi.Input<string | undefined>;
22256
22768
  /**
22257
22769
  * Field usage depends on `service` value:
22258
22770
  * - Service `woocommerce`: The Site ID of your WordPress hosted WooCommerce instance or the subdomain of your self-hosted WooCommerce instance.
@@ -22271,6 +22783,7 @@ export interface GetConnectorConfigArgs {
22271
22783
  /**
22272
22784
  * Field usage depends on `service` value:
22273
22785
  * - Service `fulfil`: Your Fulfil workspace ID.
22786
+ * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform workspace ID.
22274
22787
  */
22275
22788
  workspaceId?: pulumi.Input<string | undefined>;
22276
22789
  /**
@@ -22554,6 +23067,11 @@ export interface GetConnectorConfigCustomReport {
22554
23067
  * - Service `snapchatAds`: [List of Core, Additional and Conversion Metrics Stats Fields](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#basemetricsfields).
22555
23068
  */
22556
23069
  baseMetricsFields?: string[];
23070
+ /**
23071
+ * Field usage depends on `service` value:
23072
+ * - Service `appleSearchAds`: The base report type. It determines the set of available dimensions for the `groupBy` field and the metrics that will be included in the custom report. Only one value is supported: `CAMPAIGN`.
23073
+ */
23074
+ baseReportType?: string;
22557
23075
  /**
22558
23076
  * Field usage depends on `service` value:
22559
23077
  * - Service `snapchatAds`: [Sets Breakdown on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#breakdown).
@@ -22600,6 +23118,11 @@ export interface GetConnectorConfigCustomReport {
22600
23118
  * - Service `snapchatAds`: [Sets Granularity on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#granularity).
22601
23119
  */
22602
23120
  granularity?: string;
23121
+ /**
23122
+ * Field usage depends on `service` value:
23123
+ * - Service `appleSearchAds`: The list of dimensions to group the data by. The available dimensions depend on the selected `baseReportType`.
23124
+ */
23125
+ groupBies?: string[];
22603
23126
  /**
22604
23127
  * Field usage depends on `service` value:
22605
23128
  * - Service `redditAds`: Level of custom report.
@@ -22638,6 +23161,11 @@ export interface GetConnectorConfigCustomReport {
22638
23161
  * - Service `snapchatAds`: [List of SKAd Metrics fields in custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#skadmetricsfields).
22639
23162
  */
22640
23163
  skAdMetricsFields?: string[];
23164
+ /**
23165
+ * Field usage depends on `service` value:
23166
+ * - Service `appleSearchAds`: The name of the custom report table. It must be unique within this connection and must comply with Fivetran's naming conventions.
23167
+ */
23168
+ table?: string;
22641
23169
  /**
22642
23170
  * Field usage depends on `service` value:
22643
23171
  * - Service `criteo`: Destination Table name of report
@@ -22681,6 +23209,11 @@ export interface GetConnectorConfigCustomReportArgs {
22681
23209
  * - Service `snapchatAds`: [List of Core, Additional and Conversion Metrics Stats Fields](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#basemetricsfields).
22682
23210
  */
22683
23211
  baseMetricsFields?: pulumi.Input<pulumi.Input<string>[] | undefined>;
23212
+ /**
23213
+ * Field usage depends on `service` value:
23214
+ * - Service `appleSearchAds`: The base report type. It determines the set of available dimensions for the `groupBy` field and the metrics that will be included in the custom report. Only one value is supported: `CAMPAIGN`.
23215
+ */
23216
+ baseReportType?: pulumi.Input<string | undefined>;
22684
23217
  /**
22685
23218
  * Field usage depends on `service` value:
22686
23219
  * - Service `snapchatAds`: [Sets Breakdown on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#breakdown).
@@ -22727,6 +23260,11 @@ export interface GetConnectorConfigCustomReportArgs {
22727
23260
  * - Service `snapchatAds`: [Sets Granularity on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#granularity).
22728
23261
  */
22729
23262
  granularity?: pulumi.Input<string | undefined>;
23263
+ /**
23264
+ * Field usage depends on `service` value:
23265
+ * - Service `appleSearchAds`: The list of dimensions to group the data by. The available dimensions depend on the selected `baseReportType`.
23266
+ */
23267
+ groupBies?: pulumi.Input<pulumi.Input<string>[] | undefined>;
22730
23268
  /**
22731
23269
  * Field usage depends on `service` value:
22732
23270
  * - Service `redditAds`: Level of custom report.
@@ -22765,6 +23303,11 @@ export interface GetConnectorConfigCustomReportArgs {
22765
23303
  * - Service `snapchatAds`: [List of SKAd Metrics fields in custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#skadmetricsfields).
22766
23304
  */
22767
23305
  skAdMetricsFields?: pulumi.Input<pulumi.Input<string>[] | undefined>;
23306
+ /**
23307
+ * Field usage depends on `service` value:
23308
+ * - Service `appleSearchAds`: The name of the custom report table. It must be unique within this connection and must comply with Fivetran's naming conventions.
23309
+ */
23310
+ table?: pulumi.Input<string | undefined>;
22768
23311
  /**
22769
23312
  * Field usage depends on `service` value:
22770
23313
  * - Service `criteo`: Destination Table name of report
@@ -22803,6 +23346,11 @@ export interface GetConnectorConfigCustomTable {
22803
23346
  * - Service `facebookAds`: Options to select aggregation duration. [Possible aggregation values](https://fivetran.com/docs/connectors/applications/facebook-ads#aggregation).
22804
23347
  */
22805
23348
  aggregation?: string;
23349
+ /**
23350
+ * Field usage depends on `service` value:
23351
+ * - Service `facebookAds`: List of attribution windows passed as Meta's `actionAttributionWindows` query parameter. Default: `CLICK_7D`, `VIEW_1D`, `INCREMENTALITY`. Possible values: `CLICK_1D`, `CLICK_7D`, `CLICK_28D`, `VIEW_1D`, `ENGAGED_VIEW_1D`, `INCREMENTALITY`, `INCREMENTALITY_FIRST_CONVERSION`, `INCREMENTALITY_ALL_CONVERSIONS`.
23352
+ */
23353
+ attributionWindows?: string[];
22806
23354
  /**
22807
23355
  * Field usage depends on `service` value:
22808
23356
  * - Service `facebookAds`: List of breakdowns which connector will sync. [Possible breakdowns values](https://fivetran.com/docs/connectors/applications/facebook-ads#breakdowns).
@@ -22810,7 +23358,7 @@ export interface GetConnectorConfigCustomTable {
22810
23358
  breakdowns?: string[];
22811
23359
  /**
22812
23360
  * Field usage depends on `service` value:
22813
- * - Service `facebookAds`: Time period to attribute conversions based on clicks. [Possible clickAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#clickattributionwindow).
23361
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
22814
23362
  */
22815
23363
  clickAttributionWindow?: string;
22816
23364
  /**
@@ -22820,7 +23368,7 @@ export interface GetConnectorConfigCustomTable {
22820
23368
  configType?: string;
22821
23369
  /**
22822
23370
  * Field usage depends on `service` value:
22823
- * - Service `facebookAds`: Time period to attribute conversions based on engaged views. [Possible viewAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#engagedviewattributionwindow).
23371
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
22824
23372
  */
22825
23373
  engagedViewAttributionWindow?: string;
22826
23374
  /**
@@ -22842,7 +23390,7 @@ export interface GetConnectorConfigCustomTable {
22842
23390
  useUnifiedAttributionSetting?: boolean;
22843
23391
  /**
22844
23392
  * Field usage depends on `service` value:
22845
- * - Service `facebookAds`: Time period to attribute conversions based on views. [Possible viewAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#viewattributionwindow).
23393
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
22846
23394
  */
22847
23395
  viewAttributionWindow?: string;
22848
23396
  }
@@ -22862,6 +23410,11 @@ export interface GetConnectorConfigCustomTableArgs {
22862
23410
  * - Service `facebookAds`: Options to select aggregation duration. [Possible aggregation values](https://fivetran.com/docs/connectors/applications/facebook-ads#aggregation).
22863
23411
  */
22864
23412
  aggregation?: pulumi.Input<string | undefined>;
23413
+ /**
23414
+ * Field usage depends on `service` value:
23415
+ * - Service `facebookAds`: List of attribution windows passed as Meta's `actionAttributionWindows` query parameter. Default: `CLICK_7D`, `VIEW_1D`, `INCREMENTALITY`. Possible values: `CLICK_1D`, `CLICK_7D`, `CLICK_28D`, `VIEW_1D`, `ENGAGED_VIEW_1D`, `INCREMENTALITY`, `INCREMENTALITY_FIRST_CONVERSION`, `INCREMENTALITY_ALL_CONVERSIONS`.
23416
+ */
23417
+ attributionWindows?: pulumi.Input<pulumi.Input<string>[] | undefined>;
22865
23418
  /**
22866
23419
  * Field usage depends on `service` value:
22867
23420
  * - Service `facebookAds`: List of breakdowns which connector will sync. [Possible breakdowns values](https://fivetran.com/docs/connectors/applications/facebook-ads#breakdowns).
@@ -22869,7 +23422,7 @@ export interface GetConnectorConfigCustomTableArgs {
22869
23422
  breakdowns?: pulumi.Input<pulumi.Input<string>[] | undefined>;
22870
23423
  /**
22871
23424
  * Field usage depends on `service` value:
22872
- * - Service `facebookAds`: Time period to attribute conversions based on clicks. [Possible clickAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#clickattributionwindow).
23425
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
22873
23426
  */
22874
23427
  clickAttributionWindow?: pulumi.Input<string | undefined>;
22875
23428
  /**
@@ -22879,7 +23432,7 @@ export interface GetConnectorConfigCustomTableArgs {
22879
23432
  configType?: pulumi.Input<string | undefined>;
22880
23433
  /**
22881
23434
  * Field usage depends on `service` value:
22882
- * - Service `facebookAds`: Time period to attribute conversions based on engaged views. [Possible viewAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#engagedviewattributionwindow).
23435
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
22883
23436
  */
22884
23437
  engagedViewAttributionWindow?: pulumi.Input<string | undefined>;
22885
23438
  /**
@@ -22901,7 +23454,7 @@ export interface GetConnectorConfigCustomTableArgs {
22901
23454
  useUnifiedAttributionSetting?: pulumi.Input<boolean | undefined>;
22902
23455
  /**
22903
23456
  * Field usage depends on `service` value:
22904
- * - Service `facebookAds`: Time period to attribute conversions based on views. [Possible viewAttributionWindow values](https://fivetran.com/docs/connectors/applications/facebook-ads#viewattributionwindow).
23457
+ * - Service `facebookAds`: Deprecated. Read-only legacy field used only during migration to `attributionWindows`.
22905
23458
  */
22906
23459
  viewAttributionWindow?: pulumi.Input<string | undefined>;
22907
23460
  }
@@ -22952,7 +23505,7 @@ export interface GetConnectorConfigFile {
22952
23505
  emailSubject?: string;
22953
23506
  /**
22954
23507
  * Field usage depends on `service` value:
22955
- * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced per table. We have discontinued this field, and will delete it by August 31, 2025.
23508
+ * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced per table.
22956
23509
  * - Service `box`: All files in your search path matching this regular expression will be synced per table.
22957
23510
  * - Service `dropbox`: All files in your search path matching this regular expression will be synced per table.
22958
23511
  * - Service `email`: All files in your search path matching this regular expression will be synced per table.
@@ -23019,7 +23572,7 @@ export interface GetConnectorConfigFileArgs {
23019
23572
  emailSubject?: pulumi.Input<string | undefined>;
23020
23573
  /**
23021
23574
  * Field usage depends on `service` value:
23022
- * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced per table. We have discontinued this field, and will delete it by August 31, 2025.
23575
+ * - Service `azureBlobStorage`: All files in your search path matching this regular expression will be synced per table.
23023
23576
  * - Service `box`: All files in your search path matching this regular expression will be synced per table.
23024
23577
  * - Service `dropbox`: All files in your search path matching this regular expression will be synced per table.
23025
23578
  * - Service `email`: All files in your search path matching this regular expression will be synced per table.
@@ -23163,9 +23716,14 @@ export interface GetConnectorConfigReport {
23163
23716
  aggregation?: string;
23164
23717
  /**
23165
23718
  * Field usage depends on `service` value:
23166
- * - Service `googleSearchAds360`: The report attributes included to sync.
23719
+ * - Service `googleSearchAds360`: The report attributes included to sync. Labeled `Fields` in the Fivetran dashboard.
23167
23720
  */
23168
23721
  attributes?: string[];
23722
+ /**
23723
+ * Field usage depends on `service` value:
23724
+ * - Service `klaviyo`: Optional breakdown for Form Series reports. Select Form version ID to group data by individual form versions, or Form ID to group data by form only.
23725
+ */
23726
+ breakdown?: string;
23169
23727
  /**
23170
23728
  * Field usage depends on `service` value:
23171
23729
  * - Service `doubleClickPublishers`: Columns provide all trafficking statistics and revenue information available for the chosen dimensions.
@@ -23355,7 +23913,7 @@ export interface GetConnectorConfigReport {
23355
23913
  * - Service `doubleClickCampaignManager`: Type of reporting data to sync. Default value: `STANDARD`.
23356
23914
  * - Service `googleAds`: The name of the Google Ads report from which the connector will sync the data. [Possible reportType values](https://developers.google.com/adwords/api/docs/appendix/reports#report-types).
23357
23915
  * - Service `googleDisplayAndVideo360`: The type of the report to create. This is a required parameter when `configMethod` is set to `CREATE_NEW`.
23358
- * - Service `googleSearchAds360`: The type of report
23916
+ * - Service `googleSearchAds360`: The type of report. Labeled `Resource type` in the Fivetran dashboard.
23359
23917
  * - Service `googleSearchConsole`: The type of report
23360
23918
  */
23361
23919
  reportType?: string;
@@ -23520,9 +24078,14 @@ export interface GetConnectorConfigReportArgs {
23520
24078
  aggregation?: pulumi.Input<string | undefined>;
23521
24079
  /**
23522
24080
  * Field usage depends on `service` value:
23523
- * - Service `googleSearchAds360`: The report attributes included to sync.
24081
+ * - Service `googleSearchAds360`: The report attributes included to sync. Labeled `Fields` in the Fivetran dashboard.
23524
24082
  */
23525
24083
  attributes?: pulumi.Input<pulumi.Input<string>[] | undefined>;
24084
+ /**
24085
+ * Field usage depends on `service` value:
24086
+ * - Service `klaviyo`: Optional breakdown for Form Series reports. Select Form version ID to group data by individual form versions, or Form ID to group data by form only.
24087
+ */
24088
+ breakdown?: pulumi.Input<string | undefined>;
23526
24089
  /**
23527
24090
  * Field usage depends on `service` value:
23528
24091
  * - Service `doubleClickPublishers`: Columns provide all trafficking statistics and revenue information available for the chosen dimensions.
@@ -23712,7 +24275,7 @@ export interface GetConnectorConfigReportArgs {
23712
24275
  * - Service `doubleClickCampaignManager`: Type of reporting data to sync. Default value: `STANDARD`.
23713
24276
  * - Service `googleAds`: The name of the Google Ads report from which the connector will sync the data. [Possible reportType values](https://developers.google.com/adwords/api/docs/appendix/reports#report-types).
23714
24277
  * - Service `googleDisplayAndVideo360`: The type of the report to create. This is a required parameter when `configMethod` is set to `CREATE_NEW`.
23715
- * - Service `googleSearchAds360`: The type of report
24278
+ * - Service `googleSearchAds360`: The type of report. Labeled `Resource type` in the Fivetran dashboard.
23716
24279
  * - Service `googleSearchConsole`: The type of report
23717
24280
  */
23718
24281
  reportType?: pulumi.Input<string | undefined>;
@@ -24166,7 +24729,7 @@ export interface GetConnectorConfigTenantConfigArgs {
24166
24729
  export interface GetConnectorDestinationSchema {
24167
24730
  /**
24168
24731
  * The connector schema name in destination. Has to be unique within the group (destination). Required for connector creation of services:<br>
24169
- * `15five`, `360learning`, `6sense`, `7shifts`, `absorbLms`, `acculynx`, `activecampaign`, `acumatica`, `ada`, `adform`, `adjust`, `adobeAnalyticsDataFeed`, `adobeAnalytics`, `adobeCommerce`, `adobeExperiencePlatform`, `adobeWorkfront`, `adpWorkforceNow`, `adroll`, `adyen`, `affinity`, `afterpay`, `aha`, `aircall`, `akamai`, `akeneo`, `alation`, `alchemer`, `algolia`, `alida`, `amazonAds`, `amazonAttribution`, `amazonDsp`, `amazonSellingPartner`, `amplitude`, `amqp`, `anaplan`, `anthropicClaude`, `anvyl`, `apacheKafka`, `apollo`, `appcues`, `appfigures`, `appleSearchAds`, `applovin`, `appsflyer`, `asana`, `ascendByPartnerize`, `ashby`, `assembled`, `assetPanda`, `atlassianJiraAlign`, `atlassianOpsGenie`, `attentive`, `attio`, `aumni`, `auraFromUnity`, `auth0`, `autodeskBim360`, `avantlink`, `avevaPi`, `awin`, `awsCloudtrail`, `awsCostReport`, `awsCost`, `awsInventory`, `awsLambda`, `awsMsk`, `azureBlobStorage`, `azureBoards`, `azureDevops`, `azureEventHub`, `azureFunction`, `azureServiceBus`, `backbonePlm`, `ballotready`, `bamboohr`, `bazaarvoice`, `betterworks`, `bigCommerce`, `biginByZohoCrm`, `bigmarker`, `billingPlatform`, `bingWebmasterTools`, `bingads`, `birdeye`, `bitly`, `bizzaboApp`, `bizzaboV2`, `bizzabo`, `boostr`, `box`, `braintreeSandbox`, `braintree`, `branch`, `braveAds`, `braze`, `breatheHr`, `brevo`, `brex`, `brightcove`, `brightflag`, `brightpearl`, `brivo`, `bubble`, `buildium`, `buildkite`, `businessCentral`, `buzzsprout`, `bynder`, `cabcharge`, `calabrio`, `calendly`, `callrail`, `campaignmonitor`, `campfire`, `canny`, `canvasByInstructure`, `canvasData2ByInstructure`, `careQualityCommission`, `castorEdc`, `centra`, `ceridianDayforce`, `chameleon`, `channelAdvisor`, `chargebeeProductCatalog1`, `chargebeeProductCatalog2`, `chargedesk`, `charthop`, `chartmogul`, `checkout`, `checkr`, `chorusai`, `churnkey`, `churnzero`, `cimis`, `cin7`, `cin7core`, `circleci`, `cjCommissionDetail`, `clari`, `classy`, `clazar`, `clickup`, `clockify`, `clockodo`, `close`, `cloudbeds`, `cloudflareAnalytics`, `cloudfront`, `cloudtalk`, `clubspeed`, `coalesce`, `coassemble`, `coda`, `codefresh`, `coheris`, `collibra`, `column`, `commercetools`, `complianceCheckpoint`, `concord`, `concur`, `confluence`, `confluentCloud`, `connectorSdk`, `consensusDemoAutomationPlatform`, `constantContact`, `contrastSecurity`, `convex`, `copper`, `cornerstone`, `coupa`, `credly`, `criteoRetailMedia`, `criteo`, `crossbeam`, `crowddev`, `crunchbase`, `cubeSoftware`, `cube`, `cultureAmp`, `customerio`, `cvent`, `d2lBrightspace`, `datadog`, `datastreamerSource`, `dbtCloud`, `dclLogistics`, `dear`, `deel`, `delighted`, `deposco`, `deputy`, `destini`, `deviceMagic`, `dialpad`, `discourse`, `dixa`, `docebo`, `donus`, `doorloop`, `doubleClickCampaignManager`, `doubleClickPublishers`, `drata`, `drift`, `drip`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `dutchie`, `dynamics365`, `dynamodb`, `easypost`, `ebay`, `economic`, `elasticCloud`, `electronicTenantSolutions`, `eloqua`, `email`, `employmentHero`, `esSelfHosted`, `eventbrite`, `eventsforce`, `everflow`, `everhour`, `exactOnline`, `expensein`, `expensify`, `ezofficeinventory`, `facebookAdAccount`, `facebookAds`, `facebookPages`, `facebook`, `factbird`, `factorial`, `fathom`, `fillout`, `financialForce`, `firebase`, `fireflies`, `firehydrant`, `fivetranLog`, `flexport`, `float`, `flywheelDigital`, `foneDynamics`, `forethought`, `forjCommunity`, `formstack`, `fortnox`, `fountain`, `fourkites`, `freightview`, `freshbooks`, `freshchat`, `freshdeskContactCenter`, `freshdesk`, `freshsales`, `freshservice`, `freshsuccess`, `freshteam`, `friendbuy`, `front`, `ftp`, `fulfil`, `fullstory`, `g2`, `gainsightCustomerSuccess`, `gainsightProductExperience`, `gcs`, `gem`, `genesys`, `getfeedback`, `github`, `gitlab`, `gladly`, `globalmeet`, `gmail`, `gocardless`, `gofundmePro`, `goldcast`, `gongio`, `googleAds`, `googleAnalytics360`, `googleAnalytics4Export`, `googleAnalytics4`, `googleAnalyticsMcf`, `googleAnalytics`, `googleBusinessProfile`, `googleCalendar`, `googleClassroom`, `googleCloudFunction`, `googleDisplayAndVideo360`, `googleDrive`, `googlePlay`, `googleSearchAds360`, `googleSearchConsole`, `googleSheets`, `googleTagManager`, `googleTasks`, `gorgias`, `greenPowerMonitor`, `greenhouse`, `grepsr`, `grin`, `guru`, `hLevel`, `hanaSapHvaEccNetweaver`, `hanaSapHvaS4Netweaver`, `happyfox`, `harvest`, `healthie`, `heap`, `heartlandRetailPos`, `height`, `helpdesk`, `helpjuice`, `helpscout`, `helpshift`, `herokuKafka`, `hex`, `hibob`, `higherLogicVanilla`, `hiltiOntrack`, `hopin`, `hubspot`, `ibacos`, `ilevel`, `impactPartner`, `impact`, `incidentio`, `infobip`, `insightly`, `instagramBusiness`, `instructure`, `integralAdScience`, `integrate`, `intercom`, `invoiced`, `ironclad`, `ironsource`, `iterable`, `itunesConnect`, `ivanti`, `jamaSoftware`, `jamf`, `jibble`, `jira`, `jobnimbus`, `jotform`, `justcall`, `kandji`, `katana`, `kevel`, `keypay`, `khorosCare`, `khorosCommunities`, `khorosMarketing`, `kinesis`, `kisi`, `kissmetrics`, `klarna`, `klaviyo`, `konnectInsights`, `kustomer`, `lattice`, `launchdarkly`, `leapCrm`, `leapsome`, `learnAmp`, `learnupon`, `lemlist`, `lessonly`, `lever`, `liftoff`, `lightSpeedRetail`, `lightspeedRetailXseries`, `lineAds`, `linear`, `linkedinAds`, `linkedinCompanyPages`, `linksquares`, `listen360`, `livechatPartner`, `livechat`, `livestorm`, `lob`, `lookerSource`, `loop`, `loopio`, `lucca`, `luma`, `mailchimp`, `maileon`, `mailgun`, `mailjet`, `maintainx`, `malomo`, `mambu`, `mandrill`, `marin`, `marketo`, `matomo`, `mavenlink`, `maxioChargify`, `maxioSaasoptics`, `medalliaAgileResearch`, `medallia`, `megaphone`, `meltwater`, `mention`, `messagebird`, `microsoftDynamics365Fno`, `microsoftDynamics365Fo`, `microsoftEntraId`, `microsoftLists`, `microsoftPowerBi`, `microsoftTeams`, `missive`, `mixmax`, `mixpanel`, `mode`, `mollie`, `moloco`, `monday`, `mountain`, `mux`, `myosh`, `namely`, `nationalHeavyVehicleRegulator`, `navan`, `netsuiteSuiteanalytics`, `nice`, `notion`, `nylas`, `odoo`, `okendo`, `okta`, `ometria`, `on24`, `oncehub`, `oneDrive`, `onetrust`, `openDataDc`, `openExchangeRates`, `openai`, `opendistro`, `opensearch`, `optimizely`, `oracleFusionFieldService`, `oracleMoatAnalytics`, `oracleNetsuiteOpenair`, `oracleSapHvaNetweaver`, `orbit`, `ordergroove`, `ordway`, `ortto`, `outbrain`, `outreach`, `packiyo`, `paddle`, `pagerduty`, `pandadoc`, `papershift`, `pardotSandbox`, `pardot`, `partnerize`, `partnerstackVendor`, `paychex`, `paylocity`, `paypalSandbox`, `paypal`, `pendo`, `peopleforce`, `persona`, `personio`, `phoenixAds`, `picqer`, `pigment`, `pingdom`, `pinpoint`, `pinterestAds`, `pinterestOrganic`, `pipe17`, `pipedrive`, `pivotalTracker`, `piwikPro`, `placerai`, `planetscale`, `planful`, `planhat`, `playvoxWorkforceManagement`, `playvox`, `podio`, `poplar`, `posthog`, `postmark`, `powerReviewsEnterprise`, `prismaCloud`, `prive`, `procore`, `productboard`, `productive`, `proofpointSecurityAwareness`, `prosperstack`, `purpleDot`, `pylonSupportPlatform`, `qmaticDataConnect`, `qualaroo`, `qualtrics`, `quickbooks`, `quoraAds`, `quorum`, `rakutenadvertising`, `ramp`, `rarible`, `reboundReturns`, `recharge`, `recurly`, `redditAds`, `referralhero`, `refiner`, `reltio`, `replyio`, `resourceManagementBySmartsheet`, `retailnext`, `retently`, `revel`, `revenuecat`, `reviewsai`, `reviewsio`, `revops`, `revx`, `ricochet360`, `ringcentral`, `ringover`, `rippling`, `rithum`, `rivo`, `rocketlane`, `rokt`, `rollbar`, `rootly`, `rtbHouse`, `ruddr`, `rundeck`, `s3CompatibleStorage`, `s3`, `safebase`, `safetyculture`, `sageHr`, `sageIntacct`, `sailthru`, `salesforceCommerceCloud`, `salesforceMarketingCloud`, `salesforceSandbox`, `salesforce`, `salesloft`, `salsify`, `samsara`, `sana`, `sapBusinessByDesign`, `sapHana`, `sapS4hana`, `sapSuccessFactors`, `scorm`, `securityJourney`, `segment`, `sendgrid`, `sendinblue`, `sensorTower`, `sentry`, `servicenow`, `servicetitan`, `servicetrade`, `sftp`, `sharePoint`, `shareasale`, `sharetribe`, `shiphero`, `shipmonk`, `shipnetwork`, `shipstation`, `shopify`, `shopware`, `shortcut`, `shortio`, `showpad`, `siemensBuildingXOpenness`, `sigmaComputingSource`, `simplecast`, `simplesat`, `singlestoreSource`, `sistrix`, `skilljar`, `skillstx`, `skimlinks`, `skuvault`, `slab`, `slackAdminData`, `slackApp`, `slack`, `smadex`, `smarthr`, `smartrecruiters`, `smartsheet`, `smartwaiver`, `snapchatAds`, `snowplow`, `snyk`, `solarwindsServiceDesk`, `sonarqube`, `sparkpost`, `splash`, `splitio`, `splunk`, `spotifyAds`, `sprout`, `square`, `squarespace`, `stackadaptGraphql`, `stackadapt`, `standardMetrics`, `starrez`, `statisticsNetherlandsCbs`, `statsig`, `statuspage`, `stickyio`, `stripeTest`, `stripe`, `stylight`, `subscript`, `sugarcrm`, `surveyMonkey`, `survicate`, `swoogo`, `tableauSource`, `taboola`, `talkdesk`, `talkwalker`, `teads`, `teamtailor`, `teamwork`, `tempo`, `testrail`, `textus`, `theMovieDatabase`, `theTradeDesk`, `thinkific`, `ticketTailor`, `tiktokAds`, `tiktokOrganicApp`, `tiktokOrganic`, `tive`, `toast`, `togglTrack`, `totango`, `tracksuitSource`, `transcend`, `trelica`, `trello`, `tremendous`, `tripleWhale`, `trisolute`, `trustpilot`, `twilio`, `twitterAds`, `twitter`, `tymeshift`, `typeform`, `udemyBusiness`, `ukgProWorkforceManagement`, `ukgPro`, `unicommerce`, `upland`, `uppromote`, `uptempo`, `uservoice`, `validio`, `veeqo`, `veevaVault`, `veevavault`, `venminder`, `vimeo`, `visitByGes`, `visma`, `vitally`, `vonageContactCenter`, `vonage`, `vts`, `vwo`, `walmartDsp`, `walmartMarketplace`, `wasabiCloudStorage`, `webScraper`, `webconnex`, `webhooks`, `whenIWork`, `wherefour`, `wickedReports`, `woocommerce`, `wordpress`, `workable`, `workdayAdaptive`, `workdayFinancialManagement`, `workdayHcm`, `workdayStrategicSourcing`, `workday`, `workflowmax`, `workleapOfficevibe`, `workramp`, `wrike`, `writesonic`, `xactly`, `xandr`, `xero`, `xray`, `xsolla`, `yahooDisplayAdsOnYahooJapan`, `yahooDsp`, `yahooGemini`, `yahooSearchAdsYahooJapan`, `yext`, `yotpoApp`, `yotpo`, `yougovBrandindex`, `yougovSport`, `younium`, `youtubeAnalytics`, `zendeskChat`, `zendeskSell`, `zendeskSunshine`, `zendeskWorkforceManagement`, `zendesk`, `zenefits`, `zingtree`, `zip`, `zohoBooks`, `zohoCampaigns`, `zohoCrm`, `zohoDesk`, `zohoInventory`, `zohoRecruit`, `zonkaFeedback`, `zoom`, `zuoraSandbox`, `zuora`
24732
+ * `15five`, `360learning`, `6sense`, `7shifts`, `absorbLms`, `acculynx`, `activecampaign`, `acumatica`, `ada`, `adform`, `adjust`, `adobeAnalyticsDataFeed`, `adobeAnalytics`, `adobeCommerce`, `adobeExperiencePlatform`, `adobeWorkfront`, `adpWorkforceNow`, `adroll`, `adyen`, `affinity`, `afterpay`, `aha`, `aircall`, `akamai`, `akeneo`, `alation`, `alchemer`, `algolia`, `alida`, `amazonAds`, `amazonAttribution`, `amazonDsp`, `amazonSellingPartner`, `amplitude`, `amqp`, `anaplan`, `anthropicClaude`, `anvyl`, `apacheKafka`, `apollo`, `appcues`, `appfigures`, `appleSearchAds`, `applovin`, `appsflyer`, `asana`, `ascendByPartnerize`, `ashby`, `assembled`, `assetPanda`, `atlassianCompass`, `atlassianJiraAlign`, `atlassianOpsGenie`, `attentive`, `attio`, `aumni`, `auraFromUnity`, `auth0`, `autodeskBim360`, `avantlink`, `avevaPi`, `awin`, `awsCloudtrail`, `awsCostReport`, `awsCost`, `awsInventory`, `awsLambda`, `awsMsk`, `azureBlobStorage`, `azureBoards`, `azureDevops`, `azureEventHub`, `azureFunction`, `azureServiceBus`, `backbonePlm`, `ballotready`, `bamboohr`, `bazaarvoice`, `betterworks`, `bigCommerce`, `biginByZohoCrm`, `bigmarker`, `billingPlatform`, `bingWebmasterTools`, `bingads`, `birdeye`, `bitly`, `bizzaboApp`, `bizzaboV2`, `bizzabo`, `boostr`, `box`, `braintreeSandbox`, `braintree`, `branch`, `braveAds`, `braze`, `breatheHr`, `brevo`, `brex`, `brightcove`, `brightflag`, `brightpearl`, `brivo`, `bubble`, `buildium`, `buildkite`, `businessCentral`, `buzzsprout`, `bynder`, `cabcharge`, `calabrio`, `calcom`, `calendly`, `callrail`, `campaignmonitor`, `campfire`, `canny`, `canvasByInstructure`, `canvasData2ByInstructure`, `captivateiq`, `careQualityCommission`, `castorEdc`, `centra`, `ceridianDayforce`, `chameleon`, `channelAdvisor`, `chargebeeProductCatalog1`, `chargebeeProductCatalog2`, `chargedesk`, `charthop`, `chartmogul`, `checkout`, `checkr`, `chorusai`, `churnkey`, `churnzero`, `cimis`, `cin7`, `cin7core`, `circleci`, `cjCommissionDetail`, `clari`, `classy`, `claudeCompliance`, `clazar`, `clickup`, `clockify`, `clockodo`, `close`, `cloudbeds`, `cloudflareAnalytics`, `cloudfront`, `cloudtalk`, `clubspeed`, `coalesce`, `coassemble`, `coda`, `codefresh`, `coheris`, `collibra`, `column`, `commercetools`, `complianceCheckpoint`, `concord`, `concur`, `confluence`, `confluentCloud`, `connectorSdk`, `consensusDemoAutomationPlatform`, `constantContact`, `contrastSecurity`, `convex`, `copper`, `cornerstone`, `coupa`, `credly`, `criteoRetailMedia`, `criteo`, `crossbeam`, `crowddev`, `crunchbase`, `cubeSoftware`, `cube`, `cultureAmp`, `customerio`, `cvent`, `d2lBrightspace`, `datadog`, `datastreamerSource`, `db2luw`, `dbtCloud`, `dclLogistics`, `dear`, `deel`, `delighted`, `deposco`, `deputy`, `destini`, `deviceMagic`, `dialpad`, `discourse`, `dixa`, `docebo`, `donus`, `doorloop`, `doubleClickCampaignManager`, `doubleClickPublishers`, `drata`, `drift`, `drip`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `dutchie`, `dynamics365`, `dynamodb`, `easypost`, `ebay`, `economic`, `elasticCloud`, `electronicTenantSolutions`, `eloqua`, `email`, `employmentHero`, `esSelfHosted`, `eventbrite`, `eventsforce`, `everflow`, `everhour`, `exactOnline`, `expensein`, `expensify`, `ezofficeinventory`, `facebookAdAccount`, `facebookAds`, `facebookPages`, `facebook`, `factbird`, `factorial`, `fathom`, `fillout`, `financialForce`, `firebase`, `fireflies`, `firehydrant`, `fivetranLog`, `flexport`, `float`, `flywheelDigital`, `foneDynamics`, `forethought`, `forjCommunity`, `formstack`, `fortnox`, `fountain`, `fourkites`, `freightview`, `freshbooks`, `freshchat`, `freshdeskContactCenter`, `freshdesk`, `freshsales`, `freshservice`, `freshsuccess`, `freshteam`, `friendbuy`, `front`, `ftp`, `fulfil`, `fullstory`, `g2`, `gainsightCustomerSuccess`, `gainsightProductExperience`, `gcs`, `gem`, `genesys`, `getfeedback`, `github`, `gitlab`, `gladly`, `globalmeet`, `gmail`, `gocardless`, `gofundmePro`, `goldcast`, `gongio`, `googleAds`, `googleAnalytics360`, `googleAnalytics4Export`, `googleAnalytics4`, `googleAnalyticsMcf`, `googleAnalytics`, `googleBusinessProfile`, `googleCalendar`, `googleClassroom`, `googleCloudFunction`, `googleDisplayAndVideo360`, `googleDrive`, `googlePlay`, `googleSearchAds360`, `googleSearchConsole`, `googleSheets`, `googleTagManager`, `googleTasks`, `gorgias`, `greenPowerMonitor`, `greenhouse`, `grepsr`, `grin`, `guru`, `hLevel`, `hanaSapHvaEccNetweaver`, `hanaSapHvaS4Netweaver`, `happyfox`, `harvest`, `healthie`, `heap`, `heartlandRetailPos`, `height`, `helpdesk`, `helpjuice`, `helpscout`, `helpshift`, `herokuKafka`, `hex`, `hibob`, `higherLogicVanilla`, `hiltiOntrack`, `hopin`, `hubspot`, `ibacos`, `ilevel`, `impactPartner`, `impact`, `incidentio`, `infobip`, `insightly`, `instagramBusiness`, `instructure`, `integralAdScience`, `integrate`, `intercom`, `invoiced`, `ironcladClickwrap`, `ironclad`, `ironsource`, `iterable`, `itunesConnect`, `ivanti`, `jamaSoftware`, `jamf`, `jibble`, `jira`, `jobnimbus`, `jotform`, `justcall`, `kandji`, `katana`, `kevel`, `keypay`, `khorosCare`, `khorosCommunities`, `khorosMarketing`, `kinesis`, `kisi`, `kissmetrics`, `klarna`, `klaviyo`, `konnectInsights`, `kustomer`, `lattice`, `launchdarkly`, `leapCrm`, `leapsome`, `learnAmp`, `learnupon`, `leaveDates`, `lemlist`, `lessonly`, `lever`, `liftoff`, `lightSpeedRetail`, `lightspeedRetailXseries`, `lineAds`, `linear`, `linkedinAds`, `linkedinCompanyPages`, `linksquares`, `listen360`, `livechatPartner`, `livechat`, `livestorm`, `lob`, `lookerSource`, `loop`, `loopio`, `lucca`, `luma`, `mailchimp`, `maileon`, `mailgun`, `mailjet`, `maintainx`, `malomo`, `mambu`, `mandrill`, `marin`, `marketo`, `matomo`, `mavenlink`, `maxioChargify`, `maxioSaasoptics`, `medalliaAgileResearch`, `medallia`, `megaphone`, `meltwater`, `mention`, `messagebird`, `microsoftDynamics365Fno`, `microsoftDynamics365Fo`, `microsoftEntraId`, `microsoftLists`, `microsoftPowerBi`, `microsoftTeams`, `missive`, `mixmax`, `mixpanel`, `mode`, `mollie`, `moloco`, `monday`, `mountain`, `mux`, `myosh`, `namely`, `nationalHeavyVehicleRegulator`, `navan`, `netsuiteSuiteanalytics`, `nice`, `notion`, `nylas`, `odoo`, `okendo`, `okta`, `ometria`, `on24`, `oncehub`, `oneDrive`, `onetrust`, `openDataDc`, `openExchangeRates`, `openaiCompliancePlatform`, `openai`, `opendistro`, `opensearch`, `optimizely`, `oracleFusionFieldService`, `oracleMoatAnalytics`, `oracleNetsuiteOpenair`, `oracleSapHvaNetweaver`, `orbit`, `ordergroove`, `ordway`, `ortto`, `outbrain`, `outreach`, `packiyo`, `paddle`, `pagerduty`, `pandadoc`, `papershift`, `parcellab`, `pardotSandbox`, `pardot`, `partnerize`, `partnerstackVendor`, `paychex`, `paylocity`, `paypalSandbox`, `paypal`, `pendo`, `peopleforce`, `persona`, `personio`, `phoenixAds`, `picqer`, `pigment`, `pingdom`, `pinpoint`, `pinterestAds`, `pinterestOrganic`, `pipe17`, `pipedrive`, `pivotalTracker`, `piwikPro`, `placerai`, `planetscale`, `planful`, `planhat`, `playvoxWorkforceManagement`, `playvox`, `podio`, `poplar`, `posthog`, `postmark`, `powerReviewsEnterprise`, `prismaCloud`, `prive`, `procore`, `productboard`, `productive`, `profound`, `proofpointSecurityAwareness`, `prosperstack`, `purpleDot`, `pylonSupportPlatform`, `qmaticDataConnect`, `qualaroo`, `qualtrics`, `quickbooks`, `quoraAds`, `quorum`, `rakutenadvertising`, `ramp`, `rarible`, `reboundReturns`, `recharge`, `recurly`, `redditAds`, `referralhero`, `refiner`, `reltio`, `replyio`, `resourceManagementBySmartsheet`, `retailnext`, `retently`, `revel`, `revenuecat`, `reviewsai`, `reviewsio`, `revops`, `revx`, `ricochet360`, `ringcentral`, `ringover`, `rippling`, `rithum`, `rivo`, `rocketlane`, `rokt`, `rollbar`, `rootly`, `rtbHouse`, `ruddr`, `rundeck`, `s3CompatibleStorage`, `s3`, `safebase`, `safetyculture`, `sageHr`, `sageIntacct`, `sailthru`, `salesforceCommerceCloud`, `salesforceMarketingCloud`, `salesforceSandbox`, `salesforce`, `salesloft`, `salsify`, `samsara`, `sana`, `sapBusinessByDesign`, `sapHana`, `sapS4hana`, `sapSuccessFactors`, `scorm`, `securityJourney`, `segment`, `sendgrid`, `sendinblue`, `sensorTower`, `sentry`, `servicenow`, `servicetitan`, `servicetrade`, `sevdesk`, `sftp`, `sharePoint`, `shareasale`, `sharetribe`, `shiphero`, `shipmonk`, `shipnetwork`, `shipstation`, `shopify`, `shopware`, `shortcut`, `shortio`, `showpad`, `siemensBuildingXOpenness`, `sigmaComputingSource`, `simplecast`, `simplesat`, `singlestoreSource`, `sistrix`, `skilljar`, `skillstx`, `skimlinks`, `skuvault`, `slab`, `slackAdminData`, `slackApp`, `slack`, `smadex`, `smarthr`, `smartrecruiters`, `smartsheet`, `smartwaiver`, `snapchatAds`, `snowplow`, `snyk`, `solarwindsServiceDesk`, `sonarqube`, `sparkpost`, `splash`, `splitio`, `splunk`, `spotifyAds`, `sprout`, `square`, `squarespace`, `stackadaptGraphql`, `stackadapt`, `standardMetrics`, `starrez`, `statisticsNetherlandsCbs`, `statsig`, `statuspage`, `stickyio`, `stripeTest`, `stripe`, `stylight`, `subscript`, `sugarcrm`, `surveyMonkey`, `survicate`, `swoogo`, `tableauSource`, `taboola`, `talkdesk`, `talkwalker`, `teads`, `teamtailor`, `teamwork`, `tempo`, `testrail`, `textus`, `theMovieDatabase`, `theTradeDesk`, `thinkific`, `ticketTailor`, `tiktokAds`, `tiktokOrganicApp`, `tiktokOrganic`, `tive`, `toast`, `togglTrack`, `totango`, `tracksuitSource`, `transcend`, `trelica`, `trello`, `tremendous`, `tripleWhale`, `trisolute`, `trustpilot`, `twilio`, `twitterAds`, `twitter`, `tymeshift`, `typeform`, `udemyBusiness`, `ukgProWorkforceManagement`, `ukgPro`, `unicommerce`, `upland`, `uppromote`, `uptempo`, `uservoice`, `validio`, `veeqo`, `veevaVault`, `veevavault`, `venminder`, `vimeo`, `visitByGes`, `visma`, `vitally`, `vonageContactCenter`, `vonage`, `vts`, `vwo`, `walmartDsp`, `walmartMarketplace`, `wasabiCloudStorage`, `webScraper`, `webconnex`, `webhooks`, `whenIWork`, `wherefour`, `wickedReports`, `woocommerce`, `wordpress`, `workable`, `workdayAdaptive`, `workdayFinancialManagement`, `workdayHcm`, `workdayStrategicSourcing`, `workday`, `workflowmax`, `workleapOfficevibe`, `workramp`, `wrike`, `writesonic`, `xactly`, `xandr`, `xero`, `xray`, `xsolla`, `yahooDisplayAdsOnYahooJapan`, `yahooDsp`, `yahooGemini`, `yahooSearchAdsYahooJapan`, `yext`, `yotpoApp`, `yotpo`, `yougovBrandindex`, `yougovSport`, `younium`, `youtubeAnalytics`, `zendeskChat`, `zendeskSell`, `zendeskSunshine`, `zendeskWorkforceManagement`, `zendesk`, `zenefits`, `zingtree`, `zip`, `zohoBooks`, `zohoCampaigns`, `zohoCrm`, `zohoDesk`, `zohoInventory`, `zohoPeople`, `zohoRecruit`, `zonkaFeedback`, `zoom`, `zuoraSandbox`, `zuora`
24170
24733
  */
24171
24734
  name?: string;
24172
24735
  /**
@@ -24176,7 +24739,7 @@ export interface GetConnectorDestinationSchema {
24176
24739
  prefix?: string;
24177
24740
  /**
24178
24741
  * The table name unique within the schema to which connector will sync the data. Required for connector creation of services:<br>
24179
- * `adroll`, `akamai`, `akeneo`, `algolia`, `amazonDsp`, `assembled`, `awsCostReport`, `azureBlobStorage`, `box`, `braveAds`, `buzzsprout`, `canvasData2ByInstructure`, `chargebeeProductCatalog2`, `chargedesk`, `cloudflareAnalytics`, `clubspeed`, `constantContact`, `criteoRetailMedia`, `destini`, `doubleClickCampaignManager`, `doubleClickPublishers`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `email`, `eventsforce`, `everflow`, `facebook`, `forjCommunity`, `freshdeskContactCenter`, `freshsuccess`, `ftp`, `gcs`, `googleAnalytics`, `googleClassroom`, `googleDisplayAndVideo360`, `googleDrive`, `googleSheets`, `grin`, `happyfox`, `jamaSoftware`, `jibble`, `justcall`, `kinesis`, `learnupon`, `livechatPartner`, `lookerSource`, `mixmax`, `navan`, `openDataDc`, `paddle`, `referralhero`, `reviewsai`, `revops`, `rollbar`, `s3`, `safebase`, `sftp`, `shiphero`, `sistrix`, `slack`, `sugarcrm`, `teamtailor`, `tive`, `wasabiCloudStorage`, `webhooks`, `wherefour`, `wordpress`, `workday`, `workleapOfficevibe`, `youtubeAnalytics`
24742
+ * `adroll`, `akamai`, `akeneo`, `algolia`, `amazonDsp`, `assembled`, `awsCostReport`, `azureBlobStorage`, `box`, `braveAds`, `buzzsprout`, `canvasData2ByInstructure`, `chargebeeProductCatalog2`, `chargedesk`, `cloudflareAnalytics`, `clubspeed`, `constantContact`, `criteoRetailMedia`, `destini`, `doubleClickCampaignManager`, `doubleClickPublishers`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `email`, `eventsforce`, `everflow`, `facebook`, `forjCommunity`, `freshdeskContactCenter`, `freshsuccess`, `ftp`, `gcs`, `googleAnalytics`, `googleClassroom`, `googleDisplayAndVideo360`, `googleDrive`, `googleSheets`, `grin`, `happyfox`, `jamaSoftware`, `jibble`, `justcall`, `kinesis`, `learnupon`, `livechatPartner`, `lookerSource`, `mixmax`, `mixpanel`, `navan`, `openDataDc`, `paddle`, `referralhero`, `reviewsai`, `revops`, `rollbar`, `s3`, `safebase`, `sftp`, `shiphero`, `sistrix`, `slack`, `sugarcrm`, `teamtailor`, `tive`, `wasabiCloudStorage`, `webhooks`, `wherefour`, `wordpress`, `workday`, `workleapOfficevibe`, `youtubeAnalytics`
24180
24743
  */
24181
24744
  table?: string;
24182
24745
  /**
@@ -24188,7 +24751,7 @@ export interface GetConnectorDestinationSchema {
24188
24751
  export interface GetConnectorDestinationSchemaArgs {
24189
24752
  /**
24190
24753
  * The connector schema name in destination. Has to be unique within the group (destination). Required for connector creation of services:<br>
24191
- * `15five`, `360learning`, `6sense`, `7shifts`, `absorbLms`, `acculynx`, `activecampaign`, `acumatica`, `ada`, `adform`, `adjust`, `adobeAnalyticsDataFeed`, `adobeAnalytics`, `adobeCommerce`, `adobeExperiencePlatform`, `adobeWorkfront`, `adpWorkforceNow`, `adroll`, `adyen`, `affinity`, `afterpay`, `aha`, `aircall`, `akamai`, `akeneo`, `alation`, `alchemer`, `algolia`, `alida`, `amazonAds`, `amazonAttribution`, `amazonDsp`, `amazonSellingPartner`, `amplitude`, `amqp`, `anaplan`, `anthropicClaude`, `anvyl`, `apacheKafka`, `apollo`, `appcues`, `appfigures`, `appleSearchAds`, `applovin`, `appsflyer`, `asana`, `ascendByPartnerize`, `ashby`, `assembled`, `assetPanda`, `atlassianJiraAlign`, `atlassianOpsGenie`, `attentive`, `attio`, `aumni`, `auraFromUnity`, `auth0`, `autodeskBim360`, `avantlink`, `avevaPi`, `awin`, `awsCloudtrail`, `awsCostReport`, `awsCost`, `awsInventory`, `awsLambda`, `awsMsk`, `azureBlobStorage`, `azureBoards`, `azureDevops`, `azureEventHub`, `azureFunction`, `azureServiceBus`, `backbonePlm`, `ballotready`, `bamboohr`, `bazaarvoice`, `betterworks`, `bigCommerce`, `biginByZohoCrm`, `bigmarker`, `billingPlatform`, `bingWebmasterTools`, `bingads`, `birdeye`, `bitly`, `bizzaboApp`, `bizzaboV2`, `bizzabo`, `boostr`, `box`, `braintreeSandbox`, `braintree`, `branch`, `braveAds`, `braze`, `breatheHr`, `brevo`, `brex`, `brightcove`, `brightflag`, `brightpearl`, `brivo`, `bubble`, `buildium`, `buildkite`, `businessCentral`, `buzzsprout`, `bynder`, `cabcharge`, `calabrio`, `calendly`, `callrail`, `campaignmonitor`, `campfire`, `canny`, `canvasByInstructure`, `canvasData2ByInstructure`, `careQualityCommission`, `castorEdc`, `centra`, `ceridianDayforce`, `chameleon`, `channelAdvisor`, `chargebeeProductCatalog1`, `chargebeeProductCatalog2`, `chargedesk`, `charthop`, `chartmogul`, `checkout`, `checkr`, `chorusai`, `churnkey`, `churnzero`, `cimis`, `cin7`, `cin7core`, `circleci`, `cjCommissionDetail`, `clari`, `classy`, `clazar`, `clickup`, `clockify`, `clockodo`, `close`, `cloudbeds`, `cloudflareAnalytics`, `cloudfront`, `cloudtalk`, `clubspeed`, `coalesce`, `coassemble`, `coda`, `codefresh`, `coheris`, `collibra`, `column`, `commercetools`, `complianceCheckpoint`, `concord`, `concur`, `confluence`, `confluentCloud`, `connectorSdk`, `consensusDemoAutomationPlatform`, `constantContact`, `contrastSecurity`, `convex`, `copper`, `cornerstone`, `coupa`, `credly`, `criteoRetailMedia`, `criteo`, `crossbeam`, `crowddev`, `crunchbase`, `cubeSoftware`, `cube`, `cultureAmp`, `customerio`, `cvent`, `d2lBrightspace`, `datadog`, `datastreamerSource`, `dbtCloud`, `dclLogistics`, `dear`, `deel`, `delighted`, `deposco`, `deputy`, `destini`, `deviceMagic`, `dialpad`, `discourse`, `dixa`, `docebo`, `donus`, `doorloop`, `doubleClickCampaignManager`, `doubleClickPublishers`, `drata`, `drift`, `drip`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `dutchie`, `dynamics365`, `dynamodb`, `easypost`, `ebay`, `economic`, `elasticCloud`, `electronicTenantSolutions`, `eloqua`, `email`, `employmentHero`, `esSelfHosted`, `eventbrite`, `eventsforce`, `everflow`, `everhour`, `exactOnline`, `expensein`, `expensify`, `ezofficeinventory`, `facebookAdAccount`, `facebookAds`, `facebookPages`, `facebook`, `factbird`, `factorial`, `fathom`, `fillout`, `financialForce`, `firebase`, `fireflies`, `firehydrant`, `fivetranLog`, `flexport`, `float`, `flywheelDigital`, `foneDynamics`, `forethought`, `forjCommunity`, `formstack`, `fortnox`, `fountain`, `fourkites`, `freightview`, `freshbooks`, `freshchat`, `freshdeskContactCenter`, `freshdesk`, `freshsales`, `freshservice`, `freshsuccess`, `freshteam`, `friendbuy`, `front`, `ftp`, `fulfil`, `fullstory`, `g2`, `gainsightCustomerSuccess`, `gainsightProductExperience`, `gcs`, `gem`, `genesys`, `getfeedback`, `github`, `gitlab`, `gladly`, `globalmeet`, `gmail`, `gocardless`, `gofundmePro`, `goldcast`, `gongio`, `googleAds`, `googleAnalytics360`, `googleAnalytics4Export`, `googleAnalytics4`, `googleAnalyticsMcf`, `googleAnalytics`, `googleBusinessProfile`, `googleCalendar`, `googleClassroom`, `googleCloudFunction`, `googleDisplayAndVideo360`, `googleDrive`, `googlePlay`, `googleSearchAds360`, `googleSearchConsole`, `googleSheets`, `googleTagManager`, `googleTasks`, `gorgias`, `greenPowerMonitor`, `greenhouse`, `grepsr`, `grin`, `guru`, `hLevel`, `hanaSapHvaEccNetweaver`, `hanaSapHvaS4Netweaver`, `happyfox`, `harvest`, `healthie`, `heap`, `heartlandRetailPos`, `height`, `helpdesk`, `helpjuice`, `helpscout`, `helpshift`, `herokuKafka`, `hex`, `hibob`, `higherLogicVanilla`, `hiltiOntrack`, `hopin`, `hubspot`, `ibacos`, `ilevel`, `impactPartner`, `impact`, `incidentio`, `infobip`, `insightly`, `instagramBusiness`, `instructure`, `integralAdScience`, `integrate`, `intercom`, `invoiced`, `ironclad`, `ironsource`, `iterable`, `itunesConnect`, `ivanti`, `jamaSoftware`, `jamf`, `jibble`, `jira`, `jobnimbus`, `jotform`, `justcall`, `kandji`, `katana`, `kevel`, `keypay`, `khorosCare`, `khorosCommunities`, `khorosMarketing`, `kinesis`, `kisi`, `kissmetrics`, `klarna`, `klaviyo`, `konnectInsights`, `kustomer`, `lattice`, `launchdarkly`, `leapCrm`, `leapsome`, `learnAmp`, `learnupon`, `lemlist`, `lessonly`, `lever`, `liftoff`, `lightSpeedRetail`, `lightspeedRetailXseries`, `lineAds`, `linear`, `linkedinAds`, `linkedinCompanyPages`, `linksquares`, `listen360`, `livechatPartner`, `livechat`, `livestorm`, `lob`, `lookerSource`, `loop`, `loopio`, `lucca`, `luma`, `mailchimp`, `maileon`, `mailgun`, `mailjet`, `maintainx`, `malomo`, `mambu`, `mandrill`, `marin`, `marketo`, `matomo`, `mavenlink`, `maxioChargify`, `maxioSaasoptics`, `medalliaAgileResearch`, `medallia`, `megaphone`, `meltwater`, `mention`, `messagebird`, `microsoftDynamics365Fno`, `microsoftDynamics365Fo`, `microsoftEntraId`, `microsoftLists`, `microsoftPowerBi`, `microsoftTeams`, `missive`, `mixmax`, `mixpanel`, `mode`, `mollie`, `moloco`, `monday`, `mountain`, `mux`, `myosh`, `namely`, `nationalHeavyVehicleRegulator`, `navan`, `netsuiteSuiteanalytics`, `nice`, `notion`, `nylas`, `odoo`, `okendo`, `okta`, `ometria`, `on24`, `oncehub`, `oneDrive`, `onetrust`, `openDataDc`, `openExchangeRates`, `openai`, `opendistro`, `opensearch`, `optimizely`, `oracleFusionFieldService`, `oracleMoatAnalytics`, `oracleNetsuiteOpenair`, `oracleSapHvaNetweaver`, `orbit`, `ordergroove`, `ordway`, `ortto`, `outbrain`, `outreach`, `packiyo`, `paddle`, `pagerduty`, `pandadoc`, `papershift`, `pardotSandbox`, `pardot`, `partnerize`, `partnerstackVendor`, `paychex`, `paylocity`, `paypalSandbox`, `paypal`, `pendo`, `peopleforce`, `persona`, `personio`, `phoenixAds`, `picqer`, `pigment`, `pingdom`, `pinpoint`, `pinterestAds`, `pinterestOrganic`, `pipe17`, `pipedrive`, `pivotalTracker`, `piwikPro`, `placerai`, `planetscale`, `planful`, `planhat`, `playvoxWorkforceManagement`, `playvox`, `podio`, `poplar`, `posthog`, `postmark`, `powerReviewsEnterprise`, `prismaCloud`, `prive`, `procore`, `productboard`, `productive`, `proofpointSecurityAwareness`, `prosperstack`, `purpleDot`, `pylonSupportPlatform`, `qmaticDataConnect`, `qualaroo`, `qualtrics`, `quickbooks`, `quoraAds`, `quorum`, `rakutenadvertising`, `ramp`, `rarible`, `reboundReturns`, `recharge`, `recurly`, `redditAds`, `referralhero`, `refiner`, `reltio`, `replyio`, `resourceManagementBySmartsheet`, `retailnext`, `retently`, `revel`, `revenuecat`, `reviewsai`, `reviewsio`, `revops`, `revx`, `ricochet360`, `ringcentral`, `ringover`, `rippling`, `rithum`, `rivo`, `rocketlane`, `rokt`, `rollbar`, `rootly`, `rtbHouse`, `ruddr`, `rundeck`, `s3CompatibleStorage`, `s3`, `safebase`, `safetyculture`, `sageHr`, `sageIntacct`, `sailthru`, `salesforceCommerceCloud`, `salesforceMarketingCloud`, `salesforceSandbox`, `salesforce`, `salesloft`, `salsify`, `samsara`, `sana`, `sapBusinessByDesign`, `sapHana`, `sapS4hana`, `sapSuccessFactors`, `scorm`, `securityJourney`, `segment`, `sendgrid`, `sendinblue`, `sensorTower`, `sentry`, `servicenow`, `servicetitan`, `servicetrade`, `sftp`, `sharePoint`, `shareasale`, `sharetribe`, `shiphero`, `shipmonk`, `shipnetwork`, `shipstation`, `shopify`, `shopware`, `shortcut`, `shortio`, `showpad`, `siemensBuildingXOpenness`, `sigmaComputingSource`, `simplecast`, `simplesat`, `singlestoreSource`, `sistrix`, `skilljar`, `skillstx`, `skimlinks`, `skuvault`, `slab`, `slackAdminData`, `slackApp`, `slack`, `smadex`, `smarthr`, `smartrecruiters`, `smartsheet`, `smartwaiver`, `snapchatAds`, `snowplow`, `snyk`, `solarwindsServiceDesk`, `sonarqube`, `sparkpost`, `splash`, `splitio`, `splunk`, `spotifyAds`, `sprout`, `square`, `squarespace`, `stackadaptGraphql`, `stackadapt`, `standardMetrics`, `starrez`, `statisticsNetherlandsCbs`, `statsig`, `statuspage`, `stickyio`, `stripeTest`, `stripe`, `stylight`, `subscript`, `sugarcrm`, `surveyMonkey`, `survicate`, `swoogo`, `tableauSource`, `taboola`, `talkdesk`, `talkwalker`, `teads`, `teamtailor`, `teamwork`, `tempo`, `testrail`, `textus`, `theMovieDatabase`, `theTradeDesk`, `thinkific`, `ticketTailor`, `tiktokAds`, `tiktokOrganicApp`, `tiktokOrganic`, `tive`, `toast`, `togglTrack`, `totango`, `tracksuitSource`, `transcend`, `trelica`, `trello`, `tremendous`, `tripleWhale`, `trisolute`, `trustpilot`, `twilio`, `twitterAds`, `twitter`, `tymeshift`, `typeform`, `udemyBusiness`, `ukgProWorkforceManagement`, `ukgPro`, `unicommerce`, `upland`, `uppromote`, `uptempo`, `uservoice`, `validio`, `veeqo`, `veevaVault`, `veevavault`, `venminder`, `vimeo`, `visitByGes`, `visma`, `vitally`, `vonageContactCenter`, `vonage`, `vts`, `vwo`, `walmartDsp`, `walmartMarketplace`, `wasabiCloudStorage`, `webScraper`, `webconnex`, `webhooks`, `whenIWork`, `wherefour`, `wickedReports`, `woocommerce`, `wordpress`, `workable`, `workdayAdaptive`, `workdayFinancialManagement`, `workdayHcm`, `workdayStrategicSourcing`, `workday`, `workflowmax`, `workleapOfficevibe`, `workramp`, `wrike`, `writesonic`, `xactly`, `xandr`, `xero`, `xray`, `xsolla`, `yahooDisplayAdsOnYahooJapan`, `yahooDsp`, `yahooGemini`, `yahooSearchAdsYahooJapan`, `yext`, `yotpoApp`, `yotpo`, `yougovBrandindex`, `yougovSport`, `younium`, `youtubeAnalytics`, `zendeskChat`, `zendeskSell`, `zendeskSunshine`, `zendeskWorkforceManagement`, `zendesk`, `zenefits`, `zingtree`, `zip`, `zohoBooks`, `zohoCampaigns`, `zohoCrm`, `zohoDesk`, `zohoInventory`, `zohoRecruit`, `zonkaFeedback`, `zoom`, `zuoraSandbox`, `zuora`
24754
+ * `15five`, `360learning`, `6sense`, `7shifts`, `absorbLms`, `acculynx`, `activecampaign`, `acumatica`, `ada`, `adform`, `adjust`, `adobeAnalyticsDataFeed`, `adobeAnalytics`, `adobeCommerce`, `adobeExperiencePlatform`, `adobeWorkfront`, `adpWorkforceNow`, `adroll`, `adyen`, `affinity`, `afterpay`, `aha`, `aircall`, `akamai`, `akeneo`, `alation`, `alchemer`, `algolia`, `alida`, `amazonAds`, `amazonAttribution`, `amazonDsp`, `amazonSellingPartner`, `amplitude`, `amqp`, `anaplan`, `anthropicClaude`, `anvyl`, `apacheKafka`, `apollo`, `appcues`, `appfigures`, `appleSearchAds`, `applovin`, `appsflyer`, `asana`, `ascendByPartnerize`, `ashby`, `assembled`, `assetPanda`, `atlassianCompass`, `atlassianJiraAlign`, `atlassianOpsGenie`, `attentive`, `attio`, `aumni`, `auraFromUnity`, `auth0`, `autodeskBim360`, `avantlink`, `avevaPi`, `awin`, `awsCloudtrail`, `awsCostReport`, `awsCost`, `awsInventory`, `awsLambda`, `awsMsk`, `azureBlobStorage`, `azureBoards`, `azureDevops`, `azureEventHub`, `azureFunction`, `azureServiceBus`, `backbonePlm`, `ballotready`, `bamboohr`, `bazaarvoice`, `betterworks`, `bigCommerce`, `biginByZohoCrm`, `bigmarker`, `billingPlatform`, `bingWebmasterTools`, `bingads`, `birdeye`, `bitly`, `bizzaboApp`, `bizzaboV2`, `bizzabo`, `boostr`, `box`, `braintreeSandbox`, `braintree`, `branch`, `braveAds`, `braze`, `breatheHr`, `brevo`, `brex`, `brightcove`, `brightflag`, `brightpearl`, `brivo`, `bubble`, `buildium`, `buildkite`, `businessCentral`, `buzzsprout`, `bynder`, `cabcharge`, `calabrio`, `calcom`, `calendly`, `callrail`, `campaignmonitor`, `campfire`, `canny`, `canvasByInstructure`, `canvasData2ByInstructure`, `captivateiq`, `careQualityCommission`, `castorEdc`, `centra`, `ceridianDayforce`, `chameleon`, `channelAdvisor`, `chargebeeProductCatalog1`, `chargebeeProductCatalog2`, `chargedesk`, `charthop`, `chartmogul`, `checkout`, `checkr`, `chorusai`, `churnkey`, `churnzero`, `cimis`, `cin7`, `cin7core`, `circleci`, `cjCommissionDetail`, `clari`, `classy`, `claudeCompliance`, `clazar`, `clickup`, `clockify`, `clockodo`, `close`, `cloudbeds`, `cloudflareAnalytics`, `cloudfront`, `cloudtalk`, `clubspeed`, `coalesce`, `coassemble`, `coda`, `codefresh`, `coheris`, `collibra`, `column`, `commercetools`, `complianceCheckpoint`, `concord`, `concur`, `confluence`, `confluentCloud`, `connectorSdk`, `consensusDemoAutomationPlatform`, `constantContact`, `contrastSecurity`, `convex`, `copper`, `cornerstone`, `coupa`, `credly`, `criteoRetailMedia`, `criteo`, `crossbeam`, `crowddev`, `crunchbase`, `cubeSoftware`, `cube`, `cultureAmp`, `customerio`, `cvent`, `d2lBrightspace`, `datadog`, `datastreamerSource`, `db2luw`, `dbtCloud`, `dclLogistics`, `dear`, `deel`, `delighted`, `deposco`, `deputy`, `destini`, `deviceMagic`, `dialpad`, `discourse`, `dixa`, `docebo`, `donus`, `doorloop`, `doubleClickCampaignManager`, `doubleClickPublishers`, `drata`, `drift`, `drip`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `dutchie`, `dynamics365`, `dynamodb`, `easypost`, `ebay`, `economic`, `elasticCloud`, `electronicTenantSolutions`, `eloqua`, `email`, `employmentHero`, `esSelfHosted`, `eventbrite`, `eventsforce`, `everflow`, `everhour`, `exactOnline`, `expensein`, `expensify`, `ezofficeinventory`, `facebookAdAccount`, `facebookAds`, `facebookPages`, `facebook`, `factbird`, `factorial`, `fathom`, `fillout`, `financialForce`, `firebase`, `fireflies`, `firehydrant`, `fivetranLog`, `flexport`, `float`, `flywheelDigital`, `foneDynamics`, `forethought`, `forjCommunity`, `formstack`, `fortnox`, `fountain`, `fourkites`, `freightview`, `freshbooks`, `freshchat`, `freshdeskContactCenter`, `freshdesk`, `freshsales`, `freshservice`, `freshsuccess`, `freshteam`, `friendbuy`, `front`, `ftp`, `fulfil`, `fullstory`, `g2`, `gainsightCustomerSuccess`, `gainsightProductExperience`, `gcs`, `gem`, `genesys`, `getfeedback`, `github`, `gitlab`, `gladly`, `globalmeet`, `gmail`, `gocardless`, `gofundmePro`, `goldcast`, `gongio`, `googleAds`, `googleAnalytics360`, `googleAnalytics4Export`, `googleAnalytics4`, `googleAnalyticsMcf`, `googleAnalytics`, `googleBusinessProfile`, `googleCalendar`, `googleClassroom`, `googleCloudFunction`, `googleDisplayAndVideo360`, `googleDrive`, `googlePlay`, `googleSearchAds360`, `googleSearchConsole`, `googleSheets`, `googleTagManager`, `googleTasks`, `gorgias`, `greenPowerMonitor`, `greenhouse`, `grepsr`, `grin`, `guru`, `hLevel`, `hanaSapHvaEccNetweaver`, `hanaSapHvaS4Netweaver`, `happyfox`, `harvest`, `healthie`, `heap`, `heartlandRetailPos`, `height`, `helpdesk`, `helpjuice`, `helpscout`, `helpshift`, `herokuKafka`, `hex`, `hibob`, `higherLogicVanilla`, `hiltiOntrack`, `hopin`, `hubspot`, `ibacos`, `ilevel`, `impactPartner`, `impact`, `incidentio`, `infobip`, `insightly`, `instagramBusiness`, `instructure`, `integralAdScience`, `integrate`, `intercom`, `invoiced`, `ironcladClickwrap`, `ironclad`, `ironsource`, `iterable`, `itunesConnect`, `ivanti`, `jamaSoftware`, `jamf`, `jibble`, `jira`, `jobnimbus`, `jotform`, `justcall`, `kandji`, `katana`, `kevel`, `keypay`, `khorosCare`, `khorosCommunities`, `khorosMarketing`, `kinesis`, `kisi`, `kissmetrics`, `klarna`, `klaviyo`, `konnectInsights`, `kustomer`, `lattice`, `launchdarkly`, `leapCrm`, `leapsome`, `learnAmp`, `learnupon`, `leaveDates`, `lemlist`, `lessonly`, `lever`, `liftoff`, `lightSpeedRetail`, `lightspeedRetailXseries`, `lineAds`, `linear`, `linkedinAds`, `linkedinCompanyPages`, `linksquares`, `listen360`, `livechatPartner`, `livechat`, `livestorm`, `lob`, `lookerSource`, `loop`, `loopio`, `lucca`, `luma`, `mailchimp`, `maileon`, `mailgun`, `mailjet`, `maintainx`, `malomo`, `mambu`, `mandrill`, `marin`, `marketo`, `matomo`, `mavenlink`, `maxioChargify`, `maxioSaasoptics`, `medalliaAgileResearch`, `medallia`, `megaphone`, `meltwater`, `mention`, `messagebird`, `microsoftDynamics365Fno`, `microsoftDynamics365Fo`, `microsoftEntraId`, `microsoftLists`, `microsoftPowerBi`, `microsoftTeams`, `missive`, `mixmax`, `mixpanel`, `mode`, `mollie`, `moloco`, `monday`, `mountain`, `mux`, `myosh`, `namely`, `nationalHeavyVehicleRegulator`, `navan`, `netsuiteSuiteanalytics`, `nice`, `notion`, `nylas`, `odoo`, `okendo`, `okta`, `ometria`, `on24`, `oncehub`, `oneDrive`, `onetrust`, `openDataDc`, `openExchangeRates`, `openaiCompliancePlatform`, `openai`, `opendistro`, `opensearch`, `optimizely`, `oracleFusionFieldService`, `oracleMoatAnalytics`, `oracleNetsuiteOpenair`, `oracleSapHvaNetweaver`, `orbit`, `ordergroove`, `ordway`, `ortto`, `outbrain`, `outreach`, `packiyo`, `paddle`, `pagerduty`, `pandadoc`, `papershift`, `parcellab`, `pardotSandbox`, `pardot`, `partnerize`, `partnerstackVendor`, `paychex`, `paylocity`, `paypalSandbox`, `paypal`, `pendo`, `peopleforce`, `persona`, `personio`, `phoenixAds`, `picqer`, `pigment`, `pingdom`, `pinpoint`, `pinterestAds`, `pinterestOrganic`, `pipe17`, `pipedrive`, `pivotalTracker`, `piwikPro`, `placerai`, `planetscale`, `planful`, `planhat`, `playvoxWorkforceManagement`, `playvox`, `podio`, `poplar`, `posthog`, `postmark`, `powerReviewsEnterprise`, `prismaCloud`, `prive`, `procore`, `productboard`, `productive`, `profound`, `proofpointSecurityAwareness`, `prosperstack`, `purpleDot`, `pylonSupportPlatform`, `qmaticDataConnect`, `qualaroo`, `qualtrics`, `quickbooks`, `quoraAds`, `quorum`, `rakutenadvertising`, `ramp`, `rarible`, `reboundReturns`, `recharge`, `recurly`, `redditAds`, `referralhero`, `refiner`, `reltio`, `replyio`, `resourceManagementBySmartsheet`, `retailnext`, `retently`, `revel`, `revenuecat`, `reviewsai`, `reviewsio`, `revops`, `revx`, `ricochet360`, `ringcentral`, `ringover`, `rippling`, `rithum`, `rivo`, `rocketlane`, `rokt`, `rollbar`, `rootly`, `rtbHouse`, `ruddr`, `rundeck`, `s3CompatibleStorage`, `s3`, `safebase`, `safetyculture`, `sageHr`, `sageIntacct`, `sailthru`, `salesforceCommerceCloud`, `salesforceMarketingCloud`, `salesforceSandbox`, `salesforce`, `salesloft`, `salsify`, `samsara`, `sana`, `sapBusinessByDesign`, `sapHana`, `sapS4hana`, `sapSuccessFactors`, `scorm`, `securityJourney`, `segment`, `sendgrid`, `sendinblue`, `sensorTower`, `sentry`, `servicenow`, `servicetitan`, `servicetrade`, `sevdesk`, `sftp`, `sharePoint`, `shareasale`, `sharetribe`, `shiphero`, `shipmonk`, `shipnetwork`, `shipstation`, `shopify`, `shopware`, `shortcut`, `shortio`, `showpad`, `siemensBuildingXOpenness`, `sigmaComputingSource`, `simplecast`, `simplesat`, `singlestoreSource`, `sistrix`, `skilljar`, `skillstx`, `skimlinks`, `skuvault`, `slab`, `slackAdminData`, `slackApp`, `slack`, `smadex`, `smarthr`, `smartrecruiters`, `smartsheet`, `smartwaiver`, `snapchatAds`, `snowplow`, `snyk`, `solarwindsServiceDesk`, `sonarqube`, `sparkpost`, `splash`, `splitio`, `splunk`, `spotifyAds`, `sprout`, `square`, `squarespace`, `stackadaptGraphql`, `stackadapt`, `standardMetrics`, `starrez`, `statisticsNetherlandsCbs`, `statsig`, `statuspage`, `stickyio`, `stripeTest`, `stripe`, `stylight`, `subscript`, `sugarcrm`, `surveyMonkey`, `survicate`, `swoogo`, `tableauSource`, `taboola`, `talkdesk`, `talkwalker`, `teads`, `teamtailor`, `teamwork`, `tempo`, `testrail`, `textus`, `theMovieDatabase`, `theTradeDesk`, `thinkific`, `ticketTailor`, `tiktokAds`, `tiktokOrganicApp`, `tiktokOrganic`, `tive`, `toast`, `togglTrack`, `totango`, `tracksuitSource`, `transcend`, `trelica`, `trello`, `tremendous`, `tripleWhale`, `trisolute`, `trustpilot`, `twilio`, `twitterAds`, `twitter`, `tymeshift`, `typeform`, `udemyBusiness`, `ukgProWorkforceManagement`, `ukgPro`, `unicommerce`, `upland`, `uppromote`, `uptempo`, `uservoice`, `validio`, `veeqo`, `veevaVault`, `veevavault`, `venminder`, `vimeo`, `visitByGes`, `visma`, `vitally`, `vonageContactCenter`, `vonage`, `vts`, `vwo`, `walmartDsp`, `walmartMarketplace`, `wasabiCloudStorage`, `webScraper`, `webconnex`, `webhooks`, `whenIWork`, `wherefour`, `wickedReports`, `woocommerce`, `wordpress`, `workable`, `workdayAdaptive`, `workdayFinancialManagement`, `workdayHcm`, `workdayStrategicSourcing`, `workday`, `workflowmax`, `workleapOfficevibe`, `workramp`, `wrike`, `writesonic`, `xactly`, `xandr`, `xero`, `xray`, `xsolla`, `yahooDisplayAdsOnYahooJapan`, `yahooDsp`, `yahooGemini`, `yahooSearchAdsYahooJapan`, `yext`, `yotpoApp`, `yotpo`, `yougovBrandindex`, `yougovSport`, `younium`, `youtubeAnalytics`, `zendeskChat`, `zendeskSell`, `zendeskSunshine`, `zendeskWorkforceManagement`, `zendesk`, `zenefits`, `zingtree`, `zip`, `zohoBooks`, `zohoCampaigns`, `zohoCrm`, `zohoDesk`, `zohoInventory`, `zohoPeople`, `zohoRecruit`, `zonkaFeedback`, `zoom`, `zuoraSandbox`, `zuora`
24192
24755
  */
24193
24756
  name?: pulumi.Input<string | undefined>;
24194
24757
  /**
@@ -24198,7 +24761,7 @@ export interface GetConnectorDestinationSchemaArgs {
24198
24761
  prefix?: pulumi.Input<string | undefined>;
24199
24762
  /**
24200
24763
  * The table name unique within the schema to which connector will sync the data. Required for connector creation of services:<br>
24201
- * `adroll`, `akamai`, `akeneo`, `algolia`, `amazonDsp`, `assembled`, `awsCostReport`, `azureBlobStorage`, `box`, `braveAds`, `buzzsprout`, `canvasData2ByInstructure`, `chargebeeProductCatalog2`, `chargedesk`, `cloudflareAnalytics`, `clubspeed`, `constantContact`, `criteoRetailMedia`, `destini`, `doubleClickCampaignManager`, `doubleClickPublishers`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `email`, `eventsforce`, `everflow`, `facebook`, `forjCommunity`, `freshdeskContactCenter`, `freshsuccess`, `ftp`, `gcs`, `googleAnalytics`, `googleClassroom`, `googleDisplayAndVideo360`, `googleDrive`, `googleSheets`, `grin`, `happyfox`, `jamaSoftware`, `jibble`, `justcall`, `kinesis`, `learnupon`, `livechatPartner`, `lookerSource`, `mixmax`, `navan`, `openDataDc`, `paddle`, `referralhero`, `reviewsai`, `revops`, `rollbar`, `s3`, `safebase`, `sftp`, `shiphero`, `sistrix`, `slack`, `sugarcrm`, `teamtailor`, `tive`, `wasabiCloudStorage`, `webhooks`, `wherefour`, `wordpress`, `workday`, `workleapOfficevibe`, `youtubeAnalytics`
24764
+ * `adroll`, `akamai`, `akeneo`, `algolia`, `amazonDsp`, `assembled`, `awsCostReport`, `azureBlobStorage`, `box`, `braveAds`, `buzzsprout`, `canvasData2ByInstructure`, `chargebeeProductCatalog2`, `chargedesk`, `cloudflareAnalytics`, `clubspeed`, `constantContact`, `criteoRetailMedia`, `destini`, `doubleClickCampaignManager`, `doubleClickPublishers`, `dropboxSign`, `dropbox`, `dsv`, `duoplane`, `email`, `eventsforce`, `everflow`, `facebook`, `forjCommunity`, `freshdeskContactCenter`, `freshsuccess`, `ftp`, `gcs`, `googleAnalytics`, `googleClassroom`, `googleDisplayAndVideo360`, `googleDrive`, `googleSheets`, `grin`, `happyfox`, `jamaSoftware`, `jibble`, `justcall`, `kinesis`, `learnupon`, `livechatPartner`, `lookerSource`, `mixmax`, `mixpanel`, `navan`, `openDataDc`, `paddle`, `referralhero`, `reviewsai`, `revops`, `rollbar`, `s3`, `safebase`, `sftp`, `shiphero`, `sistrix`, `slack`, `sugarcrm`, `teamtailor`, `tive`, `wasabiCloudStorage`, `webhooks`, `wherefour`, `wordpress`, `workday`, `workleapOfficevibe`, `youtubeAnalytics`
24202
24765
  */
24203
24766
  table?: pulumi.Input<string | undefined>;
24204
24767
  /**
@@ -24678,6 +25241,7 @@ export interface GetDestinationConfig {
24678
25241
  * Field usage depends on `service` value:
24679
25242
  * - Service `adls`: Authentication type
24680
25243
  * - Service `databricks`: Authentication type
25244
+ * - Service `databricksViaManagedDataLake`: Specifies the authentication types for Fivetran to connect to Databricks.
24681
25245
  * - Service `managedDataLake`: Specifies the authentication types for Fivetran to connect to Databricks. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
24682
25246
  * - Service `newS3Datalake`: Authentication type
24683
25247
  * - Service `onelake`: Authentication type
@@ -24730,6 +25294,7 @@ export interface GetDestinationConfig {
24730
25294
  * - Service `bigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
24731
25295
  * - Service `bigQueryDts`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
24732
25296
  * - Service `databricks`: Your bucket
25297
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of the S3 or Google Cloud Storage (GCS) bucket you want to use to store your data. Use this parameter only if you want to deploy your data lake on Amazon Web Services (AWS) or GCS.
24733
25298
  * - Service `managedBigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
24734
25299
  * - Service `managedDataLake`: (Immutable) Name of the S3 or Google Cloud Storage (GCS) bucket you want to use to store your data. Use this parameter only if you want to deploy your data lake on Amazon Web Services (AWS) or GCS.
24735
25300
  * - Service `newS3Datalake`: (Immutable) The name of the bucket to be used as destination
@@ -24748,6 +25313,7 @@ export interface GetDestinationConfig {
24748
25313
  * Field usage depends on `service` value:
24749
25314
  * - Service `adls`: Catalog name
24750
25315
  * - Service `databricks`: Catalog name
25316
+ * - Service `databricksViaManagedDataLake`: Name of the specific catalog in Unity Catalog that you want to use to manage your Delta Lake tables.
24751
25317
  * - Service `managedDataLake`: Name of the specific catalog in Unity Catalog that you want to use to manage your Delta Lake tables. Use this parameter only if you want to use Unity Catalog with your data lake.
24752
25318
  * - Service `newS3Datalake`: Catalog name
24753
25319
  * - Service `onelake`: Catalog name
@@ -24756,6 +25322,7 @@ export interface GetDestinationConfig {
24756
25322
  /**
24757
25323
  * Field usage depends on `service` value:
24758
25324
  * - Service `adls`: Client id of service principal
25325
+ * - Service `databricksViaManagedDataLake`: Client ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
24759
25326
  * - Service `managedDataLake`: Client ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
24760
25327
  * - Service `onelake`: Client ID of service principal
24761
25328
  */
@@ -24790,6 +25357,7 @@ export interface GetDestinationConfig {
24790
25357
  * - Service `azureSqlDatabase`: Connection method. Default value: `Directly`.
24791
25358
  * - Service `azureSqlManagedDbWarehouse`: Connection method. Default value: `Directly`.
24792
25359
  * - Service `databricks`: Connection method. Default value: `Directly`.
25360
+ * - Service `databricksViaManagedDataLake`: connection type
24793
25361
  * - Service `managedDataLake`: connection type
24794
25362
  * - Service `mariaRdsWarehouse`: Connection method. Default value: `Directly`.
24795
25363
  * - Service `mariaWarehouse`: Connection method. Default value: `Directly`.
@@ -24813,6 +25381,7 @@ export interface GetDestinationConfig {
24813
25381
  /**
24814
25382
  * Field usage depends on `service` value:
24815
25383
  * - Service `adls`: (Immutable) Container to store delta table files
25384
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of the ADLS container you want to use to store your data. Use this parameter only if you want to deploy your data lake on ADLS.
24816
25385
  * - Service `managedDataLake`: (Immutable) Name of the ADLS container you want to use to store your data. Use this parameter only if you want to deploy your data lake on ADLS.
24817
25386
  * - Service `onelake`: Workspace name to store delta table files
24818
25387
  */
@@ -24851,9 +25420,9 @@ export interface GetDestinationConfig {
24851
25420
  * - Service `mariaWarehouse`: Database name
24852
25421
  * - Service `mysqlRdsWarehouse`: Database name
24853
25422
  * - Service `mysqlWarehouse`: Database name
24854
- * - Service `oracleRacWarehouse`: Service Name
24855
- * - Service `oracleRdsWarehouse`: Database name
24856
- * - Service `oracleWarehouse`: Database name
25423
+ * - Service `oracleRacWarehouse`: SID/Service name
25424
+ * - Service `oracleRdsWarehouse`: SID/Service name
25425
+ * - Service `oracleWarehouse`: SID/Service name
24857
25426
  * - Service `panoply`: Database name
24858
25427
  * - Service `periscopeWarehouse`: Database name
24859
25428
  * - Service `postgresDatabricksWarehouse`: Database name
@@ -24869,6 +25438,7 @@ export interface GetDestinationConfig {
24869
25438
  /**
24870
25439
  * Field usage depends on `service` value:
24871
25440
  * - Service `adls`: Databricks Connection method. Default value: `Directly`.
25441
+ * - Service `databricksViaManagedDataLake`: Specifies how you want Fivetran to connect to the Databricks account associated with Unity Catalog. Default value: `Directly`.
24872
25442
  * - Service `managedDataLake`: Specifies how you want Fivetran to connect to the Databricks account associated with Unity Catalog. Default value: `Directly`. Use this parameter only if you want to use Unity Catalog with your data lake.
24873
25443
  * - Service `newS3Datalake`: Databricks Connection method. Default value: `Directly`.
24874
25444
  * - Service `onelake`: Databricks Connection method. Default value: `Directly`.
@@ -24952,12 +25522,14 @@ export interface GetDestinationConfig {
24952
25522
  fivetranMskRoleArn?: string;
24953
25523
  /**
24954
25524
  * Field usage depends on `service` value:
25525
+ * - Service `databricksViaManagedDataLake`: (Immutable) ARN of the IAM role you created for the IAM policy associated with your S3 bucket or Glue catalog. Use this parameter only if you want to deploy your data lake on AWS.
24955
25526
  * - Service `managedDataLake`: (Immutable) ARN of the IAM role you created for the IAM policy associated with your S3 bucket or Glue catalog. Use this parameter only if you want to deploy your data lake on AWS.
24956
25527
  * - Service `newS3Datalake`: ARN of the role which you created with different required policy mentioned in our setup guide
24957
25528
  */
24958
25529
  fivetranRoleArn?: string;
24959
25530
  /**
24960
25531
  * Field usage depends on `service` value:
25532
+ * - Service `databricksViaManagedDataLake`: GCS Project ID of your Google Cloud Storage bucket. Use this parameter only if you want to deploy your data lake on GCS.
24961
25533
  * - Service `managedDataLake`: GCS Project ID of your Google Cloud Storage bucket. Use this parameter only if you want to deploy your data lake on GCS.
24962
25534
  */
24963
25535
  gcsProjectId?: string;
@@ -24997,6 +25569,7 @@ export interface GetDestinationConfig {
24997
25569
  * Field usage depends on `service` value:
24998
25570
  * - Service `adls`: HTTP path
24999
25571
  * - Service `databricks`: HTTP path
25572
+ * - Service `databricksViaManagedDataLake`: HTTP path of the Databricks account associated with Unity Catalog.
25000
25573
  * - Service `managedDataLake`: HTTP path of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
25001
25574
  * - Service `newS3Datalake`: HTTP path
25002
25575
  * - Service `onelake`: HTTP path
@@ -25019,6 +25592,7 @@ export interface GetDestinationConfig {
25019
25592
  isRedshiftServerless?: boolean;
25020
25593
  /**
25021
25594
  * Field usage depends on `service` value:
25595
+ * - Service `databricksViaManagedDataLake`: (Immutable) OneLake lakehouse GUID.
25022
25596
  * - Service `managedDataLake`: (Immutable) OneLake lakehouse GUID.
25023
25597
  * - Service `onelake`: (Immutable) OneLake lakehouse GUID
25024
25598
  */
@@ -25038,6 +25612,7 @@ export interface GetDestinationConfig {
25038
25612
  * Field usage depends on `service` value:
25039
25613
  * - Service `adls`: OAuth 2.0 client ID
25040
25614
  * - Service `databricks`: OAuth 2.0 client ID
25615
+ * - Service `databricksViaManagedDataLake`: The OAuth 2.0 client ID you created for authenticating Fivetran.
25041
25616
  * - Service `managedDataLake`: The OAuth 2.0 client ID you created for authenticating Fivetran. Use this parameter only if you want to use OAuth 2.0 as the authentication type for Fivetran to connect to Databricks.
25042
25617
  * - Service `newS3Datalake`: OAuth 2.0 client ID
25043
25618
  * - Service `onelake`: OAuth 2.0 client ID
@@ -25047,6 +25622,7 @@ export interface GetDestinationConfig {
25047
25622
  * Field usage depends on `service` value:
25048
25623
  * - Service `adls`: OAuth 2.0 secret
25049
25624
  * - Service `databricks`: OAuth 2.0 secret
25625
+ * - Service `databricksViaManagedDataLake`: OAuth 2.0 secret you created for authenticating Fivetran.
25050
25626
  * - Service `managedDataLake`: OAuth 2.0 secret you created for authenticating Fivetran. Use this parameter only if you want to use OAuth 2.0 as the authentication type for Fivetran to connect to Databricks.
25051
25627
  * - Service `newS3Datalake`: OAuth 2.0 secret
25052
25628
  * - Service `onelake`: OAuth 2.0 secret
@@ -25054,16 +25630,25 @@ export interface GetDestinationConfig {
25054
25630
  oauth2Secret?: string;
25055
25631
  /**
25056
25632
  * Field usage depends on `service` value:
25633
+ * - Service `databricksViaManagedDataLake`: (Immutable) Authentication type for OneLake. Default value: `ServicePrincipal`.
25634
+ * - Service `managedDataLake`: (Immutable) Authentication type for OneLake. Default value: `ServicePrincipal`.
25635
+ */
25636
+ oneLakeAuthType?: string;
25637
+ /**
25638
+ * Field usage depends on `service` value:
25639
+ * - Service `databricksViaManagedDataLake`: (Immutable) Client ID of OneLake service principal.
25057
25640
  * - Service `managedDataLake`: (Immutable) Client ID of OneLake service principal.
25058
25641
  */
25059
25642
  onelakeClientId?: string;
25060
25643
  /**
25061
25644
  * Field usage depends on `service` value:
25645
+ * - Service `databricksViaManagedDataLake`: Secret value for OneLake service principal.
25062
25646
  * - Service `managedDataLake`: Secret value for OneLake service principal.
25063
25647
  */
25064
25648
  onelakeClientSecret?: string;
25065
25649
  /**
25066
25650
  * Field usage depends on `service` value:
25651
+ * - Service `databricksViaManagedDataLake`: (Immutable) Tenant ID of OneLake service principal
25067
25652
  * - Service `managedDataLake`: (Immutable) Tenant ID of OneLake service principal
25068
25653
  */
25069
25654
  onelakeTenantId?: string;
@@ -25103,6 +25688,7 @@ export interface GetDestinationConfig {
25103
25688
  * Field usage depends on `service` value:
25104
25689
  * - Service `adls`: Personal access token
25105
25690
  * - Service `databricks`: Personal access token
25691
+ * - Service `databricksViaManagedDataLake`: The personal access token you created for authenticating Fivetran.
25106
25692
  * - Service `managedDataLake`: The personal access token you created for authenticating Fivetran. Use this parameter only if you want to use a personal access token as the authentication type for Fivetran to connect to Databricks.
25107
25693
  * - Service `newS3Datalake`: Personal access token
25108
25694
  * - Service `onelake`: Personal access token
@@ -25118,6 +25704,7 @@ export interface GetDestinationConfig {
25118
25704
  * - Service `azureSqlDatabase`: Server port number
25119
25705
  * - Service `azureSqlManagedDbWarehouse`: Server port number
25120
25706
  * - Service `databricks`: Server port number
25707
+ * - Service `databricksViaManagedDataLake`: Server port number of the Databricks account associated with Unity Catalog.
25121
25708
  * - Service `managedDataLake`: Server port number of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
25122
25709
  * - Service `mariaRdsWarehouse`: Server port number
25123
25710
  * - Service `mariaWarehouse`: Server port number
@@ -25143,6 +25730,7 @@ export interface GetDestinationConfig {
25143
25730
  /**
25144
25731
  * Field usage depends on `service` value:
25145
25732
  * - Service `adls`: (Immutable) path/to/data within the container
25733
+ * - Service `databricksViaManagedDataLake`: (Immutable) Prefix path or virtual folder path within your bucket or container where you want Fivetran to store your data. Skip this parameter for AWS-based data lakes if the IAM policy configured for your S3 bucket grants access to the entire bucket.
25146
25734
  * - Service `managedDataLake`: (Immutable) Prefix path or virtual folder path within your bucket or container where you want Fivetran to store your data. Skip this parameter for AWS-based data lakes if the IAM policy configured for your S3 bucket grants access to the entire bucket.
25147
25735
  * - Service `newS3Datalake`: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy
25148
25736
  * - Service `onelake`: (Immutable) path/to/data within your lakehouse inside the Files directory
@@ -25182,6 +25770,7 @@ export interface GetDestinationConfig {
25182
25770
  publicKey?: string;
25183
25771
  /**
25184
25772
  * Field usage depends on `service` value:
25773
+ * - Service `databricksViaManagedDataLake`: (Immutable) AWS Region of your S3 bucket. Use this parameter only if you want to deploy your data lake on AWS.
25185
25774
  * - Service `managedDataLake`: (Immutable) AWS Region of your S3 bucket. Use this parameter only if you want to deploy your data lake on AWS.
25186
25775
  * - Service `newS3Datalake`: Region of your AWS S3 bucket
25187
25776
  */
@@ -25285,6 +25874,7 @@ export interface GetDestinationConfig {
25285
25874
  /**
25286
25875
  * Field usage depends on `service` value:
25287
25876
  * - Service `adls`: Secret value for service principal
25877
+ * - Service `databricksViaManagedDataLake`: Secret value of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
25288
25878
  * - Service `managedDataLake`: Secret value of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
25289
25879
  * - Service `onelake`: Secret value for service principal
25290
25880
  */
@@ -25298,6 +25888,7 @@ export interface GetDestinationConfig {
25298
25888
  * Field usage depends on `service` value:
25299
25889
  * - Service `adls`: Server Host name
25300
25890
  * - Service `databricks`: Server name
25891
+ * - Service `databricksViaManagedDataLake`: Server host name of the Databricks account associated with Unity Catalog.
25301
25892
  * - Service `managedDataLake`: Server host name of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
25302
25893
  * - Service `newS3Datalake`: Server host name
25303
25894
  * - Service `onelake`: Server Host name
@@ -25305,12 +25896,14 @@ export interface GetDestinationConfig {
25305
25896
  serverHostName?: string;
25306
25897
  /**
25307
25898
  * Field usage depends on `service` value:
25899
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Iceberg tables in BQMS. Use this parameter only if you want to deploy your data lake on GCS.
25308
25900
  * - Service `managedDataLake`: Specifies whether you want to manage your Iceberg tables in BQMS. Use this parameter only if you want to deploy your data lake on GCS.
25309
25901
  */
25310
25902
  shouldMaintainTablesInBqms?: boolean;
25311
25903
  /**
25312
25904
  * Field usage depends on `service` value:
25313
25905
  * - Service `adls`: Should maintain tables in Databricks
25906
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Delta Lake tables in Databricks Unity Catalog.
25314
25907
  * - Service `managedDataLake`: Specifies whether you want to manage your Delta Lake tables in Databricks Unity Catalog.
25315
25908
  * - Service `newS3Datalake`: Should maintain tables in Databricks
25316
25909
  * - Service `onelake`: Should maintain tables in Databricks
@@ -25318,17 +25911,20 @@ export interface GetDestinationConfig {
25318
25911
  shouldMaintainTablesInDatabricks?: boolean;
25319
25912
  /**
25320
25913
  * Field usage depends on `service` value:
25914
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Iceberg tables in AWS Glue. Use this parameter only if you want to deploy your data lake on AWS.
25321
25915
  * - Service `managedDataLake`: Specifies whether you want to manage your Iceberg tables in AWS Glue. Use this parameter only if you want to deploy your data lake on AWS.
25322
25916
  */
25323
25917
  shouldMaintainTablesInGlue?: boolean;
25324
25918
  /**
25325
25919
  * Field usage depends on `service` value:
25920
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to create shortcut for you table in OneLake. Use this parameter only if you want to deploy your data lake on ADLS.
25326
25921
  * - Service `managedDataLake`: Specifies whether you want to create shortcut for you table in OneLake. Use this parameter only if you want to deploy your data lake on ADLS.
25327
25922
  */
25328
25923
  shouldMaintainTablesInOneLake?: boolean;
25329
25924
  /**
25330
25925
  * Field usage depends on `service` value:
25331
25926
  * - Service `adls`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
25927
+ * - Service `databricksViaManagedDataLake`: Specifies how long you want us to retain your table snapshots. We delete the snapshots that are older than the retention period during our table maintenance operations. Default value: `ONE_WEEK`.
25332
25928
  * - Service `managedDataLake`: Specifies how long you want us to retain your table snapshots. We delete the snapshots that are older than the retention period during our table maintenance operations. Default value: `ONE_WEEK`.
25333
25929
  * - Service `newS3Datalake`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
25334
25930
  * - Service `onelake`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
@@ -25346,6 +25942,7 @@ export interface GetDestinationConfig {
25346
25942
  * - Service `adls`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
25347
25943
  * - Service `azureSqlDataWarehouse`: The name of the Azure storage account you want to use to stage your data. Use this parameter only if you are using Hybrid Deployment.
25348
25944
  * - Service `databricks`: Your storage account name
25945
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of your Azure Data Lake Storage Gen2 (ADLS Gen2) storage account. Use this parameter only if you want to deploy your data lake on ADLS.
25349
25946
  * - Service `managedDataLake`: (Immutable) Name of your Azure Data Lake Storage Gen2 (ADLS Gen2) storage account. Use this parameter only if you want to deploy your data lake on ADLS.
25350
25947
  * - Service `onelake`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
25351
25948
  * - Service `snowflake`: The name of the Azure storage account you want to use to stage your data. Use this parameter only if you are using Hybrid Deployment and want to use an Azure Blob storage container to stage your data.
@@ -25353,6 +25950,7 @@ export interface GetDestinationConfig {
25353
25950
  storageAccountName?: string;
25354
25951
  /**
25355
25952
  * Field usage depends on `service` value:
25953
+ * - Service `databricksViaManagedDataLake`: The cloud storage provider you want to use for your data lake.
25356
25954
  * - Service `managedDataLake`: The cloud storage provider you want to use for your data lake.
25357
25955
  */
25358
25956
  storageProvider?: string;
@@ -25371,6 +25969,7 @@ export interface GetDestinationConfig {
25371
25969
  /**
25372
25970
  * Field usage depends on `service` value:
25373
25971
  * - Service `adls`: Tenant id of service principal
25972
+ * - Service `databricksViaManagedDataLake`: Tenant ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
25374
25973
  * - Service `managedDataLake`: Tenant ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
25375
25974
  * - Service `onelake`: Tenant ID of service principal
25376
25975
  */
@@ -25487,6 +26086,7 @@ export interface GetDestinationConfig {
25487
26086
  user?: string;
25488
26087
  /**
25489
26088
  * Field usage depends on `service` value:
26089
+ * - Service `databricksViaManagedDataLake`: (Immutable) OneLake workspace GUID.
25490
26090
  * - Service `managedDataLake`: (Immutable) OneLake workspace GUID.
25491
26091
  * - Service `onelake`: (Immutable) OneLake workspace GUID
25492
26092
  */
@@ -25548,6 +26148,7 @@ export interface GetDestinationConfigArgs {
25548
26148
  * Field usage depends on `service` value:
25549
26149
  * - Service `adls`: Authentication type
25550
26150
  * - Service `databricks`: Authentication type
26151
+ * - Service `databricksViaManagedDataLake`: Specifies the authentication types for Fivetran to connect to Databricks.
25551
26152
  * - Service `managedDataLake`: Specifies the authentication types for Fivetran to connect to Databricks. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
25552
26153
  * - Service `newS3Datalake`: Authentication type
25553
26154
  * - Service `onelake`: Authentication type
@@ -25600,6 +26201,7 @@ export interface GetDestinationConfigArgs {
25600
26201
  * - Service `bigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
25601
26202
  * - Service `bigQueryDts`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
25602
26203
  * - Service `databricks`: Your bucket
26204
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of the S3 or Google Cloud Storage (GCS) bucket you want to use to store your data. Use this parameter only if you want to deploy your data lake on Amazon Web Services (AWS) or GCS.
25603
26205
  * - Service `managedBigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
25604
26206
  * - Service `managedDataLake`: (Immutable) Name of the S3 or Google Cloud Storage (GCS) bucket you want to use to store your data. Use this parameter only if you want to deploy your data lake on Amazon Web Services (AWS) or GCS.
25605
26207
  * - Service `newS3Datalake`: (Immutable) The name of the bucket to be used as destination
@@ -25618,6 +26220,7 @@ export interface GetDestinationConfigArgs {
25618
26220
  * Field usage depends on `service` value:
25619
26221
  * - Service `adls`: Catalog name
25620
26222
  * - Service `databricks`: Catalog name
26223
+ * - Service `databricksViaManagedDataLake`: Name of the specific catalog in Unity Catalog that you want to use to manage your Delta Lake tables.
25621
26224
  * - Service `managedDataLake`: Name of the specific catalog in Unity Catalog that you want to use to manage your Delta Lake tables. Use this parameter only if you want to use Unity Catalog with your data lake.
25622
26225
  * - Service `newS3Datalake`: Catalog name
25623
26226
  * - Service `onelake`: Catalog name
@@ -25626,6 +26229,7 @@ export interface GetDestinationConfigArgs {
25626
26229
  /**
25627
26230
  * Field usage depends on `service` value:
25628
26231
  * - Service `adls`: Client id of service principal
26232
+ * - Service `databricksViaManagedDataLake`: Client ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
25629
26233
  * - Service `managedDataLake`: Client ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
25630
26234
  * - Service `onelake`: Client ID of service principal
25631
26235
  */
@@ -25660,6 +26264,7 @@ export interface GetDestinationConfigArgs {
25660
26264
  * - Service `azureSqlDatabase`: Connection method. Default value: `Directly`.
25661
26265
  * - Service `azureSqlManagedDbWarehouse`: Connection method. Default value: `Directly`.
25662
26266
  * - Service `databricks`: Connection method. Default value: `Directly`.
26267
+ * - Service `databricksViaManagedDataLake`: connection type
25663
26268
  * - Service `managedDataLake`: connection type
25664
26269
  * - Service `mariaRdsWarehouse`: Connection method. Default value: `Directly`.
25665
26270
  * - Service `mariaWarehouse`: Connection method. Default value: `Directly`.
@@ -25683,6 +26288,7 @@ export interface GetDestinationConfigArgs {
25683
26288
  /**
25684
26289
  * Field usage depends on `service` value:
25685
26290
  * - Service `adls`: (Immutable) Container to store delta table files
26291
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of the ADLS container you want to use to store your data. Use this parameter only if you want to deploy your data lake on ADLS.
25686
26292
  * - Service `managedDataLake`: (Immutable) Name of the ADLS container you want to use to store your data. Use this parameter only if you want to deploy your data lake on ADLS.
25687
26293
  * - Service `onelake`: Workspace name to store delta table files
25688
26294
  */
@@ -25721,9 +26327,9 @@ export interface GetDestinationConfigArgs {
25721
26327
  * - Service `mariaWarehouse`: Database name
25722
26328
  * - Service `mysqlRdsWarehouse`: Database name
25723
26329
  * - Service `mysqlWarehouse`: Database name
25724
- * - Service `oracleRacWarehouse`: Service Name
25725
- * - Service `oracleRdsWarehouse`: Database name
25726
- * - Service `oracleWarehouse`: Database name
26330
+ * - Service `oracleRacWarehouse`: SID/Service name
26331
+ * - Service `oracleRdsWarehouse`: SID/Service name
26332
+ * - Service `oracleWarehouse`: SID/Service name
25727
26333
  * - Service `panoply`: Database name
25728
26334
  * - Service `periscopeWarehouse`: Database name
25729
26335
  * - Service `postgresDatabricksWarehouse`: Database name
@@ -25739,6 +26345,7 @@ export interface GetDestinationConfigArgs {
25739
26345
  /**
25740
26346
  * Field usage depends on `service` value:
25741
26347
  * - Service `adls`: Databricks Connection method. Default value: `Directly`.
26348
+ * - Service `databricksViaManagedDataLake`: Specifies how you want Fivetran to connect to the Databricks account associated with Unity Catalog. Default value: `Directly`.
25742
26349
  * - Service `managedDataLake`: Specifies how you want Fivetran to connect to the Databricks account associated with Unity Catalog. Default value: `Directly`. Use this parameter only if you want to use Unity Catalog with your data lake.
25743
26350
  * - Service `newS3Datalake`: Databricks Connection method. Default value: `Directly`.
25744
26351
  * - Service `onelake`: Databricks Connection method. Default value: `Directly`.
@@ -25822,12 +26429,14 @@ export interface GetDestinationConfigArgs {
25822
26429
  fivetranMskRoleArn?: pulumi.Input<string | undefined>;
25823
26430
  /**
25824
26431
  * Field usage depends on `service` value:
26432
+ * - Service `databricksViaManagedDataLake`: (Immutable) ARN of the IAM role you created for the IAM policy associated with your S3 bucket or Glue catalog. Use this parameter only if you want to deploy your data lake on AWS.
25825
26433
  * - Service `managedDataLake`: (Immutable) ARN of the IAM role you created for the IAM policy associated with your S3 bucket or Glue catalog. Use this parameter only if you want to deploy your data lake on AWS.
25826
26434
  * - Service `newS3Datalake`: ARN of the role which you created with different required policy mentioned in our setup guide
25827
26435
  */
25828
26436
  fivetranRoleArn?: pulumi.Input<string | undefined>;
25829
26437
  /**
25830
26438
  * Field usage depends on `service` value:
26439
+ * - Service `databricksViaManagedDataLake`: GCS Project ID of your Google Cloud Storage bucket. Use this parameter only if you want to deploy your data lake on GCS.
25831
26440
  * - Service `managedDataLake`: GCS Project ID of your Google Cloud Storage bucket. Use this parameter only if you want to deploy your data lake on GCS.
25832
26441
  */
25833
26442
  gcsProjectId?: pulumi.Input<string | undefined>;
@@ -25867,6 +26476,7 @@ export interface GetDestinationConfigArgs {
25867
26476
  * Field usage depends on `service` value:
25868
26477
  * - Service `adls`: HTTP path
25869
26478
  * - Service `databricks`: HTTP path
26479
+ * - Service `databricksViaManagedDataLake`: HTTP path of the Databricks account associated with Unity Catalog.
25870
26480
  * - Service `managedDataLake`: HTTP path of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
25871
26481
  * - Service `newS3Datalake`: HTTP path
25872
26482
  * - Service `onelake`: HTTP path
@@ -25889,6 +26499,7 @@ export interface GetDestinationConfigArgs {
25889
26499
  isRedshiftServerless?: pulumi.Input<boolean | undefined>;
25890
26500
  /**
25891
26501
  * Field usage depends on `service` value:
26502
+ * - Service `databricksViaManagedDataLake`: (Immutable) OneLake lakehouse GUID.
25892
26503
  * - Service `managedDataLake`: (Immutable) OneLake lakehouse GUID.
25893
26504
  * - Service `onelake`: (Immutable) OneLake lakehouse GUID
25894
26505
  */
@@ -25908,6 +26519,7 @@ export interface GetDestinationConfigArgs {
25908
26519
  * Field usage depends on `service` value:
25909
26520
  * - Service `adls`: OAuth 2.0 client ID
25910
26521
  * - Service `databricks`: OAuth 2.0 client ID
26522
+ * - Service `databricksViaManagedDataLake`: The OAuth 2.0 client ID you created for authenticating Fivetran.
25911
26523
  * - Service `managedDataLake`: The OAuth 2.0 client ID you created for authenticating Fivetran. Use this parameter only if you want to use OAuth 2.0 as the authentication type for Fivetran to connect to Databricks.
25912
26524
  * - Service `newS3Datalake`: OAuth 2.0 client ID
25913
26525
  * - Service `onelake`: OAuth 2.0 client ID
@@ -25917,6 +26529,7 @@ export interface GetDestinationConfigArgs {
25917
26529
  * Field usage depends on `service` value:
25918
26530
  * - Service `adls`: OAuth 2.0 secret
25919
26531
  * - Service `databricks`: OAuth 2.0 secret
26532
+ * - Service `databricksViaManagedDataLake`: OAuth 2.0 secret you created for authenticating Fivetran.
25920
26533
  * - Service `managedDataLake`: OAuth 2.0 secret you created for authenticating Fivetran. Use this parameter only if you want to use OAuth 2.0 as the authentication type for Fivetran to connect to Databricks.
25921
26534
  * - Service `newS3Datalake`: OAuth 2.0 secret
25922
26535
  * - Service `onelake`: OAuth 2.0 secret
@@ -25924,16 +26537,25 @@ export interface GetDestinationConfigArgs {
25924
26537
  oauth2Secret?: pulumi.Input<string | undefined>;
25925
26538
  /**
25926
26539
  * Field usage depends on `service` value:
26540
+ * - Service `databricksViaManagedDataLake`: (Immutable) Authentication type for OneLake. Default value: `ServicePrincipal`.
26541
+ * - Service `managedDataLake`: (Immutable) Authentication type for OneLake. Default value: `ServicePrincipal`.
26542
+ */
26543
+ oneLakeAuthType?: pulumi.Input<string | undefined>;
26544
+ /**
26545
+ * Field usage depends on `service` value:
26546
+ * - Service `databricksViaManagedDataLake`: (Immutable) Client ID of OneLake service principal.
25927
26547
  * - Service `managedDataLake`: (Immutable) Client ID of OneLake service principal.
25928
26548
  */
25929
26549
  onelakeClientId?: pulumi.Input<string | undefined>;
25930
26550
  /**
25931
26551
  * Field usage depends on `service` value:
26552
+ * - Service `databricksViaManagedDataLake`: Secret value for OneLake service principal.
25932
26553
  * - Service `managedDataLake`: Secret value for OneLake service principal.
25933
26554
  */
25934
26555
  onelakeClientSecret?: pulumi.Input<string | undefined>;
25935
26556
  /**
25936
26557
  * Field usage depends on `service` value:
26558
+ * - Service `databricksViaManagedDataLake`: (Immutable) Tenant ID of OneLake service principal
25937
26559
  * - Service `managedDataLake`: (Immutable) Tenant ID of OneLake service principal
25938
26560
  */
25939
26561
  onelakeTenantId?: pulumi.Input<string | undefined>;
@@ -25973,6 +26595,7 @@ export interface GetDestinationConfigArgs {
25973
26595
  * Field usage depends on `service` value:
25974
26596
  * - Service `adls`: Personal access token
25975
26597
  * - Service `databricks`: Personal access token
26598
+ * - Service `databricksViaManagedDataLake`: The personal access token you created for authenticating Fivetran.
25976
26599
  * - Service `managedDataLake`: The personal access token you created for authenticating Fivetran. Use this parameter only if you want to use a personal access token as the authentication type for Fivetran to connect to Databricks.
25977
26600
  * - Service `newS3Datalake`: Personal access token
25978
26601
  * - Service `onelake`: Personal access token
@@ -25988,6 +26611,7 @@ export interface GetDestinationConfigArgs {
25988
26611
  * - Service `azureSqlDatabase`: Server port number
25989
26612
  * - Service `azureSqlManagedDbWarehouse`: Server port number
25990
26613
  * - Service `databricks`: Server port number
26614
+ * - Service `databricksViaManagedDataLake`: Server port number of the Databricks account associated with Unity Catalog.
25991
26615
  * - Service `managedDataLake`: Server port number of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
25992
26616
  * - Service `mariaRdsWarehouse`: Server port number
25993
26617
  * - Service `mariaWarehouse`: Server port number
@@ -26013,6 +26637,7 @@ export interface GetDestinationConfigArgs {
26013
26637
  /**
26014
26638
  * Field usage depends on `service` value:
26015
26639
  * - Service `adls`: (Immutable) path/to/data within the container
26640
+ * - Service `databricksViaManagedDataLake`: (Immutable) Prefix path or virtual folder path within your bucket or container where you want Fivetran to store your data. Skip this parameter for AWS-based data lakes if the IAM policy configured for your S3 bucket grants access to the entire bucket.
26016
26641
  * - Service `managedDataLake`: (Immutable) Prefix path or virtual folder path within your bucket or container where you want Fivetran to store your data. Skip this parameter for AWS-based data lakes if the IAM policy configured for your S3 bucket grants access to the entire bucket.
26017
26642
  * - Service `newS3Datalake`: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy
26018
26643
  * - Service `onelake`: (Immutable) path/to/data within your lakehouse inside the Files directory
@@ -26052,6 +26677,7 @@ export interface GetDestinationConfigArgs {
26052
26677
  publicKey?: pulumi.Input<string | undefined>;
26053
26678
  /**
26054
26679
  * Field usage depends on `service` value:
26680
+ * - Service `databricksViaManagedDataLake`: (Immutable) AWS Region of your S3 bucket. Use this parameter only if you want to deploy your data lake on AWS.
26055
26681
  * - Service `managedDataLake`: (Immutable) AWS Region of your S3 bucket. Use this parameter only if you want to deploy your data lake on AWS.
26056
26682
  * - Service `newS3Datalake`: Region of your AWS S3 bucket
26057
26683
  */
@@ -26155,6 +26781,7 @@ export interface GetDestinationConfigArgs {
26155
26781
  /**
26156
26782
  * Field usage depends on `service` value:
26157
26783
  * - Service `adls`: Secret value for service principal
26784
+ * - Service `databricksViaManagedDataLake`: Secret value of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
26158
26785
  * - Service `managedDataLake`: Secret value of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
26159
26786
  * - Service `onelake`: Secret value for service principal
26160
26787
  */
@@ -26168,6 +26795,7 @@ export interface GetDestinationConfigArgs {
26168
26795
  * Field usage depends on `service` value:
26169
26796
  * - Service `adls`: Server Host name
26170
26797
  * - Service `databricks`: Server name
26798
+ * - Service `databricksViaManagedDataLake`: Server host name of the Databricks account associated with Unity Catalog.
26171
26799
  * - Service `managedDataLake`: Server host name of the Databricks account associated with Unity Catalog. Use this parameter only if you want to use Unity Catalog to manage your Delta Lake tables.
26172
26800
  * - Service `newS3Datalake`: Server host name
26173
26801
  * - Service `onelake`: Server Host name
@@ -26175,12 +26803,14 @@ export interface GetDestinationConfigArgs {
26175
26803
  serverHostName?: pulumi.Input<string | undefined>;
26176
26804
  /**
26177
26805
  * Field usage depends on `service` value:
26806
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Iceberg tables in BQMS. Use this parameter only if you want to deploy your data lake on GCS.
26178
26807
  * - Service `managedDataLake`: Specifies whether you want to manage your Iceberg tables in BQMS. Use this parameter only if you want to deploy your data lake on GCS.
26179
26808
  */
26180
26809
  shouldMaintainTablesInBqms?: pulumi.Input<boolean | undefined>;
26181
26810
  /**
26182
26811
  * Field usage depends on `service` value:
26183
26812
  * - Service `adls`: Should maintain tables in Databricks
26813
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Delta Lake tables in Databricks Unity Catalog.
26184
26814
  * - Service `managedDataLake`: Specifies whether you want to manage your Delta Lake tables in Databricks Unity Catalog.
26185
26815
  * - Service `newS3Datalake`: Should maintain tables in Databricks
26186
26816
  * - Service `onelake`: Should maintain tables in Databricks
@@ -26188,17 +26818,20 @@ export interface GetDestinationConfigArgs {
26188
26818
  shouldMaintainTablesInDatabricks?: pulumi.Input<boolean | undefined>;
26189
26819
  /**
26190
26820
  * Field usage depends on `service` value:
26821
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to manage your Iceberg tables in AWS Glue. Use this parameter only if you want to deploy your data lake on AWS.
26191
26822
  * - Service `managedDataLake`: Specifies whether you want to manage your Iceberg tables in AWS Glue. Use this parameter only if you want to deploy your data lake on AWS.
26192
26823
  */
26193
26824
  shouldMaintainTablesInGlue?: pulumi.Input<boolean | undefined>;
26194
26825
  /**
26195
26826
  * Field usage depends on `service` value:
26827
+ * - Service `databricksViaManagedDataLake`: Specifies whether you want to create shortcut for you table in OneLake. Use this parameter only if you want to deploy your data lake on ADLS.
26196
26828
  * - Service `managedDataLake`: Specifies whether you want to create shortcut for you table in OneLake. Use this parameter only if you want to deploy your data lake on ADLS.
26197
26829
  */
26198
26830
  shouldMaintainTablesInOneLake?: pulumi.Input<boolean | undefined>;
26199
26831
  /**
26200
26832
  * Field usage depends on `service` value:
26201
26833
  * - Service `adls`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
26834
+ * - Service `databricksViaManagedDataLake`: Specifies how long you want us to retain your table snapshots. We delete the snapshots that are older than the retention period during our table maintenance operations. Default value: `ONE_WEEK`.
26202
26835
  * - Service `managedDataLake`: Specifies how long you want us to retain your table snapshots. We delete the snapshots that are older than the retention period during our table maintenance operations. Default value: `ONE_WEEK`.
26203
26836
  * - Service `newS3Datalake`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
26204
26837
  * - Service `onelake`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
@@ -26216,6 +26849,7 @@ export interface GetDestinationConfigArgs {
26216
26849
  * - Service `adls`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
26217
26850
  * - Service `azureSqlDataWarehouse`: The name of the Azure storage account you want to use to stage your data. Use this parameter only if you are using Hybrid Deployment.
26218
26851
  * - Service `databricks`: Your storage account name
26852
+ * - Service `databricksViaManagedDataLake`: (Immutable) Name of your Azure Data Lake Storage Gen2 (ADLS Gen2) storage account. Use this parameter only if you want to deploy your data lake on ADLS.
26219
26853
  * - Service `managedDataLake`: (Immutable) Name of your Azure Data Lake Storage Gen2 (ADLS Gen2) storage account. Use this parameter only if you want to deploy your data lake on ADLS.
26220
26854
  * - Service `onelake`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
26221
26855
  * - Service `snowflake`: The name of the Azure storage account you want to use to stage your data. Use this parameter only if you are using Hybrid Deployment and want to use an Azure Blob storage container to stage your data.
@@ -26223,6 +26857,7 @@ export interface GetDestinationConfigArgs {
26223
26857
  storageAccountName?: pulumi.Input<string | undefined>;
26224
26858
  /**
26225
26859
  * Field usage depends on `service` value:
26860
+ * - Service `databricksViaManagedDataLake`: The cloud storage provider you want to use for your data lake.
26226
26861
  * - Service `managedDataLake`: The cloud storage provider you want to use for your data lake.
26227
26862
  */
26228
26863
  storageProvider?: pulumi.Input<string | undefined>;
@@ -26241,6 +26876,7 @@ export interface GetDestinationConfigArgs {
26241
26876
  /**
26242
26877
  * Field usage depends on `service` value:
26243
26878
  * - Service `adls`: Tenant id of service principal
26879
+ * - Service `databricksViaManagedDataLake`: Tenant ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
26244
26880
  * - Service `managedDataLake`: Tenant ID of the service principal you created for Fivetran. Use this parameter only if you want to deploy your data lake on ADLS.
26245
26881
  * - Service `onelake`: Tenant ID of service principal
26246
26882
  */
@@ -26357,6 +26993,7 @@ export interface GetDestinationConfigArgs {
26357
26993
  user?: pulumi.Input<string | undefined>;
26358
26994
  /**
26359
26995
  * Field usage depends on `service` value:
26996
+ * - Service `databricksViaManagedDataLake`: (Immutable) OneLake workspace GUID.
26360
26997
  * - Service `managedDataLake`: (Immutable) OneLake workspace GUID.
26361
26998
  * - Service `onelake`: (Immutable) OneLake workspace GUID
26362
26999
  */