@ryan-pip/pulumi-fivetran 1.5.1 → 1.9.4

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.
Files changed (343) hide show
  1. package/config/index.d.ts +1 -0
  2. package/config/index.d.ts.map +1 -0
  3. package/config/index.js +1 -1
  4. package/config/index.js.map +1 -1
  5. package/config/vars.d.ts +1 -0
  6. package/config/vars.d.ts.map +1 -0
  7. package/config/vars.js +28 -7
  8. package/config/vars.js.map +1 -1
  9. package/connector.d.ts +104 -40
  10. package/connector.d.ts.map +1 -0
  11. package/connector.js +150 -41
  12. package/connector.js.map +1 -1
  13. package/connectorCertificates.d.ts +51 -0
  14. package/connectorCertificates.d.ts.map +1 -0
  15. package/connectorCertificates.js +84 -11
  16. package/connectorCertificates.js.map +1 -1
  17. package/connectorFingerprints.d.ts +13 -9
  18. package/connectorFingerprints.d.ts.map +1 -0
  19. package/connectorFingerprints.js +46 -20
  20. package/connectorFingerprints.js.map +1 -1
  21. package/connectorSchedule.d.ts +24 -33
  22. package/connectorSchedule.d.ts.map +1 -0
  23. package/connectorSchedule.js +65 -52
  24. package/connectorSchedule.js.map +1 -1
  25. package/connectorSchemaConfig.d.ts +200 -9
  26. package/connectorSchemaConfig.d.ts.map +1 -0
  27. package/connectorSchemaConfig.js +231 -21
  28. package/connectorSchemaConfig.js.map +1 -1
  29. package/destination.d.ts +63 -37
  30. package/destination.d.ts.map +1 -0
  31. package/destination.js +113 -50
  32. package/destination.js.map +1 -1
  33. package/destinationCertificates.d.ts +54 -0
  34. package/destinationCertificates.d.ts.map +1 -0
  35. package/destinationCertificates.js +87 -11
  36. package/destinationCertificates.js.map +1 -1
  37. package/destinationFingerprints.d.ts +13 -9
  38. package/destinationFingerprints.d.ts.map +1 -0
  39. package/destinationFingerprints.js +46 -20
  40. package/destinationFingerprints.js.map +1 -1
  41. package/externalLogging.d.ts +42 -12
  42. package/externalLogging.d.ts.map +1 -0
  43. package/externalLogging.js +82 -30
  44. package/externalLogging.js.map +1 -1
  45. package/getConnection.d.ts +143 -0
  46. package/getConnection.d.ts.map +1 -0
  47. package/getConnection.js +77 -0
  48. package/getConnection.js.map +1 -0
  49. package/getConnectionCertificates.d.ts +64 -0
  50. package/getConnectionCertificates.d.ts.map +1 -0
  51. package/getConnectionCertificates.js +75 -0
  52. package/getConnectionCertificates.js.map +1 -0
  53. package/getConnectionFingerprints.d.ts +64 -0
  54. package/getConnectionFingerprints.d.ts.map +1 -0
  55. package/getConnectionFingerprints.js +75 -0
  56. package/getConnectionFingerprints.js.map +1 -0
  57. package/getConnections.d.ts +38 -0
  58. package/getConnections.d.ts.map +1 -0
  59. package/getConnections.js +57 -0
  60. package/getConnections.js.map +1 -0
  61. package/getConnector.d.ts +3 -2
  62. package/getConnector.d.ts.map +1 -0
  63. package/getConnector.js +28 -5
  64. package/getConnector.js.map +1 -1
  65. package/getConnectorCertificates.d.ts +29 -0
  66. package/getConnectorCertificates.d.ts.map +1 -0
  67. package/getConnectorCertificates.js +54 -3
  68. package/getConnectorCertificates.js.map +1 -1
  69. package/getConnectorFingerprints.d.ts +3 -2
  70. package/getConnectorFingerprints.d.ts.map +1 -0
  71. package/getConnectorFingerprints.js +28 -5
  72. package/getConnectorFingerprints.js.map +1 -1
  73. package/getConnectors.d.ts +5 -0
  74. package/getConnectors.d.ts.map +1 -0
  75. package/getConnectors.js +30 -3
  76. package/getConnectors.js.map +1 -1
  77. package/getConnectorsMetadata.d.ts +3 -2
  78. package/getConnectorsMetadata.d.ts.map +1 -0
  79. package/getConnectorsMetadata.js +28 -5
  80. package/getConnectorsMetadata.js.map +1 -1
  81. package/getDestination.d.ts +3 -2
  82. package/getDestination.d.ts.map +1 -0
  83. package/getDestination.js +28 -5
  84. package/getDestination.js.map +1 -1
  85. package/getDestinationCertificates.d.ts +1 -0
  86. package/getDestinationCertificates.d.ts.map +1 -0
  87. package/getDestinationCertificates.js +26 -3
  88. package/getDestinationCertificates.js.map +1 -1
  89. package/getDestinationFingerprints.d.ts +3 -2
  90. package/getDestinationFingerprints.d.ts.map +1 -0
  91. package/getDestinationFingerprints.js +28 -5
  92. package/getDestinationFingerprints.js.map +1 -1
  93. package/getDestinations.d.ts +5 -0
  94. package/getDestinations.d.ts.map +1 -0
  95. package/getDestinations.js +30 -3
  96. package/getDestinations.js.map +1 -1
  97. package/getExternalLogging.d.ts +3 -2
  98. package/getExternalLogging.d.ts.map +1 -0
  99. package/getExternalLogging.js +28 -5
  100. package/getExternalLogging.js.map +1 -1
  101. package/getExternalLogs.d.ts +5 -0
  102. package/getExternalLogs.d.ts.map +1 -0
  103. package/getExternalLogs.js +30 -3
  104. package/getExternalLogs.js.map +1 -1
  105. package/getGroup.d.ts +3 -2
  106. package/getGroup.d.ts.map +1 -0
  107. package/getGroup.js +28 -5
  108. package/getGroup.js.map +1 -1
  109. package/getGroupConnections.d.ts +78 -0
  110. package/getGroupConnections.d.ts.map +1 -0
  111. package/getGroupConnections.js +79 -0
  112. package/getGroupConnections.js.map +1 -0
  113. package/getGroupConnectors.d.ts +3 -2
  114. package/getGroupConnectors.d.ts.map +1 -0
  115. package/getGroupConnectors.js +28 -5
  116. package/getGroupConnectors.js.map +1 -1
  117. package/getGroupServiceAccount.d.ts +3 -2
  118. package/getGroupServiceAccount.d.ts.map +1 -0
  119. package/getGroupServiceAccount.js +28 -5
  120. package/getGroupServiceAccount.js.map +1 -1
  121. package/getGroupSshKey.d.ts +3 -2
  122. package/getGroupSshKey.d.ts.map +1 -0
  123. package/getGroupSshKey.js +28 -5
  124. package/getGroupSshKey.js.map +1 -1
  125. package/getGroupUsers.d.ts +3 -2
  126. package/getGroupUsers.d.ts.map +1 -0
  127. package/getGroupUsers.js +28 -5
  128. package/getGroupUsers.js.map +1 -1
  129. package/getGroups.d.ts +3 -2
  130. package/getGroups.d.ts.map +1 -0
  131. package/getGroups.js +28 -5
  132. package/getGroups.js.map +1 -1
  133. package/getHybridDeploymentAgent.d.ts +5 -0
  134. package/getHybridDeploymentAgent.d.ts.map +1 -0
  135. package/getHybridDeploymentAgent.js +30 -3
  136. package/getHybridDeploymentAgent.js.map +1 -1
  137. package/getHybridDeploymentAgents.d.ts +3 -2
  138. package/getHybridDeploymentAgents.d.ts.map +1 -0
  139. package/getHybridDeploymentAgents.js +28 -5
  140. package/getHybridDeploymentAgents.js.map +1 -1
  141. package/getPrivateLink.d.ts +7 -2
  142. package/getPrivateLink.d.ts.map +1 -0
  143. package/getPrivateLink.js +28 -5
  144. package/getPrivateLink.js.map +1 -1
  145. package/getPrivateLinks.d.ts +1 -0
  146. package/getPrivateLinks.d.ts.map +1 -0
  147. package/getPrivateLinks.js +26 -3
  148. package/getPrivateLinks.js.map +1 -1
  149. package/getProxyAgent.d.ts +3 -10
  150. package/getProxyAgent.d.ts.map +1 -0
  151. package/getProxyAgent.js +28 -5
  152. package/getProxyAgent.js.map +1 -1
  153. package/getProxyAgents.d.ts +3 -2
  154. package/getProxyAgents.d.ts.map +1 -0
  155. package/getProxyAgents.js +28 -5
  156. package/getProxyAgents.js.map +1 -1
  157. package/getQuickstartPackage.d.ts +3 -2
  158. package/getQuickstartPackage.d.ts.map +1 -0
  159. package/getQuickstartPackage.js +28 -5
  160. package/getQuickstartPackage.js.map +1 -1
  161. package/getQuickstartPackages.d.ts +3 -2
  162. package/getQuickstartPackages.d.ts.map +1 -0
  163. package/getQuickstartPackages.js +28 -5
  164. package/getQuickstartPackages.js.map +1 -1
  165. package/getRoles.d.ts +3 -2
  166. package/getRoles.d.ts.map +1 -0
  167. package/getRoles.js +28 -5
  168. package/getRoles.js.map +1 -1
  169. package/getTeam.d.ts +3 -2
  170. package/getTeam.d.ts.map +1 -0
  171. package/getTeam.js +28 -5
  172. package/getTeam.js.map +1 -1
  173. package/getTeamConnectionMemberships.d.ts +42 -0
  174. package/getTeamConnectionMemberships.d.ts.map +1 -0
  175. package/getTeamConnectionMemberships.js +53 -0
  176. package/getTeamConnectionMemberships.js.map +1 -0
  177. package/getTeamConnectorMemberships.d.ts +1 -0
  178. package/getTeamConnectorMemberships.d.ts.map +1 -0
  179. package/getTeamConnectorMemberships.js +26 -3
  180. package/getTeamConnectorMemberships.js.map +1 -1
  181. package/getTeamGroupMemberships.d.ts +3 -2
  182. package/getTeamGroupMemberships.d.ts.map +1 -0
  183. package/getTeamGroupMemberships.js +28 -5
  184. package/getTeamGroupMemberships.js.map +1 -1
  185. package/getTeamUserMemberships.d.ts +3 -2
  186. package/getTeamUserMemberships.d.ts.map +1 -0
  187. package/getTeamUserMemberships.js +28 -5
  188. package/getTeamUserMemberships.js.map +1 -1
  189. package/getTeams.d.ts +3 -2
  190. package/getTeams.d.ts.map +1 -0
  191. package/getTeams.js +28 -5
  192. package/getTeams.js.map +1 -1
  193. package/getTransformation.d.ts +3 -2
  194. package/getTransformation.d.ts.map +1 -0
  195. package/getTransformation.js +28 -5
  196. package/getTransformation.js.map +1 -1
  197. package/getTransformationProject.d.ts +3 -2
  198. package/getTransformationProject.d.ts.map +1 -0
  199. package/getTransformationProject.js +28 -5
  200. package/getTransformationProject.js.map +1 -1
  201. package/getTransformationProjects.d.ts +3 -2
  202. package/getTransformationProjects.d.ts.map +1 -0
  203. package/getTransformationProjects.js +28 -5
  204. package/getTransformationProjects.js.map +1 -1
  205. package/getTransformations.d.ts +3 -2
  206. package/getTransformations.d.ts.map +1 -0
  207. package/getTransformations.js +28 -5
  208. package/getTransformations.js.map +1 -1
  209. package/getUser.d.ts +3 -2
  210. package/getUser.d.ts.map +1 -0
  211. package/getUser.js +28 -5
  212. package/getUser.js.map +1 -1
  213. package/getUserConnectionMemberships.d.ts +64 -0
  214. package/getUserConnectionMemberships.d.ts.map +1 -0
  215. package/getUserConnectionMemberships.js +75 -0
  216. package/getUserConnectionMemberships.js.map +1 -0
  217. package/getUserConnectorMemberships.d.ts +3 -2
  218. package/getUserConnectorMemberships.d.ts.map +1 -0
  219. package/getUserConnectorMemberships.js +28 -5
  220. package/getUserConnectorMemberships.js.map +1 -1
  221. package/getUserGroupMemberships.d.ts +3 -2
  222. package/getUserGroupMemberships.d.ts.map +1 -0
  223. package/getUserGroupMemberships.js +28 -5
  224. package/getUserGroupMemberships.js.map +1 -1
  225. package/getUsers.d.ts +3 -2
  226. package/getUsers.d.ts.map +1 -0
  227. package/getUsers.js +28 -5
  228. package/getUsers.js.map +1 -1
  229. package/getWebhook.d.ts +3 -2
  230. package/getWebhook.d.ts.map +1 -0
  231. package/getWebhook.js +28 -5
  232. package/getWebhook.js.map +1 -1
  233. package/getWebhooks.d.ts +3 -2
  234. package/getWebhooks.d.ts.map +1 -0
  235. package/getWebhooks.js +28 -5
  236. package/getWebhooks.js.map +1 -1
  237. package/group.d.ts +12 -10
  238. package/group.d.ts.map +1 -0
  239. package/group.js +44 -20
  240. package/group.js.map +1 -1
  241. package/groupUsers.d.ts +3 -2
  242. package/groupUsers.d.ts.map +1 -0
  243. package/groupUsers.js +37 -14
  244. package/groupUsers.js.map +1 -1
  245. package/hybridDeploymentAgent.d.ts +14 -3
  246. package/hybridDeploymentAgent.d.ts.map +1 -0
  247. package/hybridDeploymentAgent.js +51 -25
  248. package/hybridDeploymentAgent.js.map +1 -1
  249. package/index.d.ts +23 -24
  250. package/index.d.ts.map +1 -0
  251. package/index.js +58 -38
  252. package/index.js.map +1 -1
  253. package/package.json +4 -3
  254. package/privateLink.d.ts +28 -6
  255. package/privateLink.d.ts.map +1 -0
  256. package/privateLink.js +63 -22
  257. package/privateLink.js.map +1 -1
  258. package/provider.d.ts +15 -0
  259. package/provider.d.ts.map +1 -0
  260. package/provider.js +39 -9
  261. package/provider.js.map +1 -1
  262. package/proxyAgent.d.ts +28 -15
  263. package/proxyAgent.d.ts.map +1 -0
  264. package/proxyAgent.js +47 -22
  265. package/proxyAgent.js.map +1 -1
  266. package/team.d.ts +12 -11
  267. package/team.d.ts.map +1 -0
  268. package/team.js +47 -24
  269. package/team.js.map +1 -1
  270. package/teamConnectorMembership.d.ts +11 -11
  271. package/teamConnectorMembership.d.ts.map +1 -0
  272. package/teamConnectorMembership.js +44 -22
  273. package/teamConnectorMembership.js.map +1 -1
  274. package/teamGroupMembership.d.ts +33 -8
  275. package/teamGroupMembership.d.ts.map +1 -0
  276. package/teamGroupMembership.js +66 -19
  277. package/teamGroupMembership.js.map +1 -1
  278. package/teamUserMembership.d.ts +11 -11
  279. package/teamUserMembership.d.ts.map +1 -0
  280. package/teamUserMembership.js +44 -22
  281. package/teamUserMembership.js.map +1 -1
  282. package/transformation.d.ts +57 -16
  283. package/transformation.d.ts.map +1 -0
  284. package/transformation.js +97 -34
  285. package/transformation.js.map +1 -1
  286. package/transformationProject.d.ts +97 -8
  287. package/transformationProject.d.ts.map +1 -0
  288. package/transformationProject.js +139 -28
  289. package/transformationProject.js.map +1 -1
  290. package/types/index.d.ts +1 -0
  291. package/types/index.d.ts.map +1 -0
  292. package/types/index.js +26 -3
  293. package/types/index.js.map +1 -1
  294. package/types/input.d.ts +2750 -299
  295. package/types/input.d.ts.map +1 -0
  296. package/types/input.js +1 -1
  297. package/types/input.js.map +1 -1
  298. package/types/output.d.ts +1705 -221
  299. package/types/output.d.ts.map +1 -0
  300. package/types/output.js +1 -1
  301. package/types/output.js.map +1 -1
  302. package/user.d.ts +11 -9
  303. package/user.d.ts.map +1 -0
  304. package/user.js +60 -36
  305. package/user.js.map +1 -1
  306. package/userConnectorMembership.d.ts +11 -11
  307. package/userConnectorMembership.d.ts.map +1 -0
  308. package/userConnectorMembership.js +44 -22
  309. package/userConnectorMembership.js.map +1 -1
  310. package/userGroupMembership.d.ts +33 -8
  311. package/userGroupMembership.d.ts.map +1 -0
  312. package/userGroupMembership.js +66 -19
  313. package/userGroupMembership.js.map +1 -1
  314. package/utilities.d.ts +1 -4
  315. package/utilities.d.ts.map +1 -0
  316. package/utilities.js +43 -30
  317. package/utilities.js.map +1 -1
  318. package/webhook.d.ts +10 -8
  319. package/webhook.d.ts.map +1 -0
  320. package/webhook.js +59 -35
  321. package/webhook.js.map +1 -1
  322. package/dbtGitProjectConfig.d.ts +0 -141
  323. package/dbtGitProjectConfig.js +0 -105
  324. package/dbtGitProjectConfig.js.map +0 -1
  325. package/dbtProject.d.ts +0 -237
  326. package/dbtProject.js +0 -134
  327. package/dbtProject.js.map +0 -1
  328. package/dbtTransformation.d.ts +0 -162
  329. package/dbtTransformation.js +0 -105
  330. package/dbtTransformation.js.map +0 -1
  331. package/getDbtModels.d.ts +0 -67
  332. package/getDbtModels.js +0 -52
  333. package/getDbtModels.js.map +0 -1
  334. package/getDbtProject.d.ts +0 -112
  335. package/getDbtProject.js +0 -52
  336. package/getDbtProject.js.map +0 -1
  337. package/getDbtProjects.d.ts +0 -38
  338. package/getDbtProjects.js +0 -42
  339. package/getDbtProjects.js.map +0 -1
  340. package/getDbtTransformation.d.ts +0 -99
  341. package/getDbtTransformation.js +0 -52
  342. package/getDbtTransformation.js.map +0 -1
  343. package/package.json.bak +0 -29
@@ -1,10 +1,33 @@
1
1
  "use strict";
2
- // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
4
27
  Object.defineProperty(exports, "__esModule", { value: true });
5
28
  exports.ConnectorSchedule = void 0;
6
- const pulumi = require("@pulumi/pulumi");
7
- const utilities = require("./utilities");
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
8
31
  /**
9
32
  * -This resource allows you to manage connectors schedule: pause/unpause connector, set dailySyncTime and sync_frequency.
10
33
  *
@@ -14,8 +37,8 @@ const utilities = require("./utilities");
14
37
  * import * as pulumi from "@pulumi/pulumi";
15
38
  * import * as fivetran from "@ryan-pip/pulumi-fivetran";
16
39
  *
17
- * const myConnectorSchedule = new fivetran.ConnectorSchedule("myConnectorSchedule", {
18
- * connectorId: fivetran_connector.my_connector.id,
40
+ * const myConnectorSchedule = new fivetran.ConnectorSchedule("my_connector_schedule", {
41
+ * connectorId: myConnector.id,
19
42
  * syncFrequency: "1440",
20
43
  * dailySyncTime: "03:00",
21
44
  * paused: "false",
@@ -28,43 +51,33 @@ const utilities = require("./utilities");
28
51
  *
29
52
  * You don't need to import this resource as it is synthetic.
30
53
  *
31
- * To fetch schedule values from existing connector use `fivetran_connector` data source:
32
- *
33
- * hcl
34
- *
35
- * data "fivetran_connector" "my_connector" {
36
- *
37
- * id = "my_connector_id"
38
- *
39
- * }
40
- *
41
- * now you can use schedule values from this data_source:
42
- *
43
- * sync_frequency = data.fivetran_connector.my_connector.sync_frequency
54
+ * To fetch schedule values from existing connector use `fivetran.Connector` data source:
55
+ * ```typescript
56
+ * import * as pulumi from "@pulumi/pulumi";
57
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
44
58
  *
45
- * paused = data.fivetran_connector.my_connector.paused
59
+ * const myConnector = fivetran.getConnector({
60
+ * id: "my_connector_id",
61
+ * });
62
+ * ```
46
63
  *
47
64
  * This resource manages settings for already existing connector instance and doesn't create a new one.
65
+ * If you already have an existing connector with id = `myConnectorId` just define `fivetran.ConnectorSchedule` resource:
48
66
  *
49
- * If you already have an existing connector with id = `my_connector_id` just define `fivetran_connector_schedule` resource:
50
- *
51
- * hcl
52
- *
53
- * resource "fivetran_connector_schedule" "my_connector_schedule" {
54
- *
55
- * connector_id = "my_connector_id"
56
- *
57
- * sync_frequency = "360"
58
- *
59
- * paused = false
60
- *
61
- * pause_after_trial = true
62
- *
63
- * schedule_type = "auto"
67
+ * ```typescript
68
+ * import * as pulumi from "@pulumi/pulumi";
69
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
64
70
  *
65
- * }
71
+ * const myConnectorSchedule = new fivetran.ConnectorSchedule("my_connector_schedule", {
72
+ * connectorId: "my_connector_id",
73
+ * syncFrequency: "360",
74
+ * paused: "false",
75
+ * pauseAfterTrial: "true",
76
+ * scheduleType: "auto",
77
+ * });
78
+ * ```
66
79
  *
67
- * -> NOTE: You can't have several resources managing the same `connector_id`. They will be in conflict ater each `apply`.
80
+ * > NOTE: You can't have several resources managing the same `connectorId`. They will be in conflict ater each `apply`.
68
81
  */
69
82
  class ConnectorSchedule extends pulumi.CustomResource {
70
83
  /**
@@ -77,8 +90,10 @@ class ConnectorSchedule extends pulumi.CustomResource {
77
90
  * @param opts Optional settings to control the behavior of the CustomResource.
78
91
  */
79
92
  static get(name, id, state, opts) {
80
- return new ConnectorSchedule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
93
+ return new ConnectorSchedule(name, state, { ...opts, id: id });
81
94
  }
95
+ /** @internal */
96
+ static __pulumiType = 'fivetran:index/connectorSchedule:ConnectorSchedule';
82
97
  /**
83
98
  * Returns true if the given object is an instance of ConnectorSchedule. This is designed to work even
84
99
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
@@ -94,30 +109,28 @@ class ConnectorSchedule extends pulumi.CustomResource {
94
109
  opts = opts || {};
95
110
  if (opts.id) {
96
111
  const state = argsOrState;
97
- resourceInputs["connectorId"] = state ? state.connectorId : undefined;
98
- resourceInputs["dailySyncTime"] = state ? state.dailySyncTime : undefined;
99
- resourceInputs["pauseAfterTrial"] = state ? state.pauseAfterTrial : undefined;
100
- resourceInputs["paused"] = state ? state.paused : undefined;
101
- resourceInputs["scheduleType"] = state ? state.scheduleType : undefined;
102
- resourceInputs["syncFrequency"] = state ? state.syncFrequency : undefined;
112
+ resourceInputs["connectorId"] = state?.connectorId;
113
+ resourceInputs["dailySyncTime"] = state?.dailySyncTime;
114
+ resourceInputs["pauseAfterTrial"] = state?.pauseAfterTrial;
115
+ resourceInputs["paused"] = state?.paused;
116
+ resourceInputs["scheduleType"] = state?.scheduleType;
117
+ resourceInputs["syncFrequency"] = state?.syncFrequency;
103
118
  }
104
119
  else {
105
120
  const args = argsOrState;
106
- if ((!args || args.connectorId === undefined) && !opts.urn) {
121
+ if (args?.connectorId === undefined && !opts.urn) {
107
122
  throw new Error("Missing required property 'connectorId'");
108
123
  }
109
- resourceInputs["connectorId"] = args ? args.connectorId : undefined;
110
- resourceInputs["dailySyncTime"] = args ? args.dailySyncTime : undefined;
111
- resourceInputs["pauseAfterTrial"] = args ? args.pauseAfterTrial : undefined;
112
- resourceInputs["paused"] = args ? args.paused : undefined;
113
- resourceInputs["scheduleType"] = args ? args.scheduleType : undefined;
114
- resourceInputs["syncFrequency"] = args ? args.syncFrequency : undefined;
124
+ resourceInputs["connectorId"] = args?.connectorId;
125
+ resourceInputs["dailySyncTime"] = args?.dailySyncTime;
126
+ resourceInputs["pauseAfterTrial"] = args?.pauseAfterTrial;
127
+ resourceInputs["paused"] = args?.paused;
128
+ resourceInputs["scheduleType"] = args?.scheduleType;
129
+ resourceInputs["syncFrequency"] = args?.syncFrequency;
115
130
  }
116
131
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
117
132
  super(ConnectorSchedule.__pulumiType, name, resourceInputs, opts);
118
133
  }
119
134
  }
120
135
  exports.ConnectorSchedule = ConnectorSchedule;
121
- /** @internal */
122
- ConnectorSchedule.__pulumiType = 'fivetran:index/connectorSchedule:ConnectorSchedule';
123
136
  //# sourceMappingURL=connectorSchedule.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"connectorSchedule.js","sourceRoot":"","sources":["../connectorSchedule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"connectorSchedule.js","sourceRoot":"","sources":["../connectorSchedule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,oDAAoD,CAAC;IAE3F;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;SAC1D;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAtFL,8CAuFC"}
@@ -2,6 +2,193 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
+ * ## page_title: "Resource: fivetran.ConnectorSchemaConfig"
6
+ *
7
+ * ***
8
+ *
9
+ * # Resource: fivetran.ConnectorSchemaConfig
10
+ *
11
+ * This resource allows you to manage the Standard Configuration settings of a connector:
12
+ * - Define the schema change handling settings
13
+ * - Enable and disable schemas, tables, and columns
14
+ *
15
+ * The resource is in **ALPHA** state. The resource schema and behavior are subject to change without prior notice.
16
+ *
17
+ * Known issues:
18
+ * - Definition of `syncMode` for table may cause infinite drifting changes in plan.
19
+ * - Using `schema` field causes very slow plan preparation because of slow performance for SetTypable fields in terraform-framework, please use MapTypable `schemas` field instead.
20
+ *
21
+ * ## Usage guide
22
+ *
23
+ * Note that all configuration settings are aligned to the `schemaChangeHandling` settings, except the settings explicitly specified in `schemas`.
24
+ * In `schemas`, you only override the default settings defined by the chosen `schemaChangeHandling` option.
25
+ * The allowed `schemaChangeHandling` options are as follows:
26
+ * - `ALLOW_ALL`- all schemas, tables and columns are ENABLED by default. You only need to explicitly specify DISABLED items or hashed tables
27
+ * - `BLOCK_ALL` - all schemas, tables and columns are DISABLED by default, the configuration only specifies ENABLED items
28
+ * - `ALLOW_COLUMNS` - all schemas and tables are DISABLED by default, but all columns are ENABLED by default, the configuration specifies ENABLED schemas and tables, and DISABLED columns
29
+ *
30
+ * Note that system-enabled tables and columns (such as primary and foreign key columns, and [system tables and columns](https://fivetran.com/docs/getting-started/system-columns-and-tables)) are synced regardless of the `schemaChangeHandling` settings and configuration. You can only disable non-locked columns in the system-enabled tables. If the configuration specifies any system tables or locked system table columns as disabled ( `enabled = "false"`), the provider just ignores these statements.
31
+ *
32
+ * ## Usage examples
33
+ *
34
+ * ### Example for the ALLOW_ALL option
35
+ *
36
+ * In `schemas`, you only need to specify schemas and tables you want to disable (`enabled = "false"`) and columns you want to disable or hash (`hashed = "true"`).
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
41
+ *
42
+ * const schema = new fivetran.ConnectorSchemaConfig("schema", {
43
+ * connectorId: "connector_id",
44
+ * schemaChangeHandling: "ALLOW_ALL",
45
+ * schemas: {
46
+ * schema_name: {
47
+ * tables: {
48
+ * table_name: {
49
+ * columns: {
50
+ * hashed_column_name: {
51
+ * hashed: true,
52
+ * },
53
+ * blocked_column_name: {
54
+ * enabled: false,
55
+ * },
56
+ * },
57
+ * },
58
+ * blocked_table_name: {
59
+ * enabled: false,
60
+ * },
61
+ * },
62
+ * },
63
+ * blocked_schema: {
64
+ * enabled: false,
65
+ * },
66
+ * },
67
+ * });
68
+ * ```
69
+ *
70
+ * The configuration resulting from the example request is as follows:
71
+ * - All new and existing schemas except `blockedSchema` are enabled
72
+ * - All new and existing tables in the `schemaName` schema except the `blockedTableName` table are enabled
73
+ * - All new and existing columns in the`tableName` of the `schemaName` schema except the `blockedColumnName` column are enabled
74
+ * - The `hashedColumnName` column is hashed in the `tableName` table in the `schemaName` schema
75
+ * - All new schemas, tables, and columns are enabled once captured by the connector during the sync except those disabled by the system
76
+ *
77
+ * ### Example for the BLOCK_ALL option
78
+ *
79
+ * ```typescript
80
+ * import * as pulumi from "@pulumi/pulumi";
81
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
82
+ *
83
+ * const schema = new fivetran.ConnectorSchemaConfig("schema", {
84
+ * connectorId: "connector_id",
85
+ * schemaChangeHandling: "BLOCK_ALL",
86
+ * schemas: {
87
+ * schema_name: {
88
+ * tables: {
89
+ * table_name: {
90
+ * columns: {
91
+ * hashed_column_name: {
92
+ * hashed: true,
93
+ * },
94
+ * },
95
+ * },
96
+ * enabled_table_name: {
97
+ * enabled: true,
98
+ * },
99
+ * },
100
+ * },
101
+ * enabled_schema: {
102
+ * enabled: true,
103
+ * },
104
+ * },
105
+ * });
106
+ * ```
107
+ *
108
+ * The configuration resulting from the example request is as follows:
109
+ *
110
+ * - All new and existing schemas except the `enabledSchema` and `schemaName` are disabled
111
+ * - Only system-enabled tables and columns are enabled in the `enabledSchema` schema
112
+ * - All new and existing tables in the `schemaName` schema except the `enabledTableName`, `tableName` tables and system tables are disabled
113
+ * - All new and existing columns in the `tableName` table of the `schemaName` schema are disabled except the `hashedColumnName` column and system columns
114
+ * - The `hashedColumnName` column in the `tableName` table the `schemaName` schema is hashed
115
+ * - All new columns except the system-enabled columns, all schemas and tables are disabled once captured by the connector during the sync
116
+ *
117
+ * ### Example for the ALLOW_COLUMNS option
118
+ *
119
+ * In `schemas`, you only need to specify schemas and tables you want to enable `enabled = "true"`) and columns you want to disable (`enabled = "false"`) or hash (`hashed = "true"`).
120
+ *
121
+ * ```typescript
122
+ * import * as pulumi from "@pulumi/pulumi";
123
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
124
+ *
125
+ * const schema = new fivetran.ConnectorSchemaConfig("schema", {
126
+ * connectorId: "connector_id",
127
+ * schemaChangeHandling: "ALLOW_COLUMNS",
128
+ * schemas: {
129
+ * schema_name: {
130
+ * tables: {
131
+ * table_name: {
132
+ * columns: {
133
+ * hashed_column_name: {
134
+ * hashed: true,
135
+ * },
136
+ * disabled_column_name: {
137
+ * enabled: false,
138
+ * },
139
+ * },
140
+ * },
141
+ * enabled_table: {
142
+ * enabled: true,
143
+ * },
144
+ * },
145
+ * },
146
+ * enabled_schema_name: {
147
+ * enabled: true,
148
+ * },
149
+ * },
150
+ * });
151
+ * ```
152
+ *
153
+ * The configuration resulting from the example request is as follows:
154
+ *
155
+ * - All specified existing schemas and tables are enabled and all columns inside them are enabled by default, unless `enabled = "false"` is specified for the column
156
+ * - All new and existing schemas except the `enabledSchemaName` and `schemaName` are disabled
157
+ * - Only system-enabled tables and columns would be enabled in the`enabledSchemaName` schema
158
+ * - All new and existing tables in the `schemaName` schema except the `enabledTableName`, `tableName` and system-enabled tables are disabled
159
+ * - All new and existing columns in the`tableName` table of the `schemaName` schema except the `disabledColumnsName` and system-enabled columns are enabled
160
+ * - The `hashedColumnName` would be hashed in table `tableName` in schema `schemaName`
161
+ * - All new non system-enabled tables/schemas would be disabled once captured by connector on sync
162
+ * - All new non system-enabled columns inside enabled tables (including system enabled-tables) would be enabled once captured by connector on sync
163
+ *
164
+ * <a id="nestedblock--nonlocked"></a>
165
+ * ### Non-locked table column management in system-enabled tables
166
+ *
167
+ * You cannot manage system-enabled tables, but you can manage its non-locked columns. For example, your schema `schemaName` has a system-enabled table `systemEnabledTable` that can't be disabled, and you want to disable one of its columns named `columnName`:
168
+ *
169
+ * ```typescript
170
+ * import * as pulumi from "@pulumi/pulumi";
171
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
172
+ *
173
+ * const schema = new fivetran.ConnectorSchemaConfig("schema", {
174
+ * connectorId: "connector_id",
175
+ * schemaChangeHandling: "ALLOW_COLUMNS",
176
+ * schemas: {
177
+ * schema_name: {
178
+ * tables: {
179
+ * system_enabled_table: {
180
+ * columns: {
181
+ * column_name: {
182
+ * enabled: false,
183
+ * },
184
+ * },
185
+ * },
186
+ * },
187
+ * },
188
+ * },
189
+ * });
190
+ * ```
191
+ *
5
192
  * ## Import
6
193
  *
7
194
  * You don't need to import this resource as it is synthetic (doesn't create new instances in upstream).
@@ -46,9 +233,10 @@ export declare class ConnectorSchemaConfig extends pulumi.CustomResource {
46
233
  readonly schemasJson: pulumi.Output<string | undefined>;
47
234
  readonly timeouts: pulumi.Output<outputs.ConnectorSchemaConfigTimeouts | undefined>;
48
235
  /**
49
- * The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names,
50
- * fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column
51
- * names. The resource will try to fetch columns for every configured table and verify column names.
236
+ * The value defines validation method.
237
+ * - NONE: no validation, any configuration accepted.
238
+ * - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables.
239
+ * - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
52
240
  */
53
241
  readonly validationLevel: pulumi.Output<string>;
54
242
  /**
@@ -88,9 +276,10 @@ export interface ConnectorSchemaConfigState {
88
276
  schemasJson?: pulumi.Input<string>;
89
277
  timeouts?: pulumi.Input<inputs.ConnectorSchemaConfigTimeouts>;
90
278
  /**
91
- * The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names,
92
- * fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column
93
- * names. The resource will try to fetch columns for every configured table and verify column names.
279
+ * The value defines validation method.
280
+ * - NONE: no validation, any configuration accepted.
281
+ * - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables.
282
+ * - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
94
283
  */
95
284
  validationLevel?: pulumi.Input<string>;
96
285
  }
@@ -122,9 +311,11 @@ export interface ConnectorSchemaConfigArgs {
122
311
  schemasJson?: pulumi.Input<string>;
123
312
  timeouts?: pulumi.Input<inputs.ConnectorSchemaConfigTimeouts>;
124
313
  /**
125
- * The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names,
126
- * fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column
127
- * names. The resource will try to fetch columns for every configured table and verify column names.
314
+ * The value defines validation method.
315
+ * - NONE: no validation, any configuration accepted.
316
+ * - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables.
317
+ * - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
128
318
  */
129
319
  validationLevel?: pulumi.Input<string>;
130
320
  }
321
+ //# sourceMappingURL=connectorSchemaConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectorSchemaConfig.d.ts","sourceRoot":"","sources":["../connectorSchemaConfig.ts"],"names":[],"mappings":"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"}