@ryan-pip/pulumi-fivetran 0.2.1 → 0.2.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.
- package/connector.d.ts +36 -3
- package/connector.js +4 -0
- package/connector.js.map +1 -1
- package/connectorSchemaConfig.d.ts +2 -2
- package/connectorSchemaConfig.js +0 -3
- package/connectorSchemaConfig.js.map +1 -1
- package/dbtGitProjectConfig.d.ts +14 -0
- package/dbtGitProjectConfig.js +14 -0
- package/dbtGitProjectConfig.js.map +1 -1
- package/dbtProject.d.ts +17 -0
- package/dbtProject.js +17 -0
- package/dbtProject.js.map +1 -1
- package/destination.d.ts +36 -3
- package/destination.js +4 -0
- package/destination.js.map +1 -1
- package/getConnector.d.ts +2 -0
- package/getConnector.js +7 -1
- package/getConnector.js.map +1 -1
- package/getConnectorCertificates.js +5 -1
- package/getConnectorCertificates.js.map +1 -1
- package/getConnectorFingerprints.js +5 -1
- package/getConnectorFingerprints.js.map +1 -1
- package/getConnectorsMetadata.js +5 -1
- package/getConnectorsMetadata.js.map +1 -1
- package/getDbtModels.js +5 -1
- package/getDbtModels.js.map +1 -1
- package/getDbtProject.js +5 -1
- package/getDbtProject.js.map +1 -1
- package/getDbtProjects.js +2 -1
- package/getDbtProjects.js.map +1 -1
- package/getDbtTransformation.js +5 -1
- package/getDbtTransformation.js.map +1 -1
- package/getDestination.d.ts +2 -0
- package/getDestination.js +5 -1
- package/getDestination.js.map +1 -1
- package/getDestinationCertificates.js +5 -1
- package/getDestinationCertificates.js.map +1 -1
- package/getDestinationFingerprints.js +5 -1
- package/getDestinationFingerprints.js.map +1 -1
- package/getExternalLogging.js +6 -1
- package/getExternalLogging.js.map +1 -1
- package/getGroup.js +4 -1
- package/getGroup.js.map +1 -1
- package/getGroupConnectors.js +6 -1
- package/getGroupConnectors.js.map +1 -1
- package/getGroupServiceAccount.js +4 -1
- package/getGroupServiceAccount.js.map +1 -1
- package/getGroupSshKey.js +4 -1
- package/getGroupSshKey.js.map +1 -1
- package/getGroupUsers.js +5 -1
- package/getGroupUsers.js.map +1 -1
- package/getGroups.js +5 -1
- package/getGroups.js.map +1 -1
- package/getHybridDeploymentAgent.d.ts +48 -0
- package/getHybridDeploymentAgent.js +28 -0
- package/getHybridDeploymentAgent.js.map +1 -0
- package/getHybridDeploymentAgents.d.ts +38 -0
- package/getHybridDeploymentAgents.js +42 -0
- package/getHybridDeploymentAgents.js.map +1 -0
- package/getLocalProcessingAgent.d.ts +4 -0
- package/getLocalProcessingAgent.js +8 -1
- package/getLocalProcessingAgent.js.map +1 -1
- package/getLocalProcessingAgents.d.ts +4 -0
- package/getLocalProcessingAgents.js +6 -1
- package/getLocalProcessingAgents.js.map +1 -1
- package/getPrivateLink.d.ts +96 -0
- package/getPrivateLink.js +50 -0
- package/getPrivateLink.js.map +1 -0
- package/getPrivateLinks.d.ts +27 -0
- package/getPrivateLinks.js +24 -0
- package/getPrivateLinks.js.map +1 -0
- package/getProxyAgent.js +4 -1
- package/getProxyAgent.js.map +1 -1
- package/getProxyAgents.js +5 -1
- package/getProxyAgents.js.map +1 -1
- package/getRoles.js +5 -1
- package/getRoles.js.map +1 -1
- package/getTeam.js +4 -1
- package/getTeam.js.map +1 -1
- package/getTeamConnectorMemberships.js +5 -1
- package/getTeamConnectorMemberships.js.map +1 -1
- package/getTeamGroupMemberships.js +5 -1
- package/getTeamGroupMemberships.js.map +1 -1
- package/getTeamUserMemberships.js +5 -1
- package/getTeamUserMemberships.js.map +1 -1
- package/getTeams.js +6 -1
- package/getTeams.js.map +1 -1
- package/getUser.js +4 -1
- package/getUser.js.map +1 -1
- package/getUserConnectorMemberships.js +5 -1
- package/getUserConnectorMemberships.js.map +1 -1
- package/getUserGroupMemberships.js +5 -1
- package/getUserGroupMemberships.js.map +1 -1
- package/getUsers.js +6 -1
- package/getUsers.js.map +1 -1
- package/getWebhook.js +4 -1
- package/getWebhook.js.map +1 -1
- package/getWebhooks.js +2 -1
- package/getWebhooks.js.map +1 -1
- package/hybridDeploymentAgent.d.ts +142 -0
- package/hybridDeploymentAgent.js +92 -0
- package/hybridDeploymentAgent.js.map +1 -0
- package/index.d.ts +18 -0
- package/index.js +25 -2
- package/index.js.map +1 -1
- package/localProcessingAgent.d.ts +2 -0
- package/localProcessingAgent.js +2 -0
- package/localProcessingAgent.js.map +1 -1
- package/package.json +1 -1
- package/privateLink.d.ts +136 -0
- package/privateLink.js +77 -0
- package/privateLink.js.map +1 -0
- package/types/input.d.ts +76 -0
- package/types/output.d.ts +56 -0
|
@@ -0,0 +1,50 @@
|
|
|
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.getPrivateLinkOutput = exports.getPrivateLink = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source returns a private link 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 privateLink = fivetran.getPrivateLink({
|
|
18
|
+
* id: "private_link_id",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getPrivateLink(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("fivetran:index/getPrivateLink:getPrivateLink", {
|
|
25
|
+
"id": args.id,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getPrivateLink = getPrivateLink;
|
|
29
|
+
/**
|
|
30
|
+
* This data source returns a private link 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 privateLink = fivetran.getPrivateLink({
|
|
39
|
+
* id: "private_link_id",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getPrivateLinkOutput(args, opts) {
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getPrivateLink:getPrivateLink", {
|
|
46
|
+
"id": args.id,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getPrivateLinkOutput = getPrivateLinkOutput;
|
|
50
|
+
//# sourceMappingURL=getPrivateLink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPrivateLink.js","sourceRoot":"","sources":["../getPrivateLink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAyDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 getPrivateLinks(args?: GetPrivateLinksArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateLinksResult>;
|
|
5
|
+
/**
|
|
6
|
+
* A collection of arguments for invoking getPrivateLinks.
|
|
7
|
+
*/
|
|
8
|
+
export interface GetPrivateLinksArgs {
|
|
9
|
+
items?: inputs.GetPrivateLinksItem[];
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getPrivateLinks.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetPrivateLinksResult {
|
|
15
|
+
/**
|
|
16
|
+
* The provider-assigned unique ID for this managed resource.
|
|
17
|
+
*/
|
|
18
|
+
readonly id: string;
|
|
19
|
+
readonly items?: outputs.GetPrivateLinksItem[];
|
|
20
|
+
}
|
|
21
|
+
export declare function getPrivateLinksOutput(args?: GetPrivateLinksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateLinksResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getPrivateLinks.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetPrivateLinksOutputArgs {
|
|
26
|
+
items?: pulumi.Input<pulumi.Input<inputs.GetPrivateLinksItemArgs>[]>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getPrivateLinksOutput = exports.getPrivateLinks = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getPrivateLinks(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
+
return pulumi.runtime.invoke("fivetran:index/getPrivateLinks:getPrivateLinks", {
|
|
12
|
+
"items": args.items,
|
|
13
|
+
}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getPrivateLinks = getPrivateLinks;
|
|
16
|
+
function getPrivateLinksOutput(args, opts) {
|
|
17
|
+
args = args || {};
|
|
18
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getPrivateLinks:getPrivateLinks", {
|
|
20
|
+
"items": args.items,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getPrivateLinksOutput = getPrivateLinksOutput;
|
|
24
|
+
//# sourceMappingURL=getPrivateLinks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPrivateLinks.js","sourceRoot":"","sources":["../getPrivateLinks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAmBD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
|
package/getProxyAgent.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getProxyAgent = getProxyAgent;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getProxyAgentOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getProxyAgent:getProxyAgent", {
|
|
46
|
+
"id": args.id,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getProxyAgentOutput = getProxyAgentOutput;
|
|
47
50
|
//# sourceMappingURL=getProxyAgent.js.map
|
package/getProxyAgent.js.map
CHANGED
|
@@ -1 +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;
|
|
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;IAC9E,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;AALD,sCAKC;AA6CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
package/getProxyAgents.js
CHANGED
|
@@ -38,7 +38,11 @@ exports.getProxyAgents = getProxyAgents;
|
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
40
|
function getProxyAgentsOutput(args, opts) {
|
|
41
|
-
|
|
41
|
+
args = args || {};
|
|
42
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
43
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getProxyAgents:getProxyAgents", {
|
|
44
|
+
"items": args.items,
|
|
45
|
+
}, opts);
|
|
42
46
|
}
|
|
43
47
|
exports.getProxyAgentsOutput = getProxyAgentsOutput;
|
|
44
48
|
//# sourceMappingURL=getProxyAgents.js.map
|
package/getProxyAgents.js.map
CHANGED
|
@@ -1 +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;
|
|
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;IAClB,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;AAND,wCAMC;AAmBD;;;;;;;;;;;GAWG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC"}
|
package/getRoles.js
CHANGED
|
@@ -38,7 +38,11 @@ exports.getRoles = getRoles;
|
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
40
|
function getRolesOutput(args, opts) {
|
|
41
|
-
|
|
41
|
+
args = args || {};
|
|
42
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
43
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getRoles:getRoles", {
|
|
44
|
+
"roles": args.roles,
|
|
45
|
+
}, opts);
|
|
42
46
|
}
|
|
43
47
|
exports.getRolesOutput = getRolesOutput;
|
|
44
48
|
//# sourceMappingURL=getRoles.js.map
|
package/getRoles.js.map
CHANGED
|
@@ -1 +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;
|
|
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;IAClB,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;AAND,4BAMC;AAmBD;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|
package/getTeam.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getTeam = getTeam;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getTeamOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getTeam:getTeam", {
|
|
46
|
+
"id": args.id,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getTeamOutput = getTeamOutput;
|
|
47
50
|
//# sourceMappingURL=getTeam.js.map
|
package/getTeam.js.map
CHANGED
|
@@ -1 +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;
|
|
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;IAClE,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;AALD,0BAKC;AAiCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -20,7 +20,11 @@ exports.getTeamConnectorMemberships = getTeamConnectorMemberships;
|
|
|
20
20
|
* This data source returns a connector membership within team object.
|
|
21
21
|
*/
|
|
22
22
|
function getTeamConnectorMembershipsOutput(args, opts) {
|
|
23
|
-
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getTeamConnectorMemberships:getTeamConnectorMemberships", {
|
|
25
|
+
"connectors": args.connectors,
|
|
26
|
+
"teamId": args.teamId,
|
|
27
|
+
}, opts);
|
|
24
28
|
}
|
|
25
29
|
exports.getTeamConnectorMembershipsOutput = getTeamConnectorMembershipsOutput;
|
|
26
30
|
//# sourceMappingURL=getTeamConnectorMemberships.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeamConnectorMemberships.js","sourceRoot":"","sources":["../getTeamConnectorMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getTeamConnectorMemberships.js","sourceRoot":"","sources":["../getTeamConnectorMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC;AA2BD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC"}
|
|
@@ -42,7 +42,11 @@ exports.getTeamGroupMemberships = getTeamGroupMemberships;
|
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
44
|
function getTeamGroupMembershipsOutput(args, opts) {
|
|
45
|
-
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getTeamGroupMemberships:getTeamGroupMemberships", {
|
|
47
|
+
"groups": args.groups,
|
|
48
|
+
"teamId": args.teamId,
|
|
49
|
+
}, opts);
|
|
46
50
|
}
|
|
47
51
|
exports.getTeamGroupMembershipsOutput = getTeamGroupMembershipsOutput;
|
|
48
52
|
//# sourceMappingURL=getTeamGroupMemberships.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeamGroupMemberships.js","sourceRoot":"","sources":["../getTeamGroupMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getTeamGroupMemberships.js","sourceRoot":"","sources":["../getTeamGroupMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,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,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AA2BD;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC"}
|
|
@@ -42,7 +42,11 @@ exports.getTeamUserMemberships = getTeamUserMemberships;
|
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
44
|
function getTeamUserMembershipsOutput(args, opts) {
|
|
45
|
-
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getTeamUserMemberships:getTeamUserMemberships", {
|
|
47
|
+
"teamId": args.teamId,
|
|
48
|
+
"users": args.users,
|
|
49
|
+
}, opts);
|
|
46
50
|
}
|
|
47
51
|
exports.getTeamUserMembershipsOutput = getTeamUserMembershipsOutput;
|
|
48
52
|
//# sourceMappingURL=getTeamUserMemberships.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeamUserMemberships.js","sourceRoot":"","sources":["../getTeamUserMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getTeamUserMemberships.js","sourceRoot":"","sources":["../getTeamUserMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AA2BD;;;;;;;;;;;;;GAaG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
|
package/getTeams.js
CHANGED
|
@@ -39,7 +39,12 @@ exports.getTeams = getTeams;
|
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
41
|
function getTeamsOutput(args, opts) {
|
|
42
|
-
|
|
42
|
+
args = args || {};
|
|
43
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
44
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getTeams:getTeams", {
|
|
45
|
+
"id": args.id,
|
|
46
|
+
"teams": args.teams,
|
|
47
|
+
}, opts);
|
|
43
48
|
}
|
|
44
49
|
exports.getTeamsOutput = getTeamsOutput;
|
|
45
50
|
//# sourceMappingURL=getTeams.js.map
|
package/getTeams.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeams.js","sourceRoot":"","sources":["../getTeams.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;
|
|
1
|
+
{"version":3,"file":"getTeams.js","sourceRoot":"","sources":["../getTeams.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;IAClB,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAuBD;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC"}
|
package/getUser.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getUser = getUser;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getUserOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getUser:getUser", {
|
|
46
|
+
"id": args.id,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getUserOutput = getUserOutput;
|
|
47
50
|
//# sourceMappingURL=getUser.js.map
|
package/getUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,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;AALD,0BAKC;AA6DD;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -42,7 +42,11 @@ exports.getUserConnectorMemberships = getUserConnectorMemberships;
|
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
44
|
function getUserConnectorMembershipsOutput(args, opts) {
|
|
45
|
-
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getUserConnectorMemberships:getUserConnectorMemberships", {
|
|
47
|
+
"connectors": args.connectors,
|
|
48
|
+
"userId": args.userId,
|
|
49
|
+
}, opts);
|
|
46
50
|
}
|
|
47
51
|
exports.getUserConnectorMembershipsOutput = getUserConnectorMembershipsOutput;
|
|
48
52
|
//# sourceMappingURL=getUserConnectorMemberships.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserConnectorMemberships.js","sourceRoot":"","sources":["../getUserConnectorMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getUserConnectorMemberships.js","sourceRoot":"","sources":["../getUserConnectorMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC;AA2BD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC"}
|
|
@@ -42,7 +42,11 @@ exports.getUserGroupMemberships = getUserGroupMemberships;
|
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
44
|
function getUserGroupMembershipsOutput(args, opts) {
|
|
45
|
-
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getUserGroupMemberships:getUserGroupMemberships", {
|
|
47
|
+
"groups": args.groups,
|
|
48
|
+
"userId": args.userId,
|
|
49
|
+
}, opts);
|
|
46
50
|
}
|
|
47
51
|
exports.getUserGroupMembershipsOutput = getUserGroupMembershipsOutput;
|
|
48
52
|
//# sourceMappingURL=getUserGroupMemberships.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserGroupMemberships.js","sourceRoot":"","sources":["../getUserGroupMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getUserGroupMemberships.js","sourceRoot":"","sources":["../getUserGroupMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,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,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AA2BD;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC"}
|
package/getUsers.js
CHANGED
|
@@ -39,7 +39,12 @@ exports.getUsers = getUsers;
|
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
41
|
function getUsersOutput(args, opts) {
|
|
42
|
-
|
|
42
|
+
args = args || {};
|
|
43
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
44
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getUsers:getUsers", {
|
|
45
|
+
"id": args.id,
|
|
46
|
+
"users": args.users,
|
|
47
|
+
}, opts);
|
|
43
48
|
}
|
|
44
49
|
exports.getUsersOutput = getUsersOutput;
|
|
45
50
|
//# sourceMappingURL=getUsers.js.map
|
package/getUsers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.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;
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.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;IAClB,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAuBD;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC"}
|
package/getWebhook.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getWebhook = getWebhook;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getWebhookOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getWebhook:getWebhook", {
|
|
46
|
+
"id": args.id,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getWebhookOutput = getWebhookOutput;
|
|
47
50
|
//# sourceMappingURL=getWebhook.js.map
|
package/getWebhook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebhook.js","sourceRoot":"","sources":["../getWebhook.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getWebhook.js","sourceRoot":"","sources":["../getWebhook.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAyDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
package/getWebhooks.js
CHANGED
|
@@ -35,7 +35,8 @@ exports.getWebhooks = getWebhooks;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getWebhooksOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("fivetran:index/getWebhooks:getWebhooks", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getWebhooksOutput = getWebhooksOutput;
|
|
41
42
|
//# sourceMappingURL=getWebhooks.js.map
|
package/getWebhooks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebhooks.js","sourceRoot":"","sources":["../getWebhooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,WAAW,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getWebhooks.js","sourceRoot":"","sources":["../getWebhooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kCAIC;AAYD;;;;;;;;;;;GAWG;AACH,SAAgB,iBAAiB,CAAC,IAA2B;IACzD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC"}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource allows you to create, update, and delete hybrid deployment agents.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
10
|
+
*
|
|
11
|
+
* const hybridDeploymentAgent = new fivetran.HybridDeploymentAgent("hybridDeploymentAgent", {
|
|
12
|
+
* displayName: "display_name",
|
|
13
|
+
* groupId: "group_id",
|
|
14
|
+
* authType: "AUTO",
|
|
15
|
+
* }, {
|
|
16
|
+
* provider: fivetran_provider,
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare class HybridDeploymentAgent extends pulumi.CustomResource {
|
|
21
|
+
/**
|
|
22
|
+
* Get an existing HybridDeploymentAgent resource's state with the given name, ID, and optional extra
|
|
23
|
+
* properties used to qualify the lookup.
|
|
24
|
+
*
|
|
25
|
+
* @param name The _unique_ name of the resulting resource.
|
|
26
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
27
|
+
* @param state Any extra arguments used during the lookup.
|
|
28
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
29
|
+
*/
|
|
30
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HybridDeploymentAgentState, opts?: pulumi.CustomResourceOptions): HybridDeploymentAgent;
|
|
31
|
+
/**
|
|
32
|
+
* Returns true if the given object is an instance of HybridDeploymentAgent. This is designed to work even
|
|
33
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
34
|
+
*/
|
|
35
|
+
static isInstance(obj: any): obj is HybridDeploymentAgent;
|
|
36
|
+
/**
|
|
37
|
+
* Base64-encoded content of the auth.json file.
|
|
38
|
+
*/
|
|
39
|
+
readonly authJson: pulumi.Output<string>;
|
|
40
|
+
/**
|
|
41
|
+
* Type of authentification. Possible values `AUTO`,`MANUAL`
|
|
42
|
+
*/
|
|
43
|
+
readonly authType: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Determines whether re-authentication needs to be performed.
|
|
46
|
+
*/
|
|
47
|
+
readonly authenticationCounter: pulumi.Output<number>;
|
|
48
|
+
/**
|
|
49
|
+
* Base64-encoded content of the config.json file.
|
|
50
|
+
*/
|
|
51
|
+
readonly configJson: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The unique name for the hybrid deployment agent.
|
|
54
|
+
*/
|
|
55
|
+
readonly displayName: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* Base64-encoded content of the compose file for the chosen containerization type.
|
|
58
|
+
*/
|
|
59
|
+
readonly dockerComposeYaml: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* The unique identifier for the Group within the Fivetran system.
|
|
62
|
+
*/
|
|
63
|
+
readonly groupId: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The timestamp of the time the hybrid deployment agent was created in your account.
|
|
66
|
+
*/
|
|
67
|
+
readonly registeredAt: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Base64 encoded content of token.
|
|
70
|
+
*/
|
|
71
|
+
readonly token: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Create a HybridDeploymentAgent resource with the given unique name, arguments, and options.
|
|
74
|
+
*
|
|
75
|
+
* @param name The _unique_ name of the resource.
|
|
76
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
77
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
78
|
+
*/
|
|
79
|
+
constructor(name: string, args: HybridDeploymentAgentArgs, opts?: pulumi.CustomResourceOptions);
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Input properties used for looking up and filtering HybridDeploymentAgent resources.
|
|
83
|
+
*/
|
|
84
|
+
export interface HybridDeploymentAgentState {
|
|
85
|
+
/**
|
|
86
|
+
* Base64-encoded content of the auth.json file.
|
|
87
|
+
*/
|
|
88
|
+
authJson?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Type of authentification. Possible values `AUTO`,`MANUAL`
|
|
91
|
+
*/
|
|
92
|
+
authType?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Determines whether re-authentication needs to be performed.
|
|
95
|
+
*/
|
|
96
|
+
authenticationCounter?: pulumi.Input<number>;
|
|
97
|
+
/**
|
|
98
|
+
* Base64-encoded content of the config.json file.
|
|
99
|
+
*/
|
|
100
|
+
configJson?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The unique name for the hybrid deployment agent.
|
|
103
|
+
*/
|
|
104
|
+
displayName?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Base64-encoded content of the compose file for the chosen containerization type.
|
|
107
|
+
*/
|
|
108
|
+
dockerComposeYaml?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The unique identifier for the Group within the Fivetran system.
|
|
111
|
+
*/
|
|
112
|
+
groupId?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The timestamp of the time the hybrid deployment agent was created in your account.
|
|
115
|
+
*/
|
|
116
|
+
registeredAt?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Base64 encoded content of token.
|
|
119
|
+
*/
|
|
120
|
+
token?: pulumi.Input<string>;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* The set of arguments for constructing a HybridDeploymentAgent resource.
|
|
124
|
+
*/
|
|
125
|
+
export interface HybridDeploymentAgentArgs {
|
|
126
|
+
/**
|
|
127
|
+
* Type of authentification. Possible values `AUTO`,`MANUAL`
|
|
128
|
+
*/
|
|
129
|
+
authType: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Determines whether re-authentication needs to be performed.
|
|
132
|
+
*/
|
|
133
|
+
authenticationCounter?: pulumi.Input<number>;
|
|
134
|
+
/**
|
|
135
|
+
* The unique name for the hybrid deployment agent.
|
|
136
|
+
*/
|
|
137
|
+
displayName: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The unique identifier for the Group within the Fivetran system.
|
|
140
|
+
*/
|
|
141
|
+
groupId: pulumi.Input<string>;
|
|
142
|
+
}
|