@pulumiverse/grafana 0.5.0 → 0.5.1

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 (256) hide show
  1. package/annotation.d.ts +28 -3
  2. package/annotation.js +25 -0
  3. package/annotation.js.map +1 -1
  4. package/apiKey.d.ts +18 -0
  5. package/apiKey.js +18 -0
  6. package/apiKey.js.map +1 -1
  7. package/cloudAccessPolicy.d.ts +57 -15
  8. package/cloudAccessPolicy.js +51 -0
  9. package/cloudAccessPolicy.js.map +1 -1
  10. package/cloudAccessPolicyToken.d.ts +54 -9
  11. package/cloudAccessPolicyToken.js +51 -0
  12. package/cloudAccessPolicyToken.js.map +1 -1
  13. package/cloudApiKey.d.ts +35 -6
  14. package/cloudApiKey.js +32 -0
  15. package/cloudApiKey.js.map +1 -1
  16. package/cloudOrgMember.d.ts +9 -0
  17. package/cloudOrgMember.js +9 -0
  18. package/cloudOrgMember.js.map +1 -1
  19. package/cloudPluginInstallation.d.ts +32 -0
  20. package/cloudPluginInstallation.js +32 -0
  21. package/cloudPluginInstallation.js.map +1 -1
  22. package/cloudStack.d.ts +49 -38
  23. package/cloudStack.js +30 -0
  24. package/cloudStack.js.map +1 -1
  25. package/cloudStackServiceAccount.d.ts +36 -3
  26. package/cloudStackServiceAccount.js +33 -0
  27. package/cloudStackServiceAccount.js.map +1 -1
  28. package/cloudStackServiceAccountToken.d.ts +28 -0
  29. package/cloudStackServiceAccountToken.js +28 -0
  30. package/cloudStackServiceAccountToken.js.map +1 -1
  31. package/contactPoint.d.ts +44 -9
  32. package/contactPoint.js +38 -0
  33. package/contactPoint.js.map +1 -1
  34. package/dashboard.d.ts +44 -16
  35. package/dashboard.js +37 -0
  36. package/dashboard.js.map +1 -1
  37. package/dashboardPermission.d.ts +55 -3
  38. package/dashboardPermission.js +52 -0
  39. package/dashboardPermission.js.map +1 -1
  40. package/dashboardPermissionItem.d.ts +48 -0
  41. package/dashboardPermissionItem.js +48 -0
  42. package/dashboardPermissionItem.js.map +1 -1
  43. package/dashboardPublic.d.ts +73 -12
  44. package/dashboardPublic.js +67 -0
  45. package/dashboardPublic.js.map +1 -1
  46. package/dataSource.d.ts +102 -36
  47. package/dataSource.js +78 -0
  48. package/dataSource.js.map +1 -1
  49. package/dataSourceConfig.d.ts +69 -18
  50. package/dataSourceConfig.js +63 -0
  51. package/dataSourceConfig.js.map +1 -1
  52. package/dataSourcePermission.d.ts +66 -3
  53. package/dataSourcePermission.js +63 -0
  54. package/dataSourcePermission.js.map +1 -1
  55. package/dataSourcePermissionItem.d.ts +61 -0
  56. package/dataSourcePermissionItem.js +61 -0
  57. package/dataSourcePermissionItem.js.map +1 -1
  58. package/folder.d.ts +43 -9
  59. package/folder.js +37 -0
  60. package/folder.js.map +1 -1
  61. package/folderPermission.d.ts +49 -0
  62. package/folderPermission.js +49 -0
  63. package/folderPermission.js.map +1 -1
  64. package/folderPermissionItem.d.ts +47 -0
  65. package/folderPermissionItem.js +47 -0
  66. package/folderPermissionItem.js.map +1 -1
  67. package/getCloudIps.d.ts +43 -0
  68. package/getCloudIps.js +28 -0
  69. package/getCloudIps.js.map +1 -1
  70. package/getCloudOrganization.d.ts +37 -0
  71. package/getCloudOrganization.js +28 -0
  72. package/getCloudOrganization.js.map +1 -1
  73. package/getCloudStack.d.ts +84 -0
  74. package/getCloudStack.js +6 -0
  75. package/getCloudStack.js.map +1 -1
  76. package/getDashboard.d.ts +114 -0
  77. package/getDashboard.js +64 -0
  78. package/getDashboard.js.map +1 -1
  79. package/getDashboards.d.ts +56 -0
  80. package/getDashboards.js +14 -0
  81. package/getDashboards.js.map +1 -1
  82. package/getDataSource.d.ts +118 -0
  83. package/getDataSource.js +76 -0
  84. package/getDataSource.js.map +1 -1
  85. package/getFolder.d.ts +71 -0
  86. package/getFolder.js +44 -0
  87. package/getFolder.js.map +1 -1
  88. package/getFolders.d.ts +60 -0
  89. package/getFolders.js +48 -0
  90. package/getFolders.js.map +1 -1
  91. package/getLibraryPanel.d.ts +65 -0
  92. package/getLibraryPanel.js +6 -0
  93. package/getLibraryPanel.js.map +1 -1
  94. package/getOnCallSlackChannel.d.ts +44 -0
  95. package/getOnCallSlackChannel.js +32 -0
  96. package/getOnCallSlackChannel.js.map +1 -1
  97. package/getOncallAction.d.ts +21 -0
  98. package/getOncallAction.js +12 -0
  99. package/getOncallAction.js.map +1 -1
  100. package/getOncallEscalationChain.d.ts +41 -0
  101. package/getOncallEscalationChain.js +32 -0
  102. package/getOncallEscalationChain.js.map +1 -1
  103. package/getOncallIntegration.d.ts +44 -0
  104. package/getOncallIntegration.js +32 -0
  105. package/getOncallIntegration.js.map +1 -1
  106. package/getOncallOutgoingWebhook.d.ts +41 -0
  107. package/getOncallOutgoingWebhook.js +32 -0
  108. package/getOncallOutgoingWebhook.js.map +1 -1
  109. package/getOncallSchedule.d.ts +46 -0
  110. package/getOncallSchedule.js +34 -0
  111. package/getOncallSchedule.js.map +1 -1
  112. package/getOncallTeam.d.ts +37 -0
  113. package/getOncallTeam.js +28 -0
  114. package/getOncallTeam.js.map +1 -1
  115. package/getOncallUser.d.ts +47 -0
  116. package/getOncallUser.js +32 -0
  117. package/getOncallUser.js.map +1 -1
  118. package/getOncallUserGroup.d.ts +32 -0
  119. package/getOncallUserGroup.js +32 -0
  120. package/getOncallUserGroup.js.map +1 -1
  121. package/getOrganization.d.ts +70 -0
  122. package/getOrganization.js +52 -0
  123. package/getOrganization.js.map +1 -1
  124. package/getOrganizationPreferences.d.ts +53 -0
  125. package/getOrganizationPreferences.js +30 -0
  126. package/getOrganizationPreferences.js.map +1 -1
  127. package/getRole.d.ts +118 -0
  128. package/getRole.js +82 -0
  129. package/getRole.js.map +1 -1
  130. package/getServiceAccount.d.ts +32 -0
  131. package/getServiceAccount.js +8 -0
  132. package/getServiceAccount.js.map +1 -1
  133. package/getSlos.d.ts +17 -0
  134. package/getSlos.js +14 -0
  135. package/getSlos.js.map +1 -1
  136. package/getSyntheticMonitoringProbe.d.ts +62 -0
  137. package/getSyntheticMonitoringProbe.js +32 -0
  138. package/getSyntheticMonitoringProbe.js.map +1 -1
  139. package/getSyntheticMonitoringProbes.d.ts +40 -0
  140. package/getSyntheticMonitoringProbes.js +28 -0
  141. package/getSyntheticMonitoringProbes.js.map +1 -1
  142. package/getTeam.d.ts +50 -0
  143. package/getTeam.js +50 -0
  144. package/getTeam.js.map +1 -1
  145. package/getUser.d.ts +99 -0
  146. package/getUser.js +66 -0
  147. package/getUser.js.map +1 -1
  148. package/getUsers.d.ts +51 -0
  149. package/getUsers.js +48 -0
  150. package/getUsers.js.map +1 -1
  151. package/libraryPanel.d.ts +43 -12
  152. package/libraryPanel.js +37 -0
  153. package/libraryPanel.js.map +1 -1
  154. package/machineLearningHoliday.d.ts +14 -3
  155. package/machineLearningHoliday.js +11 -0
  156. package/machineLearningHoliday.js.map +1 -1
  157. package/machineLearningJob.d.ts +18 -12
  158. package/machineLearningJob.js +9 -0
  159. package/machineLearningJob.js.map +1 -1
  160. package/machineLearningOutlierDetector.d.ts +22 -12
  161. package/machineLearningOutlierDetector.js +13 -0
  162. package/machineLearningOutlierDetector.js.map +1 -1
  163. package/messageTemplate.d.ts +32 -0
  164. package/messageTemplate.js +32 -0
  165. package/messageTemplate.js.map +1 -1
  166. package/muteTiming.d.ts +51 -0
  167. package/muteTiming.js +51 -0
  168. package/muteTiming.js.map +1 -1
  169. package/notificationPolicy.d.ts +98 -9
  170. package/notificationPolicy.js +92 -0
  171. package/notificationPolicy.js.map +1 -1
  172. package/oncallEscalation.d.ts +81 -41
  173. package/oncallEscalation.js +52 -0
  174. package/oncallEscalation.js.map +1 -1
  175. package/oncallEscalationChain.d.ts +25 -6
  176. package/oncallEscalationChain.js +22 -0
  177. package/oncallEscalationChain.js.map +1 -1
  178. package/oncallIntegration.d.ts +16 -15
  179. package/oncallIntegration.js +10 -0
  180. package/oncallIntegration.js.map +1 -1
  181. package/oncallOnCallShift.d.ts +30 -27
  182. package/oncallOnCallShift.js +9 -0
  183. package/oncallOnCallShift.js.map +1 -1
  184. package/oncallOutgoingWebhook.d.ts +34 -21
  185. package/oncallOutgoingWebhook.js +22 -0
  186. package/oncallOutgoingWebhook.js.map +1 -1
  187. package/oncallRoute.d.ts +49 -3
  188. package/oncallRoute.js +46 -0
  189. package/oncallRoute.js.map +1 -1
  190. package/oncallSchedule.d.ts +49 -9
  191. package/oncallSchedule.js +43 -0
  192. package/oncallSchedule.js.map +1 -1
  193. package/organization.d.ts +94 -39
  194. package/organization.js +37 -0
  195. package/organization.js.map +1 -1
  196. package/organizationPreference.d.ts +31 -9
  197. package/organizationPreference.js +25 -0
  198. package/organizationPreference.js.map +1 -1
  199. package/package.json +2 -2
  200. package/package.json.dev +1 -1
  201. package/playlist.d.ts +41 -0
  202. package/playlist.js +41 -0
  203. package/playlist.js.map +1 -1
  204. package/report.d.ts +56 -15
  205. package/report.js +41 -0
  206. package/report.js.map +1 -1
  207. package/role.d.ts +58 -15
  208. package/role.js +46 -0
  209. package/role.js.map +1 -1
  210. package/roleAssignment.d.ts +48 -0
  211. package/roleAssignment.js +48 -0
  212. package/roleAssignment.js.map +1 -1
  213. package/roleAssignmentItem.d.ts +51 -0
  214. package/roleAssignmentItem.js +51 -0
  215. package/roleAssignmentItem.js.map +1 -1
  216. package/ruleGroup.d.ts +117 -9
  217. package/ruleGroup.js +111 -0
  218. package/ruleGroup.js.map +1 -1
  219. package/serviceAccount.d.ts +33 -3
  220. package/serviceAccount.js +30 -0
  221. package/serviceAccount.js.map +1 -1
  222. package/serviceAccountPermission.d.ts +50 -0
  223. package/serviceAccountPermission.js +50 -0
  224. package/serviceAccountPermission.js.map +1 -1
  225. package/serviceAccountPermissionItem.d.ts +44 -0
  226. package/serviceAccountPermissionItem.js +44 -0
  227. package/serviceAccountPermissionItem.js.map +1 -1
  228. package/serviceAccountToken.d.ts +27 -9
  229. package/serviceAccountToken.js +24 -0
  230. package/serviceAccountToken.js.map +1 -1
  231. package/slo.d.ts +39 -27
  232. package/slo.js +15 -0
  233. package/slo.js.map +1 -1
  234. package/ssoSettings.d.ts +75 -3
  235. package/ssoSettings.js +72 -0
  236. package/ssoSettings.js.map +1 -1
  237. package/syntheticMonitoringCheck.d.ts +431 -36
  238. package/syntheticMonitoringCheck.js +413 -0
  239. package/syntheticMonitoringCheck.js.map +1 -1
  240. package/syntheticMonitoringInstallation.d.ts +75 -24
  241. package/syntheticMonitoringInstallation.js +69 -0
  242. package/syntheticMonitoringInstallation.js.map +1 -1
  243. package/syntheticMonitoringProbe.d.ts +39 -6
  244. package/syntheticMonitoringProbe.js +36 -0
  245. package/syntheticMonitoringProbe.js.map +1 -1
  246. package/team.d.ts +33 -0
  247. package/team.js +33 -0
  248. package/team.js.map +1 -1
  249. package/teamExternalGroup.d.ts +31 -0
  250. package/teamExternalGroup.js +31 -0
  251. package/teamExternalGroup.js.map +1 -1
  252. package/types/input.d.ts +123 -123
  253. package/types/output.d.ts +123 -123
  254. package/user.d.ts +33 -3
  255. package/user.js +30 -0
  256. package/user.js.map +1 -1
package/getOncallUser.js CHANGED
@@ -5,6 +5,22 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getOncallUserOutput = exports.getOncallUser = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * * [HTTP API](https://grafana.com/docs/oncall/latest/oncall-api-reference/users/)
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * <!--Start PulumiCodeChooser -->
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as grafana from "@pulumi/grafana";
17
+ *
18
+ * const alex = grafana.getOncallUser({
19
+ * username: "alex",
20
+ * });
21
+ * ```
22
+ * <!--End PulumiCodeChooser -->
23
+ */
8
24
  function getOncallUser(args, opts) {
9
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
26
  return pulumi.runtime.invoke("grafana:index/getOncallUser:getOncallUser", {
@@ -12,6 +28,22 @@ function getOncallUser(args, opts) {
12
28
  }, opts);
13
29
  }
14
30
  exports.getOncallUser = getOncallUser;
31
+ /**
32
+ * * [HTTP API](https://grafana.com/docs/oncall/latest/oncall-api-reference/users/)
33
+ *
34
+ * ## Example Usage
35
+ *
36
+ * <!--Start PulumiCodeChooser -->
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as grafana from "@pulumi/grafana";
40
+ *
41
+ * const alex = grafana.getOncallUser({
42
+ * username: "alex",
43
+ * });
44
+ * ```
45
+ * <!--End PulumiCodeChooser -->
46
+ */
15
47
  function getOncallUserOutput(args, opts) {
16
48
  return pulumi.output(args).apply((a) => getOncallUser(a, opts));
17
49
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getOncallUser.js","sourceRoot":"","sources":["../getOncallUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAqBD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
1
+ {"version":3,"file":"getOncallUser.js","sourceRoot":"","sources":["../getOncallUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAiCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
@@ -1,4 +1,20 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * * [HTTP API](https://grafana.com/docs/oncall/latest/oncall-api-reference/user_groups/)
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * <!--Start PulumiCodeChooser -->
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as grafana from "@pulumi/grafana";
11
+ *
12
+ * const exampleUserGroup = grafana.getOncallUserGroup({
13
+ * slackHandle: "example_slack_handle",
14
+ * });
15
+ * ```
16
+ * <!--End PulumiCodeChooser -->
17
+ */
2
18
  export declare function getOncallUserGroup(args: GetOncallUserGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetOncallUserGroupResult>;
3
19
  /**
4
20
  * A collection of arguments for invoking getOncallUserGroup.
@@ -17,6 +33,22 @@ export interface GetOncallUserGroupResult {
17
33
  readonly slackHandle: string;
18
34
  readonly slackId: string;
19
35
  }
36
+ /**
37
+ * * [HTTP API](https://grafana.com/docs/oncall/latest/oncall-api-reference/user_groups/)
38
+ *
39
+ * ## Example Usage
40
+ *
41
+ * <!--Start PulumiCodeChooser -->
42
+ * ```typescript
43
+ * import * as pulumi from "@pulumi/pulumi";
44
+ * import * as grafana from "@pulumi/grafana";
45
+ *
46
+ * const exampleUserGroup = grafana.getOncallUserGroup({
47
+ * slackHandle: "example_slack_handle",
48
+ * });
49
+ * ```
50
+ * <!--End PulumiCodeChooser -->
51
+ */
20
52
  export declare function getOncallUserGroupOutput(args: GetOncallUserGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOncallUserGroupResult>;
21
53
  /**
22
54
  * A collection of arguments for invoking getOncallUserGroup.
@@ -5,6 +5,22 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getOncallUserGroupOutput = exports.getOncallUserGroup = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * * [HTTP API](https://grafana.com/docs/oncall/latest/oncall-api-reference/user_groups/)
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * <!--Start PulumiCodeChooser -->
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as grafana from "@pulumi/grafana";
17
+ *
18
+ * const exampleUserGroup = grafana.getOncallUserGroup({
19
+ * slackHandle: "example_slack_handle",
20
+ * });
21
+ * ```
22
+ * <!--End PulumiCodeChooser -->
23
+ */
8
24
  function getOncallUserGroup(args, opts) {
9
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
26
  return pulumi.runtime.invoke("grafana:index/getOncallUserGroup:getOncallUserGroup", {
@@ -12,6 +28,22 @@ function getOncallUserGroup(args, opts) {
12
28
  }, opts);
13
29
  }
14
30
  exports.getOncallUserGroup = getOncallUserGroup;
31
+ /**
32
+ * * [HTTP API](https://grafana.com/docs/oncall/latest/oncall-api-reference/user_groups/)
33
+ *
34
+ * ## Example Usage
35
+ *
36
+ * <!--Start PulumiCodeChooser -->
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as grafana from "@pulumi/grafana";
40
+ *
41
+ * const exampleUserGroup = grafana.getOncallUserGroup({
42
+ * slackHandle: "example_slack_handle",
43
+ * });
44
+ * ```
45
+ * <!--End PulumiCodeChooser -->
46
+ */
15
47
  function getOncallUserGroupOutput(args, opts) {
16
48
  return pulumi.output(args).apply((a) => getOncallUserGroup(a, opts));
17
49
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getOncallUserGroup.js","sourceRoot":"","sources":["../getOncallUserGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AAoBD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
1
+ {"version":3,"file":"getOncallUserGroup.js","sourceRoot":"","sources":["../getOncallUserGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AAoBD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
@@ -1,28 +1,98 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-management/)
4
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/org/)
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * <!--Start PulumiCodeChooser -->
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.Organization("test", {
15
+ * adminUser: "admin",
16
+ * createUsers: true,
17
+ * viewers: [
18
+ * "viewer-01@example.com",
19
+ * "viewer-02@example.com",
20
+ * ],
21
+ * });
22
+ * const fromName = grafana.getOrganizationOutput({
23
+ * name: test.name,
24
+ * });
25
+ * ```
26
+ * <!--End PulumiCodeChooser -->
27
+ */
2
28
  export declare function getOrganization(args: GetOrganizationArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationResult>;
3
29
  /**
4
30
  * A collection of arguments for invoking getOrganization.
5
31
  */
6
32
  export interface GetOrganizationArgs {
33
+ /**
34
+ * The name of the Organization.
35
+ */
7
36
  name: string;
8
37
  }
9
38
  /**
10
39
  * A collection of values returned by getOrganization.
11
40
  */
12
41
  export interface GetOrganizationResult {
42
+ /**
43
+ * A list of email addresses corresponding to users given admin access to the organization.
44
+ */
13
45
  readonly admins: string[];
46
+ /**
47
+ * A list of email addresses corresponding to users given editor access to the organization.
48
+ */
14
49
  readonly editors: string[];
15
50
  /**
16
51
  * The provider-assigned unique ID for this managed resource.
17
52
  */
18
53
  readonly id: string;
54
+ /**
55
+ * The name of the Organization.
56
+ */
19
57
  readonly name: string;
58
+ /**
59
+ * A list of email addresses corresponding to users given viewer access to the organization.
60
+ */
20
61
  readonly viewers: string[];
21
62
  }
63
+ /**
64
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-management/)
65
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/org/)
66
+ *
67
+ * ## Example Usage
68
+ *
69
+ * <!--Start PulumiCodeChooser -->
70
+ * ```typescript
71
+ * import * as pulumi from "@pulumi/pulumi";
72
+ * import * as grafana from "@pulumi/grafana";
73
+ * import * as grafana from "@pulumiverse/grafana";
74
+ *
75
+ * const test = new grafana.Organization("test", {
76
+ * adminUser: "admin",
77
+ * createUsers: true,
78
+ * viewers: [
79
+ * "viewer-01@example.com",
80
+ * "viewer-02@example.com",
81
+ * ],
82
+ * });
83
+ * const fromName = grafana.getOrganizationOutput({
84
+ * name: test.name,
85
+ * });
86
+ * ```
87
+ * <!--End PulumiCodeChooser -->
88
+ */
22
89
  export declare function getOrganizationOutput(args: GetOrganizationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOrganizationResult>;
23
90
  /**
24
91
  * A collection of arguments for invoking getOrganization.
25
92
  */
26
93
  export interface GetOrganizationOutputArgs {
94
+ /**
95
+ * The name of the Organization.
96
+ */
27
97
  name: pulumi.Input<string>;
28
98
  }
@@ -5,6 +5,32 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getOrganizationOutput = exports.getOrganization = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-management/)
10
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/org/)
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * <!--Start PulumiCodeChooser -->
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as grafana from "@pulumi/grafana";
18
+ * import * as grafana from "@pulumiverse/grafana";
19
+ *
20
+ * const test = new grafana.Organization("test", {
21
+ * adminUser: "admin",
22
+ * createUsers: true,
23
+ * viewers: [
24
+ * "viewer-01@example.com",
25
+ * "viewer-02@example.com",
26
+ * ],
27
+ * });
28
+ * const fromName = grafana.getOrganizationOutput({
29
+ * name: test.name,
30
+ * });
31
+ * ```
32
+ * <!--End PulumiCodeChooser -->
33
+ */
8
34
  function getOrganization(args, opts) {
9
35
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
36
  return pulumi.runtime.invoke("grafana:index/getOrganization:getOrganization", {
@@ -12,6 +38,32 @@ function getOrganization(args, opts) {
12
38
  }, opts);
13
39
  }
14
40
  exports.getOrganization = getOrganization;
41
+ /**
42
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-management/)
43
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/org/)
44
+ *
45
+ * ## Example Usage
46
+ *
47
+ * <!--Start PulumiCodeChooser -->
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 test = new grafana.Organization("test", {
54
+ * adminUser: "admin",
55
+ * createUsers: true,
56
+ * viewers: [
57
+ * "viewer-01@example.com",
58
+ * "viewer-02@example.com",
59
+ * ],
60
+ * });
61
+ * const fromName = grafana.getOrganizationOutput({
62
+ * name: test.name,
63
+ * });
64
+ * ```
65
+ * <!--End PulumiCodeChooser -->
66
+ */
15
67
  function getOrganizationOutput(args, opts) {
16
68
  return pulumi.output(args).apply((a) => getOrganization(a, opts));
17
69
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getOrganization.js","sourceRoot":"","sources":["../getOrganization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAsBD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
1
+ {"version":3,"file":"getOrganization.js","sourceRoot":"","sources":["../getOrganization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAqCD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -1,9 +1,27 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-management/)
4
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/preferences/#get-current-org-prefs)
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * <!--Start PulumiCodeChooser -->
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as grafana from "@pulumi/grafana";
12
+ *
13
+ * const test = grafana.getOrganizationPreferences({});
14
+ * ```
15
+ * <!--End PulumiCodeChooser -->
16
+ */
2
17
  export declare function getOrganizationPreferences(args?: GetOrganizationPreferencesArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationPreferencesResult>;
3
18
  /**
4
19
  * A collection of arguments for invoking getOrganizationPreferences.
5
20
  */
6
21
  export interface GetOrganizationPreferencesArgs {
22
+ /**
23
+ * The Organization ID. If not set, the Org ID defined in the provider block will be used.
24
+ */
7
25
  orgId?: string;
8
26
  }
9
27
  /**
@@ -11,23 +29,58 @@ export interface GetOrganizationPreferencesArgs {
11
29
  */
12
30
  export interface GetOrganizationPreferencesResult {
13
31
  /**
32
+ * The Organization home dashboard ID. Deprecated: Use `homeDashboardUid` instead.
33
+ *
14
34
  * @deprecated Use `homeDashboardUid` instead.
15
35
  */
16
36
  readonly homeDashboardId: number;
37
+ /**
38
+ * The Organization home dashboard UID. This is only available in Grafana 9.0+.
39
+ */
17
40
  readonly homeDashboardUid: string;
18
41
  /**
19
42
  * The provider-assigned unique ID for this managed resource.
20
43
  */
21
44
  readonly id: string;
45
+ /**
46
+ * The Organization ID. If not set, the Org ID defined in the provider block will be used.
47
+ */
22
48
  readonly orgId?: string;
49
+ /**
50
+ * The Organization theme. Available values are `light`, `dark`, `system`, or an empty string for the default.
51
+ */
23
52
  readonly theme: string;
53
+ /**
54
+ * The Organization timezone. Available values are `utc`, `browser`, or an empty string for the default.
55
+ */
24
56
  readonly timezone: string;
57
+ /**
58
+ * The Organization week start day. Available values are `sunday`, `monday`, `saturday`, or an empty string for the default.
59
+ */
25
60
  readonly weekStart: string;
26
61
  }
62
+ /**
63
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-management/)
64
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/preferences/#get-current-org-prefs)
65
+ *
66
+ * ## Example Usage
67
+ *
68
+ * <!--Start PulumiCodeChooser -->
69
+ * ```typescript
70
+ * import * as pulumi from "@pulumi/pulumi";
71
+ * import * as grafana from "@pulumi/grafana";
72
+ *
73
+ * const test = grafana.getOrganizationPreferences({});
74
+ * ```
75
+ * <!--End PulumiCodeChooser -->
76
+ */
27
77
  export declare function getOrganizationPreferencesOutput(args?: GetOrganizationPreferencesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOrganizationPreferencesResult>;
28
78
  /**
29
79
  * A collection of arguments for invoking getOrganizationPreferences.
30
80
  */
31
81
  export interface GetOrganizationPreferencesOutputArgs {
82
+ /**
83
+ * The Organization ID. If not set, the Org ID defined in the provider block will be used.
84
+ */
32
85
  orgId?: pulumi.Input<string>;
33
86
  }
@@ -5,6 +5,21 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getOrganizationPreferencesOutput = exports.getOrganizationPreferences = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-management/)
10
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/preferences/#get-current-org-prefs)
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * <!--Start PulumiCodeChooser -->
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as grafana from "@pulumi/grafana";
18
+ *
19
+ * const test = grafana.getOrganizationPreferences({});
20
+ * ```
21
+ * <!--End PulumiCodeChooser -->
22
+ */
8
23
  function getOrganizationPreferences(args, opts) {
9
24
  args = args || {};
10
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -13,6 +28,21 @@ function getOrganizationPreferences(args, opts) {
13
28
  }, opts);
14
29
  }
15
30
  exports.getOrganizationPreferences = getOrganizationPreferences;
31
+ /**
32
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-management/)
33
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/preferences/#get-current-org-prefs)
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * <!--Start PulumiCodeChooser -->
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as grafana from "@pulumi/grafana";
41
+ *
42
+ * const test = grafana.getOrganizationPreferences({});
43
+ * ```
44
+ * <!--End PulumiCodeChooser -->
45
+ */
16
46
  function getOrganizationPreferencesOutput(args, opts) {
17
47
  return pulumi.output(args).apply((a) => getOrganizationPreferences(a, opts));
18
48
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getOrganizationPreferences.js","sourceRoot":"","sources":["../getOrganizationPreferences.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,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,qEAAqE,EAAE;QAChG,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC;AA2BD,SAAgB,gCAAgC,CAAC,IAA2C,EAAE,IAA2B;IACrH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
1
+ {"version":3,"file":"getOrganizationPreferences.js","sourceRoot":"","sources":["../getOrganizationPreferences.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,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,qEAAqE,EAAE;QAChG,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC;AA+CD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gCAAgC,CAAC,IAA2C,EAAE,IAA2B;IACrH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
package/getRole.d.ts CHANGED
@@ -1,35 +1,153 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
+ /**
4
+ * **Note:** This resource is available only with Grafana Enterprise 8.+.
5
+ *
6
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/access-control/)
7
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/access_control/)
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * <!--Start PulumiCodeChooser -->
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 test = new grafana.Role("test", {
18
+ * description: "test-role description",
19
+ * uid: "test-ds-role-uid",
20
+ * version: 1,
21
+ * global: true,
22
+ * hidden: false,
23
+ * permissions: [
24
+ * {
25
+ * action: "org.users:add",
26
+ * scope: "users:*",
27
+ * },
28
+ * {
29
+ * action: "org.users:write",
30
+ * scope: "users:*",
31
+ * },
32
+ * {
33
+ * action: "org.users:read",
34
+ * scope: "users:*",
35
+ * },
36
+ * ],
37
+ * });
38
+ * const fromName = grafana.getRoleOutput({
39
+ * name: test.name,
40
+ * });
41
+ * ```
42
+ * <!--End PulumiCodeChooser -->
43
+ */
3
44
  export declare function getRole(args: GetRoleArgs, opts?: pulumi.InvokeOptions): Promise<GetRoleResult>;
4
45
  /**
5
46
  * A collection of arguments for invoking getRole.
6
47
  */
7
48
  export interface GetRoleArgs {
49
+ /**
50
+ * Name of the role
51
+ */
8
52
  name: string;
9
53
  }
10
54
  /**
11
55
  * A collection of values returned by getRole.
12
56
  */
13
57
  export interface GetRoleResult {
58
+ /**
59
+ * Description of the role.
60
+ */
14
61
  readonly description: string;
62
+ /**
63
+ * Display name of the role. Available with Grafana 8.5+.
64
+ */
15
65
  readonly displayName: string;
66
+ /**
67
+ * Boolean to state whether the role is available across all organizations or not.
68
+ */
16
69
  readonly global: boolean;
70
+ /**
71
+ * Group of the role. Available with Grafana 8.5+.
72
+ */
17
73
  readonly group: string;
74
+ /**
75
+ * Boolean to state whether the role should be visible in the Grafana UI or not. Available with Grafana 8.5+.
76
+ */
18
77
  readonly hidden: boolean;
19
78
  /**
20
79
  * The provider-assigned unique ID for this managed resource.
21
80
  */
22
81
  readonly id: string;
82
+ /**
83
+ * Name of the role
84
+ */
23
85
  readonly name: string;
86
+ /**
87
+ * The Organization ID. If not set, the Org ID defined in the provider block will be used.
88
+ */
24
89
  readonly orgId: string;
90
+ /**
91
+ * Specific set of actions granted by the role.
92
+ */
25
93
  readonly permissions: outputs.GetRolePermission[];
94
+ /**
95
+ * Unique identifier of the role. Used for assignments.
96
+ */
26
97
  readonly uid: string;
98
+ /**
99
+ * Version of the role. A role is updated only on version increase. This field or `autoIncrementVersion` should be set.
100
+ */
27
101
  readonly version: number;
28
102
  }
103
+ /**
104
+ * **Note:** This resource is available only with Grafana Enterprise 8.+.
105
+ *
106
+ * * [Official documentation](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/access-control/)
107
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/access_control/)
108
+ *
109
+ * ## Example Usage
110
+ *
111
+ * <!--Start PulumiCodeChooser -->
112
+ * ```typescript
113
+ * import * as pulumi from "@pulumi/pulumi";
114
+ * import * as grafana from "@pulumi/grafana";
115
+ * import * as grafana from "@pulumiverse/grafana";
116
+ *
117
+ * const test = new grafana.Role("test", {
118
+ * description: "test-role description",
119
+ * uid: "test-ds-role-uid",
120
+ * version: 1,
121
+ * global: true,
122
+ * hidden: false,
123
+ * permissions: [
124
+ * {
125
+ * action: "org.users:add",
126
+ * scope: "users:*",
127
+ * },
128
+ * {
129
+ * action: "org.users:write",
130
+ * scope: "users:*",
131
+ * },
132
+ * {
133
+ * action: "org.users:read",
134
+ * scope: "users:*",
135
+ * },
136
+ * ],
137
+ * });
138
+ * const fromName = grafana.getRoleOutput({
139
+ * name: test.name,
140
+ * });
141
+ * ```
142
+ * <!--End PulumiCodeChooser -->
143
+ */
29
144
  export declare function getRoleOutput(args: GetRoleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRoleResult>;
30
145
  /**
31
146
  * A collection of arguments for invoking getRole.
32
147
  */
33
148
  export interface GetRoleOutputArgs {
149
+ /**
150
+ * Name of the role
151
+ */
34
152
  name: pulumi.Input<string>;
35
153
  }