@pulumiverse/grafana 0.2.1-alpha.1709570924
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/LICENSE +202 -0
- package/README.md +54 -0
- package/annotation.d.ts +151 -0
- package/annotation.js +79 -0
- package/annotation.js.map +1 -0
- package/apiKey.d.ts +77 -0
- package/apiKey.js +80 -0
- package/apiKey.js.map +1 -0
- package/cloudAccessPolicy.d.ts +156 -0
- package/cloudAccessPolicy.js +115 -0
- package/cloudAccessPolicy.js.map +1 -0
- package/cloudAccessPolicyToken.d.ts +151 -0
- package/cloudAccessPolicyToken.js +108 -0
- package/cloudAccessPolicyToken.js.map +1 -0
- package/cloudApiKey.d.ts +102 -0
- package/cloudApiKey.js +85 -0
- package/cloudApiKey.js.map +1 -0
- package/cloudPluginInstallation.d.ts +96 -0
- package/cloudPluginInstallation.js +86 -0
- package/cloudPluginInstallation.js.map +1 -0
- package/cloudStack.d.ts +291 -0
- package/cloudStack.js +142 -0
- package/cloudStack.js.map +1 -0
- package/cloudStackApiKey.d.ts +52 -0
- package/cloudStackApiKey.js +67 -0
- package/cloudStackApiKey.js.map +1 -0
- package/cloudStackServiceAccount.d.ts +97 -0
- package/cloudStackServiceAccount.js +80 -0
- package/cloudStackServiceAccount.js.map +1 -0
- package/cloudStackServiceAccountToken.d.ts +78 -0
- package/cloudStackServiceAccountToken.js +93 -0
- package/cloudStackServiceAccountToken.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +89 -0
- package/config/vars.js +131 -0
- package/config/vars.js.map +1 -0
- package/contactPoint.d.ts +310 -0
- package/contactPoint.js +119 -0
- package/contactPoint.js.map +1 -0
- package/dashboard.d.ts +154 -0
- package/dashboard.js +94 -0
- package/dashboard.js.map +1 -0
- package/dashboardPermission.d.ts +131 -0
- package/dashboardPermission.js +97 -0
- package/dashboardPermission.js.map +1 -0
- package/dataSource.d.ts +294 -0
- package/dataSource.js +164 -0
- package/dataSource.js.map +1 -0
- package/dataSourcePermission.d.ts +124 -0
- package/dataSourcePermission.js +109 -0
- package/dataSourcePermission.js.map +1 -0
- package/folder.d.ts +127 -0
- package/folder.js +95 -0
- package/folder.js.map +1 -0
- package/folderPermission.d.ts +106 -0
- package/folderPermission.js +91 -0
- package/folderPermission.js.map +1 -0
- package/getCloudIps.d.ts +56 -0
- package/getCloudIps.js +41 -0
- package/getCloudIps.js.map +1 -0
- package/getCloudOrganization.d.ts +37 -0
- package/getCloudOrganization.js +21 -0
- package/getCloudOrganization.js.map +1 -0
- package/getCloudStack.d.ts +130 -0
- package/getCloudStack.js +25 -0
- package/getCloudStack.js.map +1 -0
- package/getDashboard.d.ts +134 -0
- package/getDashboard.js +81 -0
- package/getDashboard.js.map +1 -0
- package/getDashboards.d.ts +74 -0
- package/getDashboards.js +36 -0
- package/getDashboards.js.map +1 -0
- package/getDataSource.d.ts +156 -0
- package/getDataSource.js +95 -0
- package/getDataSource.js.map +1 -0
- package/getFolder.d.ts +82 -0
- package/getFolder.js +59 -0
- package/getFolder.js.map +1 -0
- package/getFolders.d.ts +61 -0
- package/getFolders.js +61 -0
- package/getFolders.js.map +1 -0
- package/getLibraryPanel.d.ts +108 -0
- package/getLibraryPanel.js +28 -0
- package/getLibraryPanel.js.map +1 -0
- package/getOnCallSlackChannel.d.ts +66 -0
- package/getOnCallSlackChannel.js +47 -0
- package/getOnCallSlackChannel.js.map +1 -0
- package/getOncallAction.d.ts +46 -0
- package/getOncallAction.js +31 -0
- package/getOncallAction.js.map +1 -0
- package/getOncallEscalationChain.d.ts +62 -0
- package/getOncallEscalationChain.js +47 -0
- package/getOncallEscalationChain.js.map +1 -0
- package/getOncallOutgoingWebhook.d.ts +62 -0
- package/getOncallOutgoingWebhook.js +47 -0
- package/getOncallOutgoingWebhook.js.map +1 -0
- package/getOncallSchedule.d.ts +68 -0
- package/getOncallSchedule.js +49 -0
- package/getOncallSchedule.js.map +1 -0
- package/getOncallTeam.d.ts +60 -0
- package/getOncallTeam.js +43 -0
- package/getOncallTeam.js.map +1 -0
- package/getOncallUser.d.ts +70 -0
- package/getOncallUser.js +47 -0
- package/getOncallUser.js.map +1 -0
- package/getOncallUserGroup.d.ts +54 -0
- package/getOncallUserGroup.js +47 -0
- package/getOncallUserGroup.js.map +1 -0
- package/getOrganization.d.ts +94 -0
- package/getOrganization.js +67 -0
- package/getOrganization.js.map +1 -0
- package/getOrganizationPreferences.d.ts +62 -0
- package/getOrganizationPreferences.js +43 -0
- package/getOrganizationPreferences.js.map +1 -0
- package/getRole.d.ts +147 -0
- package/getRole.js +95 -0
- package/getRole.js.map +1 -0
- package/getSlos.d.ts +31 -0
- package/getSlos.js +31 -0
- package/getSlos.js.map +1 -0
- package/getSyntheticMonitoringProbe.d.ts +88 -0
- package/getSyntheticMonitoringProbe.js +47 -0
- package/getSyntheticMonitoringProbe.js.map +1 -0
- package/getSyntheticMonitoringProbes.d.ts +64 -0
- package/getSyntheticMonitoringProbes.js +44 -0
- package/getSyntheticMonitoringProbes.js.map +1 -0
- package/getTeam.d.ts +83 -0
- package/getTeam.js +67 -0
- package/getTeam.js.map +1 -0
- package/getUser.d.ts +128 -0
- package/getUser.js +84 -0
- package/getUser.js.map +1 -0
- package/getUsers.d.ts +61 -0
- package/getUsers.js +61 -0
- package/getUsers.js.map +1 -0
- package/index.d.ts +228 -0
- package/index.js +353 -0
- package/index.js.map +1 -0
- package/libraryPanel.d.ts +193 -0
- package/libraryPanel.js +103 -0
- package/libraryPanel.js.map +1 -0
- package/machineLearningHoliday.d.ts +103 -0
- package/machineLearningHoliday.js +62 -0
- package/machineLearningHoliday.js.map +1 -0
- package/machineLearningJob.d.ts +201 -0
- package/machineLearningJob.js +83 -0
- package/machineLearningJob.js.map +1 -0
- package/machineLearningOutlierDetector.d.ts +159 -0
- package/machineLearningOutlierDetector.js +84 -0
- package/machineLearningOutlierDetector.js.map +1 -0
- package/messageTemplate.d.ts +86 -0
- package/messageTemplate.js +80 -0
- package/messageTemplate.js.map +1 -0
- package/muteTiming.d.ts +106 -0
- package/muteTiming.js +95 -0
- package/muteTiming.js.map +1 -0
- package/notificationPolicy.d.ts +186 -0
- package/notificationPolicy.js +141 -0
- package/notificationPolicy.js.map +1 -0
- package/oncallEscalation.d.ts +227 -0
- package/oncallEscalation.js +124 -0
- package/oncallEscalation.js.map +1 -0
- package/oncallEscalationChain.d.ts +80 -0
- package/oncallEscalationChain.js +71 -0
- package/oncallEscalationChain.js.map +1 -0
- package/oncallIntegration.d.ts +116 -0
- package/oncallIntegration.js +75 -0
- package/oncallIntegration.js.map +1 -0
- package/oncallOnCallShift.d.ts +237 -0
- package/oncallOnCallShift.js +97 -0
- package/oncallOnCallShift.js.map +1 -0
- package/oncallOutgoingWebhook.d.ts +152 -0
- package/oncallOutgoingWebhook.js +88 -0
- package/oncallOutgoingWebhook.js.map +1 -0
- package/oncallRoute.d.ts +175 -0
- package/oncallRoute.js +116 -0
- package/oncallRoute.js.map +1 -0
- package/oncallSchedule.d.ts +187 -0
- package/oncallSchedule.js +109 -0
- package/oncallSchedule.js.map +1 -0
- package/organization.d.ts +193 -0
- package/organization.js +96 -0
- package/organization.js.map +1 -0
- package/organizationPreference.d.ts +125 -0
- package/organizationPreference.js +76 -0
- package/organizationPreference.js.map +1 -0
- package/package.json +30 -0
- package/package.json.bak +29 -0
- package/package.json.dev +29 -0
- package/playlist.d.ts +72 -0
- package/playlist.js +65 -0
- package/playlist.js.map +1 -0
- package/provider.d.ts +166 -0
- package/provider.js +64 -0
- package/provider.js.map +1 -0
- package/report.d.ts +241 -0
- package/report.js +110 -0
- package/report.js.map +1 -0
- package/role.d.ts +210 -0
- package/role.js +109 -0
- package/role.js.map +1 -0
- package/roleAssignment.d.ts +131 -0
- package/roleAssignment.js +95 -0
- package/roleAssignment.js.map +1 -0
- package/ruleGroup.d.ts +203 -0
- package/ruleGroup.js +174 -0
- package/ruleGroup.js.map +1 -0
- package/scripts/install-pulumi-plugin.js +21 -0
- package/serviceAccount.d.ts +102 -0
- package/serviceAccount.js +73 -0
- package/serviceAccount.js.map +1 -0
- package/serviceAccountPermission.d.ts +110 -0
- package/serviceAccountPermission.js +95 -0
- package/serviceAccountPermission.js.map +1 -0
- package/serviceAccountToken.d.ts +72 -0
- package/serviceAccountToken.js +85 -0
- package/serviceAccountToken.js.map +1 -0
- package/slo.d.ts +131 -0
- package/slo.js +77 -0
- package/slo.js.map +1 -0
- package/syntheticMonitoringCheck.d.ts +555 -0
- package/syntheticMonitoringCheck.js +464 -0
- package/syntheticMonitoringCheck.js.map +1 -0
- package/syntheticMonitoringInstallation.d.ts +112 -0
- package/syntheticMonitoringInstallation.js +95 -0
- package/syntheticMonitoringInstallation.js.map +1 -0
- package/syntheticMonitoringProbe.d.ts +164 -0
- package/syntheticMonitoringProbe.js +108 -0
- package/syntheticMonitoringProbe.js.map +1 -0
- package/team.d.ts +165 -0
- package/team.js +89 -0
- package/team.js.map +1 -0
- package/teamExternalGroup.d.ts +84 -0
- package/teamExternalGroup.js +81 -0
- package/teamExternalGroup.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +1914 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +2011 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/user.d.ts +132 -0
- package/user.js +95 -0
- package/user.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +69 -0
- package/utilities.js.map +1 -0
package/getRole.js
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
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.getRoleOutput = exports.getRole = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* **Note:** This resource is available only with Grafana Enterprise 8.+.
|
|
10
|
+
*
|
|
11
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/access-control/)
|
|
12
|
+
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/access_control/)
|
|
13
|
+
*
|
|
14
|
+
* ## Example Usage
|
|
15
|
+
*
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as grafana from "@pulumi/grafana";
|
|
19
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
20
|
+
*
|
|
21
|
+
* const test = new grafana.Role("test", {
|
|
22
|
+
* description: "test-role description",
|
|
23
|
+
* uid: "test-ds-role-uid",
|
|
24
|
+
* version: 1,
|
|
25
|
+
* global: true,
|
|
26
|
+
* permissions: [
|
|
27
|
+
* {
|
|
28
|
+
* action: "org.users:add",
|
|
29
|
+
* scope: "users:*",
|
|
30
|
+
* },
|
|
31
|
+
* {
|
|
32
|
+
* action: "org.users:write",
|
|
33
|
+
* scope: "users:*",
|
|
34
|
+
* },
|
|
35
|
+
* {
|
|
36
|
+
* action: "org.users:read",
|
|
37
|
+
* scope: "users:*",
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* });
|
|
41
|
+
* const fromName = grafana.getRoleOutput({
|
|
42
|
+
* name: test.name,
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function getRole(args, opts) {
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invoke("grafana:index/getRole:getRole", {
|
|
49
|
+
"name": args.name,
|
|
50
|
+
}, opts);
|
|
51
|
+
}
|
|
52
|
+
exports.getRole = getRole;
|
|
53
|
+
/**
|
|
54
|
+
* **Note:** This resource is available only with Grafana Enterprise 8.+.
|
|
55
|
+
*
|
|
56
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/access-control/)
|
|
57
|
+
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/access_control/)
|
|
58
|
+
*
|
|
59
|
+
* ## Example Usage
|
|
60
|
+
*
|
|
61
|
+
* ```typescript
|
|
62
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
63
|
+
* import * as grafana from "@pulumi/grafana";
|
|
64
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
65
|
+
*
|
|
66
|
+
* const test = new grafana.Role("test", {
|
|
67
|
+
* description: "test-role description",
|
|
68
|
+
* uid: "test-ds-role-uid",
|
|
69
|
+
* version: 1,
|
|
70
|
+
* global: true,
|
|
71
|
+
* permissions: [
|
|
72
|
+
* {
|
|
73
|
+
* action: "org.users:add",
|
|
74
|
+
* scope: "users:*",
|
|
75
|
+
* },
|
|
76
|
+
* {
|
|
77
|
+
* action: "org.users:write",
|
|
78
|
+
* scope: "users:*",
|
|
79
|
+
* },
|
|
80
|
+
* {
|
|
81
|
+
* action: "org.users:read",
|
|
82
|
+
* scope: "users:*",
|
|
83
|
+
* },
|
|
84
|
+
* ],
|
|
85
|
+
* });
|
|
86
|
+
* const fromName = grafana.getRoleOutput({
|
|
87
|
+
* name: test.name,
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
function getRoleOutput(args, opts) {
|
|
92
|
+
return pulumi.output(args).apply((a) => getRole(a, opts));
|
|
93
|
+
}
|
|
94
|
+
exports.getRoleOutput = getRoleOutput;
|
|
95
|
+
//# sourceMappingURL=getRole.js.map
|
package/getRole.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRole.js","sourceRoot":"","sources":["../getRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;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,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AA6DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;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"}
|
package/getSlos.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Datasource for retrieving all SLOs.
|
|
5
|
+
*
|
|
6
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/)
|
|
7
|
+
* * [API documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/api/)
|
|
8
|
+
* * [Additional Information On Alerting Rule Annotations and Labels](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/#templating/)
|
|
9
|
+
*/
|
|
10
|
+
export declare function getSlos(opts?: pulumi.InvokeOptions): Promise<GetSlosResult>;
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getSlos.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetSlosResult {
|
|
15
|
+
/**
|
|
16
|
+
* The provider-assigned unique ID for this managed resource.
|
|
17
|
+
*/
|
|
18
|
+
readonly id: string;
|
|
19
|
+
/**
|
|
20
|
+
* Returns a list of all SLOs"
|
|
21
|
+
*/
|
|
22
|
+
readonly slos: outputs.GetSlosSlo[];
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Datasource for retrieving all SLOs.
|
|
26
|
+
*
|
|
27
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/)
|
|
28
|
+
* * [API documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/api/)
|
|
29
|
+
* * [Additional Information On Alerting Rule Annotations and Labels](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/#templating/)
|
|
30
|
+
*/
|
|
31
|
+
export declare function getSlosOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetSlosResult>;
|
package/getSlos.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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.getSlosOutput = exports.getSlos = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Datasource for retrieving all SLOs.
|
|
10
|
+
*
|
|
11
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/)
|
|
12
|
+
* * [API documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/api/)
|
|
13
|
+
* * [Additional Information On Alerting Rule Annotations and Labels](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/#templating/)
|
|
14
|
+
*/
|
|
15
|
+
function getSlos(opts) {
|
|
16
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
17
|
+
return pulumi.runtime.invoke("grafana:index/getSlos:getSlos", {}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getSlos = getSlos;
|
|
20
|
+
/**
|
|
21
|
+
* Datasource for retrieving all SLOs.
|
|
22
|
+
*
|
|
23
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/)
|
|
24
|
+
* * [API documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/api/)
|
|
25
|
+
* * [Additional Information On Alerting Rule Annotations and Labels](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/#templating/)
|
|
26
|
+
*/
|
|
27
|
+
function getSlosOutput(opts) {
|
|
28
|
+
return pulumi.output(getSlos(opts));
|
|
29
|
+
}
|
|
30
|
+
exports.getSlosOutput = getSlosOutput;
|
|
31
|
+
//# sourceMappingURL=getSlos.js.map
|
package/getSlos.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSlos.js","sourceRoot":"","sources":["../getSlos.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAE/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE,EAC7D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAeD;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAA2B;IACrD,OAAO,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAA;AACvC,CAAC;AAFD,sCAEC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data source for retrieving a single probe by name.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as grafana from "@pulumi/grafana";
|
|
10
|
+
*
|
|
11
|
+
* const atlanta = grafana.getSyntheticMonitoringProbe({
|
|
12
|
+
* name: "Atlanta",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getSyntheticMonitoringProbe(args: GetSyntheticMonitoringProbeArgs, opts?: pulumi.InvokeOptions): Promise<GetSyntheticMonitoringProbeResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getSyntheticMonitoringProbe.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetSyntheticMonitoringProbeArgs {
|
|
21
|
+
/**
|
|
22
|
+
* Name of the probe.
|
|
23
|
+
*/
|
|
24
|
+
name: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getSyntheticMonitoringProbe.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetSyntheticMonitoringProbeResult {
|
|
30
|
+
/**
|
|
31
|
+
* The ID of the probe.
|
|
32
|
+
*/
|
|
33
|
+
readonly id: string;
|
|
34
|
+
/**
|
|
35
|
+
* Custom labels to be included with collected metrics and logs.
|
|
36
|
+
*/
|
|
37
|
+
readonly labels: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Latitude coordinates.
|
|
42
|
+
*/
|
|
43
|
+
readonly latitude: number;
|
|
44
|
+
/**
|
|
45
|
+
* Longitude coordinates.
|
|
46
|
+
*/
|
|
47
|
+
readonly longitude: number;
|
|
48
|
+
/**
|
|
49
|
+
* Name of the probe.
|
|
50
|
+
*/
|
|
51
|
+
readonly name: string;
|
|
52
|
+
/**
|
|
53
|
+
* Public probes are run by Grafana Labs and can be used by all users. Only Grafana Labs managed public probes will be set to `true`.
|
|
54
|
+
*/
|
|
55
|
+
readonly public: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Region of the probe.
|
|
58
|
+
*/
|
|
59
|
+
readonly region: string;
|
|
60
|
+
/**
|
|
61
|
+
* The tenant ID of the probe.
|
|
62
|
+
*/
|
|
63
|
+
readonly tenantId: number;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Data source for retrieving a single probe by name.
|
|
67
|
+
*
|
|
68
|
+
* ## Example Usage
|
|
69
|
+
*
|
|
70
|
+
* ```typescript
|
|
71
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
72
|
+
* import * as grafana from "@pulumi/grafana";
|
|
73
|
+
*
|
|
74
|
+
* const atlanta = grafana.getSyntheticMonitoringProbe({
|
|
75
|
+
* name: "Atlanta",
|
|
76
|
+
* });
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
export declare function getSyntheticMonitoringProbeOutput(args: GetSyntheticMonitoringProbeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSyntheticMonitoringProbeResult>;
|
|
80
|
+
/**
|
|
81
|
+
* A collection of arguments for invoking getSyntheticMonitoringProbe.
|
|
82
|
+
*/
|
|
83
|
+
export interface GetSyntheticMonitoringProbeOutputArgs {
|
|
84
|
+
/**
|
|
85
|
+
* Name of the probe.
|
|
86
|
+
*/
|
|
87
|
+
name: pulumi.Input<string>;
|
|
88
|
+
}
|
|
@@ -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.getSyntheticMonitoringProbeOutput = exports.getSyntheticMonitoringProbe = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for retrieving a single probe by name.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as grafana from "@pulumi/grafana";
|
|
16
|
+
*
|
|
17
|
+
* const atlanta = grafana.getSyntheticMonitoringProbe({
|
|
18
|
+
* name: "Atlanta",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getSyntheticMonitoringProbe(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("grafana:index/getSyntheticMonitoringProbe:getSyntheticMonitoringProbe", {
|
|
25
|
+
"name": args.name,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getSyntheticMonitoringProbe = getSyntheticMonitoringProbe;
|
|
29
|
+
/**
|
|
30
|
+
* Data source for retrieving a single probe by name.
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as grafana from "@pulumi/grafana";
|
|
37
|
+
*
|
|
38
|
+
* const atlanta = grafana.getSyntheticMonitoringProbe({
|
|
39
|
+
* name: "Atlanta",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getSyntheticMonitoringProbeOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply((a) => getSyntheticMonitoringProbe(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getSyntheticMonitoringProbeOutput = getSyntheticMonitoringProbeOutput;
|
|
47
|
+
//# sourceMappingURL=getSyntheticMonitoringProbe.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSyntheticMonitoringProbe.js","sourceRoot":"","sources":["../getSyntheticMonitoringProbe.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAE1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC;AAiDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtF,CAAC;AAFD,8EAEC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data source for retrieving all probes.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as grafana from "@pulumi/grafana";
|
|
10
|
+
*
|
|
11
|
+
* const main = grafana.getSyntheticMonitoringProbes({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getSyntheticMonitoringProbes(args?: GetSyntheticMonitoringProbesArgs, opts?: pulumi.InvokeOptions): Promise<GetSyntheticMonitoringProbesResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getSyntheticMonitoringProbes.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetSyntheticMonitoringProbesArgs {
|
|
19
|
+
/**
|
|
20
|
+
* If true, only probes that are not deprecated will be returned. Defaults to `true`.
|
|
21
|
+
*/
|
|
22
|
+
filterDeprecated?: boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getSyntheticMonitoringProbes.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetSyntheticMonitoringProbesResult {
|
|
28
|
+
/**
|
|
29
|
+
* If true, only probes that are not deprecated will be returned. Defaults to `true`.
|
|
30
|
+
*/
|
|
31
|
+
readonly filterDeprecated?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* The provider-assigned unique ID for this managed resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* Map of probes with their names as keys and IDs as values.
|
|
38
|
+
*/
|
|
39
|
+
readonly probes: {
|
|
40
|
+
[key: string]: number;
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Data source for retrieving all probes.
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as grafana from "@pulumi/grafana";
|
|
51
|
+
*
|
|
52
|
+
* const main = grafana.getSyntheticMonitoringProbes({});
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
export declare function getSyntheticMonitoringProbesOutput(args?: GetSyntheticMonitoringProbesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSyntheticMonitoringProbesResult>;
|
|
56
|
+
/**
|
|
57
|
+
* A collection of arguments for invoking getSyntheticMonitoringProbes.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetSyntheticMonitoringProbesOutputArgs {
|
|
60
|
+
/**
|
|
61
|
+
* If true, only probes that are not deprecated will be returned. Defaults to `true`.
|
|
62
|
+
*/
|
|
63
|
+
filterDeprecated?: pulumi.Input<boolean>;
|
|
64
|
+
}
|
|
@@ -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.getSyntheticMonitoringProbesOutput = exports.getSyntheticMonitoringProbes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for retrieving all probes.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as grafana from "@pulumi/grafana";
|
|
16
|
+
*
|
|
17
|
+
* const main = grafana.getSyntheticMonitoringProbes({});
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
function getSyntheticMonitoringProbes(args, opts) {
|
|
21
|
+
args = args || {};
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("grafana:index/getSyntheticMonitoringProbes:getSyntheticMonitoringProbes", {
|
|
24
|
+
"filterDeprecated": args.filterDeprecated,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getSyntheticMonitoringProbes = getSyntheticMonitoringProbes;
|
|
28
|
+
/**
|
|
29
|
+
* Data source for retrieving all probes.
|
|
30
|
+
*
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as grafana from "@pulumi/grafana";
|
|
36
|
+
*
|
|
37
|
+
* const main = grafana.getSyntheticMonitoringProbes({});
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
function getSyntheticMonitoringProbesOutput(args, opts) {
|
|
41
|
+
return pulumi.output(args).apply((a) => getSyntheticMonitoringProbes(a, opts));
|
|
42
|
+
}
|
|
43
|
+
exports.getSyntheticMonitoringProbesOutput = getSyntheticMonitoringProbesOutput;
|
|
44
|
+
//# sourceMappingURL=getSyntheticMonitoringProbes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSyntheticMonitoringProbes.js","sourceRoot":"","sources":["../getSyntheticMonitoringProbes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,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,yEAAyE,EAAE;QACpG,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC;AA6BD;;;;;;;;;;;GAWG;AACH,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAA2B;IACzH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,4BAA4B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvF,CAAC;AAFD,gFAEC"}
|
package/getTeam.d.ts
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/administration/team-management/)
|
|
5
|
+
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/team/)
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as grafana from "@pulumi/grafana";
|
|
12
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
13
|
+
*
|
|
14
|
+
* const test = new grafana.Team("test", {
|
|
15
|
+
* email: "test-team-email@test.com",
|
|
16
|
+
* preferences: {
|
|
17
|
+
* theme: "dark",
|
|
18
|
+
* timezone: "utc",
|
|
19
|
+
* },
|
|
20
|
+
* });
|
|
21
|
+
* const fromName = grafana.getTeamOutput({
|
|
22
|
+
* name: test.name,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getTeam(args: GetTeamArgs, opts?: pulumi.InvokeOptions): Promise<GetTeamResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getTeam.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetTeamArgs {
|
|
31
|
+
name: string;
|
|
32
|
+
orgId?: string;
|
|
33
|
+
readTeamSync?: boolean;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* A collection of values returned by getTeam.
|
|
37
|
+
*/
|
|
38
|
+
export interface GetTeamResult {
|
|
39
|
+
readonly email: string;
|
|
40
|
+
/**
|
|
41
|
+
* The provider-assigned unique ID for this managed resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
readonly members: string[];
|
|
45
|
+
readonly name: string;
|
|
46
|
+
readonly orgId?: string;
|
|
47
|
+
readonly preferences: outputs.GetTeamPreference[];
|
|
48
|
+
readonly readTeamSync?: boolean;
|
|
49
|
+
readonly teamId: number;
|
|
50
|
+
readonly teamSyncs: outputs.GetTeamTeamSync[];
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/administration/team-management/)
|
|
54
|
+
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/team/)
|
|
55
|
+
*
|
|
56
|
+
* ## Example Usage
|
|
57
|
+
*
|
|
58
|
+
* ```typescript
|
|
59
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
60
|
+
* import * as grafana from "@pulumi/grafana";
|
|
61
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
62
|
+
*
|
|
63
|
+
* const test = new grafana.Team("test", {
|
|
64
|
+
* email: "test-team-email@test.com",
|
|
65
|
+
* preferences: {
|
|
66
|
+
* theme: "dark",
|
|
67
|
+
* timezone: "utc",
|
|
68
|
+
* },
|
|
69
|
+
* });
|
|
70
|
+
* const fromName = grafana.getTeamOutput({
|
|
71
|
+
* name: test.name,
|
|
72
|
+
* });
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
export declare function getTeamOutput(args: GetTeamOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTeamResult>;
|
|
76
|
+
/**
|
|
77
|
+
* A collection of arguments for invoking getTeam.
|
|
78
|
+
*/
|
|
79
|
+
export interface GetTeamOutputArgs {
|
|
80
|
+
name: pulumi.Input<string>;
|
|
81
|
+
orgId?: pulumi.Input<string>;
|
|
82
|
+
readTeamSync?: pulumi.Input<boolean>;
|
|
83
|
+
}
|
package/getTeam.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/administration/team-management/)
|
|
10
|
+
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/team/)
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as grafana from "@pulumi/grafana";
|
|
17
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
18
|
+
*
|
|
19
|
+
* const test = new grafana.Team("test", {
|
|
20
|
+
* email: "test-team-email@test.com",
|
|
21
|
+
* preferences: {
|
|
22
|
+
* theme: "dark",
|
|
23
|
+
* timezone: "utc",
|
|
24
|
+
* },
|
|
25
|
+
* });
|
|
26
|
+
* const fromName = grafana.getTeamOutput({
|
|
27
|
+
* name: test.name,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getTeam(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("grafana:index/getTeam:getTeam", {
|
|
34
|
+
"name": args.name,
|
|
35
|
+
"orgId": args.orgId,
|
|
36
|
+
"readTeamSync": args.readTeamSync,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getTeam = getTeam;
|
|
40
|
+
/**
|
|
41
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/administration/team-management/)
|
|
42
|
+
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/team/)
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as grafana from "@pulumi/grafana";
|
|
49
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
50
|
+
*
|
|
51
|
+
* const test = new grafana.Team("test", {
|
|
52
|
+
* email: "test-team-email@test.com",
|
|
53
|
+
* preferences: {
|
|
54
|
+
* theme: "dark",
|
|
55
|
+
* timezone: "utc",
|
|
56
|
+
* },
|
|
57
|
+
* });
|
|
58
|
+
* const fromName = grafana.getTeamOutput({
|
|
59
|
+
* name: test.name,
|
|
60
|
+
* });
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
function getTeamOutput(args, opts) {
|
|
64
|
+
return pulumi.output(args).apply((a) => getTeam(a, opts));
|
|
65
|
+
}
|
|
66
|
+
exports.getTeamOutput = getTeamOutput;
|
|
67
|
+
//# 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;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;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,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;AA4BD;;;;;;;;;;;;;;;;;;;;;;GAsBG;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"}
|