@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,99 @@
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 dbt Transformation object.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as fivetran from "@pulumi/fivetran";
12
+ *
13
+ * const transformation = fivetran.getDbtTransformation({
14
+ * id: "transformation_id",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getDbtTransformation(args: GetDbtTransformationArgs, opts?: pulumi.InvokeOptions): Promise<GetDbtTransformationResult>;
19
+ /**
20
+ * A collection of arguments for invoking getDbtTransformation.
21
+ */
22
+ export interface GetDbtTransformationArgs {
23
+ /**
24
+ * The unique identifier for the dbt Transformation within the Fivetran system.
25
+ */
26
+ id: string;
27
+ schedule?: inputs.GetDbtTransformationSchedule;
28
+ }
29
+ /**
30
+ * A collection of values returned by getDbtTransformation.
31
+ */
32
+ export interface GetDbtTransformationResult {
33
+ /**
34
+ * Identifiers of related connectors.
35
+ */
36
+ readonly connectorIds: string[];
37
+ /**
38
+ * The timestamp of the dbt Transformation creation.
39
+ */
40
+ readonly createdAt: string;
41
+ /**
42
+ * The unique identifier for the dbt Model within the Fivetran system.
43
+ */
44
+ readonly dbtModelId: string;
45
+ /**
46
+ * Target dbt Model name.
47
+ */
48
+ readonly dbtModelName: string;
49
+ /**
50
+ * The unique identifier for the dbt Project within the Fivetran system.
51
+ */
52
+ readonly dbtProjectId: string;
53
+ /**
54
+ * The unique identifier for the dbt Transformation within the Fivetran system.
55
+ */
56
+ readonly id: string;
57
+ /**
58
+ * Identifiers of related models.
59
+ */
60
+ readonly modelIds: string[];
61
+ /**
62
+ * The dbt Model name.
63
+ */
64
+ readonly outputModelName: string;
65
+ /**
66
+ * The field indicating whether the transformation will be set into the paused state. By default, the value is false.
67
+ */
68
+ readonly paused: boolean;
69
+ /**
70
+ * The field indicating whether the tests have been configured for dbt Transformation. By default, the value is false.
71
+ */
72
+ readonly runTests: boolean;
73
+ readonly schedule?: outputs.GetDbtTransformationSchedule;
74
+ }
75
+ /**
76
+ * This data source returns a dbt Transformation object.
77
+ *
78
+ * ## Example Usage
79
+ *
80
+ * ```typescript
81
+ * import * as pulumi from "@pulumi/pulumi";
82
+ * import * as fivetran from "@pulumi/fivetran";
83
+ *
84
+ * const transformation = fivetran.getDbtTransformation({
85
+ * id: "transformation_id",
86
+ * });
87
+ * ```
88
+ */
89
+ export declare function getDbtTransformationOutput(args: GetDbtTransformationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDbtTransformationResult>;
90
+ /**
91
+ * A collection of arguments for invoking getDbtTransformation.
92
+ */
93
+ export interface GetDbtTransformationOutputArgs {
94
+ /**
95
+ * The unique identifier for the dbt Transformation within the Fivetran system.
96
+ */
97
+ id: pulumi.Input<string>;
98
+ schedule?: pulumi.Input<inputs.GetDbtTransformationScheduleArgs>;
99
+ }
@@ -0,0 +1,48 @@
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.getDbtTransformationOutput = exports.getDbtTransformation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a dbt Transformation 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 transformation = fivetran.getDbtTransformation({
18
+ * id: "transformation_id",
19
+ * });
20
+ * ```
21
+ */
22
+ function getDbtTransformation(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("fivetran:index/getDbtTransformation:getDbtTransformation", {
25
+ "id": args.id,
26
+ "schedule": args.schedule,
27
+ }, opts);
28
+ }
29
+ exports.getDbtTransformation = getDbtTransformation;
30
+ /**
31
+ * This data source returns a dbt Transformation object.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as fivetran from "@pulumi/fivetran";
38
+ *
39
+ * const transformation = fivetran.getDbtTransformation({
40
+ * id: "transformation_id",
41
+ * });
42
+ * ```
43
+ */
44
+ function getDbtTransformationOutput(args, opts) {
45
+ return pulumi.output(args).apply((a) => getDbtTransformation(a, opts));
46
+ }
47
+ exports.getDbtTransformationOutput = getDbtTransformationOutput;
48
+ //# sourceMappingURL=getDbtTransformation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDbtTransformation.js","sourceRoot":"","sources":["../getDbtTransformation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAE5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC;AA2DD;;;;;;;;;;;;;GAaG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
@@ -0,0 +1,62 @@
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 destination object.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as fivetran from "@pulumi/fivetran";
12
+ *
13
+ * const dest = fivetran.getDestination({
14
+ * id: "anonymous_mystery",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getDestination(args: GetDestinationArgs, opts?: pulumi.InvokeOptions): Promise<GetDestinationResult>;
19
+ /**
20
+ * A collection of arguments for invoking getDestination.
21
+ */
22
+ export interface GetDestinationArgs {
23
+ config?: inputs.GetDestinationConfig;
24
+ id: string;
25
+ }
26
+ /**
27
+ * A collection of values returned by getDestination.
28
+ */
29
+ export interface GetDestinationResult {
30
+ readonly config?: outputs.GetDestinationConfig;
31
+ readonly daylightSavingTimeEnabled: boolean;
32
+ readonly groupId: string;
33
+ readonly id: string;
34
+ readonly localProcessingAgentId: string;
35
+ readonly networkingMethod: string;
36
+ readonly region: string;
37
+ readonly service: string;
38
+ readonly setupStatus: string;
39
+ readonly timeZoneOffset: string;
40
+ }
41
+ /**
42
+ * This data source returns a destination object.
43
+ *
44
+ * ## Example Usage
45
+ *
46
+ * ```typescript
47
+ * import * as pulumi from "@pulumi/pulumi";
48
+ * import * as fivetran from "@pulumi/fivetran";
49
+ *
50
+ * const dest = fivetran.getDestination({
51
+ * id: "anonymous_mystery",
52
+ * });
53
+ * ```
54
+ */
55
+ export declare function getDestinationOutput(args: GetDestinationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDestinationResult>;
56
+ /**
57
+ * A collection of arguments for invoking getDestination.
58
+ */
59
+ export interface GetDestinationOutputArgs {
60
+ config?: pulumi.Input<inputs.GetDestinationConfigArgs>;
61
+ id: pulumi.Input<string>;
62
+ }
@@ -0,0 +1,48 @@
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.getDestinationOutput = exports.getDestination = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a destination 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 dest = fivetran.getDestination({
18
+ * id: "anonymous_mystery",
19
+ * });
20
+ * ```
21
+ */
22
+ function getDestination(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("fivetran:index/getDestination:getDestination", {
25
+ "config": args.config,
26
+ "id": args.id,
27
+ }, opts);
28
+ }
29
+ exports.getDestination = getDestination;
30
+ /**
31
+ * This data source returns a destination object.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as fivetran from "@pulumi/fivetran";
38
+ *
39
+ * const dest = fivetran.getDestination({
40
+ * id: "anonymous_mystery",
41
+ * });
42
+ * ```
43
+ */
44
+ function getDestinationOutput(args, opts) {
45
+ return pulumi.output(args).apply((a) => getDestination(a, opts));
46
+ }
47
+ exports.getDestinationOutput = getDestinationOutput;
48
+ //# sourceMappingURL=getDestination.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDestination.js","sourceRoot":"","sources":["../getDestination.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,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,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AAyBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,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"}
@@ -0,0 +1,39 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare function getDestinationCertificates(args: GetDestinationCertificatesArgs, opts?: pulumi.InvokeOptions): Promise<GetDestinationCertificatesResult>;
5
+ /**
6
+ * A collection of arguments for invoking getDestinationCertificates.
7
+ */
8
+ export interface GetDestinationCertificatesArgs {
9
+ certificates?: inputs.GetDestinationCertificatesCertificate[];
10
+ /**
11
+ * The unique identifier for the resource. Equal to target destination id.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getDestinationCertificates.
17
+ */
18
+ export interface GetDestinationCertificatesResult {
19
+ readonly certificates?: outputs.GetDestinationCertificatesCertificate[];
20
+ /**
21
+ * The unique identifier for the target destination within the Fivetran system.
22
+ */
23
+ readonly destinationId: string;
24
+ /**
25
+ * The unique identifier for the resource. Equal to target destination id.
26
+ */
27
+ readonly id: string;
28
+ }
29
+ export declare function getDestinationCertificatesOutput(args: GetDestinationCertificatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDestinationCertificatesResult>;
30
+ /**
31
+ * A collection of arguments for invoking getDestinationCertificates.
32
+ */
33
+ export interface GetDestinationCertificatesOutputArgs {
34
+ certificates?: pulumi.Input<pulumi.Input<inputs.GetDestinationCertificatesCertificateArgs>[]>;
35
+ /**
36
+ * The unique identifier for the resource. Equal to target destination id.
37
+ */
38
+ id: pulumi.Input<string>;
39
+ }
@@ -0,0 +1,20 @@
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.getDestinationCertificatesOutput = exports.getDestinationCertificates = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getDestinationCertificates(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("fivetran:index/getDestinationCertificates:getDestinationCertificates", {
11
+ "certificates": args.certificates,
12
+ "id": args.id,
13
+ }, opts);
14
+ }
15
+ exports.getDestinationCertificates = getDestinationCertificates;
16
+ function getDestinationCertificatesOutput(args, opts) {
17
+ return pulumi.output(args).apply((a) => getDestinationCertificates(a, opts));
18
+ }
19
+ exports.getDestinationCertificatesOutput = getDestinationCertificatesOutput;
20
+ //# sourceMappingURL=getDestinationCertificates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDestinationCertificates.js","sourceRoot":"","sources":["../getDestinationCertificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IAExG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC;AA2BD,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
@@ -0,0 +1,67 @@
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 SSH fingerprints approved for specified destination.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as fivetran from "@pulumi/fivetran";
12
+ *
13
+ * const destinationFingerprints = fivetran.getDestinationFingerprints({
14
+ * id: "destination_id",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getDestinationFingerprints(args: GetDestinationFingerprintsArgs, opts?: pulumi.InvokeOptions): Promise<GetDestinationFingerprintsResult>;
19
+ /**
20
+ * A collection of arguments for invoking getDestinationFingerprints.
21
+ */
22
+ export interface GetDestinationFingerprintsArgs {
23
+ fingerprints?: inputs.GetDestinationFingerprintsFingerprint[];
24
+ /**
25
+ * The unique identifier for the resource. Equal to target destination id.
26
+ */
27
+ id: string;
28
+ }
29
+ /**
30
+ * A collection of values returned by getDestinationFingerprints.
31
+ */
32
+ export interface GetDestinationFingerprintsResult {
33
+ /**
34
+ * The unique identifier for the target destination within the Fivetran system.
35
+ */
36
+ readonly destinationId: string;
37
+ readonly fingerprints?: outputs.GetDestinationFingerprintsFingerprint[];
38
+ /**
39
+ * The unique identifier for the resource. Equal to target destination id.
40
+ */
41
+ readonly id: string;
42
+ }
43
+ /**
44
+ * This data source returns a list of SSH fingerprints approved for specified destination.
45
+ *
46
+ * ## Example Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as fivetran from "@pulumi/fivetran";
51
+ *
52
+ * const destinationFingerprints = fivetran.getDestinationFingerprints({
53
+ * id: "destination_id",
54
+ * });
55
+ * ```
56
+ */
57
+ export declare function getDestinationFingerprintsOutput(args: GetDestinationFingerprintsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDestinationFingerprintsResult>;
58
+ /**
59
+ * A collection of arguments for invoking getDestinationFingerprints.
60
+ */
61
+ export interface GetDestinationFingerprintsOutputArgs {
62
+ fingerprints?: pulumi.Input<pulumi.Input<inputs.GetDestinationFingerprintsFingerprintArgs>[]>;
63
+ /**
64
+ * The unique identifier for the resource. Equal to target destination id.
65
+ */
66
+ id: pulumi.Input<string>;
67
+ }
@@ -0,0 +1,48 @@
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.getDestinationFingerprintsOutput = exports.getDestinationFingerprints = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a list of SSH fingerprints approved for specified destination.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@pulumi/fivetran";
16
+ *
17
+ * const destinationFingerprints = fivetran.getDestinationFingerprints({
18
+ * id: "destination_id",
19
+ * });
20
+ * ```
21
+ */
22
+ function getDestinationFingerprints(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("fivetran:index/getDestinationFingerprints:getDestinationFingerprints", {
25
+ "fingerprints": args.fingerprints,
26
+ "id": args.id,
27
+ }, opts);
28
+ }
29
+ exports.getDestinationFingerprints = getDestinationFingerprints;
30
+ /**
31
+ * This data source returns a list of SSH fingerprints approved for specified destination.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as fivetran from "@pulumi/fivetran";
38
+ *
39
+ * const destinationFingerprints = fivetran.getDestinationFingerprints({
40
+ * id: "destination_id",
41
+ * });
42
+ * ```
43
+ */
44
+ function getDestinationFingerprintsOutput(args, opts) {
45
+ return pulumi.output(args).apply((a) => getDestinationFingerprints(a, opts));
46
+ }
47
+ exports.getDestinationFingerprintsOutput = getDestinationFingerprintsOutput;
48
+ //# sourceMappingURL=getDestinationFingerprints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDestinationFingerprints.js","sourceRoot":"","sources":["../getDestinationFingerprints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IAExG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC;AA2BD;;;;;;;;;;;;;GAaG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
@@ -0,0 +1,87 @@
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 logging service object.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as fivetran from "@pulumi/fivetran";
12
+ *
13
+ * const extlog = fivetran.getExternalLogging({
14
+ * id: "anonymous_mystery",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getExternalLogging(args: GetExternalLoggingArgs, opts?: pulumi.InvokeOptions): Promise<GetExternalLoggingResult>;
19
+ /**
20
+ * A collection of arguments for invoking getExternalLogging.
21
+ */
22
+ export interface GetExternalLoggingArgs {
23
+ config?: inputs.GetExternalLoggingConfig;
24
+ /**
25
+ * The unique identifier for the log service within the Fivetran system.
26
+ */
27
+ id: string;
28
+ /**
29
+ * Specifies whether the setup tests should be run automatically. The default value is TRUE.
30
+ */
31
+ runSetupTests?: boolean;
32
+ }
33
+ /**
34
+ * A collection of values returned by getExternalLogging.
35
+ */
36
+ export interface GetExternalLoggingResult {
37
+ readonly config?: outputs.GetExternalLoggingConfig;
38
+ /**
39
+ * The boolean value specifying whether the log service is enabled.
40
+ */
41
+ readonly enabled: boolean;
42
+ /**
43
+ * The unique identifier for the log service within the Fivetran system.
44
+ */
45
+ readonly groupId: string;
46
+ /**
47
+ * The unique identifier for the log service within the Fivetran system.
48
+ */
49
+ readonly id: string;
50
+ /**
51
+ * Specifies whether the setup tests should be run automatically. The default value is TRUE.
52
+ */
53
+ readonly runSetupTests?: boolean;
54
+ /**
55
+ * The name for the log service type within the Fivetran system. We support the following log services: azure*monitor*log, cloudwatch, datadog*log, new*relic_log, splunkLog, stackdriver.
56
+ */
57
+ readonly service: string;
58
+ }
59
+ /**
60
+ * This data source returns a logging service 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 extlog = fivetran.getExternalLogging({
69
+ * id: "anonymous_mystery",
70
+ * });
71
+ * ```
72
+ */
73
+ export declare function getExternalLoggingOutput(args: GetExternalLoggingOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetExternalLoggingResult>;
74
+ /**
75
+ * A collection of arguments for invoking getExternalLogging.
76
+ */
77
+ export interface GetExternalLoggingOutputArgs {
78
+ config?: pulumi.Input<inputs.GetExternalLoggingConfigArgs>;
79
+ /**
80
+ * The unique identifier for the log service within the Fivetran system.
81
+ */
82
+ id: pulumi.Input<string>;
83
+ /**
84
+ * Specifies whether the setup tests should be run automatically. The default value is TRUE.
85
+ */
86
+ runSetupTests?: pulumi.Input<boolean>;
87
+ }
@@ -0,0 +1,49 @@
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.getExternalLoggingOutput = exports.getExternalLogging = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source returns a logging service 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 extlog = fivetran.getExternalLogging({
18
+ * id: "anonymous_mystery",
19
+ * });
20
+ * ```
21
+ */
22
+ function getExternalLogging(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("fivetran:index/getExternalLogging:getExternalLogging", {
25
+ "config": args.config,
26
+ "id": args.id,
27
+ "runSetupTests": args.runSetupTests,
28
+ }, opts);
29
+ }
30
+ exports.getExternalLogging = getExternalLogging;
31
+ /**
32
+ * This data source returns a logging service object.
33
+ *
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as fivetran from "@pulumi/fivetran";
39
+ *
40
+ * const extlog = fivetran.getExternalLogging({
41
+ * id: "anonymous_mystery",
42
+ * });
43
+ * ```
44
+ */
45
+ function getExternalLoggingOutput(args, opts) {
46
+ return pulumi.output(args).apply((a) => getExternalLogging(a, opts));
47
+ }
48
+ exports.getExternalLoggingOutput = getExternalLoggingOutput;
49
+ //# sourceMappingURL=getExternalLogging.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getExternalLogging.js","sourceRoot":"","sources":["../getExternalLogging.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC;AA2CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
package/getGroup.d.ts ADDED
@@ -0,0 +1,70 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source returns a group 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 myGroup = fivetran.getGroup({
12
+ * id: "anonymous_mystery",
13
+ * });
14
+ * ```
15
+ */
16
+ export declare function getGroup(args: GetGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetGroupResult>;
17
+ /**
18
+ * A collection of arguments for invoking getGroup.
19
+ */
20
+ export interface GetGroupArgs {
21
+ /**
22
+ * The unique identifier for the group within the Fivetran system.
23
+ */
24
+ id: string;
25
+ }
26
+ /**
27
+ * A collection of values returned by getGroup.
28
+ */
29
+ export interface GetGroupResult {
30
+ /**
31
+ * The timestamp of when the group was created in your account.
32
+ */
33
+ readonly createdAt: string;
34
+ /**
35
+ * The unique identifier for the group within the Fivetran system.
36
+ */
37
+ readonly id: string;
38
+ /**
39
+ * The timestamp of when the resource/datasource was updated last time.
40
+ */
41
+ readonly lastUpdated: string;
42
+ /**
43
+ * The name of the group within your account.
44
+ */
45
+ readonly name: string;
46
+ }
47
+ /**
48
+ * This data source returns a group 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 myGroup = fivetran.getGroup({
57
+ * id: "anonymous_mystery",
58
+ * });
59
+ * ```
60
+ */
61
+ export declare function getGroupOutput(args: GetGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupResult>;
62
+ /**
63
+ * A collection of arguments for invoking getGroup.
64
+ */
65
+ export interface GetGroupOutputArgs {
66
+ /**
67
+ * The unique identifier for the group within the Fivetran system.
68
+ */
69
+ id: pulumi.Input<string>;
70
+ }