@ryan-pip/pulumi-fivetran 1.9.35 → 1.9.37

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
@@ -551,6 +551,7 @@ export interface ConnectorConfig {
551
551
  * - Service `awsCostReport`: Access Key ID
552
552
  * - Service `checkout`: Your Checkout.com access key ID.
553
553
  * - Service `cloudtalk`: Your CloudTalk Access Key ID.
554
+ * - Service `guidewireCloudDataAccess`: Access Key ID for access key authentication.
554
555
  * - Service `nice`: Your NICE access key ID.
555
556
  * - Service `s3`: Access Key ID
556
557
  * - Service `s3CompatibleStorage`: Access Key ID
@@ -564,6 +565,7 @@ export interface ConnectorConfig {
564
565
  * - Service `checkout`: Your Checkout.com access key secret.
565
566
  * - Service `cloudtalk`: Your CloudTalk Access Key Secret.
566
567
  * - Service `gongio`: Your Gongio Access Key Secret.
568
+ * - Service `guidewireCloudDataAccess`: Access Key Secret for access key authentication.
567
569
  * - Service `nice`: Your NICE access key secret.
568
570
  * - Service `s3`: Access Key Secret
569
571
  * - Service `s3CompatibleStorage`: Access Key Secret
@@ -888,6 +890,11 @@ export interface ConnectorConfig {
888
890
  * - Service `webhooks`: HMAC algorithm used for generating the HMAC signature. Supported algorithms INFER_FROM_HEADER, MD5, SHA_1, SHA_224, SHA_256, SHA_384, SHA_512. Default: SHA_256
889
891
  */
890
892
  algorithm?: pulumi.Input<string | undefined>;
893
+ /**
894
+ * Field usage depends on `service` value:
895
+ * - Service `email`: Restrict ingestion to emails from these senders only. Supports exact addresses (e.g. reports@vendor.com) or domains (e.g. @vendor.com). Applies to all tables.
896
+ */
897
+ allowedSendersLists?: pulumi.Input<pulumi.Input<string>[] | undefined>;
891
898
  /**
892
899
  * Field usage depends on `service` value:
893
900
  * - Service `aurora`: Require TLS through Tunnel
@@ -940,6 +947,11 @@ export interface ConnectorConfig {
940
947
  * - Service `sqlServerSapEccHva`: Require TLS.
941
948
  */
942
949
  alwaysEncrypted?: pulumi.Input<boolean | undefined>;
950
+ /**
951
+ * Field usage depends on `service` value:
952
+ * - Service `anthropicClaude`: Your Analytics API key for syncing Claude Enterprise organization-level analytics data.
953
+ */
954
+ analyticsApiKey?: pulumi.Input<string | undefined>;
943
955
  /**
944
956
  * Field usage depends on `service` value:
945
957
  * - Service `freshsuccess`: Set this parameter to `api`.
@@ -955,9 +967,14 @@ export interface ConnectorConfig {
955
967
  apiAccessToken?: pulumi.Input<string | undefined>;
956
968
  /**
957
969
  * Field usage depends on `service` value:
958
- * - Service `anthropicClaude`: Your Claude Platform Admin API key.
970
+ * - Service `anthropicClaude`: Your Claude Platform Admin API key for syncing organization-level management and reporting data.
959
971
  */
960
972
  apiAdminKey?: pulumi.Input<string | undefined>;
973
+ /**
974
+ * Field usage depends on `service` value:
975
+ * - Service `gongio`: Your Gong API Base URL.
976
+ */
977
+ apiBaseUrl?: pulumi.Input<string | undefined>;
961
978
  /**
962
979
  * Field usage depends on `service` value:
963
980
  * - Service `afterpay`: Your Afterpay API environment.
@@ -986,7 +1003,7 @@ export interface ConnectorConfig {
986
1003
  * - Service `airtable`: API key of the Airtable account.
987
1004
  * - Service `algolia`: Your Algolia API key.
988
1005
  * - Service `alida`: Your Alida API key.
989
- * - Service `anthropicClaude`: Your Claude Platform standard API key.
1006
+ * - Service `anthropicClaude`: Your API key for syncing data from a specific Claude workspace.
990
1007
  * - Service `anvyl`: Your Anvyl API key.
991
1008
  * - Service `apollo`: Your Apollo API key.
992
1009
  * - Service `appcues`: Your Appcues API key.
@@ -1227,9 +1244,14 @@ export interface ConnectorConfig {
1227
1244
  apiKey?: pulumi.Input<string | undefined>;
1228
1245
  /**
1229
1246
  * Field usage depends on `service` value:
1230
- * - Service `openai`: Your OpenAI API key.
1247
+ * - Service `openai`: The project-specific API key for the OpenAI Platform project whose data you want to sync.
1231
1248
  */
1232
1249
  apiKey2?: pulumi.Input<string | undefined>;
1250
+ /**
1251
+ * Field usage depends on `service` value:
1252
+ * - Service `openai`: The API key scoped to `codex.enterprise.analytics.read` for syncing Codex Enterprise Analytics data from a specific ChatGPT workspace.
1253
+ */
1254
+ apiKey3?: pulumi.Input<string | undefined>;
1233
1255
  /**
1234
1256
  * Field usage depends on `service` value:
1235
1257
  * - Service `revel`: Your Revel Systems API Key and API Secret.
@@ -1308,6 +1330,7 @@ export interface ConnectorConfig {
1308
1330
  * - Service `buzzsprout`: Your Buzzsprout API token.
1309
1331
  * - Service `centra`: Your Centra API token.
1310
1332
  * - Service `chameleon`: Your Chameleon API token.
1333
+ * - Service `circleCommunityPlatform`: Your Circle Community Platform API token.
1311
1334
  * - Service `clari`: Your Clari API token.
1312
1335
  * - Service `cloudflareAnalytics`: Your Cloudflare Analytics API token.
1313
1336
  * - Service `coda`: Your Coda API token.
@@ -1605,7 +1628,7 @@ export interface ConnectorConfig {
1605
1628
  audience?: pulumi.Input<string | undefined>;
1606
1629
  /**
1607
1630
  * Field usage depends on `service` value:
1608
- * - Service `databricksDb`: Token-based authentication type
1631
+ * - Service `databricksDb`: Authentication type (TOKEN or OAUTH2)
1609
1632
  * - Service `gitlab`: Your GitLab auth type.
1610
1633
  * - Service `redshiftDb`: Password-based authentication type
1611
1634
  * - Service `snowflakeDb`: Password-based or key-based authentication type
@@ -1618,6 +1641,7 @@ export interface ConnectorConfig {
1618
1641
  authCode?: pulumi.Input<string | undefined>;
1619
1642
  /**
1620
1643
  * Field usage depends on `service` value:
1644
+ * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management Auth base URL.
1621
1645
  * - Service `younium`: Your Younium auth environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
1622
1646
  */
1623
1647
  authEnvironment?: pulumi.Input<string | undefined>;
@@ -1688,6 +1712,7 @@ export interface ConnectorConfig {
1688
1712
  * - Service `dynamics365`: Authentication mechanism. Either one of `OAUTH2`, or `SERVICE_PRINCIPAL`. Default value `OAUTH2`
1689
1713
  * - Service `gcs`: Authorization type. Required for storage bucket authentication.
1690
1714
  * - Service `googleSheets`: The `OAuth` value must be specified for this type of authorization.
1715
+ * - Service `guidewireCloudDataAccess`: Access approach. Supported values: IAM_ROLE, ACCESS_KEY, PUBLIC_BUCKET.
1691
1716
  * - Service `jira`: Authorization type.
1692
1717
  * - Service `mixpanel`: Authentication Method
1693
1718
  * - Service `pardot`: Authenticate using OAuth or HTTP Basic
@@ -1696,6 +1721,7 @@ export interface ConnectorConfig {
1696
1721
  * - Service `s3`: Access approach
1697
1722
  * - Service `s3CompatibleStorage`: Access approach
1698
1723
  * - Service `samsara`: The authentication method you want to use for your connection.
1724
+ * - Service `ukgProWorkforceManagement`: The authentication method you want to use for your connection.
1699
1725
  * - Service `upland`: Authentication method you want to use for your connection.
1700
1726
  * - Service `wasabiCloudStorage`: The Wasabi Cloud Storage Access approach. Required for connector creation. Default value: `ACCESS_KEY`.
1701
1727
  * - Service `younium`: The authentication method you want to use for your connection.
@@ -1814,7 +1840,7 @@ export interface ConnectorConfig {
1814
1840
  * - Service `financialForce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
1815
1841
  * - Service `freshsales`: Your Freshsales product.
1816
1842
  * - Service `gitlab`: Your GitLab base URL.
1817
- * - Service `gongio`: Your Gong API Base URL.
1843
+ * - Service `gongio`: Your Gong Base URL.
1818
1844
  * - Service `higherLogicVanilla`: Your Higher Logic Vanilla base URL.
1819
1845
  * - Service `ironclad`: Your Ironclad base url.
1820
1846
  * - Service `jotform`: Your Jotform base URL.
@@ -1892,6 +1918,7 @@ export interface ConnectorConfig {
1892
1918
  * - Service `cloudfront`: The bucket name for CloudFront.
1893
1919
  * - Service `gcs`: The name of the GCS bucket.
1894
1920
  * - Service `googlePlay`: The Google Cloud Storage source bucket.
1921
+ * - Service `guidewireCloudDataAccess`: The S3 bucket name containing the Guidewire CDA export. Required for connector creation.
1895
1922
  * - Service `heap`: The S3 bucket name.
1896
1923
  * - Service `kinesis`: The name of the Kinesis bucket.
1897
1924
  * - Service `s3`: The S3 bucket name. Required for connector creation.
@@ -2289,6 +2316,7 @@ export interface ConnectorConfig {
2289
2316
  * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client Secret.
2290
2317
  * - Service `jamaSoftware`: Your Jama Software client secret.
2291
2318
  * - Service `jibble`: Your Jibble client secret.
2319
+ * - Service `khorosCommunities`: Your Khoros Communities client secret.
2292
2320
  * - Service `learnAmp`: Your Learn Amp client secret.
2293
2321
  * - Service `lookerSource`: Your Looker client secret.
2294
2322
  * - Service `marketo`: Marketo REST API Client Secret.
@@ -2540,6 +2568,7 @@ export interface ConnectorConfig {
2540
2568
  * - Service `googleCloudMysql`: Possible values:`Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
2541
2569
  * - Service `googleCloudPostgresql`: Possible values:`Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
2542
2570
  * - Service `googleCloudSqlserver`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
2571
+ * - Service `guidewireCloudDataAccess`: Connection method. Default value: `Directly`.
2543
2572
  * - Service `hanaSapHvaB1`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
2544
2573
  * - Service `hanaSapHvaEcc`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
2545
2574
  * - Service `hanaSapHvaEccNetweaver`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
@@ -2670,6 +2699,11 @@ export interface ConnectorConfig {
2670
2699
  * - Service `adjust`: CSV definition for the CSV export (https://help.adjust.com/en/article/csv-uploads#how-do-i-format-my-csv-definition).
2671
2700
  */
2672
2701
  csvDefinition?: pulumi.Input<string | undefined>;
2702
+ /**
2703
+ * Field usage depends on `service` value:
2704
+ * - Service `klarna`: The CSV delimiter used in your Klarna settlement report.
2705
+ */
2706
+ csvDelimiter?: pulumi.Input<string | undefined>;
2673
2707
  /**
2674
2708
  * Field usage depends on `service` value:
2675
2709
  * - Service `criteo`: Currency
@@ -2906,6 +2940,11 @@ export interface ConnectorConfig {
2906
2940
  * - Service `googleDisplayAndVideo360`: The report dimensions (filters) to include into a sync. The dimension names are provided in the API format. This is a required parameter when `configMethod` is set to `CREATE_NEW`.
2907
2941
  */
2908
2942
  dimensions?: pulumi.Input<pulumi.Input<string>[] | undefined>;
2943
+ /**
2944
+ * Field usage depends on `service` value:
2945
+ * - Service `criteoRetailMedia`: Your Criteo Retail Media report revenue dimensions.
2946
+ */
2947
+ dimensionsCriteoRetailMedia?: pulumi.Input<string | undefined>;
2909
2948
  /**
2910
2949
  * Field usage depends on `service` value:
2911
2950
  * - Service `oracleHva`: Possible values:`DIRECT`, `BFILE`, `ASM`, `ARCHIVE_ONLY`
@@ -3285,6 +3324,7 @@ export interface ConnectorConfig {
3285
3324
  /**
3286
3325
  * Field usage depends on `service` value:
3287
3326
  * - Service `azureBlobStorage`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
3327
+ * - Service `ftp`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
3288
3328
  * - Service `gcs`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
3289
3329
  * - Service `s3`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
3290
3330
  * - Service `sftp`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
@@ -3311,6 +3351,7 @@ export interface ConnectorConfig {
3311
3351
  /**
3312
3352
  * Field usage depends on `service` value:
3313
3353
  * - Service `azureBlobStorage`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
3354
+ * - Service `ftp`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
3314
3355
  * - Service `gcs`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
3315
3356
  * - Service `s3`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
3316
3357
  * - Service `sftp`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
@@ -3714,6 +3755,11 @@ export interface ConnectorConfig {
3714
3755
  * - Service `pendo`: The integration key of the Pendo account.
3715
3756
  */
3716
3757
  integrationKey?: pulumi.Input<string | undefined>;
3758
+ /**
3759
+ * Field usage depends on `service` value:
3760
+ * - Service `workdayHcm`: Integration System ID
3761
+ */
3762
+ integrationSystemId?: pulumi.Input<string | undefined>;
3717
3763
  /**
3718
3764
  * Field usage depends on `service` value:
3719
3765
  * - Service `avevaPi`: IP address of the AF Server
@@ -3770,6 +3816,7 @@ export interface ConnectorConfig {
3770
3816
  * Field usage depends on `service` value:
3771
3817
  * - Service `awsLambda`: We use PrivateLink by default if your AWS Lambda is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to AWS lambda over PrivateLink. Learn more in our [PrivateLink documentation](https://fivetran.com/docs/connectors/databases/connection-options/aws-private-link).
3772
3818
  * - Service `dynamodb`: We use PrivateLink by default if your DynamoDB instance is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to DynamoDB over PrivateLink. Learn more in our [PrivateLink documentation](https://fivetran.com/docs/connectors/databases/connection-options/aws-private-link).
3819
+ * - Service `guidewireCloudDataAccess`: Set to `true` if you want to connect to S3 bucket over PrivateLink. Default value: `false`.
3773
3820
  * - Service `s3`: Set to `true` if you want to connect to S3 bucket over PrivateLink. Default value: `false`.
3774
3821
  */
3775
3822
  isPrivateLinkRequired?: pulumi.Input<boolean | undefined>;
@@ -3823,7 +3870,7 @@ export interface ConnectorConfig {
3823
3870
  issuer?: pulumi.Input<string | undefined>;
3824
3871
  /**
3825
3872
  * Field usage depends on `service` value:
3826
- * - Service `itunesConnect`: Your Issuer ID
3873
+ * - Service `itunesConnect`: Your Issuer ID. Must be populated if `keyType` is set to `Team`
3827
3874
  */
3828
3875
  issuerId?: pulumi.Input<string | undefined>;
3829
3876
  /**
@@ -3870,6 +3917,11 @@ export interface ConnectorConfig {
3870
3917
  * - Service `herokuKafka`: Key Store Type
3871
3918
  */
3872
3919
  keyStoreType?: pulumi.Input<string | undefined>;
3920
+ /**
3921
+ * Field usage depends on `service` value:
3922
+ * - Service `itunesConnect`: Key Type
3923
+ */
3924
+ keyType?: pulumi.Input<string | undefined>;
3873
3925
  /**
3874
3926
  * Field usage depends on `service` value:
3875
3927
  * - Service `awsMsk`: If `securityProtocol` is set to `TLS`, add the `Keystore File` as Base64 encoded string.
@@ -3981,6 +4033,11 @@ export interface ConnectorConfig {
3981
4033
  * - Service `googleAds`: The list of the Manager Account IDs whose clients will be synced. Must be populated if `syncMode` is set to `ManagerAccounts`.
3982
4034
  */
3983
4035
  managerAccounts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
4036
+ /**
4037
+ * Field usage depends on `service` value:
4038
+ * - Service `guidewireCloudDataAccess`: The path to the Guidewire CDA manifest.json file in the S3 bucket.
4039
+ */
4040
+ manifestPath?: pulumi.Input<string | undefined>;
3984
4041
  /**
3985
4042
  * Field usage depends on `service` value:
3986
4043
  * - Service `reltio`: Maximum API requests per day
@@ -4154,6 +4211,7 @@ export interface ConnectorConfig {
4154
4211
  * Field usage depends on `service` value:
4155
4212
  * - Service `gladly`: Your Gladly Organization Name.
4156
4213
  * - Service `statuspage`: Your Statuspage Organization ID.
4214
+ * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management Organization ID.
4157
4215
  */
4158
4216
  organization?: pulumi.Input<string | undefined>;
4159
4217
  /**
@@ -4304,7 +4362,7 @@ export interface ConnectorConfig {
4304
4362
  * - Service `jira`: The Jira user's password.
4305
4363
  * - Service `khorosCare`: Your Khoros Care password.
4306
4364
  * - Service `kissmetrics`: Your Kissmetrics API Password.
4307
- * - Service `klarna`: Your Klarna Password.
4365
+ * - Service `klarna`: Your Klarna password.
4308
4366
  * - Service `lessonly`: Your Lessonly password.
4309
4367
  * - Service `magentoMysql`: The user's password.
4310
4368
  * - Service `magentoMysqlRds`: The user's password.
@@ -5073,6 +5131,7 @@ export interface ConnectorConfig {
5073
5131
  * - Service `awsMsk`: If `saslMechanism` is set to `IAM`, enter your Role ARN
5074
5132
  * - Service `cloudfront`: The Role ARN required for authentication.
5075
5133
  * - Service `dynamodb`: Role ARN
5134
+ * - Service `guidewireCloudDataAccess`: The Role ARN required for IAM role authentication.
5076
5135
  * - Service `heap`: The Role ARN required for authentication.
5077
5136
  * - Service `kinesis`: The Role ARN required for authentication.
5078
5137
  * - Service `magentoMysqlRds`: The ARN of the IAM role with RDS permissions. Required if the authentication method is `AWS_IAM` in the SaaS Deployment model.
@@ -6789,7 +6848,7 @@ export interface ConnectorConfig {
6789
6848
  * - Service `jamf`: Your Jamf username.
6790
6849
  * - Service `khorosCare`: Your Khoros Care username.
6791
6850
  * - Service `kissmetrics`: Your Kissmetrics API Username.
6792
- * - Service `klarna`: Your Klarna Username.
6851
+ * - Service `klarna`: Your Klarna username.
6793
6852
  * - Service `learnupon`: Your LearnUpon username.
6794
6853
  * - Service `lessonly`: Your Lessonly username.
6795
6854
  * - Service `mailgun`: Your Mailgun API username.
@@ -6945,6 +7004,7 @@ export interface ConnectorConfig {
6945
7004
  /**
6946
7005
  * Field usage depends on `service` value:
6947
7006
  * - Service `fulfil`: Your Fulfil workspace ID.
7007
+ * - Service `openai`: Your ChatGPT Enterprise Workspace ID.
6948
7008
  * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform workspace ID.
6949
7009
  */
6950
7010
  workspaceId?: pulumi.Input<string | undefined>;
@@ -7145,6 +7205,16 @@ export interface ConnectorConfigCustomReport {
7145
7205
  * - Service `snapchatAds`: [Sets Breakout on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#breakout).
7146
7206
  */
7147
7207
  breakout?: pulumi.Input<string | undefined>;
7208
+ /**
7209
+ * Field usage depends on `service` value:
7210
+ * - Service `pinterestAds`: Overrides the connector-level click attribution window for this report.
7211
+ */
7212
+ clickAttributionWindow?: pulumi.Input<string | undefined>;
7213
+ /**
7214
+ * Field usage depends on `service` value:
7215
+ * - Service `pinterestAds`: Overrides the connector-level conversion report time for this report.
7216
+ */
7217
+ conversionReportTime?: pulumi.Input<string | undefined>;
7148
7218
  /**
7149
7219
  * Field usage depends on `service` value:
7150
7220
  * - Service `redditAds`: The boolean value specifying whether to enable or disable event conversions data synchronisation. Default value: `false`
@@ -7173,6 +7243,7 @@ export interface ConnectorConfigCustomReport {
7173
7243
  eventNames?: pulumi.Input<pulumi.Input<string>[] | undefined>;
7174
7244
  /**
7175
7245
  * Field usage depends on `service` value:
7246
+ * - Service `pinterestAds`: Time granularity for the report: DAY, HOUR, WEEK, MONTH, or TOTAL.
7176
7247
  * - Service `snapchatAds`: [Sets Granularity on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#granularity).
7177
7248
  */
7178
7249
  granularity?: pulumi.Input<string | undefined>;
@@ -7189,6 +7260,7 @@ export interface ConnectorConfigCustomReport {
7189
7260
  /**
7190
7261
  * Field usage depends on `service` value:
7191
7262
  * - Service `criteo`: Metrics to be synced
7263
+ * - Service `pinterestAds`: List of metrics to include in the report.
7192
7264
  * - Service `tiktokAds`: Metrics to be synced
7193
7265
  */
7194
7266
  metrics?: pulumi.Input<pulumi.Input<string>[] | undefined>;
@@ -7206,6 +7278,7 @@ export interface ConnectorConfigCustomReport {
7206
7278
  /**
7207
7279
  * Field usage depends on `service` value:
7208
7280
  * - Service `criteo`: Type of report to be generated
7281
+ * - Service `pinterestAds`: The breakdown level for the report (e.g. ADVERTISER, CAMPAIGN, AD_GROUP, PIN_PROMOTION, KEYWORD, PRODUCT_GROUP, PRODUCT_ITEM).
7209
7282
  * - Service `tiktokAds`: Type of report to be generated
7210
7283
  */
7211
7284
  reportType?: pulumi.Input<string | undefined>;
@@ -7227,6 +7300,7 @@ export interface ConnectorConfigCustomReport {
7227
7300
  /**
7228
7301
  * Field usage depends on `service` value:
7229
7302
  * - Service `criteo`: Destination Table name of report
7303
+ * - Service `pinterestAds`: Destination table name for this custom report.
7230
7304
  * - Service `tiktokAds`: Destination Table name of report
7231
7305
  */
7232
7306
  tableName?: pulumi.Input<string | undefined>;
@@ -7245,6 +7319,11 @@ export interface ConnectorConfigCustomReport {
7245
7319
  * - Service `redditAds`: When this parameter is set to `ACCOUNT`, connector will use account related time zone to sync report data. Default value: `ACCOUNT`. Possible values: `ACCOUNT`, `USER`
7246
7320
  */
7247
7321
  timeZoneMode?: pulumi.Input<string | undefined>;
7322
+ /**
7323
+ * Field usage depends on `service` value:
7324
+ * - Service `pinterestAds`: Overrides the connector-level view attribution window for this report.
7325
+ */
7326
+ viewAttributionWindow?: pulumi.Input<string | undefined>;
7248
7327
  }
7249
7328
  export interface ConnectorConfigCustomTable {
7250
7329
  /**
@@ -7934,7 +8013,7 @@ export interface ConnectorConfigTenantConfig {
7934
8013
  export interface ConnectorDestinationSchema {
7935
8014
  /**
7936
8015
  * The connector schema name in destination. Has to be unique within the group (destination). Required for connector creation of services:<br>
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`
8016
+ * `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`, `circleCommunityPlatform`, `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`, `guidewireCloudDataAccess`, `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`
7938
8017
  */
7939
8018
  name?: pulumi.Input<string | undefined>;
7940
8019
  /**
@@ -7949,7 +8028,7 @@ export interface ConnectorDestinationSchema {
7949
8028
  table?: pulumi.Input<string | undefined>;
7950
8029
  /**
7951
8030
  * Table group name. Combined with the schema to form the Fivetran connection name '<schema>.<table_group_name>'. Required for connector creation of services:<br>
7952
- * `azureBlobStorage`, `box`, `dropbox`, `email`, `ftp`, `gcs`, `googleDrive`, `s3CompatibleStorage`, `s3`, `sftp`, `sharePoint`, `workday`
8031
+ * `azureBlobStorage`, `box`, `dropbox`, `email`, `ftp`, `gcs`, `googleDrive`, `guidewireCloudDataAccess`, `s3CompatibleStorage`, `s3`, `sftp`, `sharePoint`, `workday`
7953
8032
  */
7954
8033
  tableGroupName?: pulumi.Input<string | undefined>;
7955
8034
  }
@@ -9654,6 +9733,7 @@ export interface GetConnectorConfig {
9654
9733
  * - Service `awsCostReport`: Access Key ID
9655
9734
  * - Service `checkout`: Your Checkout.com access key ID.
9656
9735
  * - Service `cloudtalk`: Your CloudTalk Access Key ID.
9736
+ * - Service `guidewireCloudDataAccess`: Access Key ID for access key authentication.
9657
9737
  * - Service `nice`: Your NICE access key ID.
9658
9738
  * - Service `s3`: Access Key ID
9659
9739
  * - Service `s3CompatibleStorage`: Access Key ID
@@ -9667,6 +9747,7 @@ export interface GetConnectorConfig {
9667
9747
  * - Service `checkout`: Your Checkout.com access key secret.
9668
9748
  * - Service `cloudtalk`: Your CloudTalk Access Key Secret.
9669
9749
  * - Service `gongio`: Your Gongio Access Key Secret.
9750
+ * - Service `guidewireCloudDataAccess`: Access Key Secret for access key authentication.
9670
9751
  * - Service `nice`: Your NICE access key secret.
9671
9752
  * - Service `s3`: Access Key Secret
9672
9753
  * - Service `s3CompatibleStorage`: Access Key Secret
@@ -9999,6 +10080,11 @@ export interface GetConnectorConfig {
9999
10080
  * - Service `webhooks`: HMAC algorithm used for generating the HMAC signature. Supported algorithms INFER_FROM_HEADER, MD5, SHA_1, SHA_224, SHA_256, SHA_384, SHA_512. Default: SHA_256
10000
10081
  */
10001
10082
  algorithm?: string;
10083
+ /**
10084
+ * Field usage depends on `service` value:
10085
+ * - Service `email`: Restrict ingestion to emails from these senders only. Supports exact addresses (e.g. reports@vendor.com) or domains (e.g. @vendor.com). Applies to all tables.
10086
+ */
10087
+ allowedSendersLists?: string[];
10002
10088
  /**
10003
10089
  * Field usage depends on `service` value:
10004
10090
  * - Service `aurora`: Require TLS through Tunnel
@@ -10051,6 +10137,11 @@ export interface GetConnectorConfig {
10051
10137
  * - Service `sqlServerSapEccHva`: Require TLS.
10052
10138
  */
10053
10139
  alwaysEncrypted?: boolean;
10140
+ /**
10141
+ * Field usage depends on `service` value:
10142
+ * - Service `anthropicClaude`: Your Analytics API key for syncing Claude Enterprise organization-level analytics data.
10143
+ */
10144
+ analyticsApiKey?: string;
10054
10145
  /**
10055
10146
  * Field usage depends on `service` value:
10056
10147
  * - Service `freshsuccess`: Set this parameter to `api`.
@@ -10066,9 +10157,14 @@ export interface GetConnectorConfig {
10066
10157
  apiAccessToken?: string;
10067
10158
  /**
10068
10159
  * Field usage depends on `service` value:
10069
- * - Service `anthropicClaude`: Your Claude Platform Admin API key.
10160
+ * - Service `anthropicClaude`: Your Claude Platform Admin API key for syncing organization-level management and reporting data.
10070
10161
  */
10071
10162
  apiAdminKey?: string;
10163
+ /**
10164
+ * Field usage depends on `service` value:
10165
+ * - Service `gongio`: Your Gong API Base URL.
10166
+ */
10167
+ apiBaseUrl?: string;
10072
10168
  /**
10073
10169
  * Field usage depends on `service` value:
10074
10170
  * - Service `afterpay`: Your Afterpay API environment.
@@ -10097,7 +10193,7 @@ export interface GetConnectorConfig {
10097
10193
  * - Service `airtable`: API key of the Airtable account.
10098
10194
  * - Service `algolia`: Your Algolia API key.
10099
10195
  * - Service `alida`: Your Alida API key.
10100
- * - Service `anthropicClaude`: Your Claude Platform standard API key.
10196
+ * - Service `anthropicClaude`: Your API key for syncing data from a specific Claude workspace.
10101
10197
  * - Service `anvyl`: Your Anvyl API key.
10102
10198
  * - Service `apollo`: Your Apollo API key.
10103
10199
  * - Service `appcues`: Your Appcues API key.
@@ -10338,9 +10434,14 @@ export interface GetConnectorConfig {
10338
10434
  apiKey?: string;
10339
10435
  /**
10340
10436
  * Field usage depends on `service` value:
10341
- * - Service `openai`: Your OpenAI API key.
10437
+ * - Service `openai`: The project-specific API key for the OpenAI Platform project whose data you want to sync.
10342
10438
  */
10343
10439
  apiKey2?: string;
10440
+ /**
10441
+ * Field usage depends on `service` value:
10442
+ * - Service `openai`: The API key scoped to `codex.enterprise.analytics.read` for syncing Codex Enterprise Analytics data from a specific ChatGPT workspace.
10443
+ */
10444
+ apiKey3?: string;
10344
10445
  /**
10345
10446
  * Field usage depends on `service` value:
10346
10447
  * - Service `revel`: Your Revel Systems API Key and API Secret.
@@ -10419,6 +10520,7 @@ export interface GetConnectorConfig {
10419
10520
  * - Service `buzzsprout`: Your Buzzsprout API token.
10420
10521
  * - Service `centra`: Your Centra API token.
10421
10522
  * - Service `chameleon`: Your Chameleon API token.
10523
+ * - Service `circleCommunityPlatform`: Your Circle Community Platform API token.
10422
10524
  * - Service `clari`: Your Clari API token.
10423
10525
  * - Service `cloudflareAnalytics`: Your Cloudflare Analytics API token.
10424
10526
  * - Service `coda`: Your Coda API token.
@@ -10720,7 +10822,7 @@ export interface GetConnectorConfig {
10720
10822
  audience?: string;
10721
10823
  /**
10722
10824
  * Field usage depends on `service` value:
10723
- * - Service `databricksDb`: Token-based authentication type
10825
+ * - Service `databricksDb`: Authentication type (TOKEN or OAUTH2)
10724
10826
  * - Service `gitlab`: Your GitLab auth type.
10725
10827
  * - Service `redshiftDb`: Password-based authentication type
10726
10828
  * - Service `snowflakeDb`: Password-based or key-based authentication type
@@ -10733,6 +10835,7 @@ export interface GetConnectorConfig {
10733
10835
  authCode?: string;
10734
10836
  /**
10735
10837
  * Field usage depends on `service` value:
10838
+ * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management Auth base URL.
10736
10839
  * - Service `younium`: Your Younium auth environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
10737
10840
  */
10738
10841
  authEnvironment?: string;
@@ -10803,6 +10906,7 @@ export interface GetConnectorConfig {
10803
10906
  * - Service `dynamics365`: Authentication mechanism. Either one of `OAUTH2`, or `SERVICE_PRINCIPAL`. Default value `OAUTH2`
10804
10907
  * - Service `gcs`: Authorization type. Required for storage bucket authentication.
10805
10908
  * - Service `googleSheets`: The `OAuth` value must be specified for this type of authorization.
10909
+ * - Service `guidewireCloudDataAccess`: Access approach. Supported values: IAM_ROLE, ACCESS_KEY, PUBLIC_BUCKET.
10806
10910
  * - Service `jira`: Authorization type.
10807
10911
  * - Service `mixpanel`: Authentication Method
10808
10912
  * - Service `pardot`: Authenticate using OAuth or HTTP Basic
@@ -10811,6 +10915,7 @@ export interface GetConnectorConfig {
10811
10915
  * - Service `s3`: Access approach
10812
10916
  * - Service `s3CompatibleStorage`: Access approach
10813
10917
  * - Service `samsara`: The authentication method you want to use for your connection.
10918
+ * - Service `ukgProWorkforceManagement`: The authentication method you want to use for your connection.
10814
10919
  * - Service `upland`: Authentication method you want to use for your connection.
10815
10920
  * - Service `wasabiCloudStorage`: The Wasabi Cloud Storage Access approach. Required for connector creation. Default value: `ACCESS_KEY`.
10816
10921
  * - Service `younium`: The authentication method you want to use for your connection.
@@ -10938,7 +11043,7 @@ export interface GetConnectorConfig {
10938
11043
  * - Service `financialForce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
10939
11044
  * - Service `freshsales`: Your Freshsales product.
10940
11045
  * - Service `gitlab`: Your GitLab base URL.
10941
- * - Service `gongio`: Your Gong API Base URL.
11046
+ * - Service `gongio`: Your Gong Base URL.
10942
11047
  * - Service `higherLogicVanilla`: Your Higher Logic Vanilla base URL.
10943
11048
  * - Service `ironclad`: Your Ironclad base url.
10944
11049
  * - Service `jotform`: Your Jotform base URL.
@@ -11016,6 +11121,7 @@ export interface GetConnectorConfig {
11016
11121
  * - Service `cloudfront`: The bucket name for CloudFront.
11017
11122
  * - Service `gcs`: The name of the GCS bucket.
11018
11123
  * - Service `googlePlay`: The Google Cloud Storage source bucket.
11124
+ * - Service `guidewireCloudDataAccess`: The S3 bucket name containing the Guidewire CDA export. Required for connector creation.
11019
11125
  * - Service `heap`: The S3 bucket name.
11020
11126
  * - Service `kinesis`: The name of the Kinesis bucket.
11021
11127
  * - Service `s3`: The S3 bucket name. Required for connector creation.
@@ -11413,6 +11519,7 @@ export interface GetConnectorConfig {
11413
11519
  * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client Secret.
11414
11520
  * - Service `jamaSoftware`: Your Jama Software client secret.
11415
11521
  * - Service `jibble`: Your Jibble client secret.
11522
+ * - Service `khorosCommunities`: Your Khoros Communities client secret.
11416
11523
  * - Service `learnAmp`: Your Learn Amp client secret.
11417
11524
  * - Service `lookerSource`: Your Looker client secret.
11418
11525
  * - Service `marketo`: Marketo REST API Client Secret.
@@ -11664,6 +11771,7 @@ export interface GetConnectorConfig {
11664
11771
  * - Service `googleCloudMysql`: Possible values:`Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
11665
11772
  * - Service `googleCloudPostgresql`: Possible values:`Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
11666
11773
  * - Service `googleCloudSqlserver`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
11774
+ * - Service `guidewireCloudDataAccess`: Connection method. Default value: `Directly`.
11667
11775
  * - Service `hanaSapHvaB1`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
11668
11776
  * - Service `hanaSapHvaEcc`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
11669
11777
  * - Service `hanaSapHvaEccNetweaver`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
@@ -11794,6 +11902,11 @@ export interface GetConnectorConfig {
11794
11902
  * - Service `adjust`: CSV definition for the CSV export (https://help.adjust.com/en/article/csv-uploads#how-do-i-format-my-csv-definition).
11795
11903
  */
11796
11904
  csvDefinition?: string;
11905
+ /**
11906
+ * Field usage depends on `service` value:
11907
+ * - Service `klarna`: The CSV delimiter used in your Klarna settlement report.
11908
+ */
11909
+ csvDelimiter?: string;
11797
11910
  /**
11798
11911
  * Field usage depends on `service` value:
11799
11912
  * - Service `criteo`: Currency
@@ -11859,6 +11972,7 @@ export interface GetConnectorConfig {
11859
11972
  * Field usage depends on `service` value:
11860
11973
  * - Service `appleSearchAds`: Allows users to define reports with custom groupBy dimensions.
11861
11974
  * - Service `criteo`: Title of Custom Report
11975
+ * - Service `pinterestAds`: Custom reports to sync. Each entry creates a destination table with the specified metrics and breakdown level.
11862
11976
  * - Service `redditAds`: The list of custom report configurations. Each report corresponds to a table within the schema to which connector will sync the data.
11863
11977
  * - Service `snapchatAds`: [Custom reports for Snapchat Ads connector](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports).
11864
11978
  * - Service `tiktokAds`: Title of Custom Report
@@ -12052,6 +12166,11 @@ export interface GetConnectorConfig {
12052
12166
  * - Service `googleDisplayAndVideo360`: The report dimensions (filters) to include into a sync. The dimension names are provided in the API format. This is a required parameter when `configMethod` is set to `CREATE_NEW`.
12053
12167
  */
12054
12168
  dimensions?: string[];
12169
+ /**
12170
+ * Field usage depends on `service` value:
12171
+ * - Service `criteoRetailMedia`: Your Criteo Retail Media report revenue dimensions.
12172
+ */
12173
+ dimensionsCriteoRetailMedia?: string;
12055
12174
  /**
12056
12175
  * Field usage depends on `service` value:
12057
12176
  * - Service `oracleHva`: Possible values:`DIRECT`, `BFILE`, `ASM`, `ARCHIVE_ONLY`
@@ -12431,6 +12550,7 @@ export interface GetConnectorConfig {
12431
12550
  /**
12432
12551
  * Field usage depends on `service` value:
12433
12552
  * - Service `azureBlobStorage`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
12553
+ * - Service `ftp`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
12434
12554
  * - Service `gcs`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
12435
12555
  * - Service `s3`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
12436
12556
  * - Service `sftp`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
@@ -12457,6 +12577,7 @@ export interface GetConnectorConfig {
12457
12577
  /**
12458
12578
  * Field usage depends on `service` value:
12459
12579
  * - Service `azureBlobStorage`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
12580
+ * - Service `ftp`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
12460
12581
  * - Service `gcs`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
12461
12582
  * - Service `s3`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
12462
12583
  * - Service `sftp`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
@@ -12486,7 +12607,7 @@ export interface GetConnectorConfig {
12486
12607
  * - Service `box`: Mapped file name patterns to a destination table.
12487
12608
  * - Service `dropbox`: Mapped file name patterns to a destination table.
12488
12609
  * - Service `email`: Mapped file name patterns to a destination table.
12489
- * - Service `ftp`: Mapped file name patterns to a destination table.
12610
+ * - Service `ftp`: Required when `fileMappingMethod` = `DEFINE_PER_TABLE`. Mapped file name patterns to a destination table.
12490
12611
  * - Service `gcs`: Required when `fileMappingMethod` = `DEFINE_PER_TABLE`. Mapped file name patterns to a destination table.
12491
12612
  * - Service `googleDrive`: Mapped file name patterns to a destination table.
12492
12613
  * - Service `s3`: Required when `fileMappingMethod` = `DEFINE_PER_TABLE`. Mapped file name patterns to a destination table.
@@ -12879,6 +13000,11 @@ export interface GetConnectorConfig {
12879
13000
  * - Service `pendo`: The integration key of the Pendo account.
12880
13001
  */
12881
13002
  integrationKey?: string;
13003
+ /**
13004
+ * Field usage depends on `service` value:
13005
+ * - Service `workdayHcm`: Integration System ID
13006
+ */
13007
+ integrationSystemId?: string;
12882
13008
  /**
12883
13009
  * Field usage depends on `service` value:
12884
13010
  * - Service `avevaPi`: IP address of the AF Server
@@ -12935,6 +13061,7 @@ export interface GetConnectorConfig {
12935
13061
  * Field usage depends on `service` value:
12936
13062
  * - Service `awsLambda`: We use PrivateLink by default if your AWS Lambda is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to AWS lambda over PrivateLink. Learn more in our [PrivateLink documentation](https://fivetran.com/docs/connectors/databases/connection-options/aws-private-link).
12937
13063
  * - Service `dynamodb`: We use PrivateLink by default if your DynamoDB instance is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to DynamoDB over PrivateLink. Learn more in our [PrivateLink documentation](https://fivetran.com/docs/connectors/databases/connection-options/aws-private-link).
13064
+ * - Service `guidewireCloudDataAccess`: Set to `true` if you want to connect to S3 bucket over PrivateLink. Default value: `false`.
12938
13065
  * - Service `s3`: Set to `true` if you want to connect to S3 bucket over PrivateLink. Default value: `false`.
12939
13066
  */
12940
13067
  isPrivateLinkRequired?: boolean;
@@ -12988,7 +13115,7 @@ export interface GetConnectorConfig {
12988
13115
  issuer?: string;
12989
13116
  /**
12990
13117
  * Field usage depends on `service` value:
12991
- * - Service `itunesConnect`: Your Issuer ID
13118
+ * - Service `itunesConnect`: Your Issuer ID. Must be populated if `keyType` is set to `Team`
12992
13119
  */
12993
13120
  issuerId?: string;
12994
13121
  /**
@@ -13035,6 +13162,11 @@ export interface GetConnectorConfig {
13035
13162
  * - Service `herokuKafka`: Key Store Type
13036
13163
  */
13037
13164
  keyStoreType?: string;
13165
+ /**
13166
+ * Field usage depends on `service` value:
13167
+ * - Service `itunesConnect`: Key Type
13168
+ */
13169
+ keyType?: string;
13038
13170
  /**
13039
13171
  * Field usage depends on `service` value:
13040
13172
  * - Service `awsMsk`: If `securityProtocol` is set to `TLS`, add the `Keystore File` as Base64 encoded string.
@@ -13146,6 +13278,11 @@ export interface GetConnectorConfig {
13146
13278
  * - Service `googleAds`: The list of the Manager Account IDs whose clients will be synced. Must be populated if `syncMode` is set to `ManagerAccounts`.
13147
13279
  */
13148
13280
  managerAccounts?: string[];
13281
+ /**
13282
+ * Field usage depends on `service` value:
13283
+ * - Service `guidewireCloudDataAccess`: The path to the Guidewire CDA manifest.json file in the S3 bucket.
13284
+ */
13285
+ manifestPath?: string;
13149
13286
  /**
13150
13287
  * Field usage depends on `service` value:
13151
13288
  * - Service `reltio`: Maximum API requests per day
@@ -13319,6 +13456,7 @@ export interface GetConnectorConfig {
13319
13456
  * Field usage depends on `service` value:
13320
13457
  * - Service `gladly`: Your Gladly Organization Name.
13321
13458
  * - Service `statuspage`: Your Statuspage Organization ID.
13459
+ * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management Organization ID.
13322
13460
  */
13323
13461
  organization?: string;
13324
13462
  /**
@@ -13469,7 +13607,7 @@ export interface GetConnectorConfig {
13469
13607
  * - Service `jira`: The Jira user's password.
13470
13608
  * - Service `khorosCare`: Your Khoros Care password.
13471
13609
  * - Service `kissmetrics`: Your Kissmetrics API Password.
13472
- * - Service `klarna`: Your Klarna Password.
13610
+ * - Service `klarna`: Your Klarna password.
13473
13611
  * - Service `lessonly`: Your Lessonly password.
13474
13612
  * - Service `magentoMysql`: The user's password.
13475
13613
  * - Service `magentoMysqlRds`: The user's password.
@@ -14264,6 +14402,7 @@ export interface GetConnectorConfig {
14264
14402
  * - Service `awsMsk`: If `saslMechanism` is set to `IAM`, enter your Role ARN
14265
14403
  * - Service `cloudfront`: The Role ARN required for authentication.
14266
14404
  * - Service `dynamodb`: Role ARN
14405
+ * - Service `guidewireCloudDataAccess`: The Role ARN required for IAM role authentication.
14267
14406
  * - Service `heap`: The Role ARN required for authentication.
14268
14407
  * - Service `kinesis`: The Role ARN required for authentication.
14269
14408
  * - Service `magentoMysqlRds`: The ARN of the IAM role with RDS permissions. Required if the authentication method is `AWS_IAM` in the SaaS Deployment model.
@@ -15991,7 +16130,7 @@ export interface GetConnectorConfig {
15991
16130
  * - Service `jamf`: Your Jamf username.
15992
16131
  * - Service `khorosCare`: Your Khoros Care username.
15993
16132
  * - Service `kissmetrics`: Your Kissmetrics API Username.
15994
- * - Service `klarna`: Your Klarna Username.
16133
+ * - Service `klarna`: Your Klarna username.
15995
16134
  * - Service `learnupon`: Your LearnUpon username.
15996
16135
  * - Service `lessonly`: Your Lessonly username.
15997
16136
  * - Service `mailgun`: Your Mailgun API username.
@@ -16147,6 +16286,7 @@ export interface GetConnectorConfig {
16147
16286
  /**
16148
16287
  * Field usage depends on `service` value:
16149
16288
  * - Service `fulfil`: Your Fulfil workspace ID.
16289
+ * - Service `openai`: Your ChatGPT Enterprise Workspace ID.
16150
16290
  * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform workspace ID.
16151
16291
  */
16152
16292
  workspaceId?: string;
@@ -16290,6 +16430,7 @@ export interface GetConnectorConfigArgs {
16290
16430
  * - Service `awsCostReport`: Access Key ID
16291
16431
  * - Service `checkout`: Your Checkout.com access key ID.
16292
16432
  * - Service `cloudtalk`: Your CloudTalk Access Key ID.
16433
+ * - Service `guidewireCloudDataAccess`: Access Key ID for access key authentication.
16293
16434
  * - Service `nice`: Your NICE access key ID.
16294
16435
  * - Service `s3`: Access Key ID
16295
16436
  * - Service `s3CompatibleStorage`: Access Key ID
@@ -16303,6 +16444,7 @@ export interface GetConnectorConfigArgs {
16303
16444
  * - Service `checkout`: Your Checkout.com access key secret.
16304
16445
  * - Service `cloudtalk`: Your CloudTalk Access Key Secret.
16305
16446
  * - Service `gongio`: Your Gongio Access Key Secret.
16447
+ * - Service `guidewireCloudDataAccess`: Access Key Secret for access key authentication.
16306
16448
  * - Service `nice`: Your NICE access key secret.
16307
16449
  * - Service `s3`: Access Key Secret
16308
16450
  * - Service `s3CompatibleStorage`: Access Key Secret
@@ -16635,6 +16777,11 @@ export interface GetConnectorConfigArgs {
16635
16777
  * - Service `webhooks`: HMAC algorithm used for generating the HMAC signature. Supported algorithms INFER_FROM_HEADER, MD5, SHA_1, SHA_224, SHA_256, SHA_384, SHA_512. Default: SHA_256
16636
16778
  */
16637
16779
  algorithm?: pulumi.Input<string | undefined>;
16780
+ /**
16781
+ * Field usage depends on `service` value:
16782
+ * - Service `email`: Restrict ingestion to emails from these senders only. Supports exact addresses (e.g. reports@vendor.com) or domains (e.g. @vendor.com). Applies to all tables.
16783
+ */
16784
+ allowedSendersLists?: pulumi.Input<pulumi.Input<string>[] | undefined>;
16638
16785
  /**
16639
16786
  * Field usage depends on `service` value:
16640
16787
  * - Service `aurora`: Require TLS through Tunnel
@@ -16687,6 +16834,11 @@ export interface GetConnectorConfigArgs {
16687
16834
  * - Service `sqlServerSapEccHva`: Require TLS.
16688
16835
  */
16689
16836
  alwaysEncrypted?: pulumi.Input<boolean | undefined>;
16837
+ /**
16838
+ * Field usage depends on `service` value:
16839
+ * - Service `anthropicClaude`: Your Analytics API key for syncing Claude Enterprise organization-level analytics data.
16840
+ */
16841
+ analyticsApiKey?: pulumi.Input<string | undefined>;
16690
16842
  /**
16691
16843
  * Field usage depends on `service` value:
16692
16844
  * - Service `freshsuccess`: Set this parameter to `api`.
@@ -16702,9 +16854,14 @@ export interface GetConnectorConfigArgs {
16702
16854
  apiAccessToken?: pulumi.Input<string | undefined>;
16703
16855
  /**
16704
16856
  * Field usage depends on `service` value:
16705
- * - Service `anthropicClaude`: Your Claude Platform Admin API key.
16857
+ * - Service `anthropicClaude`: Your Claude Platform Admin API key for syncing organization-level management and reporting data.
16706
16858
  */
16707
16859
  apiAdminKey?: pulumi.Input<string | undefined>;
16860
+ /**
16861
+ * Field usage depends on `service` value:
16862
+ * - Service `gongio`: Your Gong API Base URL.
16863
+ */
16864
+ apiBaseUrl?: pulumi.Input<string | undefined>;
16708
16865
  /**
16709
16866
  * Field usage depends on `service` value:
16710
16867
  * - Service `afterpay`: Your Afterpay API environment.
@@ -16733,7 +16890,7 @@ export interface GetConnectorConfigArgs {
16733
16890
  * - Service `airtable`: API key of the Airtable account.
16734
16891
  * - Service `algolia`: Your Algolia API key.
16735
16892
  * - Service `alida`: Your Alida API key.
16736
- * - Service `anthropicClaude`: Your Claude Platform standard API key.
16893
+ * - Service `anthropicClaude`: Your API key for syncing data from a specific Claude workspace.
16737
16894
  * - Service `anvyl`: Your Anvyl API key.
16738
16895
  * - Service `apollo`: Your Apollo API key.
16739
16896
  * - Service `appcues`: Your Appcues API key.
@@ -16974,9 +17131,14 @@ export interface GetConnectorConfigArgs {
16974
17131
  apiKey?: pulumi.Input<string | undefined>;
16975
17132
  /**
16976
17133
  * Field usage depends on `service` value:
16977
- * - Service `openai`: Your OpenAI API key.
17134
+ * - Service `openai`: The project-specific API key for the OpenAI Platform project whose data you want to sync.
16978
17135
  */
16979
17136
  apiKey2?: pulumi.Input<string | undefined>;
17137
+ /**
17138
+ * Field usage depends on `service` value:
17139
+ * - Service `openai`: The API key scoped to `codex.enterprise.analytics.read` for syncing Codex Enterprise Analytics data from a specific ChatGPT workspace.
17140
+ */
17141
+ apiKey3?: pulumi.Input<string | undefined>;
16980
17142
  /**
16981
17143
  * Field usage depends on `service` value:
16982
17144
  * - Service `revel`: Your Revel Systems API Key and API Secret.
@@ -17055,6 +17217,7 @@ export interface GetConnectorConfigArgs {
17055
17217
  * - Service `buzzsprout`: Your Buzzsprout API token.
17056
17218
  * - Service `centra`: Your Centra API token.
17057
17219
  * - Service `chameleon`: Your Chameleon API token.
17220
+ * - Service `circleCommunityPlatform`: Your Circle Community Platform API token.
17058
17221
  * - Service `clari`: Your Clari API token.
17059
17222
  * - Service `cloudflareAnalytics`: Your Cloudflare Analytics API token.
17060
17223
  * - Service `coda`: Your Coda API token.
@@ -17356,7 +17519,7 @@ export interface GetConnectorConfigArgs {
17356
17519
  audience?: pulumi.Input<string | undefined>;
17357
17520
  /**
17358
17521
  * Field usage depends on `service` value:
17359
- * - Service `databricksDb`: Token-based authentication type
17522
+ * - Service `databricksDb`: Authentication type (TOKEN or OAUTH2)
17360
17523
  * - Service `gitlab`: Your GitLab auth type.
17361
17524
  * - Service `redshiftDb`: Password-based authentication type
17362
17525
  * - Service `snowflakeDb`: Password-based or key-based authentication type
@@ -17369,6 +17532,7 @@ export interface GetConnectorConfigArgs {
17369
17532
  authCode?: pulumi.Input<string | undefined>;
17370
17533
  /**
17371
17534
  * Field usage depends on `service` value:
17535
+ * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management Auth base URL.
17372
17536
  * - Service `younium`: Your Younium auth environment. Use this parameter only if you want the connection to authenticate using OAuth 2.0.
17373
17537
  */
17374
17538
  authEnvironment?: pulumi.Input<string | undefined>;
@@ -17439,6 +17603,7 @@ export interface GetConnectorConfigArgs {
17439
17603
  * - Service `dynamics365`: Authentication mechanism. Either one of `OAUTH2`, or `SERVICE_PRINCIPAL`. Default value `OAUTH2`
17440
17604
  * - Service `gcs`: Authorization type. Required for storage bucket authentication.
17441
17605
  * - Service `googleSheets`: The `OAuth` value must be specified for this type of authorization.
17606
+ * - Service `guidewireCloudDataAccess`: Access approach. Supported values: IAM_ROLE, ACCESS_KEY, PUBLIC_BUCKET.
17442
17607
  * - Service `jira`: Authorization type.
17443
17608
  * - Service `mixpanel`: Authentication Method
17444
17609
  * - Service `pardot`: Authenticate using OAuth or HTTP Basic
@@ -17447,6 +17612,7 @@ export interface GetConnectorConfigArgs {
17447
17612
  * - Service `s3`: Access approach
17448
17613
  * - Service `s3CompatibleStorage`: Access approach
17449
17614
  * - Service `samsara`: The authentication method you want to use for your connection.
17615
+ * - Service `ukgProWorkforceManagement`: The authentication method you want to use for your connection.
17450
17616
  * - Service `upland`: Authentication method you want to use for your connection.
17451
17617
  * - Service `wasabiCloudStorage`: The Wasabi Cloud Storage Access approach. Required for connector creation. Default value: `ACCESS_KEY`.
17452
17618
  * - Service `younium`: The authentication method you want to use for your connection.
@@ -17574,7 +17740,7 @@ export interface GetConnectorConfigArgs {
17574
17740
  * - Service `financialForce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
17575
17741
  * - Service `freshsales`: Your Freshsales product.
17576
17742
  * - Service `gitlab`: Your GitLab base URL.
17577
- * - Service `gongio`: Your Gong API Base URL.
17743
+ * - Service `gongio`: Your Gong Base URL.
17578
17744
  * - Service `higherLogicVanilla`: Your Higher Logic Vanilla base URL.
17579
17745
  * - Service `ironclad`: Your Ironclad base url.
17580
17746
  * - Service `jotform`: Your Jotform base URL.
@@ -17652,6 +17818,7 @@ export interface GetConnectorConfigArgs {
17652
17818
  * - Service `cloudfront`: The bucket name for CloudFront.
17653
17819
  * - Service `gcs`: The name of the GCS bucket.
17654
17820
  * - Service `googlePlay`: The Google Cloud Storage source bucket.
17821
+ * - Service `guidewireCloudDataAccess`: The S3 bucket name containing the Guidewire CDA export. Required for connector creation.
17655
17822
  * - Service `heap`: The S3 bucket name.
17656
17823
  * - Service `kinesis`: The name of the Kinesis bucket.
17657
17824
  * - Service `s3`: The S3 bucket name. Required for connector creation.
@@ -18049,6 +18216,7 @@ export interface GetConnectorConfigArgs {
18049
18216
  * - Service `ironcladClickwrap`: Your Ironclad Clickwrap Client Secret.
18050
18217
  * - Service `jamaSoftware`: Your Jama Software client secret.
18051
18218
  * - Service `jibble`: Your Jibble client secret.
18219
+ * - Service `khorosCommunities`: Your Khoros Communities client secret.
18052
18220
  * - Service `learnAmp`: Your Learn Amp client secret.
18053
18221
  * - Service `lookerSource`: Your Looker client secret.
18054
18222
  * - Service `marketo`: Marketo REST API Client Secret.
@@ -18300,6 +18468,7 @@ export interface GetConnectorConfigArgs {
18300
18468
  * - Service `googleCloudMysql`: Possible values:`Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
18301
18469
  * - Service `googleCloudPostgresql`: Possible values:`Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
18302
18470
  * - Service `googleCloudSqlserver`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
18471
+ * - Service `guidewireCloudDataAccess`: Connection method. Default value: `Directly`.
18303
18472
  * - Service `hanaSapHvaB1`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
18304
18473
  * - Service `hanaSapHvaEcc`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
18305
18474
  * - Service `hanaSapHvaEccNetweaver`: Possible values: `Directly`, `PrivateLink`, `SshTunnel`. `SshTunnel` is used as a value if this parameter is omitted in the request and any of the following parameter's values is specified: `tunnelHost`, `tunnelPort`, `tunnelUser`. Otherwise, `Directly` is used as a value if the parameter is omitted.
@@ -18430,6 +18599,11 @@ export interface GetConnectorConfigArgs {
18430
18599
  * - Service `adjust`: CSV definition for the CSV export (https://help.adjust.com/en/article/csv-uploads#how-do-i-format-my-csv-definition).
18431
18600
  */
18432
18601
  csvDefinition?: pulumi.Input<string | undefined>;
18602
+ /**
18603
+ * Field usage depends on `service` value:
18604
+ * - Service `klarna`: The CSV delimiter used in your Klarna settlement report.
18605
+ */
18606
+ csvDelimiter?: pulumi.Input<string | undefined>;
18433
18607
  /**
18434
18608
  * Field usage depends on `service` value:
18435
18609
  * - Service `criteo`: Currency
@@ -18495,6 +18669,7 @@ export interface GetConnectorConfigArgs {
18495
18669
  * Field usage depends on `service` value:
18496
18670
  * - Service `appleSearchAds`: Allows users to define reports with custom groupBy dimensions.
18497
18671
  * - Service `criteo`: Title of Custom Report
18672
+ * - Service `pinterestAds`: Custom reports to sync. Each entry creates a destination table with the specified metrics and breakdown level.
18498
18673
  * - Service `redditAds`: The list of custom report configurations. Each report corresponds to a table within the schema to which connector will sync the data.
18499
18674
  * - Service `snapchatAds`: [Custom reports for Snapchat Ads connector](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports).
18500
18675
  * - Service `tiktokAds`: Title of Custom Report
@@ -18688,6 +18863,11 @@ export interface GetConnectorConfigArgs {
18688
18863
  * - Service `googleDisplayAndVideo360`: The report dimensions (filters) to include into a sync. The dimension names are provided in the API format. This is a required parameter when `configMethod` is set to `CREATE_NEW`.
18689
18864
  */
18690
18865
  dimensions?: pulumi.Input<pulumi.Input<string>[] | undefined>;
18866
+ /**
18867
+ * Field usage depends on `service` value:
18868
+ * - Service `criteoRetailMedia`: Your Criteo Retail Media report revenue dimensions.
18869
+ */
18870
+ dimensionsCriteoRetailMedia?: pulumi.Input<string | undefined>;
18691
18871
  /**
18692
18872
  * Field usage depends on `service` value:
18693
18873
  * - Service `oracleHva`: Possible values:`DIRECT`, `BFILE`, `ASM`, `ARCHIVE_ONLY`
@@ -19067,6 +19247,7 @@ export interface GetConnectorConfigArgs {
19067
19247
  /**
19068
19248
  * Field usage depends on `service` value:
19069
19249
  * - Service `azureBlobStorage`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
19250
+ * - Service `ftp`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
19070
19251
  * - Service `gcs`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
19071
19252
  * - Service `s3`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
19072
19253
  * - Service `sftp`: Required when `fileMappingMethod` = `EXTRACT_TABLES`. A regular expression with a named capture group `(?table...)` to extract table names from file paths.
@@ -19093,6 +19274,7 @@ export interface GetConnectorConfigArgs {
19093
19274
  /**
19094
19275
  * Field usage depends on `service` value:
19095
19276
  * - Service `azureBlobStorage`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
19277
+ * - Service `ftp`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
19096
19278
  * - Service `gcs`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
19097
19279
  * - Service `s3`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
19098
19280
  * - Service `sftp`: The method used to map files to destination tables. Use `DEFINE_PER_TABLE` to manually configure each table with its own file pattern, or `EXTRACT_TABLES` to automatically discover tables based on a single extraction pattern.
@@ -19122,7 +19304,7 @@ export interface GetConnectorConfigArgs {
19122
19304
  * - Service `box`: Mapped file name patterns to a destination table.
19123
19305
  * - Service `dropbox`: Mapped file name patterns to a destination table.
19124
19306
  * - Service `email`: Mapped file name patterns to a destination table.
19125
- * - Service `ftp`: Mapped file name patterns to a destination table.
19307
+ * - Service `ftp`: Required when `fileMappingMethod` = `DEFINE_PER_TABLE`. Mapped file name patterns to a destination table.
19126
19308
  * - Service `gcs`: Required when `fileMappingMethod` = `DEFINE_PER_TABLE`. Mapped file name patterns to a destination table.
19127
19309
  * - Service `googleDrive`: Mapped file name patterns to a destination table.
19128
19310
  * - Service `s3`: Required when `fileMappingMethod` = `DEFINE_PER_TABLE`. Mapped file name patterns to a destination table.
@@ -19515,6 +19697,11 @@ export interface GetConnectorConfigArgs {
19515
19697
  * - Service `pendo`: The integration key of the Pendo account.
19516
19698
  */
19517
19699
  integrationKey?: pulumi.Input<string | undefined>;
19700
+ /**
19701
+ * Field usage depends on `service` value:
19702
+ * - Service `workdayHcm`: Integration System ID
19703
+ */
19704
+ integrationSystemId?: pulumi.Input<string | undefined>;
19518
19705
  /**
19519
19706
  * Field usage depends on `service` value:
19520
19707
  * - Service `avevaPi`: IP address of the AF Server
@@ -19571,6 +19758,7 @@ export interface GetConnectorConfigArgs {
19571
19758
  * Field usage depends on `service` value:
19572
19759
  * - Service `awsLambda`: We use PrivateLink by default if your AWS Lambda is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to AWS lambda over PrivateLink. Learn more in our [PrivateLink documentation](https://fivetran.com/docs/connectors/databases/connection-options/aws-private-link).
19573
19760
  * - Service `dynamodb`: We use PrivateLink by default if your DynamoDB instance is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to DynamoDB over PrivateLink. Learn more in our [PrivateLink documentation](https://fivetran.com/docs/connectors/databases/connection-options/aws-private-link).
19761
+ * - Service `guidewireCloudDataAccess`: Set to `true` if you want to connect to S3 bucket over PrivateLink. Default value: `false`.
19574
19762
  * - Service `s3`: Set to `true` if you want to connect to S3 bucket over PrivateLink. Default value: `false`.
19575
19763
  */
19576
19764
  isPrivateLinkRequired?: pulumi.Input<boolean | undefined>;
@@ -19624,7 +19812,7 @@ export interface GetConnectorConfigArgs {
19624
19812
  issuer?: pulumi.Input<string | undefined>;
19625
19813
  /**
19626
19814
  * Field usage depends on `service` value:
19627
- * - Service `itunesConnect`: Your Issuer ID
19815
+ * - Service `itunesConnect`: Your Issuer ID. Must be populated if `keyType` is set to `Team`
19628
19816
  */
19629
19817
  issuerId?: pulumi.Input<string | undefined>;
19630
19818
  /**
@@ -19671,6 +19859,11 @@ export interface GetConnectorConfigArgs {
19671
19859
  * - Service `herokuKafka`: Key Store Type
19672
19860
  */
19673
19861
  keyStoreType?: pulumi.Input<string | undefined>;
19862
+ /**
19863
+ * Field usage depends on `service` value:
19864
+ * - Service `itunesConnect`: Key Type
19865
+ */
19866
+ keyType?: pulumi.Input<string | undefined>;
19674
19867
  /**
19675
19868
  * Field usage depends on `service` value:
19676
19869
  * - Service `awsMsk`: If `securityProtocol` is set to `TLS`, add the `Keystore File` as Base64 encoded string.
@@ -19782,6 +19975,11 @@ export interface GetConnectorConfigArgs {
19782
19975
  * - Service `googleAds`: The list of the Manager Account IDs whose clients will be synced. Must be populated if `syncMode` is set to `ManagerAccounts`.
19783
19976
  */
19784
19977
  managerAccounts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19978
+ /**
19979
+ * Field usage depends on `service` value:
19980
+ * - Service `guidewireCloudDataAccess`: The path to the Guidewire CDA manifest.json file in the S3 bucket.
19981
+ */
19982
+ manifestPath?: pulumi.Input<string | undefined>;
19785
19983
  /**
19786
19984
  * Field usage depends on `service` value:
19787
19985
  * - Service `reltio`: Maximum API requests per day
@@ -19955,6 +20153,7 @@ export interface GetConnectorConfigArgs {
19955
20153
  * Field usage depends on `service` value:
19956
20154
  * - Service `gladly`: Your Gladly Organization Name.
19957
20155
  * - Service `statuspage`: Your Statuspage Organization ID.
20156
+ * - Service `ukgProWorkforceManagement`: Your UKG Pro Workforce Management Organization ID.
19958
20157
  */
19959
20158
  organization?: pulumi.Input<string | undefined>;
19960
20159
  /**
@@ -20105,7 +20304,7 @@ export interface GetConnectorConfigArgs {
20105
20304
  * - Service `jira`: The Jira user's password.
20106
20305
  * - Service `khorosCare`: Your Khoros Care password.
20107
20306
  * - Service `kissmetrics`: Your Kissmetrics API Password.
20108
- * - Service `klarna`: Your Klarna Password.
20307
+ * - Service `klarna`: Your Klarna password.
20109
20308
  * - Service `lessonly`: Your Lessonly password.
20110
20309
  * - Service `magentoMysql`: The user's password.
20111
20310
  * - Service `magentoMysqlRds`: The user's password.
@@ -20900,6 +21099,7 @@ export interface GetConnectorConfigArgs {
20900
21099
  * - Service `awsMsk`: If `saslMechanism` is set to `IAM`, enter your Role ARN
20901
21100
  * - Service `cloudfront`: The Role ARN required for authentication.
20902
21101
  * - Service `dynamodb`: Role ARN
21102
+ * - Service `guidewireCloudDataAccess`: The Role ARN required for IAM role authentication.
20903
21103
  * - Service `heap`: The Role ARN required for authentication.
20904
21104
  * - Service `kinesis`: The Role ARN required for authentication.
20905
21105
  * - Service `magentoMysqlRds`: The ARN of the IAM role with RDS permissions. Required if the authentication method is `AWS_IAM` in the SaaS Deployment model.
@@ -22627,7 +22827,7 @@ export interface GetConnectorConfigArgs {
22627
22827
  * - Service `jamf`: Your Jamf username.
22628
22828
  * - Service `khorosCare`: Your Khoros Care username.
22629
22829
  * - Service `kissmetrics`: Your Kissmetrics API Username.
22630
- * - Service `klarna`: Your Klarna Username.
22830
+ * - Service `klarna`: Your Klarna username.
22631
22831
  * - Service `learnupon`: Your LearnUpon username.
22632
22832
  * - Service `lessonly`: Your Lessonly username.
22633
22833
  * - Service `mailgun`: Your Mailgun API username.
@@ -22783,6 +22983,7 @@ export interface GetConnectorConfigArgs {
22783
22983
  /**
22784
22984
  * Field usage depends on `service` value:
22785
22985
  * - Service `fulfil`: Your Fulfil workspace ID.
22986
+ * - Service `openai`: Your ChatGPT Enterprise Workspace ID.
22786
22987
  * - Service `openaiCompliancePlatform`: Your OpenAI Compliance Platform workspace ID.
22787
22988
  */
22788
22989
  workspaceId?: pulumi.Input<string | undefined>;
@@ -23087,6 +23288,16 @@ export interface GetConnectorConfigCustomReport {
23087
23288
  * - Service `snapchatAds`: [Sets Breakout on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#breakout).
23088
23289
  */
23089
23290
  breakout?: string;
23291
+ /**
23292
+ * Field usage depends on `service` value:
23293
+ * - Service `pinterestAds`: Overrides the connector-level click attribution window for this report.
23294
+ */
23295
+ clickAttributionWindow?: string;
23296
+ /**
23297
+ * Field usage depends on `service` value:
23298
+ * - Service `pinterestAds`: Overrides the connector-level conversion report time for this report.
23299
+ */
23300
+ conversionReportTime?: string;
23090
23301
  /**
23091
23302
  * Field usage depends on `service` value:
23092
23303
  * - Service `redditAds`: The boolean value specifying whether to enable or disable event conversions data synchronisation. Default value: `false`
@@ -23115,6 +23326,7 @@ export interface GetConnectorConfigCustomReport {
23115
23326
  eventNames?: string[];
23116
23327
  /**
23117
23328
  * Field usage depends on `service` value:
23329
+ * - Service `pinterestAds`: Time granularity for the report: DAY, HOUR, WEEK, MONTH, or TOTAL.
23118
23330
  * - Service `snapchatAds`: [Sets Granularity on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#granularity).
23119
23331
  */
23120
23332
  granularity?: string;
@@ -23131,6 +23343,7 @@ export interface GetConnectorConfigCustomReport {
23131
23343
  /**
23132
23344
  * Field usage depends on `service` value:
23133
23345
  * - Service `criteo`: Metrics to be synced
23346
+ * - Service `pinterestAds`: List of metrics to include in the report.
23134
23347
  * - Service `tiktokAds`: Metrics to be synced
23135
23348
  */
23136
23349
  metrics?: string[];
@@ -23148,6 +23361,7 @@ export interface GetConnectorConfigCustomReport {
23148
23361
  /**
23149
23362
  * Field usage depends on `service` value:
23150
23363
  * - Service `criteo`: Type of report to be generated
23364
+ * - Service `pinterestAds`: The breakdown level for the report (e.g. ADVERTISER, CAMPAIGN, AD_GROUP, PIN_PROMOTION, KEYWORD, PRODUCT_GROUP, PRODUCT_ITEM).
23151
23365
  * - Service `tiktokAds`: Type of report to be generated
23152
23366
  */
23153
23367
  reportType?: string;
@@ -23169,6 +23383,7 @@ export interface GetConnectorConfigCustomReport {
23169
23383
  /**
23170
23384
  * Field usage depends on `service` value:
23171
23385
  * - Service `criteo`: Destination Table name of report
23386
+ * - Service `pinterestAds`: Destination table name for this custom report.
23172
23387
  * - Service `tiktokAds`: Destination Table name of report
23173
23388
  */
23174
23389
  tableName?: string;
@@ -23187,6 +23402,11 @@ export interface GetConnectorConfigCustomReport {
23187
23402
  * - Service `redditAds`: When this parameter is set to `ACCOUNT`, connector will use account related time zone to sync report data. Default value: `ACCOUNT`. Possible values: `ACCOUNT`, `USER`
23188
23403
  */
23189
23404
  timeZoneMode?: string;
23405
+ /**
23406
+ * Field usage depends on `service` value:
23407
+ * - Service `pinterestAds`: Overrides the connector-level view attribution window for this report.
23408
+ */
23409
+ viewAttributionWindow?: string;
23190
23410
  }
23191
23411
  export interface GetConnectorConfigCustomReportArgs {
23192
23412
  /**
@@ -23229,6 +23449,16 @@ export interface GetConnectorConfigCustomReportArgs {
23229
23449
  * - Service `snapchatAds`: [Sets Breakout on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#breakout).
23230
23450
  */
23231
23451
  breakout?: pulumi.Input<string | undefined>;
23452
+ /**
23453
+ * Field usage depends on `service` value:
23454
+ * - Service `pinterestAds`: Overrides the connector-level click attribution window for this report.
23455
+ */
23456
+ clickAttributionWindow?: pulumi.Input<string | undefined>;
23457
+ /**
23458
+ * Field usage depends on `service` value:
23459
+ * - Service `pinterestAds`: Overrides the connector-level conversion report time for this report.
23460
+ */
23461
+ conversionReportTime?: pulumi.Input<string | undefined>;
23232
23462
  /**
23233
23463
  * Field usage depends on `service` value:
23234
23464
  * - Service `redditAds`: The boolean value specifying whether to enable or disable event conversions data synchronisation. Default value: `false`
@@ -23257,6 +23487,7 @@ export interface GetConnectorConfigCustomReportArgs {
23257
23487
  eventNames?: pulumi.Input<pulumi.Input<string>[] | undefined>;
23258
23488
  /**
23259
23489
  * Field usage depends on `service` value:
23490
+ * - Service `pinterestAds`: Time granularity for the report: DAY, HOUR, WEEK, MONTH, or TOTAL.
23260
23491
  * - Service `snapchatAds`: [Sets Granularity on custom report](https://fivetran.com/docs/connectors/applications/snapchat-ads/custom-reports#granularity).
23261
23492
  */
23262
23493
  granularity?: pulumi.Input<string | undefined>;
@@ -23273,6 +23504,7 @@ export interface GetConnectorConfigCustomReportArgs {
23273
23504
  /**
23274
23505
  * Field usage depends on `service` value:
23275
23506
  * - Service `criteo`: Metrics to be synced
23507
+ * - Service `pinterestAds`: List of metrics to include in the report.
23276
23508
  * - Service `tiktokAds`: Metrics to be synced
23277
23509
  */
23278
23510
  metrics?: pulumi.Input<pulumi.Input<string>[] | undefined>;
@@ -23290,6 +23522,7 @@ export interface GetConnectorConfigCustomReportArgs {
23290
23522
  /**
23291
23523
  * Field usage depends on `service` value:
23292
23524
  * - Service `criteo`: Type of report to be generated
23525
+ * - Service `pinterestAds`: The breakdown level for the report (e.g. ADVERTISER, CAMPAIGN, AD_GROUP, PIN_PROMOTION, KEYWORD, PRODUCT_GROUP, PRODUCT_ITEM).
23293
23526
  * - Service `tiktokAds`: Type of report to be generated
23294
23527
  */
23295
23528
  reportType?: pulumi.Input<string | undefined>;
@@ -23311,6 +23544,7 @@ export interface GetConnectorConfigCustomReportArgs {
23311
23544
  /**
23312
23545
  * Field usage depends on `service` value:
23313
23546
  * - Service `criteo`: Destination Table name of report
23547
+ * - Service `pinterestAds`: Destination table name for this custom report.
23314
23548
  * - Service `tiktokAds`: Destination Table name of report
23315
23549
  */
23316
23550
  tableName?: pulumi.Input<string | undefined>;
@@ -23329,6 +23563,11 @@ export interface GetConnectorConfigCustomReportArgs {
23329
23563
  * - Service `redditAds`: When this parameter is set to `ACCOUNT`, connector will use account related time zone to sync report data. Default value: `ACCOUNT`. Possible values: `ACCOUNT`, `USER`
23330
23564
  */
23331
23565
  timeZoneMode?: pulumi.Input<string | undefined>;
23566
+ /**
23567
+ * Field usage depends on `service` value:
23568
+ * - Service `pinterestAds`: Overrides the connector-level view attribution window for this report.
23569
+ */
23570
+ viewAttributionWindow?: pulumi.Input<string | undefined>;
23332
23571
  }
23333
23572
  export interface GetConnectorConfigCustomTable {
23334
23573
  /**
@@ -24729,7 +24968,7 @@ export interface GetConnectorConfigTenantConfigArgs {
24729
24968
  export interface GetConnectorDestinationSchema {
24730
24969
  /**
24731
24970
  * The connector schema name in destination. Has to be unique within the group (destination). Required for connector creation of services:<br>
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`
24971
+ * `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`, `circleCommunityPlatform`, `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`, `guidewireCloudDataAccess`, `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`
24733
24972
  */
24734
24973
  name?: string;
24735
24974
  /**
@@ -24744,14 +24983,14 @@ export interface GetConnectorDestinationSchema {
24744
24983
  table?: string;
24745
24984
  /**
24746
24985
  * Table group name. Combined with the schema to form the Fivetran connection name '<schema>.<table_group_name>'. Required for connector creation of services:<br>
24747
- * `azureBlobStorage`, `box`, `dropbox`, `email`, `ftp`, `gcs`, `googleDrive`, `s3CompatibleStorage`, `s3`, `sftp`, `sharePoint`, `workday`
24986
+ * `azureBlobStorage`, `box`, `dropbox`, `email`, `ftp`, `gcs`, `googleDrive`, `guidewireCloudDataAccess`, `s3CompatibleStorage`, `s3`, `sftp`, `sharePoint`, `workday`
24748
24987
  */
24749
24988
  tableGroupName?: string;
24750
24989
  }
24751
24990
  export interface GetConnectorDestinationSchemaArgs {
24752
24991
  /**
24753
24992
  * The connector schema name in destination. Has to be unique within the group (destination). Required for connector creation of services:<br>
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`
24993
+ * `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`, `circleCommunityPlatform`, `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`, `guidewireCloudDataAccess`, `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`
24755
24994
  */
24756
24995
  name?: pulumi.Input<string | undefined>;
24757
24996
  /**
@@ -24766,7 +25005,7 @@ export interface GetConnectorDestinationSchemaArgs {
24766
25005
  table?: pulumi.Input<string | undefined>;
24767
25006
  /**
24768
25007
  * Table group name. Combined with the schema to form the Fivetran connection name '<schema>.<table_group_name>'. Required for connector creation of services:<br>
24769
- * `azureBlobStorage`, `box`, `dropbox`, `email`, `ftp`, `gcs`, `googleDrive`, `s3CompatibleStorage`, `s3`, `sftp`, `sharePoint`, `workday`
25008
+ * `azureBlobStorage`, `box`, `dropbox`, `email`, `ftp`, `gcs`, `googleDrive`, `guidewireCloudDataAccess`, `s3CompatibleStorage`, `s3`, `sftp`, `sharePoint`, `workday`
24770
25009
  */
24771
25010
  tableGroupName?: pulumi.Input<string | undefined>;
24772
25011
  }