@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.
Files changed (252) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +54 -0
  3. package/annotation.d.ts +151 -0
  4. package/annotation.js +79 -0
  5. package/annotation.js.map +1 -0
  6. package/apiKey.d.ts +77 -0
  7. package/apiKey.js +80 -0
  8. package/apiKey.js.map +1 -0
  9. package/cloudAccessPolicy.d.ts +156 -0
  10. package/cloudAccessPolicy.js +115 -0
  11. package/cloudAccessPolicy.js.map +1 -0
  12. package/cloudAccessPolicyToken.d.ts +151 -0
  13. package/cloudAccessPolicyToken.js +108 -0
  14. package/cloudAccessPolicyToken.js.map +1 -0
  15. package/cloudApiKey.d.ts +102 -0
  16. package/cloudApiKey.js +85 -0
  17. package/cloudApiKey.js.map +1 -0
  18. package/cloudPluginInstallation.d.ts +96 -0
  19. package/cloudPluginInstallation.js +86 -0
  20. package/cloudPluginInstallation.js.map +1 -0
  21. package/cloudStack.d.ts +291 -0
  22. package/cloudStack.js +142 -0
  23. package/cloudStack.js.map +1 -0
  24. package/cloudStackApiKey.d.ts +52 -0
  25. package/cloudStackApiKey.js +67 -0
  26. package/cloudStackApiKey.js.map +1 -0
  27. package/cloudStackServiceAccount.d.ts +97 -0
  28. package/cloudStackServiceAccount.js +80 -0
  29. package/cloudStackServiceAccount.js.map +1 -0
  30. package/cloudStackServiceAccountToken.d.ts +78 -0
  31. package/cloudStackServiceAccountToken.js +93 -0
  32. package/cloudStackServiceAccountToken.js.map +1 -0
  33. package/config/index.d.ts +1 -0
  34. package/config/index.js +21 -0
  35. package/config/index.js.map +1 -0
  36. package/config/vars.d.ts +89 -0
  37. package/config/vars.js +131 -0
  38. package/config/vars.js.map +1 -0
  39. package/contactPoint.d.ts +310 -0
  40. package/contactPoint.js +119 -0
  41. package/contactPoint.js.map +1 -0
  42. package/dashboard.d.ts +154 -0
  43. package/dashboard.js +94 -0
  44. package/dashboard.js.map +1 -0
  45. package/dashboardPermission.d.ts +131 -0
  46. package/dashboardPermission.js +97 -0
  47. package/dashboardPermission.js.map +1 -0
  48. package/dataSource.d.ts +294 -0
  49. package/dataSource.js +164 -0
  50. package/dataSource.js.map +1 -0
  51. package/dataSourcePermission.d.ts +124 -0
  52. package/dataSourcePermission.js +109 -0
  53. package/dataSourcePermission.js.map +1 -0
  54. package/folder.d.ts +127 -0
  55. package/folder.js +95 -0
  56. package/folder.js.map +1 -0
  57. package/folderPermission.d.ts +106 -0
  58. package/folderPermission.js +91 -0
  59. package/folderPermission.js.map +1 -0
  60. package/getCloudIps.d.ts +56 -0
  61. package/getCloudIps.js +41 -0
  62. package/getCloudIps.js.map +1 -0
  63. package/getCloudOrganization.d.ts +37 -0
  64. package/getCloudOrganization.js +21 -0
  65. package/getCloudOrganization.js.map +1 -0
  66. package/getCloudStack.d.ts +130 -0
  67. package/getCloudStack.js +25 -0
  68. package/getCloudStack.js.map +1 -0
  69. package/getDashboard.d.ts +134 -0
  70. package/getDashboard.js +81 -0
  71. package/getDashboard.js.map +1 -0
  72. package/getDashboards.d.ts +74 -0
  73. package/getDashboards.js +36 -0
  74. package/getDashboards.js.map +1 -0
  75. package/getDataSource.d.ts +156 -0
  76. package/getDataSource.js +95 -0
  77. package/getDataSource.js.map +1 -0
  78. package/getFolder.d.ts +82 -0
  79. package/getFolder.js +59 -0
  80. package/getFolder.js.map +1 -0
  81. package/getFolders.d.ts +61 -0
  82. package/getFolders.js +61 -0
  83. package/getFolders.js.map +1 -0
  84. package/getLibraryPanel.d.ts +108 -0
  85. package/getLibraryPanel.js +28 -0
  86. package/getLibraryPanel.js.map +1 -0
  87. package/getOnCallSlackChannel.d.ts +66 -0
  88. package/getOnCallSlackChannel.js +47 -0
  89. package/getOnCallSlackChannel.js.map +1 -0
  90. package/getOncallAction.d.ts +46 -0
  91. package/getOncallAction.js +31 -0
  92. package/getOncallAction.js.map +1 -0
  93. package/getOncallEscalationChain.d.ts +62 -0
  94. package/getOncallEscalationChain.js +47 -0
  95. package/getOncallEscalationChain.js.map +1 -0
  96. package/getOncallOutgoingWebhook.d.ts +62 -0
  97. package/getOncallOutgoingWebhook.js +47 -0
  98. package/getOncallOutgoingWebhook.js.map +1 -0
  99. package/getOncallSchedule.d.ts +68 -0
  100. package/getOncallSchedule.js +49 -0
  101. package/getOncallSchedule.js.map +1 -0
  102. package/getOncallTeam.d.ts +60 -0
  103. package/getOncallTeam.js +43 -0
  104. package/getOncallTeam.js.map +1 -0
  105. package/getOncallUser.d.ts +70 -0
  106. package/getOncallUser.js +47 -0
  107. package/getOncallUser.js.map +1 -0
  108. package/getOncallUserGroup.d.ts +54 -0
  109. package/getOncallUserGroup.js +47 -0
  110. package/getOncallUserGroup.js.map +1 -0
  111. package/getOrganization.d.ts +94 -0
  112. package/getOrganization.js +67 -0
  113. package/getOrganization.js.map +1 -0
  114. package/getOrganizationPreferences.d.ts +62 -0
  115. package/getOrganizationPreferences.js +43 -0
  116. package/getOrganizationPreferences.js.map +1 -0
  117. package/getRole.d.ts +147 -0
  118. package/getRole.js +95 -0
  119. package/getRole.js.map +1 -0
  120. package/getSlos.d.ts +31 -0
  121. package/getSlos.js +31 -0
  122. package/getSlos.js.map +1 -0
  123. package/getSyntheticMonitoringProbe.d.ts +88 -0
  124. package/getSyntheticMonitoringProbe.js +47 -0
  125. package/getSyntheticMonitoringProbe.js.map +1 -0
  126. package/getSyntheticMonitoringProbes.d.ts +64 -0
  127. package/getSyntheticMonitoringProbes.js +44 -0
  128. package/getSyntheticMonitoringProbes.js.map +1 -0
  129. package/getTeam.d.ts +83 -0
  130. package/getTeam.js +67 -0
  131. package/getTeam.js.map +1 -0
  132. package/getUser.d.ts +128 -0
  133. package/getUser.js +84 -0
  134. package/getUser.js.map +1 -0
  135. package/getUsers.d.ts +61 -0
  136. package/getUsers.js +61 -0
  137. package/getUsers.js.map +1 -0
  138. package/index.d.ts +228 -0
  139. package/index.js +353 -0
  140. package/index.js.map +1 -0
  141. package/libraryPanel.d.ts +193 -0
  142. package/libraryPanel.js +103 -0
  143. package/libraryPanel.js.map +1 -0
  144. package/machineLearningHoliday.d.ts +103 -0
  145. package/machineLearningHoliday.js +62 -0
  146. package/machineLearningHoliday.js.map +1 -0
  147. package/machineLearningJob.d.ts +201 -0
  148. package/machineLearningJob.js +83 -0
  149. package/machineLearningJob.js.map +1 -0
  150. package/machineLearningOutlierDetector.d.ts +159 -0
  151. package/machineLearningOutlierDetector.js +84 -0
  152. package/machineLearningOutlierDetector.js.map +1 -0
  153. package/messageTemplate.d.ts +86 -0
  154. package/messageTemplate.js +80 -0
  155. package/messageTemplate.js.map +1 -0
  156. package/muteTiming.d.ts +106 -0
  157. package/muteTiming.js +95 -0
  158. package/muteTiming.js.map +1 -0
  159. package/notificationPolicy.d.ts +186 -0
  160. package/notificationPolicy.js +141 -0
  161. package/notificationPolicy.js.map +1 -0
  162. package/oncallEscalation.d.ts +227 -0
  163. package/oncallEscalation.js +124 -0
  164. package/oncallEscalation.js.map +1 -0
  165. package/oncallEscalationChain.d.ts +80 -0
  166. package/oncallEscalationChain.js +71 -0
  167. package/oncallEscalationChain.js.map +1 -0
  168. package/oncallIntegration.d.ts +116 -0
  169. package/oncallIntegration.js +75 -0
  170. package/oncallIntegration.js.map +1 -0
  171. package/oncallOnCallShift.d.ts +237 -0
  172. package/oncallOnCallShift.js +97 -0
  173. package/oncallOnCallShift.js.map +1 -0
  174. package/oncallOutgoingWebhook.d.ts +152 -0
  175. package/oncallOutgoingWebhook.js +88 -0
  176. package/oncallOutgoingWebhook.js.map +1 -0
  177. package/oncallRoute.d.ts +175 -0
  178. package/oncallRoute.js +116 -0
  179. package/oncallRoute.js.map +1 -0
  180. package/oncallSchedule.d.ts +187 -0
  181. package/oncallSchedule.js +109 -0
  182. package/oncallSchedule.js.map +1 -0
  183. package/organization.d.ts +193 -0
  184. package/organization.js +96 -0
  185. package/organization.js.map +1 -0
  186. package/organizationPreference.d.ts +125 -0
  187. package/organizationPreference.js +76 -0
  188. package/organizationPreference.js.map +1 -0
  189. package/package.json +30 -0
  190. package/package.json.bak +29 -0
  191. package/package.json.dev +29 -0
  192. package/playlist.d.ts +72 -0
  193. package/playlist.js +65 -0
  194. package/playlist.js.map +1 -0
  195. package/provider.d.ts +166 -0
  196. package/provider.js +64 -0
  197. package/provider.js.map +1 -0
  198. package/report.d.ts +241 -0
  199. package/report.js +110 -0
  200. package/report.js.map +1 -0
  201. package/role.d.ts +210 -0
  202. package/role.js +109 -0
  203. package/role.js.map +1 -0
  204. package/roleAssignment.d.ts +131 -0
  205. package/roleAssignment.js +95 -0
  206. package/roleAssignment.js.map +1 -0
  207. package/ruleGroup.d.ts +203 -0
  208. package/ruleGroup.js +174 -0
  209. package/ruleGroup.js.map +1 -0
  210. package/scripts/install-pulumi-plugin.js +21 -0
  211. package/serviceAccount.d.ts +102 -0
  212. package/serviceAccount.js +73 -0
  213. package/serviceAccount.js.map +1 -0
  214. package/serviceAccountPermission.d.ts +110 -0
  215. package/serviceAccountPermission.js +95 -0
  216. package/serviceAccountPermission.js.map +1 -0
  217. package/serviceAccountToken.d.ts +72 -0
  218. package/serviceAccountToken.js +85 -0
  219. package/serviceAccountToken.js.map +1 -0
  220. package/slo.d.ts +131 -0
  221. package/slo.js +77 -0
  222. package/slo.js.map +1 -0
  223. package/syntheticMonitoringCheck.d.ts +555 -0
  224. package/syntheticMonitoringCheck.js +464 -0
  225. package/syntheticMonitoringCheck.js.map +1 -0
  226. package/syntheticMonitoringInstallation.d.ts +112 -0
  227. package/syntheticMonitoringInstallation.js +95 -0
  228. package/syntheticMonitoringInstallation.js.map +1 -0
  229. package/syntheticMonitoringProbe.d.ts +164 -0
  230. package/syntheticMonitoringProbe.js +108 -0
  231. package/syntheticMonitoringProbe.js.map +1 -0
  232. package/team.d.ts +165 -0
  233. package/team.js +89 -0
  234. package/team.js.map +1 -0
  235. package/teamExternalGroup.d.ts +84 -0
  236. package/teamExternalGroup.js +81 -0
  237. package/teamExternalGroup.js.map +1 -0
  238. package/types/index.d.ts +3 -0
  239. package/types/index.js +11 -0
  240. package/types/index.js.map +1 -0
  241. package/types/input.d.ts +1914 -0
  242. package/types/input.js +5 -0
  243. package/types/input.js.map +1 -0
  244. package/types/output.d.ts +2011 -0
  245. package/types/output.js +5 -0
  246. package/types/output.js.map +1 -0
  247. package/user.d.ts +132 -0
  248. package/user.js +95 -0
  249. package/user.js.map +1 -0
  250. package/utilities.d.ts +4 -0
  251. package/utilities.js +69 -0
  252. package/utilities.js.map +1 -0
package/getUser.d.ts ADDED
@@ -0,0 +1,128 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/user-management/server-user-management/)
4
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/user/)
5
+ *
6
+ * This data source uses Grafana's admin APIs for reading users which
7
+ * does not currently work with API Tokens. You must use basic auth.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as grafana from "@pulumi/grafana";
14
+ * import * as grafana from "@pulumiverse/grafana";
15
+ *
16
+ * const test = new grafana.User("test", {
17
+ * email: "test.datasource@example.com",
18
+ * login: "test-datasource",
19
+ * password: "my-password",
20
+ * isAdmin: true,
21
+ * });
22
+ * const fromId = grafana.getUserOutput({
23
+ * userId: test.userId,
24
+ * });
25
+ * const fromEmail = grafana.getUserOutput({
26
+ * email: test.email,
27
+ * });
28
+ * const fromLogin = test.login.apply(login => grafana.getUserOutput({
29
+ * login: login,
30
+ * }));
31
+ * ```
32
+ */
33
+ export declare function getUser(args?: GetUserArgs, opts?: pulumi.InvokeOptions): Promise<GetUserResult>;
34
+ /**
35
+ * A collection of arguments for invoking getUser.
36
+ */
37
+ export interface GetUserArgs {
38
+ /**
39
+ * The email address of the Grafana user. Defaults to ``.
40
+ */
41
+ email?: string;
42
+ /**
43
+ * The username for the Grafana user. Defaults to ``.
44
+ */
45
+ login?: string;
46
+ /**
47
+ * The numerical ID of the Grafana user. Defaults to `-1`.
48
+ */
49
+ userId?: number;
50
+ }
51
+ /**
52
+ * A collection of values returned by getUser.
53
+ */
54
+ export interface GetUserResult {
55
+ /**
56
+ * The email address of the Grafana user. Defaults to ``.
57
+ */
58
+ readonly email?: string;
59
+ /**
60
+ * The provider-assigned unique ID for this managed resource.
61
+ */
62
+ readonly id: string;
63
+ /**
64
+ * Whether the user is an admin.
65
+ */
66
+ readonly isAdmin: boolean;
67
+ /**
68
+ * The username for the Grafana user. Defaults to ``.
69
+ */
70
+ readonly login?: string;
71
+ /**
72
+ * The display name for the Grafana user.
73
+ */
74
+ readonly name: string;
75
+ /**
76
+ * The numerical ID of the Grafana user. Defaults to `-1`.
77
+ */
78
+ readonly userId?: number;
79
+ }
80
+ /**
81
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/user-management/server-user-management/)
82
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/user/)
83
+ *
84
+ * This data source uses Grafana's admin APIs for reading users which
85
+ * does not currently work with API Tokens. You must use basic auth.
86
+ *
87
+ * ## Example Usage
88
+ *
89
+ * ```typescript
90
+ * import * as pulumi from "@pulumi/pulumi";
91
+ * import * as grafana from "@pulumi/grafana";
92
+ * import * as grafana from "@pulumiverse/grafana";
93
+ *
94
+ * const test = new grafana.User("test", {
95
+ * email: "test.datasource@example.com",
96
+ * login: "test-datasource",
97
+ * password: "my-password",
98
+ * isAdmin: true,
99
+ * });
100
+ * const fromId = grafana.getUserOutput({
101
+ * userId: test.userId,
102
+ * });
103
+ * const fromEmail = grafana.getUserOutput({
104
+ * email: test.email,
105
+ * });
106
+ * const fromLogin = test.login.apply(login => grafana.getUserOutput({
107
+ * login: login,
108
+ * }));
109
+ * ```
110
+ */
111
+ export declare function getUserOutput(args?: GetUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUserResult>;
112
+ /**
113
+ * A collection of arguments for invoking getUser.
114
+ */
115
+ export interface GetUserOutputArgs {
116
+ /**
117
+ * The email address of the Grafana user. Defaults to ``.
118
+ */
119
+ email?: pulumi.Input<string>;
120
+ /**
121
+ * The username for the Grafana user. Defaults to ``.
122
+ */
123
+ login?: pulumi.Input<string>;
124
+ /**
125
+ * The numerical ID of the Grafana user. Defaults to `-1`.
126
+ */
127
+ userId?: pulumi.Input<number>;
128
+ }
package/getUser.js ADDED
@@ -0,0 +1,84 @@
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.getUserOutput = exports.getUser = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/user-management/server-user-management/)
10
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/user/)
11
+ *
12
+ * This data source uses Grafana's admin APIs for reading users which
13
+ * does not currently work with API Tokens. You must use basic auth.
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as grafana from "@pulumi/grafana";
20
+ * import * as grafana from "@pulumiverse/grafana";
21
+ *
22
+ * const test = new grafana.User("test", {
23
+ * email: "test.datasource@example.com",
24
+ * login: "test-datasource",
25
+ * password: "my-password",
26
+ * isAdmin: true,
27
+ * });
28
+ * const fromId = grafana.getUserOutput({
29
+ * userId: test.userId,
30
+ * });
31
+ * const fromEmail = grafana.getUserOutput({
32
+ * email: test.email,
33
+ * });
34
+ * const fromLogin = test.login.apply(login => grafana.getUserOutput({
35
+ * login: login,
36
+ * }));
37
+ * ```
38
+ */
39
+ function getUser(args, opts) {
40
+ args = args || {};
41
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
42
+ return pulumi.runtime.invoke("grafana:index/getUser:getUser", {
43
+ "email": args.email,
44
+ "login": args.login,
45
+ "userId": args.userId,
46
+ }, opts);
47
+ }
48
+ exports.getUser = getUser;
49
+ /**
50
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/user-management/server-user-management/)
51
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/user/)
52
+ *
53
+ * This data source uses Grafana's admin APIs for reading users which
54
+ * does not currently work with API Tokens. You must use basic auth.
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.User("test", {
64
+ * email: "test.datasource@example.com",
65
+ * login: "test-datasource",
66
+ * password: "my-password",
67
+ * isAdmin: true,
68
+ * });
69
+ * const fromId = grafana.getUserOutput({
70
+ * userId: test.userId,
71
+ * });
72
+ * const fromEmail = grafana.getUserOutput({
73
+ * email: test.email,
74
+ * });
75
+ * const fromLogin = test.login.apply(login => grafana.getUserOutput({
76
+ * login: login,
77
+ * }));
78
+ * ```
79
+ */
80
+ function getUserOutput(args, opts) {
81
+ return pulumi.output(args).apply((a) => getUser(a, opts));
82
+ }
83
+ exports.getUserOutput = getUserOutput;
84
+ //# sourceMappingURL=getUser.js.map
package/getUser.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,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,+BAA+B,EAAE;QAC1D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0BASC;AAiDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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/getUsers.d.ts ADDED
@@ -0,0 +1,61 @@
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/user-management/server-user-management/)
5
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/user/)
6
+ *
7
+ * This data source uses Grafana's admin APIs for reading users which
8
+ * does not currently work with API Tokens. You must use basic auth.
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as grafana from "@pulumi/grafana";
15
+ * import * as grafana from "@pulumiverse/grafana";
16
+ *
17
+ * const testAllUsers = new grafana.User("testAllUsers", {
18
+ * email: "all_users@example.com",
19
+ * login: "test-grafana-users",
20
+ * password: "my-password",
21
+ * });
22
+ * const allUsers = grafana.getUsers({});
23
+ * ```
24
+ */
25
+ export declare function getUsers(opts?: pulumi.InvokeOptions): Promise<GetUsersResult>;
26
+ /**
27
+ * A collection of values returned by getUsers.
28
+ */
29
+ export interface GetUsersResult {
30
+ /**
31
+ * The provider-assigned unique ID for this managed resource.
32
+ */
33
+ readonly id: string;
34
+ /**
35
+ * The Grafana instance's users.
36
+ */
37
+ readonly users: outputs.GetUsersUser[];
38
+ }
39
+ /**
40
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/user-management/server-user-management/)
41
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/user/)
42
+ *
43
+ * This data source uses Grafana's admin APIs for reading users which
44
+ * does not currently work with API Tokens. You must use basic auth.
45
+ *
46
+ * ## Example Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as grafana from "@pulumi/grafana";
51
+ * import * as grafana from "@pulumiverse/grafana";
52
+ *
53
+ * const testAllUsers = new grafana.User("testAllUsers", {
54
+ * email: "all_users@example.com",
55
+ * login: "test-grafana-users",
56
+ * password: "my-password",
57
+ * });
58
+ * const allUsers = grafana.getUsers({});
59
+ * ```
60
+ */
61
+ export declare function getUsersOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetUsersResult>;
package/getUsers.js ADDED
@@ -0,0 +1,61 @@
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.getUsersOutput = exports.getUsers = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/user-management/server-user-management/)
10
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/user/)
11
+ *
12
+ * This data source uses Grafana's admin APIs for reading users which
13
+ * does not currently work with API Tokens. You must use basic auth.
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as grafana from "@pulumi/grafana";
20
+ * import * as grafana from "@pulumiverse/grafana";
21
+ *
22
+ * const testAllUsers = new grafana.User("testAllUsers", {
23
+ * email: "all_users@example.com",
24
+ * login: "test-grafana-users",
25
+ * password: "my-password",
26
+ * });
27
+ * const allUsers = grafana.getUsers({});
28
+ * ```
29
+ */
30
+ function getUsers(opts) {
31
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
32
+ return pulumi.runtime.invoke("grafana:index/getUsers:getUsers", {}, opts);
33
+ }
34
+ exports.getUsers = getUsers;
35
+ /**
36
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/user-management/server-user-management/)
37
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/user/)
38
+ *
39
+ * This data source uses Grafana's admin APIs for reading users which
40
+ * does not currently work with API Tokens. You must use basic auth.
41
+ *
42
+ * ## Example Usage
43
+ *
44
+ * ```typescript
45
+ * import * as pulumi from "@pulumi/pulumi";
46
+ * import * as grafana from "@pulumi/grafana";
47
+ * import * as grafana from "@pulumiverse/grafana";
48
+ *
49
+ * const testAllUsers = new grafana.User("testAllUsers", {
50
+ * email: "all_users@example.com",
51
+ * login: "test-grafana-users",
52
+ * password: "my-password",
53
+ * });
54
+ * const allUsers = grafana.getUsers({});
55
+ * ```
56
+ */
57
+ function getUsersOutput(opts) {
58
+ return pulumi.output(getUsers(opts));
59
+ }
60
+ exports.getUsersOutput = getUsersOutput;
61
+ //# sourceMappingURL=getUsers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAEhD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE,EAC/D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAeD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,OAAO,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AACxC,CAAC;AAFD,wCAEC"}
package/index.d.ts ADDED
@@ -0,0 +1,228 @@
1
+ export { AnnotationArgs, AnnotationState } from "./annotation";
2
+ export type Annotation = import("./annotation").Annotation;
3
+ export declare const Annotation: typeof import("./annotation").Annotation;
4
+ export { ApiKeyArgs, ApiKeyState } from "./apiKey";
5
+ export type ApiKey = import("./apiKey").ApiKey;
6
+ export declare const ApiKey: typeof import("./apiKey").ApiKey;
7
+ export { CloudAccessPolicyArgs, CloudAccessPolicyState } from "./cloudAccessPolicy";
8
+ export type CloudAccessPolicy = import("./cloudAccessPolicy").CloudAccessPolicy;
9
+ export declare const CloudAccessPolicy: typeof import("./cloudAccessPolicy").CloudAccessPolicy;
10
+ export { CloudAccessPolicyTokenArgs, CloudAccessPolicyTokenState } from "./cloudAccessPolicyToken";
11
+ export type CloudAccessPolicyToken = import("./cloudAccessPolicyToken").CloudAccessPolicyToken;
12
+ export declare const CloudAccessPolicyToken: typeof import("./cloudAccessPolicyToken").CloudAccessPolicyToken;
13
+ export { CloudApiKeyArgs, CloudApiKeyState } from "./cloudApiKey";
14
+ export type CloudApiKey = import("./cloudApiKey").CloudApiKey;
15
+ export declare const CloudApiKey: typeof import("./cloudApiKey").CloudApiKey;
16
+ export { CloudPluginInstallationArgs, CloudPluginInstallationState } from "./cloudPluginInstallation";
17
+ export type CloudPluginInstallation = import("./cloudPluginInstallation").CloudPluginInstallation;
18
+ export declare const CloudPluginInstallation: typeof import("./cloudPluginInstallation").CloudPluginInstallation;
19
+ export { CloudStackArgs, CloudStackState } from "./cloudStack";
20
+ export type CloudStack = import("./cloudStack").CloudStack;
21
+ export declare const CloudStack: typeof import("./cloudStack").CloudStack;
22
+ export { CloudStackApiKeyArgs, CloudStackApiKeyState } from "./cloudStackApiKey";
23
+ export type CloudStackApiKey = import("./cloudStackApiKey").CloudStackApiKey;
24
+ export declare const CloudStackApiKey: typeof import("./cloudStackApiKey").CloudStackApiKey;
25
+ export { CloudStackServiceAccountArgs, CloudStackServiceAccountState } from "./cloudStackServiceAccount";
26
+ export type CloudStackServiceAccount = import("./cloudStackServiceAccount").CloudStackServiceAccount;
27
+ export declare const CloudStackServiceAccount: typeof import("./cloudStackServiceAccount").CloudStackServiceAccount;
28
+ export { CloudStackServiceAccountTokenArgs, CloudStackServiceAccountTokenState } from "./cloudStackServiceAccountToken";
29
+ export type CloudStackServiceAccountToken = import("./cloudStackServiceAccountToken").CloudStackServiceAccountToken;
30
+ export declare const CloudStackServiceAccountToken: typeof import("./cloudStackServiceAccountToken").CloudStackServiceAccountToken;
31
+ export { ContactPointArgs, ContactPointState } from "./contactPoint";
32
+ export type ContactPoint = import("./contactPoint").ContactPoint;
33
+ export declare const ContactPoint: typeof import("./contactPoint").ContactPoint;
34
+ export { DashboardArgs, DashboardState } from "./dashboard";
35
+ export type Dashboard = import("./dashboard").Dashboard;
36
+ export declare const Dashboard: typeof import("./dashboard").Dashboard;
37
+ export { DashboardPermissionArgs, DashboardPermissionState } from "./dashboardPermission";
38
+ export type DashboardPermission = import("./dashboardPermission").DashboardPermission;
39
+ export declare const DashboardPermission: typeof import("./dashboardPermission").DashboardPermission;
40
+ export { DataSourceArgs, DataSourceState } from "./dataSource";
41
+ export type DataSource = import("./dataSource").DataSource;
42
+ export declare const DataSource: typeof import("./dataSource").DataSource;
43
+ export { DataSourcePermissionArgs, DataSourcePermissionState } from "./dataSourcePermission";
44
+ export type DataSourcePermission = import("./dataSourcePermission").DataSourcePermission;
45
+ export declare const DataSourcePermission: typeof import("./dataSourcePermission").DataSourcePermission;
46
+ export { FolderArgs, FolderState } from "./folder";
47
+ export type Folder = import("./folder").Folder;
48
+ export declare const Folder: typeof import("./folder").Folder;
49
+ export { FolderPermissionArgs, FolderPermissionState } from "./folderPermission";
50
+ export type FolderPermission = import("./folderPermission").FolderPermission;
51
+ export declare const FolderPermission: typeof import("./folderPermission").FolderPermission;
52
+ export { GetCloudIpsResult } from "./getCloudIps";
53
+ export declare const getCloudIps: typeof import("./getCloudIps").getCloudIps;
54
+ export declare const getCloudIpsOutput: typeof import("./getCloudIps").getCloudIpsOutput;
55
+ export { GetCloudOrganizationArgs, GetCloudOrganizationResult, GetCloudOrganizationOutputArgs } from "./getCloudOrganization";
56
+ export declare const getCloudOrganization: typeof import("./getCloudOrganization").getCloudOrganization;
57
+ export declare const getCloudOrganizationOutput: typeof import("./getCloudOrganization").getCloudOrganizationOutput;
58
+ export { GetCloudStackArgs, GetCloudStackResult, GetCloudStackOutputArgs } from "./getCloudStack";
59
+ export declare const getCloudStack: typeof import("./getCloudStack").getCloudStack;
60
+ export declare const getCloudStackOutput: typeof import("./getCloudStack").getCloudStackOutput;
61
+ export { GetDashboardArgs, GetDashboardResult, GetDashboardOutputArgs } from "./getDashboard";
62
+ export declare const getDashboard: typeof import("./getDashboard").getDashboard;
63
+ export declare const getDashboardOutput: typeof import("./getDashboard").getDashboardOutput;
64
+ export { GetDashboardsArgs, GetDashboardsResult, GetDashboardsOutputArgs } from "./getDashboards";
65
+ export declare const getDashboards: typeof import("./getDashboards").getDashboards;
66
+ export declare const getDashboardsOutput: typeof import("./getDashboards").getDashboardsOutput;
67
+ export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource";
68
+ export declare const getDataSource: typeof import("./getDataSource").getDataSource;
69
+ export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput;
70
+ export { GetFolderArgs, GetFolderResult, GetFolderOutputArgs } from "./getFolder";
71
+ export declare const getFolder: typeof import("./getFolder").getFolder;
72
+ export declare const getFolderOutput: typeof import("./getFolder").getFolderOutput;
73
+ export { GetFoldersResult } from "./getFolders";
74
+ export declare const getFolders: typeof import("./getFolders").getFolders;
75
+ export declare const getFoldersOutput: typeof import("./getFolders").getFoldersOutput;
76
+ export { GetLibraryPanelArgs, GetLibraryPanelResult, GetLibraryPanelOutputArgs } from "./getLibraryPanel";
77
+ export declare const getLibraryPanel: typeof import("./getLibraryPanel").getLibraryPanel;
78
+ export declare const getLibraryPanelOutput: typeof import("./getLibraryPanel").getLibraryPanelOutput;
79
+ export { GetOnCallSlackChannelArgs, GetOnCallSlackChannelResult, GetOnCallSlackChannelOutputArgs } from "./getOnCallSlackChannel";
80
+ export declare const getOnCallSlackChannel: typeof import("./getOnCallSlackChannel").getOnCallSlackChannel;
81
+ export declare const getOnCallSlackChannelOutput: typeof import("./getOnCallSlackChannel").getOnCallSlackChannelOutput;
82
+ export { GetOncallActionArgs, GetOncallActionResult, GetOncallActionOutputArgs } from "./getOncallAction";
83
+ export declare const getOncallAction: typeof import("./getOncallAction").getOncallAction;
84
+ export declare const getOncallActionOutput: typeof import("./getOncallAction").getOncallActionOutput;
85
+ export { GetOncallEscalationChainArgs, GetOncallEscalationChainResult, GetOncallEscalationChainOutputArgs } from "./getOncallEscalationChain";
86
+ export declare const getOncallEscalationChain: typeof import("./getOncallEscalationChain").getOncallEscalationChain;
87
+ export declare const getOncallEscalationChainOutput: typeof import("./getOncallEscalationChain").getOncallEscalationChainOutput;
88
+ export { GetOncallOutgoingWebhookArgs, GetOncallOutgoingWebhookResult, GetOncallOutgoingWebhookOutputArgs } from "./getOncallOutgoingWebhook";
89
+ export declare const getOncallOutgoingWebhook: typeof import("./getOncallOutgoingWebhook").getOncallOutgoingWebhook;
90
+ export declare const getOncallOutgoingWebhookOutput: typeof import("./getOncallOutgoingWebhook").getOncallOutgoingWebhookOutput;
91
+ export { GetOncallScheduleArgs, GetOncallScheduleResult, GetOncallScheduleOutputArgs } from "./getOncallSchedule";
92
+ export declare const getOncallSchedule: typeof import("./getOncallSchedule").getOncallSchedule;
93
+ export declare const getOncallScheduleOutput: typeof import("./getOncallSchedule").getOncallScheduleOutput;
94
+ export { GetOncallTeamArgs, GetOncallTeamResult, GetOncallTeamOutputArgs } from "./getOncallTeam";
95
+ export declare const getOncallTeam: typeof import("./getOncallTeam").getOncallTeam;
96
+ export declare const getOncallTeamOutput: typeof import("./getOncallTeam").getOncallTeamOutput;
97
+ export { GetOncallUserArgs, GetOncallUserResult, GetOncallUserOutputArgs } from "./getOncallUser";
98
+ export declare const getOncallUser: typeof import("./getOncallUser").getOncallUser;
99
+ export declare const getOncallUserOutput: typeof import("./getOncallUser").getOncallUserOutput;
100
+ export { GetOncallUserGroupArgs, GetOncallUserGroupResult, GetOncallUserGroupOutputArgs } from "./getOncallUserGroup";
101
+ export declare const getOncallUserGroup: typeof import("./getOncallUserGroup").getOncallUserGroup;
102
+ export declare const getOncallUserGroupOutput: typeof import("./getOncallUserGroup").getOncallUserGroupOutput;
103
+ export { GetOrganizationArgs, GetOrganizationResult, GetOrganizationOutputArgs } from "./getOrganization";
104
+ export declare const getOrganization: typeof import("./getOrganization").getOrganization;
105
+ export declare const getOrganizationOutput: typeof import("./getOrganization").getOrganizationOutput;
106
+ export { GetOrganizationPreferencesResult } from "./getOrganizationPreferences";
107
+ export declare const getOrganizationPreferences: typeof import("./getOrganizationPreferences").getOrganizationPreferences;
108
+ export declare const getOrganizationPreferencesOutput: typeof import("./getOrganizationPreferences").getOrganizationPreferencesOutput;
109
+ export { GetRoleArgs, GetRoleResult, GetRoleOutputArgs } from "./getRole";
110
+ export declare const getRole: typeof import("./getRole").getRole;
111
+ export declare const getRoleOutput: typeof import("./getRole").getRoleOutput;
112
+ export { GetSlosResult } from "./getSlos";
113
+ export declare const getSlos: typeof import("./getSlos").getSlos;
114
+ export declare const getSlosOutput: typeof import("./getSlos").getSlosOutput;
115
+ export { GetSyntheticMonitoringProbeArgs, GetSyntheticMonitoringProbeResult, GetSyntheticMonitoringProbeOutputArgs } from "./getSyntheticMonitoringProbe";
116
+ export declare const getSyntheticMonitoringProbe: typeof import("./getSyntheticMonitoringProbe").getSyntheticMonitoringProbe;
117
+ export declare const getSyntheticMonitoringProbeOutput: typeof import("./getSyntheticMonitoringProbe").getSyntheticMonitoringProbeOutput;
118
+ export { GetSyntheticMonitoringProbesArgs, GetSyntheticMonitoringProbesResult, GetSyntheticMonitoringProbesOutputArgs } from "./getSyntheticMonitoringProbes";
119
+ export declare const getSyntheticMonitoringProbes: typeof import("./getSyntheticMonitoringProbes").getSyntheticMonitoringProbes;
120
+ export declare const getSyntheticMonitoringProbesOutput: typeof import("./getSyntheticMonitoringProbes").getSyntheticMonitoringProbesOutput;
121
+ export { GetTeamArgs, GetTeamResult, GetTeamOutputArgs } from "./getTeam";
122
+ export declare const getTeam: typeof import("./getTeam").getTeam;
123
+ export declare const getTeamOutput: typeof import("./getTeam").getTeamOutput;
124
+ export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
125
+ export declare const getUser: typeof import("./getUser").getUser;
126
+ export declare const getUserOutput: typeof import("./getUser").getUserOutput;
127
+ export { GetUsersResult } from "./getUsers";
128
+ export declare const getUsers: typeof import("./getUsers").getUsers;
129
+ export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
130
+ export { LibraryPanelArgs, LibraryPanelState } from "./libraryPanel";
131
+ export type LibraryPanel = import("./libraryPanel").LibraryPanel;
132
+ export declare const LibraryPanel: typeof import("./libraryPanel").LibraryPanel;
133
+ export { MachineLearningHolidayArgs, MachineLearningHolidayState } from "./machineLearningHoliday";
134
+ export type MachineLearningHoliday = import("./machineLearningHoliday").MachineLearningHoliday;
135
+ export declare const MachineLearningHoliday: typeof import("./machineLearningHoliday").MachineLearningHoliday;
136
+ export { MachineLearningJobArgs, MachineLearningJobState } from "./machineLearningJob";
137
+ export type MachineLearningJob = import("./machineLearningJob").MachineLearningJob;
138
+ export declare const MachineLearningJob: typeof import("./machineLearningJob").MachineLearningJob;
139
+ export { MachineLearningOutlierDetectorArgs, MachineLearningOutlierDetectorState } from "./machineLearningOutlierDetector";
140
+ export type MachineLearningOutlierDetector = import("./machineLearningOutlierDetector").MachineLearningOutlierDetector;
141
+ export declare const MachineLearningOutlierDetector: typeof import("./machineLearningOutlierDetector").MachineLearningOutlierDetector;
142
+ export { MessageTemplateArgs, MessageTemplateState } from "./messageTemplate";
143
+ export type MessageTemplate = import("./messageTemplate").MessageTemplate;
144
+ export declare const MessageTemplate: typeof import("./messageTemplate").MessageTemplate;
145
+ export { MuteTimingArgs, MuteTimingState } from "./muteTiming";
146
+ export type MuteTiming = import("./muteTiming").MuteTiming;
147
+ export declare const MuteTiming: typeof import("./muteTiming").MuteTiming;
148
+ export { NotificationPolicyArgs, NotificationPolicyState } from "./notificationPolicy";
149
+ export type NotificationPolicy = import("./notificationPolicy").NotificationPolicy;
150
+ export declare const NotificationPolicy: typeof import("./notificationPolicy").NotificationPolicy;
151
+ export { OncallEscalationArgs, OncallEscalationState } from "./oncallEscalation";
152
+ export type OncallEscalation = import("./oncallEscalation").OncallEscalation;
153
+ export declare const OncallEscalation: typeof import("./oncallEscalation").OncallEscalation;
154
+ export { OncallEscalationChainArgs, OncallEscalationChainState } from "./oncallEscalationChain";
155
+ export type OncallEscalationChain = import("./oncallEscalationChain").OncallEscalationChain;
156
+ export declare const OncallEscalationChain: typeof import("./oncallEscalationChain").OncallEscalationChain;
157
+ export { OncallIntegrationArgs, OncallIntegrationState } from "./oncallIntegration";
158
+ export type OncallIntegration = import("./oncallIntegration").OncallIntegration;
159
+ export declare const OncallIntegration: typeof import("./oncallIntegration").OncallIntegration;
160
+ export { OncallOnCallShiftArgs, OncallOnCallShiftState } from "./oncallOnCallShift";
161
+ export type OncallOnCallShift = import("./oncallOnCallShift").OncallOnCallShift;
162
+ export declare const OncallOnCallShift: typeof import("./oncallOnCallShift").OncallOnCallShift;
163
+ export { OncallOutgoingWebhookArgs, OncallOutgoingWebhookState } from "./oncallOutgoingWebhook";
164
+ export type OncallOutgoingWebhook = import("./oncallOutgoingWebhook").OncallOutgoingWebhook;
165
+ export declare const OncallOutgoingWebhook: typeof import("./oncallOutgoingWebhook").OncallOutgoingWebhook;
166
+ export { OncallRouteArgs, OncallRouteState } from "./oncallRoute";
167
+ export type OncallRoute = import("./oncallRoute").OncallRoute;
168
+ export declare const OncallRoute: typeof import("./oncallRoute").OncallRoute;
169
+ export { OncallScheduleArgs, OncallScheduleState } from "./oncallSchedule";
170
+ export type OncallSchedule = import("./oncallSchedule").OncallSchedule;
171
+ export declare const OncallSchedule: typeof import("./oncallSchedule").OncallSchedule;
172
+ export { OrganizationArgs, OrganizationState } from "./organization";
173
+ export type Organization = import("./organization").Organization;
174
+ export declare const Organization: typeof import("./organization").Organization;
175
+ export { OrganizationPreferenceArgs, OrganizationPreferenceState } from "./organizationPreference";
176
+ export type OrganizationPreference = import("./organizationPreference").OrganizationPreference;
177
+ export declare const OrganizationPreference: typeof import("./organizationPreference").OrganizationPreference;
178
+ export { PlaylistArgs, PlaylistState } from "./playlist";
179
+ export type Playlist = import("./playlist").Playlist;
180
+ export declare const Playlist: typeof import("./playlist").Playlist;
181
+ export { ProviderArgs } from "./provider";
182
+ export type Provider = import("./provider").Provider;
183
+ export declare const Provider: typeof import("./provider").Provider;
184
+ export { ReportArgs, ReportState } from "./report";
185
+ export type Report = import("./report").Report;
186
+ export declare const Report: typeof import("./report").Report;
187
+ export { RoleArgs, RoleState } from "./role";
188
+ export type Role = import("./role").Role;
189
+ export declare const Role: typeof import("./role").Role;
190
+ export { RoleAssignmentArgs, RoleAssignmentState } from "./roleAssignment";
191
+ export type RoleAssignment = import("./roleAssignment").RoleAssignment;
192
+ export declare const RoleAssignment: typeof import("./roleAssignment").RoleAssignment;
193
+ export { RuleGroupArgs, RuleGroupState } from "./ruleGroup";
194
+ export type RuleGroup = import("./ruleGroup").RuleGroup;
195
+ export declare const RuleGroup: typeof import("./ruleGroup").RuleGroup;
196
+ export { ServiceAccountArgs, ServiceAccountState } from "./serviceAccount";
197
+ export type ServiceAccount = import("./serviceAccount").ServiceAccount;
198
+ export declare const ServiceAccount: typeof import("./serviceAccount").ServiceAccount;
199
+ export { ServiceAccountPermissionArgs, ServiceAccountPermissionState } from "./serviceAccountPermission";
200
+ export type ServiceAccountPermission = import("./serviceAccountPermission").ServiceAccountPermission;
201
+ export declare const ServiceAccountPermission: typeof import("./serviceAccountPermission").ServiceAccountPermission;
202
+ export { ServiceAccountTokenArgs, ServiceAccountTokenState } from "./serviceAccountToken";
203
+ export type ServiceAccountToken = import("./serviceAccountToken").ServiceAccountToken;
204
+ export declare const ServiceAccountToken: typeof import("./serviceAccountToken").ServiceAccountToken;
205
+ export { SLOArgs, SLOState } from "./slo";
206
+ export type SLO = import("./slo").SLO;
207
+ export declare const SLO: typeof import("./slo").SLO;
208
+ export { SyntheticMonitoringCheckArgs, SyntheticMonitoringCheckState } from "./syntheticMonitoringCheck";
209
+ export type SyntheticMonitoringCheck = import("./syntheticMonitoringCheck").SyntheticMonitoringCheck;
210
+ export declare const SyntheticMonitoringCheck: typeof import("./syntheticMonitoringCheck").SyntheticMonitoringCheck;
211
+ export { SyntheticMonitoringInstallationArgs, SyntheticMonitoringInstallationState } from "./syntheticMonitoringInstallation";
212
+ export type SyntheticMonitoringInstallation = import("./syntheticMonitoringInstallation").SyntheticMonitoringInstallation;
213
+ export declare const SyntheticMonitoringInstallation: typeof import("./syntheticMonitoringInstallation").SyntheticMonitoringInstallation;
214
+ export { SyntheticMonitoringProbeArgs, SyntheticMonitoringProbeState } from "./syntheticMonitoringProbe";
215
+ export type SyntheticMonitoringProbe = import("./syntheticMonitoringProbe").SyntheticMonitoringProbe;
216
+ export declare const SyntheticMonitoringProbe: typeof import("./syntheticMonitoringProbe").SyntheticMonitoringProbe;
217
+ export { TeamArgs, TeamState } from "./team";
218
+ export type Team = import("./team").Team;
219
+ export declare const Team: typeof import("./team").Team;
220
+ export { TeamExternalGroupArgs, TeamExternalGroupState } from "./teamExternalGroup";
221
+ export type TeamExternalGroup = import("./teamExternalGroup").TeamExternalGroup;
222
+ export declare const TeamExternalGroup: typeof import("./teamExternalGroup").TeamExternalGroup;
223
+ export { UserArgs, UserState } from "./user";
224
+ export type User = import("./user").User;
225
+ export declare const User: typeof import("./user").User;
226
+ import * as config from "./config";
227
+ import * as types from "./types";
228
+ export { config, types, };