@ryan-pip/pulumi-fivetran 0.1.0

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 (199) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +56 -0
  3. package/config/index.d.ts +1 -0
  4. package/config/index.js +21 -0
  5. package/config/index.js.map +1 -0
  6. package/config/vars.d.ts +3 -0
  7. package/config/vars.js +28 -0
  8. package/config/vars.js.map +1 -0
  9. package/connector.d.ts +192 -0
  10. package/connector.js +88 -0
  11. package/connector.js.map +1 -0
  12. package/connectorCertificates.d.ts +53 -0
  13. package/connectorCertificates.js +54 -0
  14. package/connectorCertificates.js.map +1 -0
  15. package/connectorFingerprints.d.ts +103 -0
  16. package/connectorFingerprints.js +104 -0
  17. package/connectorFingerprints.js.map +1 -0
  18. package/connectorSchedule.d.ts +169 -0
  19. package/connectorSchedule.js +123 -0
  20. package/connectorSchedule.js.map +1 -0
  21. package/connectorSchemaConfig.d.ts +130 -0
  22. package/connectorSchemaConfig.js +72 -0
  23. package/connectorSchemaConfig.js.map +1 -0
  24. package/dbtProject.d.ts +205 -0
  25. package/dbtProject.js +117 -0
  26. package/dbtProject.js.map +1 -0
  27. package/dbtTransformation.d.ts +162 -0
  28. package/dbtTransformation.js +105 -0
  29. package/dbtTransformation.js.map +1 -0
  30. package/destination.d.ts +216 -0
  31. package/destination.js +114 -0
  32. package/destination.js.map +1 -0
  33. package/destinationCertificates.d.ts +53 -0
  34. package/destinationCertificates.js +54 -0
  35. package/destinationCertificates.js.map +1 -0
  36. package/destinationFingerprints.d.ts +103 -0
  37. package/destinationFingerprints.js +104 -0
  38. package/destinationFingerprints.js.map +1 -0
  39. package/externalLogging.d.ts +118 -0
  40. package/externalLogging.js +92 -0
  41. package/externalLogging.js.map +1 -0
  42. package/getConnector.d.ts +76 -0
  43. package/getConnector.js +50 -0
  44. package/getConnector.js.map +1 -0
  45. package/getConnectorCertificates.d.ts +39 -0
  46. package/getConnectorCertificates.js +20 -0
  47. package/getConnectorCertificates.js.map +1 -0
  48. package/getConnectorFingerprints.d.ts +67 -0
  49. package/getConnectorFingerprints.js +48 -0
  50. package/getConnectorFingerprints.js.map +1 -0
  51. package/getConnectorsMetadata.d.ts +51 -0
  52. package/getConnectorsMetadata.js +44 -0
  53. package/getConnectorsMetadata.js.map +1 -0
  54. package/getDbtModels.d.ts +67 -0
  55. package/getDbtModels.js +48 -0
  56. package/getDbtModels.js.map +1 -0
  57. package/getDbtProject.d.ts +112 -0
  58. package/getDbtProject.js +48 -0
  59. package/getDbtProject.js.map +1 -0
  60. package/getDbtProjects.d.ts +38 -0
  61. package/getDbtProjects.js +41 -0
  62. package/getDbtProjects.js.map +1 -0
  63. package/getDbtTransformation.d.ts +99 -0
  64. package/getDbtTransformation.js +48 -0
  65. package/getDbtTransformation.js.map +1 -0
  66. package/getDestination.d.ts +62 -0
  67. package/getDestination.js +48 -0
  68. package/getDestination.js.map +1 -0
  69. package/getDestinationCertificates.d.ts +39 -0
  70. package/getDestinationCertificates.js +20 -0
  71. package/getDestinationCertificates.js.map +1 -0
  72. package/getDestinationFingerprints.d.ts +67 -0
  73. package/getDestinationFingerprints.js +48 -0
  74. package/getDestinationFingerprints.js.map +1 -0
  75. package/getExternalLogging.d.ts +87 -0
  76. package/getExternalLogging.js +49 -0
  77. package/getExternalLogging.js.map +1 -0
  78. package/getGroup.d.ts +70 -0
  79. package/getGroup.js +47 -0
  80. package/getGroup.js.map +1 -0
  81. package/getGroupConnectors.d.ts +77 -0
  82. package/getGroupConnectors.js +51 -0
  83. package/getGroupConnectors.js.map +1 -0
  84. package/getGroupServiceAccount.d.ts +62 -0
  85. package/getGroupServiceAccount.js +47 -0
  86. package/getGroupServiceAccount.js.map +1 -0
  87. package/getGroupSshKey.d.ts +62 -0
  88. package/getGroupSshKey.js +47 -0
  89. package/getGroupSshKey.js.map +1 -0
  90. package/getGroupUsers.d.ts +63 -0
  91. package/getGroupUsers.js +48 -0
  92. package/getGroupUsers.js.map +1 -0
  93. package/getGroups.d.ts +51 -0
  94. package/getGroups.js +44 -0
  95. package/getGroups.js.map +1 -0
  96. package/getLocalProcessingAgent.d.ts +72 -0
  97. package/getLocalProcessingAgent.js +47 -0
  98. package/getLocalProcessingAgent.js.map +1 -0
  99. package/getLocalProcessingAgents.d.ts +38 -0
  100. package/getLocalProcessingAgents.js +41 -0
  101. package/getLocalProcessingAgents.js.map +1 -0
  102. package/getProxyAgent.d.ts +82 -0
  103. package/getProxyAgent.js +47 -0
  104. package/getProxyAgent.js.map +1 -0
  105. package/getProxyAgents.d.ts +51 -0
  106. package/getProxyAgents.js +44 -0
  107. package/getProxyAgents.js.map +1 -0
  108. package/getRoles.d.ts +51 -0
  109. package/getRoles.js +44 -0
  110. package/getRoles.js.map +1 -0
  111. package/getTeam.d.ts +70 -0
  112. package/getTeam.js +47 -0
  113. package/getTeam.js.map +1 -0
  114. package/getTeamConnectorMemberships.d.ts +45 -0
  115. package/getTeamConnectorMemberships.js +26 -0
  116. package/getTeamConnectorMemberships.js.map +1 -0
  117. package/getTeamGroupMemberships.d.ts +67 -0
  118. package/getTeamGroupMemberships.js +48 -0
  119. package/getTeamGroupMemberships.js.map +1 -0
  120. package/getTeamUserMemberships.d.ts +67 -0
  121. package/getTeamUserMemberships.js +48 -0
  122. package/getTeamUserMemberships.js.map +1 -0
  123. package/getTeams.d.ts +59 -0
  124. package/getTeams.js +45 -0
  125. package/getTeams.js.map +1 -0
  126. package/getUser.d.ts +98 -0
  127. package/getUser.js +47 -0
  128. package/getUser.js.map +1 -0
  129. package/getUserConnectorMemberships.d.ts +67 -0
  130. package/getUserConnectorMemberships.js +48 -0
  131. package/getUserConnectorMemberships.js.map +1 -0
  132. package/getUserGroupMemberships.d.ts +67 -0
  133. package/getUserGroupMemberships.js +48 -0
  134. package/getUserGroupMemberships.js.map +1 -0
  135. package/getUsers.d.ts +59 -0
  136. package/getUsers.js +45 -0
  137. package/getUsers.js.map +1 -0
  138. package/getWebhook.d.ts +94 -0
  139. package/getWebhook.js +47 -0
  140. package/getWebhook.js.map +1 -0
  141. package/getWebhooks.d.ts +38 -0
  142. package/getWebhooks.js +41 -0
  143. package/getWebhooks.js.map +1 -0
  144. package/group.d.ts +102 -0
  145. package/group.js +91 -0
  146. package/group.js.map +1 -0
  147. package/groupUsers.d.ts +79 -0
  148. package/groupUsers.js +80 -0
  149. package/groupUsers.js.map +1 -0
  150. package/index.d.ts +177 -0
  151. package/index.js +251 -0
  152. package/index.js.map +1 -0
  153. package/localProcessingAgent.d.ts +125 -0
  154. package/localProcessingAgent.js +86 -0
  155. package/localProcessingAgent.js.map +1 -0
  156. package/package.json +29 -0
  157. package/package.json.bak +29 -0
  158. package/provider.d.ts +33 -0
  159. package/provider.js +50 -0
  160. package/provider.js.map +1 -0
  161. package/proxyAgent.d.ts +117 -0
  162. package/proxyAgent.js +84 -0
  163. package/proxyAgent.js.map +1 -0
  164. package/team.d.ts +115 -0
  165. package/team.js +99 -0
  166. package/team.js.map +1 -0
  167. package/teamConnectorMembership.d.ts +107 -0
  168. package/teamConnectorMembership.js +108 -0
  169. package/teamConnectorMembership.js.map +1 -0
  170. package/teamGroupMembership.d.ts +82 -0
  171. package/teamGroupMembership.js +83 -0
  172. package/teamGroupMembership.js.map +1 -0
  173. package/teamUserMembership.d.ts +105 -0
  174. package/teamUserMembership.js +106 -0
  175. package/teamUserMembership.js.map +1 -0
  176. package/types/index.d.ts +3 -0
  177. package/types/index.js +11 -0
  178. package/types/index.js.map +1 -0
  179. package/types/input.d.ts +18230 -0
  180. package/types/input.js +5 -0
  181. package/types/input.js.map +1 -0
  182. package/types/output.d.ts +12255 -0
  183. package/types/output.js +5 -0
  184. package/types/output.js.map +1 -0
  185. package/user.d.ts +191 -0
  186. package/user.js +119 -0
  187. package/user.js.map +1 -0
  188. package/userConnectorMembership.d.ts +107 -0
  189. package/userConnectorMembership.js +108 -0
  190. package/userConnectorMembership.js.map +1 -0
  191. package/userGroupMembership.d.ts +82 -0
  192. package/userGroupMembership.js +83 -0
  193. package/userGroupMembership.js.map +1 -0
  194. package/utilities.d.ts +8 -0
  195. package/utilities.js +101 -0
  196. package/utilities.js.map +1 -0
  197. package/webhook.d.ts +165 -0
  198. package/webhook.js +111 -0
  199. package/webhook.js.map +1 -0
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * This data source returns a local processing agent object.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as fivetran from "@pulumi/fivetran";
11
+ *
12
+ * const localProcessingAgent = fivetran.getLocalProcessingAgent({
13
+ * id: "local_processing_agent_id",
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getLocalProcessingAgent(args: GetLocalProcessingAgentArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalProcessingAgentResult>;
18
+ /**
19
+ * A collection of arguments for invoking getLocalProcessingAgent.
20
+ */
21
+ export interface GetLocalProcessingAgentArgs {
22
+ /**
23
+ * The unique identifier for the local processing agent within your account.
24
+ */
25
+ id: string;
26
+ }
27
+ /**
28
+ * A collection of values returned by getLocalProcessingAgent.
29
+ */
30
+ export interface GetLocalProcessingAgentResult {
31
+ /**
32
+ * The unique name for the local processing agent.
33
+ */
34
+ readonly displayName: string;
35
+ /**
36
+ * The unique identifier for the Group within the Fivetran system.
37
+ */
38
+ readonly groupId: string;
39
+ /**
40
+ * The unique identifier for the local processing agent within your account.
41
+ */
42
+ readonly id: string;
43
+ /**
44
+ * The timestamp of the time the local processing agent was created in your account.
45
+ */
46
+ readonly registeredAt: string;
47
+ readonly usages: outputs.GetLocalProcessingAgentUsage[];
48
+ }
49
+ /**
50
+ * This data source returns a local processing agent object.
51
+ *
52
+ * ## Example Usage
53
+ *
54
+ * ```typescript
55
+ * import * as pulumi from "@pulumi/pulumi";
56
+ * import * as fivetran from "@pulumi/fivetran";
57
+ *
58
+ * const localProcessingAgent = fivetran.getLocalProcessingAgent({
59
+ * id: "local_processing_agent_id",
60
+ * });
61
+ * ```
62
+ */
63
+ export declare function getLocalProcessingAgentOutput(args: GetLocalProcessingAgentOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLocalProcessingAgentResult>;
64
+ /**
65
+ * A collection of arguments for invoking getLocalProcessingAgent.
66
+ */
67
+ export interface GetLocalProcessingAgentOutputArgs {
68
+ /**
69
+ * The unique identifier for the local processing agent within your account.
70
+ */
71
+ id: pulumi.Input<string>;
72
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getLocalProcessingAgentOutput = exports.getLocalProcessingAgent = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a local processing agent object.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@pulumi/fivetran";
16
+ *
17
+ * const localProcessingAgent = fivetran.getLocalProcessingAgent({
18
+ * id: "local_processing_agent_id",
19
+ * });
20
+ * ```
21
+ */
22
+ function getLocalProcessingAgent(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("fivetran:index/getLocalProcessingAgent:getLocalProcessingAgent", {
25
+ "id": args.id,
26
+ }, opts);
27
+ }
28
+ exports.getLocalProcessingAgent = getLocalProcessingAgent;
29
+ /**
30
+ * This data source returns a local processing agent object.
31
+ *
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as fivetran from "@pulumi/fivetran";
37
+ *
38
+ * const localProcessingAgent = fivetran.getLocalProcessingAgent({
39
+ * id: "local_processing_agent_id",
40
+ * });
41
+ * ```
42
+ */
43
+ function getLocalProcessingAgentOutput(args, opts) {
44
+ return pulumi.output(args).apply((a) => getLocalProcessingAgent(a, opts));
45
+ }
46
+ exports.getLocalProcessingAgentOutput = getLocalProcessingAgentOutput;
47
+ //# sourceMappingURL=getLocalProcessingAgent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLocalProcessingAgent.js","sourceRoot":"","sources":["../getLocalProcessingAgent.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAElG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AAkCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
@@ -0,0 +1,38 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * This data source returns a list of all local processing agents within your Fivetran account.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as fivetran from "@pulumi/fivetran";
11
+ *
12
+ * const localProcessingAgents = fivetran.getLocalProcessingAgents({});
13
+ * ```
14
+ */
15
+ export declare function getLocalProcessingAgents(opts?: pulumi.InvokeOptions): Promise<GetLocalProcessingAgentsResult>;
16
+ /**
17
+ * A collection of values returned by getLocalProcessingAgents.
18
+ */
19
+ export interface GetLocalProcessingAgentsResult {
20
+ /**
21
+ * The provider-assigned unique ID for this managed resource.
22
+ */
23
+ readonly id: string;
24
+ readonly items: outputs.GetLocalProcessingAgentsItem[];
25
+ }
26
+ /**
27
+ * This data source returns a list of all local processing agents within your Fivetran account.
28
+ *
29
+ * ## Example Usage
30
+ *
31
+ * ```typescript
32
+ * import * as pulumi from "@pulumi/pulumi";
33
+ * import * as fivetran from "@pulumi/fivetran";
34
+ *
35
+ * const localProcessingAgents = fivetran.getLocalProcessingAgents({});
36
+ * ```
37
+ */
38
+ export declare function getLocalProcessingAgentsOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetLocalProcessingAgentsResult>;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getLocalProcessingAgentsOutput = exports.getLocalProcessingAgents = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a list of all local processing agents within your Fivetran account.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@pulumi/fivetran";
16
+ *
17
+ * const localProcessingAgents = fivetran.getLocalProcessingAgents({});
18
+ * ```
19
+ */
20
+ function getLocalProcessingAgents(opts) {
21
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
22
+ return pulumi.runtime.invoke("fivetran:index/getLocalProcessingAgents:getLocalProcessingAgents", {}, opts);
23
+ }
24
+ exports.getLocalProcessingAgents = getLocalProcessingAgents;
25
+ /**
26
+ * This data source returns a list of all local processing agents within your Fivetran account.
27
+ *
28
+ * ## Example Usage
29
+ *
30
+ * ```typescript
31
+ * import * as pulumi from "@pulumi/pulumi";
32
+ * import * as fivetran from "@pulumi/fivetran";
33
+ *
34
+ * const localProcessingAgents = fivetran.getLocalProcessingAgents({});
35
+ * ```
36
+ */
37
+ function getLocalProcessingAgentsOutput(opts) {
38
+ return pulumi.output(getLocalProcessingAgents(opts));
39
+ }
40
+ exports.getLocalProcessingAgentsOutput = getLocalProcessingAgentsOutput;
41
+ //# sourceMappingURL=getLocalProcessingAgents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLocalProcessingAgents.js","sourceRoot":"","sources":["../getLocalProcessingAgents.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,wBAAwB,CAAC,IAA2B;IAEhE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAYD;;;;;;;;;;;GAWG;AACH,SAAgB,8BAA8B,CAAC,IAA2B;IACtE,OAAO,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC,IAAI,CAAC,CAAC,CAAA;AACxD,CAAC;AAFD,wEAEC"}
@@ -0,0 +1,82 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source returns a proxy agent object.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as fivetran from "@pulumi/fivetran";
10
+ *
11
+ * const proxyAgent = fivetran.getProxyAgent({
12
+ * id: "proxy_id",
13
+ * });
14
+ * ```
15
+ */
16
+ export declare function getProxyAgent(args: GetProxyAgentArgs, opts?: pulumi.InvokeOptions): Promise<GetProxyAgentResult>;
17
+ /**
18
+ * A collection of arguments for invoking getProxyAgent.
19
+ */
20
+ export interface GetProxyAgentArgs {
21
+ /**
22
+ * The unique identifier for the proxy within your account.
23
+ */
24
+ id: string;
25
+ }
26
+ /**
27
+ * A collection of values returned by getProxyAgent.
28
+ */
29
+ export interface GetProxyAgentResult {
30
+ /**
31
+ * The actor who created the proxy agent.
32
+ */
33
+ readonly createdBy: string;
34
+ /**
35
+ * Proxy agent name.
36
+ */
37
+ readonly displayName: string;
38
+ /**
39
+ * Data processing location. This is where Fivetran will operate and run computation on data.
40
+ */
41
+ readonly groupRegion: string;
42
+ /**
43
+ * The unique identifier for the proxy within your account.
44
+ */
45
+ readonly id: string;
46
+ /**
47
+ * The timestamp of the time the proxy agent was created in your account.
48
+ */
49
+ readonly registredAt: string;
50
+ /**
51
+ * The salt.
52
+ */
53
+ readonly salt: string;
54
+ /**
55
+ * The auth token.
56
+ */
57
+ readonly token: string;
58
+ }
59
+ /**
60
+ * This data source returns a proxy agent object.
61
+ *
62
+ * ## Example Usage
63
+ *
64
+ * ```typescript
65
+ * import * as pulumi from "@pulumi/pulumi";
66
+ * import * as fivetran from "@pulumi/fivetran";
67
+ *
68
+ * const proxyAgent = fivetran.getProxyAgent({
69
+ * id: "proxy_id",
70
+ * });
71
+ * ```
72
+ */
73
+ export declare function getProxyAgentOutput(args: GetProxyAgentOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProxyAgentResult>;
74
+ /**
75
+ * A collection of arguments for invoking getProxyAgent.
76
+ */
77
+ export interface GetProxyAgentOutputArgs {
78
+ /**
79
+ * The unique identifier for the proxy within your account.
80
+ */
81
+ id: pulumi.Input<string>;
82
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getProxyAgentOutput = exports.getProxyAgent = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a proxy agent object.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@pulumi/fivetran";
16
+ *
17
+ * const proxyAgent = fivetran.getProxyAgent({
18
+ * id: "proxy_id",
19
+ * });
20
+ * ```
21
+ */
22
+ function getProxyAgent(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("fivetran:index/getProxyAgent:getProxyAgent", {
25
+ "id": args.id,
26
+ }, opts);
27
+ }
28
+ exports.getProxyAgent = getProxyAgent;
29
+ /**
30
+ * This data source returns a proxy agent object.
31
+ *
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as fivetran from "@pulumi/fivetran";
37
+ *
38
+ * const proxyAgent = fivetran.getProxyAgent({
39
+ * id: "proxy_id",
40
+ * });
41
+ * ```
42
+ */
43
+ function getProxyAgentOutput(args, opts) {
44
+ return pulumi.output(args).apply((a) => getProxyAgent(a, opts));
45
+ }
46
+ exports.getProxyAgentOutput = getProxyAgentOutput;
47
+ //# sourceMappingURL=getProxyAgent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getProxyAgent.js","sourceRoot":"","sources":["../getProxyAgent.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AA6CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
@@ -0,0 +1,51 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * This data source returns a list of all proxy agents within your Fivetran account.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as fivetran from "@pulumi/fivetran";
12
+ *
13
+ * const proxyAgents = fivetran.getProxyAgents({});
14
+ * ```
15
+ */
16
+ export declare function getProxyAgents(args?: GetProxyAgentsArgs, opts?: pulumi.InvokeOptions): Promise<GetProxyAgentsResult>;
17
+ /**
18
+ * A collection of arguments for invoking getProxyAgents.
19
+ */
20
+ export interface GetProxyAgentsArgs {
21
+ items?: inputs.GetProxyAgentsItem[];
22
+ }
23
+ /**
24
+ * A collection of values returned by getProxyAgents.
25
+ */
26
+ export interface GetProxyAgentsResult {
27
+ /**
28
+ * The provider-assigned unique ID for this managed resource.
29
+ */
30
+ readonly id: string;
31
+ readonly items?: outputs.GetProxyAgentsItem[];
32
+ }
33
+ /**
34
+ * This data source returns a list of all proxy agents within your Fivetran account.
35
+ *
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as fivetran from "@pulumi/fivetran";
41
+ *
42
+ * const proxyAgents = fivetran.getProxyAgents({});
43
+ * ```
44
+ */
45
+ export declare function getProxyAgentsOutput(args?: GetProxyAgentsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProxyAgentsResult>;
46
+ /**
47
+ * A collection of arguments for invoking getProxyAgents.
48
+ */
49
+ export interface GetProxyAgentsOutputArgs {
50
+ items?: pulumi.Input<pulumi.Input<inputs.GetProxyAgentsItemArgs>[]>;
51
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getProxyAgentsOutput = exports.getProxyAgents = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a list of all proxy agents within your Fivetran account.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@pulumi/fivetran";
16
+ *
17
+ * const proxyAgents = fivetran.getProxyAgents({});
18
+ * ```
19
+ */
20
+ function getProxyAgents(args, opts) {
21
+ args = args || {};
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invoke("fivetran:index/getProxyAgents:getProxyAgents", {
24
+ "items": args.items,
25
+ }, opts);
26
+ }
27
+ exports.getProxyAgents = getProxyAgents;
28
+ /**
29
+ * This data source returns a list of all proxy agents within your Fivetran account.
30
+ *
31
+ * ## Example Usage
32
+ *
33
+ * ```typescript
34
+ * import * as pulumi from "@pulumi/pulumi";
35
+ * import * as fivetran from "@pulumi/fivetran";
36
+ *
37
+ * const proxyAgents = fivetran.getProxyAgents({});
38
+ * ```
39
+ */
40
+ function getProxyAgentsOutput(args, opts) {
41
+ return pulumi.output(args).apply((a) => getProxyAgents(a, opts));
42
+ }
43
+ exports.getProxyAgentsOutput = getProxyAgentsOutput;
44
+ //# sourceMappingURL=getProxyAgents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getProxyAgents.js","sourceRoot":"","sources":["../getProxyAgents.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AAmBD;;;;;;;;;;;GAWG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
package/getRoles.d.ts ADDED
@@ -0,0 +1,51 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * This data source returns a list of all predefined and custom roles within your Fivetran account.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as fivetran from "@pulumi/fivetran";
12
+ *
13
+ * const roles = fivetran.getRoles({});
14
+ * ```
15
+ */
16
+ export declare function getRoles(args?: GetRolesArgs, opts?: pulumi.InvokeOptions): Promise<GetRolesResult>;
17
+ /**
18
+ * A collection of arguments for invoking getRoles.
19
+ */
20
+ export interface GetRolesArgs {
21
+ roles?: inputs.GetRolesRole[];
22
+ }
23
+ /**
24
+ * A collection of values returned by getRoles.
25
+ */
26
+ export interface GetRolesResult {
27
+ /**
28
+ * The ID of this resource.
29
+ */
30
+ readonly id: string;
31
+ readonly roles?: outputs.GetRolesRole[];
32
+ }
33
+ /**
34
+ * This data source returns a list of all predefined and custom roles within your Fivetran account.
35
+ *
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as fivetran from "@pulumi/fivetran";
41
+ *
42
+ * const roles = fivetran.getRoles({});
43
+ * ```
44
+ */
45
+ export declare function getRolesOutput(args?: GetRolesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRolesResult>;
46
+ /**
47
+ * A collection of arguments for invoking getRoles.
48
+ */
49
+ export interface GetRolesOutputArgs {
50
+ roles?: pulumi.Input<pulumi.Input<inputs.GetRolesRoleArgs>[]>;
51
+ }
package/getRoles.js ADDED
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getRolesOutput = exports.getRoles = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a list of all predefined and custom roles within your Fivetran account.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@pulumi/fivetran";
16
+ *
17
+ * const roles = fivetran.getRoles({});
18
+ * ```
19
+ */
20
+ function getRoles(args, opts) {
21
+ args = args || {};
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invoke("fivetran:index/getRoles:getRoles", {
24
+ "roles": args.roles,
25
+ }, opts);
26
+ }
27
+ exports.getRoles = getRoles;
28
+ /**
29
+ * This data source returns a list of all predefined and custom roles within your Fivetran account.
30
+ *
31
+ * ## Example Usage
32
+ *
33
+ * ```typescript
34
+ * import * as pulumi from "@pulumi/pulumi";
35
+ * import * as fivetran from "@pulumi/fivetran";
36
+ *
37
+ * const roles = fivetran.getRoles({});
38
+ * ```
39
+ */
40
+ function getRolesOutput(args, opts) {
41
+ return pulumi.output(args).apply((a) => getRoles(a, opts));
42
+ }
43
+ exports.getRolesOutput = getRolesOutput;
44
+ //# sourceMappingURL=getRoles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRoles.js","sourceRoot":"","sources":["../getRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAmBD;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
package/getTeam.d.ts ADDED
@@ -0,0 +1,70 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source returns a team object.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as fivetran from "@pulumi/fivetran";
10
+ *
11
+ * const team = fivetran.getTeam({
12
+ * id: "team_id",
13
+ * });
14
+ * ```
15
+ */
16
+ export declare function getTeam(args: GetTeamArgs, opts?: pulumi.InvokeOptions): Promise<GetTeamResult>;
17
+ /**
18
+ * A collection of arguments for invoking getTeam.
19
+ */
20
+ export interface GetTeamArgs {
21
+ /**
22
+ * The unique identifier for the team within your account.
23
+ */
24
+ id: string;
25
+ }
26
+ /**
27
+ * A collection of values returned by getTeam.
28
+ */
29
+ export interface GetTeamResult {
30
+ /**
31
+ * The description of the team within your account.
32
+ */
33
+ readonly description: string;
34
+ /**
35
+ * The unique identifier for the team within your account.
36
+ */
37
+ readonly id: string;
38
+ /**
39
+ * The name of the team within your account.
40
+ */
41
+ readonly name: string;
42
+ /**
43
+ * The account role of the team.
44
+ */
45
+ readonly role: string;
46
+ }
47
+ /**
48
+ * This data source returns a team object.
49
+ *
50
+ * ## Example Usage
51
+ *
52
+ * ```typescript
53
+ * import * as pulumi from "@pulumi/pulumi";
54
+ * import * as fivetran from "@pulumi/fivetran";
55
+ *
56
+ * const team = fivetran.getTeam({
57
+ * id: "team_id",
58
+ * });
59
+ * ```
60
+ */
61
+ export declare function getTeamOutput(args: GetTeamOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTeamResult>;
62
+ /**
63
+ * A collection of arguments for invoking getTeam.
64
+ */
65
+ export interface GetTeamOutputArgs {
66
+ /**
67
+ * The unique identifier for the team within your account.
68
+ */
69
+ id: pulumi.Input<string>;
70
+ }
package/getTeam.js ADDED
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getTeamOutput = exports.getTeam = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a team object.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@pulumi/fivetran";
16
+ *
17
+ * const team = fivetran.getTeam({
18
+ * id: "team_id",
19
+ * });
20
+ * ```
21
+ */
22
+ function getTeam(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("fivetran:index/getTeam:getTeam", {
25
+ "id": args.id,
26
+ }, opts);
27
+ }
28
+ exports.getTeam = getTeam;
29
+ /**
30
+ * This data source returns a team object.
31
+ *
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as fivetran from "@pulumi/fivetran";
37
+ *
38
+ * const team = fivetran.getTeam({
39
+ * id: "team_id",
40
+ * });
41
+ * ```
42
+ */
43
+ function getTeamOutput(args, opts) {
44
+ return pulumi.output(args).apply((a) => getTeam(a, opts));
45
+ }
46
+ exports.getTeamOutput = getTeamOutput;
47
+ //# sourceMappingURL=getTeam.js.map
package/getTeam.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AAiCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}