@pulumiverse/grafana 0.5.1 → 0.6.0-alpha.1730285097

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 (537) hide show
  1. package/alerting/contactPoint.d.ts +356 -0
  2. package/alerting/contactPoint.js +136 -0
  3. package/alerting/contactPoint.js.map +1 -0
  4. package/alerting/index.d.ts +15 -0
  5. package/alerting/index.js +42 -0
  6. package/alerting/index.js.map +1 -0
  7. package/alerting/messageTemplate.d.ts +107 -0
  8. package/alerting/messageTemplate.js +92 -0
  9. package/alerting/messageTemplate.js.map +1 -0
  10. package/alerting/muteTiming.d.ts +129 -0
  11. package/alerting/muteTiming.js +109 -0
  12. package/alerting/muteTiming.js.map +1 -0
  13. package/alerting/notificationPolicy.d.ts +221 -0
  14. package/alerting/notificationPolicy.js +167 -0
  15. package/alerting/notificationPolicy.js.map +1 -0
  16. package/alerting/ruleGroup.d.ts +211 -0
  17. package/alerting/ruleGroup.js +180 -0
  18. package/alerting/ruleGroup.js.map +1 -0
  19. package/annotation.d.ts +7 -24
  20. package/annotation.js +8 -5
  21. package/annotation.js.map +1 -1
  22. package/cloud/accessPolicy.d.ts +164 -0
  23. package/cloud/accessPolicy.js +125 -0
  24. package/cloud/accessPolicy.js.map +1 -0
  25. package/cloud/accessPolicyToken.d.ts +165 -0
  26. package/cloud/accessPolicyToken.js +124 -0
  27. package/cloud/accessPolicyToken.js.map +1 -0
  28. package/cloud/getIps.d.ts +56 -0
  29. package/cloud/getIps.js +41 -0
  30. package/cloud/getIps.js.map +1 -0
  31. package/cloud/getOrganization.d.ts +61 -0
  32. package/cloud/getOrganization.js +45 -0
  33. package/cloud/getOrganization.js.map +1 -0
  34. package/cloud/getStack.d.ts +184 -0
  35. package/cloud/getStack.js +61 -0
  36. package/cloud/getStack.js.map +1 -0
  37. package/cloud/index.d.ts +30 -0
  38. package/cloud/index.js +61 -0
  39. package/cloud/index.js.map +1 -0
  40. package/cloud/orgMember.d.ts +93 -0
  41. package/cloud/orgMember.js +75 -0
  42. package/cloud/orgMember.js.map +1 -0
  43. package/cloud/pluginInstallation.d.ts +102 -0
  44. package/cloud/pluginInstallation.js +94 -0
  45. package/cloud/pluginInstallation.js.map +1 -0
  46. package/cloud/stack.d.ts +333 -0
  47. package/cloud/stack.js +161 -0
  48. package/cloud/stack.js.map +1 -0
  49. package/cloud/stackServiceAccount.d.ts +107 -0
  50. package/cloud/stackServiceAccount.js +95 -0
  51. package/cloud/stackServiceAccount.js.map +1 -0
  52. package/cloud/stackServiceAccountToken.d.ts +84 -0
  53. package/cloud/stackServiceAccountToken.js +101 -0
  54. package/cloud/stackServiceAccountToken.js.map +1 -0
  55. package/cloudAccessPolicy.d.ts +9 -6
  56. package/cloudAccessPolicy.js +13 -6
  57. package/cloudAccessPolicy.js.map +1 -1
  58. package/cloudAccessPolicyToken.d.ts +9 -6
  59. package/cloudAccessPolicyToken.js +13 -6
  60. package/cloudAccessPolicyToken.js.map +1 -1
  61. package/cloudOrgMember.d.ts +3 -0
  62. package/cloudOrgMember.js +7 -0
  63. package/cloudOrgMember.js.map +1 -1
  64. package/cloudPluginInstallation.d.ts +5 -4
  65. package/cloudPluginInstallation.js +9 -4
  66. package/cloudPluginInstallation.js.map +1 -1
  67. package/cloudStack.d.ts +17 -7
  68. package/cloudStack.js +13 -5
  69. package/cloudStack.js.map +1 -1
  70. package/cloudStackServiceAccount.d.ts +7 -5
  71. package/cloudStackServiceAccount.js +11 -5
  72. package/cloudStackServiceAccount.js.map +1 -1
  73. package/cloudStackServiceAccountToken.d.ts +9 -4
  74. package/cloudStackServiceAccountToken.js +13 -4
  75. package/cloudStackServiceAccountToken.js.map +1 -1
  76. package/config/vars.d.ts +0 -8
  77. package/config/vars.js +3 -15
  78. package/config/vars.js.map +1 -1
  79. package/contactPoint.d.ts +19 -24
  80. package/contactPoint.js +20 -12
  81. package/contactPoint.js.map +1 -1
  82. package/dashboard.d.ts +6 -5
  83. package/dashboard.js +10 -5
  84. package/dashboard.js.map +1 -1
  85. package/dashboardPermission.d.ts +7 -24
  86. package/dashboardPermission.js +11 -8
  87. package/dashboardPermission.js.map +1 -1
  88. package/dashboardPermissionItem.d.ts +12 -11
  89. package/dashboardPermissionItem.js +16 -11
  90. package/dashboardPermissionItem.js.map +1 -1
  91. package/dashboardPublic.d.ts +10 -9
  92. package/dashboardPublic.js +14 -9
  93. package/dashboardPublic.js.map +1 -1
  94. package/dataSource.d.ts +11 -6
  95. package/dataSource.js +15 -6
  96. package/dataSource.js.map +1 -1
  97. package/dataSourceConfig.d.ts +14 -11
  98. package/dataSourceConfig.js +18 -11
  99. package/dataSourceConfig.js.map +1 -1
  100. package/dataSourcePermission.d.ts +15 -27
  101. package/dataSourcePermission.js +20 -9
  102. package/dataSourcePermission.js.map +1 -1
  103. package/dataSourcePermissionItem.d.ts +19 -13
  104. package/dataSourcePermissionItem.js +23 -13
  105. package/dataSourcePermissionItem.js.map +1 -1
  106. package/enterprise/dataSourcePermission.d.ts +140 -0
  107. package/enterprise/dataSourcePermission.js +124 -0
  108. package/enterprise/dataSourcePermission.js.map +1 -0
  109. package/enterprise/dataSourcePermissionItem.d.ts +172 -0
  110. package/enterprise/dataSourcePermissionItem.js +131 -0
  111. package/enterprise/dataSourcePermissionItem.js.map +1 -0
  112. package/enterprise/getRole.d.ts +151 -0
  113. package/enterprise/getRole.js +99 -0
  114. package/enterprise/getRole.js.map +1 -0
  115. package/enterprise/index.d.ts +24 -0
  116. package/enterprise/index.js +55 -0
  117. package/enterprise/index.js.map +1 -0
  118. package/enterprise/report.d.ts +224 -0
  119. package/enterprise/report.js +121 -0
  120. package/enterprise/report.js.map +1 -0
  121. package/enterprise/role.d.ts +215 -0
  122. package/enterprise/role.js +116 -0
  123. package/enterprise/role.js.map +1 -0
  124. package/enterprise/roleAssignment.d.ts +146 -0
  125. package/enterprise/roleAssignment.js +112 -0
  126. package/enterprise/roleAssignment.js.map +1 -0
  127. package/enterprise/roleAssignmentItem.d.ts +149 -0
  128. package/enterprise/roleAssignmentItem.js +115 -0
  129. package/enterprise/roleAssignmentItem.js.map +1 -0
  130. package/enterprise/teamExternalGroup.d.ts +89 -0
  131. package/enterprise/teamExternalGroup.js +88 -0
  132. package/enterprise/teamExternalGroup.js.map +1 -0
  133. package/folder.d.ts +10 -9
  134. package/folder.js +11 -6
  135. package/folder.js.map +1 -1
  136. package/folderPermission.d.ts +7 -6
  137. package/folderPermission.js +11 -6
  138. package/folderPermission.js.map +1 -1
  139. package/folderPermissionItem.d.ts +10 -9
  140. package/folderPermissionItem.js +14 -9
  141. package/folderPermissionItem.js.map +1 -1
  142. package/getCloudIps.d.ts +4 -6
  143. package/getCloudIps.js +5 -6
  144. package/getCloudIps.js.map +1 -1
  145. package/getCloudOrganization.d.ts +4 -6
  146. package/getCloudOrganization.js +5 -6
  147. package/getCloudOrganization.js.map +1 -1
  148. package/getCloudStack.d.ts +43 -1
  149. package/getCloudStack.js +39 -0
  150. package/getCloudStack.js.map +1 -1
  151. package/getDashboard.d.ts +6 -20
  152. package/getDashboard.js +7 -14
  153. package/getDashboard.js.map +1 -1
  154. package/getDashboards.d.ts +2 -18
  155. package/getDashboards.js +3 -1
  156. package/getDashboards.js.map +1 -1
  157. package/getDataSource.d.ts +11 -31
  158. package/getDataSource.js +11 -17
  159. package/getDataSource.js.map +1 -1
  160. package/getFolder.d.ts +6 -8
  161. package/getFolder.js +7 -8
  162. package/getFolder.js.map +1 -1
  163. package/getFolders.d.ts +8 -10
  164. package/getFolders.js +9 -10
  165. package/getFolders.js.map +1 -1
  166. package/getLibraryPanel.d.ts +2 -6
  167. package/getLibraryPanel.js +3 -0
  168. package/getLibraryPanel.js.map +1 -1
  169. package/getOnCallSlackChannel.d.ts +4 -6
  170. package/getOnCallSlackChannel.js +5 -6
  171. package/getOnCallSlackChannel.js.map +1 -1
  172. package/getOncallEscalationChain.d.ts +4 -6
  173. package/getOncallEscalationChain.js +5 -6
  174. package/getOncallEscalationChain.js.map +1 -1
  175. package/getOncallIntegration.d.ts +4 -6
  176. package/getOncallIntegration.js +5 -6
  177. package/getOncallIntegration.js.map +1 -1
  178. package/getOncallOutgoingWebhook.d.ts +4 -6
  179. package/getOncallOutgoingWebhook.js +5 -6
  180. package/getOncallOutgoingWebhook.js.map +1 -1
  181. package/getOncallSchedule.d.ts +4 -6
  182. package/getOncallSchedule.js +5 -6
  183. package/getOncallSchedule.js.map +1 -1
  184. package/getOncallTeam.d.ts +4 -6
  185. package/getOncallTeam.js +5 -6
  186. package/getOncallTeam.js.map +1 -1
  187. package/getOncallUser.d.ts +4 -6
  188. package/getOncallUser.js +5 -6
  189. package/getOncallUser.js.map +1 -1
  190. package/getOncallUserGroup.d.ts +4 -6
  191. package/getOncallUserGroup.js +5 -6
  192. package/getOncallUserGroup.js.map +1 -1
  193. package/getOrganization.d.ts +8 -8
  194. package/getOrganization.js +9 -8
  195. package/getOrganization.js.map +1 -1
  196. package/getOrganizationPreferences.d.ts +4 -12
  197. package/getOrganizationPreferences.js +5 -6
  198. package/getOrganizationPreferences.js.map +1 -1
  199. package/getRole.d.ts +8 -8
  200. package/getRole.js +9 -8
  201. package/getRole.js.map +1 -1
  202. package/getServiceAccount.d.ts +36 -0
  203. package/getServiceAccount.js +37 -0
  204. package/getServiceAccount.js.map +1 -1
  205. package/getSlos.d.ts +108 -0
  206. package/getSlos.js +109 -0
  207. package/getSlos.js.map +1 -1
  208. package/getSyntheticMonitoringProbe.d.ts +8 -6
  209. package/getSyntheticMonitoringProbe.js +5 -6
  210. package/getSyntheticMonitoringProbe.js.map +1 -1
  211. package/getSyntheticMonitoringProbes.d.ts +4 -6
  212. package/getSyntheticMonitoringProbes.js +5 -6
  213. package/getSyntheticMonitoringProbes.js.map +1 -1
  214. package/getTeam.d.ts +8 -8
  215. package/getTeam.js +9 -8
  216. package/getTeam.js.map +1 -1
  217. package/getUser.d.ts +12 -12
  218. package/getUser.js +13 -12
  219. package/getUser.js.map +1 -1
  220. package/getUsers.d.ts +8 -8
  221. package/getUsers.js +9 -8
  222. package/getUsers.js.map +1 -1
  223. package/index.d.ts +12 -16
  224. package/index.js +24 -26
  225. package/index.js.map +1 -1
  226. package/libraryPanel.d.ts +17 -31
  227. package/libraryPanel.js +21 -15
  228. package/libraryPanel.js.map +1 -1
  229. package/machineLearningHoliday.d.ts +7 -4
  230. package/machineLearningHoliday.js +8 -1
  231. package/machineLearningHoliday.js.map +1 -1
  232. package/machineLearningJob.d.ts +5 -20
  233. package/machineLearningJob.js +10 -2
  234. package/machineLearningJob.js.map +1 -1
  235. package/machineLearningOutlierDetector.d.ts +8 -23
  236. package/machineLearningOutlierDetector.js +10 -2
  237. package/machineLearningOutlierDetector.js.map +1 -1
  238. package/machinelearning/holiday.d.ts +109 -0
  239. package/machinelearning/holiday.js +70 -0
  240. package/machinelearning/holiday.js.map +1 -0
  241. package/machinelearning/index.d.ts +9 -0
  242. package/machinelearning/index.js +32 -0
  243. package/machinelearning/index.js.map +1 -0
  244. package/machinelearning/job.d.ts +195 -0
  245. package/machinelearning/job.js +92 -0
  246. package/machinelearning/job.js.map +1 -0
  247. package/machinelearning/outlierDetector.d.ts +153 -0
  248. package/machinelearning/outlierDetector.js +93 -0
  249. package/machinelearning/outlierDetector.js.map +1 -0
  250. package/messageTemplate.d.ts +8 -14
  251. package/messageTemplate.js +12 -5
  252. package/messageTemplate.js.map +1 -1
  253. package/muteTiming.d.ts +28 -33
  254. package/muteTiming.js +32 -24
  255. package/muteTiming.js.map +1 -1
  256. package/notificationPolicy.d.ts +27 -29
  257. package/notificationPolicy.js +25 -14
  258. package/notificationPolicy.js.map +1 -1
  259. package/oncall/escalation.d.ts +202 -0
  260. package/oncall/escalation.js +94 -0
  261. package/oncall/escalation.js.map +1 -0
  262. package/oncall/escalationChain.d.ts +78 -0
  263. package/oncall/escalationChain.js +71 -0
  264. package/oncall/escalationChain.js.map +1 -0
  265. package/oncall/getEscalationChain.d.ts +62 -0
  266. package/oncall/getEscalationChain.js +47 -0
  267. package/oncall/getEscalationChain.js.map +1 -0
  268. package/oncall/getIntegration.d.ts +62 -0
  269. package/oncall/getIntegration.js +47 -0
  270. package/oncall/getIntegration.js.map +1 -0
  271. package/oncall/getOutgoingWebhook.d.ts +62 -0
  272. package/oncall/getOutgoingWebhook.js +47 -0
  273. package/oncall/getOutgoingWebhook.js.map +1 -0
  274. package/oncall/getSchedule.d.ts +68 -0
  275. package/oncall/getSchedule.js +49 -0
  276. package/oncall/getSchedule.js.map +1 -0
  277. package/oncall/getSlackChannel.d.ts +66 -0
  278. package/oncall/getSlackChannel.js +47 -0
  279. package/oncall/getSlackChannel.js.map +1 -0
  280. package/oncall/getTeam.d.ts +60 -0
  281. package/oncall/getTeam.js +43 -0
  282. package/oncall/getTeam.js.map +1 -0
  283. package/oncall/getUser.d.ts +70 -0
  284. package/oncall/getUser.js +47 -0
  285. package/oncall/getUser.js.map +1 -0
  286. package/oncall/getUserGroup.d.ts +54 -0
  287. package/oncall/getUserGroup.js +47 -0
  288. package/oncall/getUserGroup.js.map +1 -0
  289. package/oncall/index.d.ts +45 -0
  290. package/oncall/index.js +76 -0
  291. package/oncall/index.js.map +1 -0
  292. package/oncall/integration.d.ts +146 -0
  293. package/oncall/integration.js +107 -0
  294. package/oncall/integration.js.map +1 -0
  295. package/oncall/onCallShift.d.ts +237 -0
  296. package/oncall/onCallShift.js +99 -0
  297. package/oncall/onCallShift.js.map +1 -0
  298. package/oncall/outgoingWebhook.d.ts +225 -0
  299. package/oncall/outgoingWebhook.js +103 -0
  300. package/oncall/outgoingWebhook.js.map +1 -0
  301. package/oncall/route.d.ts +179 -0
  302. package/oncall/route.js +122 -0
  303. package/oncall/route.js.map +1 -0
  304. package/oncall/schedule.d.ts +155 -0
  305. package/oncall/schedule.js +79 -0
  306. package/oncall/schedule.js.map +1 -0
  307. package/oncallEscalation.d.ts +3 -39
  308. package/oncallEscalation.js +7 -39
  309. package/oncallEscalation.js.map +1 -1
  310. package/oncallEscalationChain.d.ts +7 -8
  311. package/oncallEscalationChain.js +8 -5
  312. package/oncallEscalationChain.js.map +1 -1
  313. package/oncallIntegration.d.ts +36 -3
  314. package/oncallIntegration.js +37 -0
  315. package/oncallIntegration.js.map +1 -1
  316. package/oncallOnCallShift.d.ts +6 -3
  317. package/oncallOnCallShift.js +7 -0
  318. package/oncallOnCallShift.js.map +1 -1
  319. package/oncallOutgoingWebhook.d.ts +12 -10
  320. package/oncallOutgoingWebhook.js +10 -4
  321. package/oncallOutgoingWebhook.js.map +1 -1
  322. package/oncallRoute.d.ts +8 -6
  323. package/oncallRoute.js +12 -6
  324. package/oncallRoute.js.map +1 -1
  325. package/oncallSchedule.d.ts +6 -37
  326. package/oncallSchedule.js +7 -34
  327. package/oncallSchedule.js.map +1 -1
  328. package/organization.d.ts +6 -19
  329. package/organization.js +10 -4
  330. package/organization.js.map +1 -1
  331. package/{organizationPreference.d.ts → organizationPreferences.d.ts} +16 -33
  332. package/organizationPreferences.js +87 -0
  333. package/organizationPreferences.js.map +1 -0
  334. package/oss/annotation.d.ts +143 -0
  335. package/oss/annotation.js +89 -0
  336. package/oss/annotation.js.map +1 -0
  337. package/oss/dashboard.d.ts +163 -0
  338. package/oss/dashboard.js +105 -0
  339. package/oss/dashboard.js.map +1 -0
  340. package/oss/dashboardPermission.d.ts +124 -0
  341. package/oss/dashboardPermission.js +105 -0
  342. package/oss/dashboardPermission.js.map +1 -0
  343. package/oss/dashboardPermissionItem.d.ts +154 -0
  344. package/oss/dashboardPermissionItem.js +113 -0
  345. package/oss/dashboardPermissionItem.js.map +1 -0
  346. package/oss/dashboardPublic.d.ts +197 -0
  347. package/oss/dashboardPublic.js +133 -0
  348. package/oss/dashboardPublic.js.map +1 -0
  349. package/oss/dataSource.d.ts +290 -0
  350. package/oss/dataSource.js +162 -0
  351. package/oss/dataSource.js.map +1 -0
  352. package/oss/dataSourceConfig.d.ts +165 -0
  353. package/oss/dataSourceConfig.js +124 -0
  354. package/oss/dataSourceConfig.js.map +1 -0
  355. package/oss/folder.d.ts +139 -0
  356. package/oss/folder.js +99 -0
  357. package/oss/folder.js.map +1 -0
  358. package/oss/folderPermission.d.ts +121 -0
  359. package/oss/folderPermission.js +105 -0
  360. package/oss/folderPermission.js.map +1 -0
  361. package/oss/folderPermissionItem.d.ts +153 -0
  362. package/oss/folderPermissionItem.js +112 -0
  363. package/oss/folderPermissionItem.js.map +1 -0
  364. package/oss/getDashboard.d.ts +140 -0
  365. package/oss/getDashboard.js +76 -0
  366. package/oss/getDashboard.js.map +1 -0
  367. package/oss/getDashboards.d.ts +86 -0
  368. package/oss/getDashboards.js +37 -0
  369. package/oss/getDashboards.js.map +1 -0
  370. package/oss/getDataSource.d.ts +144 -0
  371. package/oss/getDataSource.js +90 -0
  372. package/oss/getDataSource.js.map +1 -0
  373. package/oss/getFolder.d.ts +98 -0
  374. package/oss/getFolder.js +60 -0
  375. package/oss/getFolder.js.map +1 -0
  376. package/oss/getFolders.d.ts +83 -0
  377. package/oss/getFolders.js +64 -0
  378. package/oss/getFolders.js.map +1 -0
  379. package/oss/getLibraryPanel.d.ts +104 -0
  380. package/oss/getLibraryPanel.js +28 -0
  381. package/oss/getLibraryPanel.js.map +1 -0
  382. package/oss/getOrganization.d.ts +96 -0
  383. package/oss/getOrganization.js +69 -0
  384. package/oss/getOrganization.js.map +1 -0
  385. package/oss/getOrganizationPreferences.d.ts +76 -0
  386. package/oss/getOrganizationPreferences.js +46 -0
  387. package/oss/getOrganizationPreferences.js.map +1 -0
  388. package/oss/getServiceAccount.d.ts +96 -0
  389. package/oss/getServiceAccount.js +62 -0
  390. package/oss/getServiceAccount.js.map +1 -0
  391. package/oss/getTeam.d.ts +85 -0
  392. package/oss/getTeam.js +69 -0
  393. package/oss/getTeam.js.map +1 -0
  394. package/oss/getUser.d.ts +130 -0
  395. package/oss/getUser.js +86 -0
  396. package/oss/getUser.js.map +1 -0
  397. package/oss/getUsers.d.ts +63 -0
  398. package/oss/getUsers.js +63 -0
  399. package/oss/getUsers.js.map +1 -0
  400. package/oss/index.d.ts +99 -0
  401. package/oss/index.js +158 -0
  402. package/oss/index.js.map +1 -0
  403. package/oss/libraryPanel.d.ts +198 -0
  404. package/oss/libraryPanel.js +116 -0
  405. package/oss/libraryPanel.js.map +1 -0
  406. package/oss/organization.d.ts +197 -0
  407. package/oss/organization.js +101 -0
  408. package/oss/organization.js.map +1 -0
  409. package/oss/organizationPreferences.d.ts +119 -0
  410. package/{organizationPreference.js → oss/organizationPreferences.js} +15 -17
  411. package/oss/organizationPreferences.js.map +1 -0
  412. package/oss/playlist.d.ts +108 -0
  413. package/oss/playlist.js +103 -0
  414. package/oss/playlist.js.map +1 -0
  415. package/oss/serviceAccount.d.ts +113 -0
  416. package/{apiKey.js → oss/serviceAccount.js} +33 -26
  417. package/oss/serviceAccount.js.map +1 -0
  418. package/oss/serviceAccountPermission.d.ts +123 -0
  419. package/oss/serviceAccountPermission.js +107 -0
  420. package/oss/serviceAccountPermission.js.map +1 -0
  421. package/oss/serviceAccountPermissionItem.d.ts +139 -0
  422. package/oss/serviceAccountPermissionItem.js +108 -0
  423. package/oss/serviceAccountPermissionItem.js.map +1 -0
  424. package/oss/serviceAccountToken.d.ts +125 -0
  425. package/oss/serviceAccountToken.js +95 -0
  426. package/oss/serviceAccountToken.js.map +1 -0
  427. package/oss/ssoSettings.d.ts +144 -0
  428. package/oss/ssoSettings.js +128 -0
  429. package/oss/ssoSettings.js.map +1 -0
  430. package/oss/team.d.ts +154 -0
  431. package/oss/team.js +98 -0
  432. package/oss/team.js.map +1 -0
  433. package/oss/user.d.ts +133 -0
  434. package/oss/user.js +98 -0
  435. package/oss/user.js.map +1 -0
  436. package/package.json +3 -3
  437. package/playlist.d.ts +5 -3
  438. package/playlist.js +9 -3
  439. package/playlist.js.map +1 -1
  440. package/provider.d.ts +0 -36
  441. package/provider.js +4 -6
  442. package/provider.js.map +1 -1
  443. package/report.d.ts +9 -59
  444. package/report.js +13 -11
  445. package/report.js.map +1 -1
  446. package/role.d.ts +7 -5
  447. package/role.js +11 -5
  448. package/role.js.map +1 -1
  449. package/roleAssignment.d.ts +12 -7
  450. package/roleAssignment.js +16 -7
  451. package/roleAssignment.js.map +1 -1
  452. package/roleAssignmentItem.d.ts +15 -10
  453. package/roleAssignmentItem.js +19 -10
  454. package/roleAssignmentItem.js.map +1 -1
  455. package/ruleGroup.d.ts +9 -16
  456. package/ruleGroup.js +10 -4
  457. package/ruleGroup.js.map +1 -1
  458. package/serviceAccount.d.ts +6 -4
  459. package/serviceAccount.js +10 -4
  460. package/serviceAccount.js.map +1 -1
  461. package/serviceAccountPermission.d.ts +8 -6
  462. package/serviceAccountPermission.js +12 -6
  463. package/serviceAccountPermission.js.map +1 -1
  464. package/serviceAccountPermissionItem.d.ts +10 -8
  465. package/serviceAccountPermissionItem.js +14 -8
  466. package/serviceAccountPermissionItem.js.map +1 -1
  467. package/serviceAccountToken.d.ts +13 -5
  468. package/serviceAccountToken.js +17 -5
  469. package/serviceAccountToken.js.map +1 -1
  470. package/slo/getSlos.d.ts +137 -0
  471. package/slo/getSlos.js +137 -0
  472. package/slo/getSlos.js.map +1 -0
  473. package/slo/index.d.ts +6 -0
  474. package/slo/index.js +25 -0
  475. package/slo/index.js.map +1 -0
  476. package/slo/slo.d.ts +284 -0
  477. package/slo/slo.js +212 -0
  478. package/slo/slo.js.map +1 -0
  479. package/slo.d.ts +144 -6
  480. package/slo.js +132 -0
  481. package/slo.js.map +1 -1
  482. package/ssoSettings.d.ts +22 -21
  483. package/ssoSettings.js +26 -21
  484. package/ssoSettings.js.map +1 -1
  485. package/syntheticMonitoringCheck.d.ts +38 -55
  486. package/syntheticMonitoringCheck.js +42 -55
  487. package/syntheticMonitoringCheck.js.map +1 -1
  488. package/syntheticMonitoringInstallation.d.ts +18 -26
  489. package/syntheticMonitoringInstallation.js +22 -26
  490. package/syntheticMonitoringInstallation.js.map +1 -1
  491. package/syntheticMonitoringProbe.d.ts +20 -6
  492. package/syntheticMonitoringProbe.js +14 -6
  493. package/syntheticMonitoringProbe.js.map +1 -1
  494. package/syntheticmonitoring/check.d.ts +565 -0
  495. package/syntheticmonitoring/check.js +476 -0
  496. package/syntheticmonitoring/check.js.map +1 -0
  497. package/syntheticmonitoring/getProbe.d.ts +92 -0
  498. package/syntheticmonitoring/getProbe.js +47 -0
  499. package/syntheticmonitoring/getProbe.js.map +1 -0
  500. package/syntheticmonitoring/getProbes.d.ts +64 -0
  501. package/syntheticmonitoring/getProbes.js +44 -0
  502. package/syntheticmonitoring/getProbes.js.map +1 -0
  503. package/syntheticmonitoring/index.d.ts +15 -0
  504. package/syntheticmonitoring/index.js +38 -0
  505. package/syntheticmonitoring/index.js.map +1 -0
  506. package/syntheticmonitoring/installation.d.ts +138 -0
  507. package/syntheticmonitoring/installation.js +123 -0
  508. package/syntheticmonitoring/installation.js.map +1 -0
  509. package/syntheticmonitoring/probe.d.ts +177 -0
  510. package/syntheticmonitoring/probe.js +113 -0
  511. package/syntheticmonitoring/probe.js.map +1 -0
  512. package/team.d.ts +7 -22
  513. package/team.js +11 -4
  514. package/team.js.map +1 -1
  515. package/teamExternalGroup.d.ts +6 -5
  516. package/teamExternalGroup.js +10 -5
  517. package/teamExternalGroup.js.map +1 -1
  518. package/types/input.d.ts +2658 -24
  519. package/types/output.d.ts +2892 -26
  520. package/user.d.ts +6 -4
  521. package/user.js +10 -4
  522. package/user.js.map +1 -1
  523. package/apiKey.d.ts +0 -79
  524. package/apiKey.js.map +0 -1
  525. package/cloudApiKey.d.ts +0 -112
  526. package/cloudApiKey.js +0 -95
  527. package/cloudApiKey.js.map +0 -1
  528. package/cloudStackApiKey.d.ts +0 -52
  529. package/cloudStackApiKey.js +0 -67
  530. package/cloudStackApiKey.js.map +0 -1
  531. package/getOncallAction.d.ts +0 -46
  532. package/getOncallAction.js +0 -31
  533. package/getOncallAction.js.map +0 -1
  534. package/organizationPreference.js.map +0 -1
  535. package/package.json.bak +0 -29
  536. package/package.json.dev +0 -29
  537. package/scripts/install-pulumi-plugin.js +0 -21
@@ -0,0 +1,356 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Manages Grafana Alerting contact points.
6
+ *
7
+ * * [Official documentation](https://grafana.com/docs/grafana/next/alerting/fundamentals/notifications/contact-points/)
8
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/alerting_provisioning/#contact-points)
9
+ *
10
+ * This resource requires Grafana 9.1.0 or later.
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as grafana from "@pulumiverse/grafana";
17
+ *
18
+ * const myContactPoint = new grafana.alerting.ContactPoint("my_contact_point", {
19
+ * name: "My Contact Point",
20
+ * emails: [{
21
+ * addresses: [
22
+ * "one@company.org",
23
+ * "two@company.org",
24
+ * ],
25
+ * message: "{{ len .Alerts.Firing }} firing.",
26
+ * subject: "{{ template \"default.title\" .}}",
27
+ * singleEmail: true,
28
+ * disableResolveMessage: false,
29
+ * }],
30
+ * });
31
+ * ```
32
+ *
33
+ * ## Import
34
+ *
35
+ * ```sh
36
+ * $ pulumi import grafana:alerting/contactPoint:ContactPoint name "{{ name }}"
37
+ * ```
38
+ *
39
+ * ```sh
40
+ * $ pulumi import grafana:alerting/contactPoint:ContactPoint name "{{ orgID }}:{{ name }}"
41
+ * ```
42
+ */
43
+ export declare class ContactPoint extends pulumi.CustomResource {
44
+ /**
45
+ * Get an existing ContactPoint resource's state with the given name, ID, and optional extra
46
+ * properties used to qualify the lookup.
47
+ *
48
+ * @param name The _unique_ name of the resulting resource.
49
+ * @param id The _unique_ provider ID of the resource to lookup.
50
+ * @param state Any extra arguments used during the lookup.
51
+ * @param opts Optional settings to control the behavior of the CustomResource.
52
+ */
53
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ContactPointState, opts?: pulumi.CustomResourceOptions): ContactPoint;
54
+ /**
55
+ * Returns true if the given object is an instance of ContactPoint. This is designed to work even
56
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
57
+ */
58
+ static isInstance(obj: any): obj is ContactPoint;
59
+ /**
60
+ * A contact point that sends notifications to other Alertmanager instances.
61
+ */
62
+ readonly alertmanagers: pulumi.Output<outputs.alerting.ContactPointAlertmanager[] | undefined>;
63
+ /**
64
+ * A contact point that sends notifications to DingDing.
65
+ */
66
+ readonly dingdings: pulumi.Output<outputs.alerting.ContactPointDingding[] | undefined>;
67
+ readonly disableProvenance: pulumi.Output<boolean | undefined>;
68
+ /**
69
+ * A contact point that sends notifications as Discord messages
70
+ */
71
+ readonly discords: pulumi.Output<outputs.alerting.ContactPointDiscord[] | undefined>;
72
+ /**
73
+ * A contact point that sends notifications to an email address.
74
+ */
75
+ readonly emails: pulumi.Output<outputs.alerting.ContactPointEmail[] | undefined>;
76
+ /**
77
+ * A contact point that sends notifications to Google Chat.
78
+ */
79
+ readonly googlechats: pulumi.Output<outputs.alerting.ContactPointGooglechat[] | undefined>;
80
+ /**
81
+ * A contact point that publishes notifications to Apache Kafka topics.
82
+ */
83
+ readonly kafkas: pulumi.Output<outputs.alerting.ContactPointKafka[] | undefined>;
84
+ /**
85
+ * A contact point that sends notifications to LINE.me.
86
+ */
87
+ readonly lines: pulumi.Output<outputs.alerting.ContactPointLine[] | undefined>;
88
+ /**
89
+ * The name of the contact point.
90
+ */
91
+ readonly name: pulumi.Output<string>;
92
+ /**
93
+ * A contact point that sends notifications to Grafana On-Call.
94
+ */
95
+ readonly oncalls: pulumi.Output<outputs.alerting.ContactPointOncall[] | undefined>;
96
+ /**
97
+ * A contact point that sends notifications to OpsGenie.
98
+ */
99
+ readonly opsgenies: pulumi.Output<outputs.alerting.ContactPointOpsgeny[] | undefined>;
100
+ /**
101
+ * The Organization ID. If not set, the Org ID defined in the provider block will be used.
102
+ */
103
+ readonly orgId: pulumi.Output<string | undefined>;
104
+ /**
105
+ * A contact point that sends notifications to PagerDuty.
106
+ */
107
+ readonly pagerduties: pulumi.Output<outputs.alerting.ContactPointPagerduty[] | undefined>;
108
+ /**
109
+ * A contact point that sends notifications to Pushover.
110
+ */
111
+ readonly pushovers: pulumi.Output<outputs.alerting.ContactPointPushover[] | undefined>;
112
+ /**
113
+ * A contact point that sends notifications to SensuGo.
114
+ */
115
+ readonly sensugos: pulumi.Output<outputs.alerting.ContactPointSensugo[] | undefined>;
116
+ /**
117
+ * A contact point that sends notifications to Slack.
118
+ */
119
+ readonly slacks: pulumi.Output<outputs.alerting.ContactPointSlack[] | undefined>;
120
+ /**
121
+ * A contact point that sends notifications to Amazon SNS. Requires Amazon Managed Grafana.
122
+ */
123
+ readonly sns: pulumi.Output<outputs.alerting.ContactPointSn[] | undefined>;
124
+ /**
125
+ * A contact point that sends notifications to Microsoft Teams.
126
+ */
127
+ readonly teams: pulumi.Output<outputs.alerting.ContactPointTeam[] | undefined>;
128
+ /**
129
+ * A contact point that sends notifications to Telegram.
130
+ */
131
+ readonly telegrams: pulumi.Output<outputs.alerting.ContactPointTelegram[] | undefined>;
132
+ /**
133
+ * A contact point that sends notifications to Threema.
134
+ */
135
+ readonly threemas: pulumi.Output<outputs.alerting.ContactPointThreema[] | undefined>;
136
+ /**
137
+ * A contact point that sends notifications to VictorOps (now known as Splunk OnCall).
138
+ */
139
+ readonly victorops: pulumi.Output<outputs.alerting.ContactPointVictorop[] | undefined>;
140
+ /**
141
+ * A contact point that sends notifications to Cisco Webex.
142
+ */
143
+ readonly webexes: pulumi.Output<outputs.alerting.ContactPointWebex[] | undefined>;
144
+ /**
145
+ * A contact point that sends notifications to an arbitrary webhook, using the Prometheus webhook format defined here: https://prometheus.io/docs/alerting/latest/configuration/#webhook_config
146
+ */
147
+ readonly webhooks: pulumi.Output<outputs.alerting.ContactPointWebhook[] | undefined>;
148
+ /**
149
+ * A contact point that sends notifications to WeCom.
150
+ */
151
+ readonly wecoms: pulumi.Output<outputs.alerting.ContactPointWecom[] | undefined>;
152
+ /**
153
+ * Create a ContactPoint resource with the given unique name, arguments, and options.
154
+ *
155
+ * @param name The _unique_ name of the resource.
156
+ * @param args The arguments to use to populate this resource's properties.
157
+ * @param opts A bag of options that control this resource's behavior.
158
+ */
159
+ constructor(name: string, args?: ContactPointArgs, opts?: pulumi.CustomResourceOptions);
160
+ }
161
+ /**
162
+ * Input properties used for looking up and filtering ContactPoint resources.
163
+ */
164
+ export interface ContactPointState {
165
+ /**
166
+ * A contact point that sends notifications to other Alertmanager instances.
167
+ */
168
+ alertmanagers?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointAlertmanager>[]>;
169
+ /**
170
+ * A contact point that sends notifications to DingDing.
171
+ */
172
+ dingdings?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointDingding>[]>;
173
+ disableProvenance?: pulumi.Input<boolean>;
174
+ /**
175
+ * A contact point that sends notifications as Discord messages
176
+ */
177
+ discords?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointDiscord>[]>;
178
+ /**
179
+ * A contact point that sends notifications to an email address.
180
+ */
181
+ emails?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointEmail>[]>;
182
+ /**
183
+ * A contact point that sends notifications to Google Chat.
184
+ */
185
+ googlechats?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointGooglechat>[]>;
186
+ /**
187
+ * A contact point that publishes notifications to Apache Kafka topics.
188
+ */
189
+ kafkas?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointKafka>[]>;
190
+ /**
191
+ * A contact point that sends notifications to LINE.me.
192
+ */
193
+ lines?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointLine>[]>;
194
+ /**
195
+ * The name of the contact point.
196
+ */
197
+ name?: pulumi.Input<string>;
198
+ /**
199
+ * A contact point that sends notifications to Grafana On-Call.
200
+ */
201
+ oncalls?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointOncall>[]>;
202
+ /**
203
+ * A contact point that sends notifications to OpsGenie.
204
+ */
205
+ opsgenies?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointOpsgeny>[]>;
206
+ /**
207
+ * The Organization ID. If not set, the Org ID defined in the provider block will be used.
208
+ */
209
+ orgId?: pulumi.Input<string>;
210
+ /**
211
+ * A contact point that sends notifications to PagerDuty.
212
+ */
213
+ pagerduties?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointPagerduty>[]>;
214
+ /**
215
+ * A contact point that sends notifications to Pushover.
216
+ */
217
+ pushovers?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointPushover>[]>;
218
+ /**
219
+ * A contact point that sends notifications to SensuGo.
220
+ */
221
+ sensugos?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointSensugo>[]>;
222
+ /**
223
+ * A contact point that sends notifications to Slack.
224
+ */
225
+ slacks?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointSlack>[]>;
226
+ /**
227
+ * A contact point that sends notifications to Amazon SNS. Requires Amazon Managed Grafana.
228
+ */
229
+ sns?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointSn>[]>;
230
+ /**
231
+ * A contact point that sends notifications to Microsoft Teams.
232
+ */
233
+ teams?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointTeam>[]>;
234
+ /**
235
+ * A contact point that sends notifications to Telegram.
236
+ */
237
+ telegrams?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointTelegram>[]>;
238
+ /**
239
+ * A contact point that sends notifications to Threema.
240
+ */
241
+ threemas?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointThreema>[]>;
242
+ /**
243
+ * A contact point that sends notifications to VictorOps (now known as Splunk OnCall).
244
+ */
245
+ victorops?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointVictorop>[]>;
246
+ /**
247
+ * A contact point that sends notifications to Cisco Webex.
248
+ */
249
+ webexes?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointWebex>[]>;
250
+ /**
251
+ * A contact point that sends notifications to an arbitrary webhook, using the Prometheus webhook format defined here: https://prometheus.io/docs/alerting/latest/configuration/#webhook_config
252
+ */
253
+ webhooks?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointWebhook>[]>;
254
+ /**
255
+ * A contact point that sends notifications to WeCom.
256
+ */
257
+ wecoms?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointWecom>[]>;
258
+ }
259
+ /**
260
+ * The set of arguments for constructing a ContactPoint resource.
261
+ */
262
+ export interface ContactPointArgs {
263
+ /**
264
+ * A contact point that sends notifications to other Alertmanager instances.
265
+ */
266
+ alertmanagers?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointAlertmanager>[]>;
267
+ /**
268
+ * A contact point that sends notifications to DingDing.
269
+ */
270
+ dingdings?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointDingding>[]>;
271
+ disableProvenance?: pulumi.Input<boolean>;
272
+ /**
273
+ * A contact point that sends notifications as Discord messages
274
+ */
275
+ discords?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointDiscord>[]>;
276
+ /**
277
+ * A contact point that sends notifications to an email address.
278
+ */
279
+ emails?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointEmail>[]>;
280
+ /**
281
+ * A contact point that sends notifications to Google Chat.
282
+ */
283
+ googlechats?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointGooglechat>[]>;
284
+ /**
285
+ * A contact point that publishes notifications to Apache Kafka topics.
286
+ */
287
+ kafkas?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointKafka>[]>;
288
+ /**
289
+ * A contact point that sends notifications to LINE.me.
290
+ */
291
+ lines?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointLine>[]>;
292
+ /**
293
+ * The name of the contact point.
294
+ */
295
+ name?: pulumi.Input<string>;
296
+ /**
297
+ * A contact point that sends notifications to Grafana On-Call.
298
+ */
299
+ oncalls?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointOncall>[]>;
300
+ /**
301
+ * A contact point that sends notifications to OpsGenie.
302
+ */
303
+ opsgenies?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointOpsgeny>[]>;
304
+ /**
305
+ * The Organization ID. If not set, the Org ID defined in the provider block will be used.
306
+ */
307
+ orgId?: pulumi.Input<string>;
308
+ /**
309
+ * A contact point that sends notifications to PagerDuty.
310
+ */
311
+ pagerduties?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointPagerduty>[]>;
312
+ /**
313
+ * A contact point that sends notifications to Pushover.
314
+ */
315
+ pushovers?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointPushover>[]>;
316
+ /**
317
+ * A contact point that sends notifications to SensuGo.
318
+ */
319
+ sensugos?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointSensugo>[]>;
320
+ /**
321
+ * A contact point that sends notifications to Slack.
322
+ */
323
+ slacks?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointSlack>[]>;
324
+ /**
325
+ * A contact point that sends notifications to Amazon SNS. Requires Amazon Managed Grafana.
326
+ */
327
+ sns?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointSn>[]>;
328
+ /**
329
+ * A contact point that sends notifications to Microsoft Teams.
330
+ */
331
+ teams?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointTeam>[]>;
332
+ /**
333
+ * A contact point that sends notifications to Telegram.
334
+ */
335
+ telegrams?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointTelegram>[]>;
336
+ /**
337
+ * A contact point that sends notifications to Threema.
338
+ */
339
+ threemas?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointThreema>[]>;
340
+ /**
341
+ * A contact point that sends notifications to VictorOps (now known as Splunk OnCall).
342
+ */
343
+ victorops?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointVictorop>[]>;
344
+ /**
345
+ * A contact point that sends notifications to Cisco Webex.
346
+ */
347
+ webexes?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointWebex>[]>;
348
+ /**
349
+ * A contact point that sends notifications to an arbitrary webhook, using the Prometheus webhook format defined here: https://prometheus.io/docs/alerting/latest/configuration/#webhook_config
350
+ */
351
+ webhooks?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointWebhook>[]>;
352
+ /**
353
+ * A contact point that sends notifications to WeCom.
354
+ */
355
+ wecoms?: pulumi.Input<pulumi.Input<inputs.alerting.ContactPointWecom>[]>;
356
+ }
@@ -0,0 +1,136 @@
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.ContactPoint = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Manages Grafana Alerting contact points.
10
+ *
11
+ * * [Official documentation](https://grafana.com/docs/grafana/next/alerting/fundamentals/notifications/contact-points/)
12
+ * * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/alerting_provisioning/#contact-points)
13
+ *
14
+ * This resource requires Grafana 9.1.0 or later.
15
+ *
16
+ * ## Example Usage
17
+ *
18
+ * ```typescript
19
+ * import * as pulumi from "@pulumi/pulumi";
20
+ * import * as grafana from "@pulumiverse/grafana";
21
+ *
22
+ * const myContactPoint = new grafana.alerting.ContactPoint("my_contact_point", {
23
+ * name: "My Contact Point",
24
+ * emails: [{
25
+ * addresses: [
26
+ * "one@company.org",
27
+ * "two@company.org",
28
+ * ],
29
+ * message: "{{ len .Alerts.Firing }} firing.",
30
+ * subject: "{{ template \"default.title\" .}}",
31
+ * singleEmail: true,
32
+ * disableResolveMessage: false,
33
+ * }],
34
+ * });
35
+ * ```
36
+ *
37
+ * ## Import
38
+ *
39
+ * ```sh
40
+ * $ pulumi import grafana:alerting/contactPoint:ContactPoint name "{{ name }}"
41
+ * ```
42
+ *
43
+ * ```sh
44
+ * $ pulumi import grafana:alerting/contactPoint:ContactPoint name "{{ orgID }}:{{ name }}"
45
+ * ```
46
+ */
47
+ class ContactPoint extends pulumi.CustomResource {
48
+ /**
49
+ * Get an existing ContactPoint resource's state with the given name, ID, and optional extra
50
+ * properties used to qualify the lookup.
51
+ *
52
+ * @param name The _unique_ name of the resulting resource.
53
+ * @param id The _unique_ provider ID of the resource to lookup.
54
+ * @param state Any extra arguments used during the lookup.
55
+ * @param opts Optional settings to control the behavior of the CustomResource.
56
+ */
57
+ static get(name, id, state, opts) {
58
+ return new ContactPoint(name, state, Object.assign(Object.assign({}, opts), { id: id }));
59
+ }
60
+ /**
61
+ * Returns true if the given object is an instance of ContactPoint. This is designed to work even
62
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
63
+ */
64
+ static isInstance(obj) {
65
+ if (obj === undefined || obj === null) {
66
+ return false;
67
+ }
68
+ return obj['__pulumiType'] === ContactPoint.__pulumiType;
69
+ }
70
+ constructor(name, argsOrState, opts) {
71
+ let resourceInputs = {};
72
+ opts = opts || {};
73
+ if (opts.id) {
74
+ const state = argsOrState;
75
+ resourceInputs["alertmanagers"] = state ? state.alertmanagers : undefined;
76
+ resourceInputs["dingdings"] = state ? state.dingdings : undefined;
77
+ resourceInputs["disableProvenance"] = state ? state.disableProvenance : undefined;
78
+ resourceInputs["discords"] = state ? state.discords : undefined;
79
+ resourceInputs["emails"] = state ? state.emails : undefined;
80
+ resourceInputs["googlechats"] = state ? state.googlechats : undefined;
81
+ resourceInputs["kafkas"] = state ? state.kafkas : undefined;
82
+ resourceInputs["lines"] = state ? state.lines : undefined;
83
+ resourceInputs["name"] = state ? state.name : undefined;
84
+ resourceInputs["oncalls"] = state ? state.oncalls : undefined;
85
+ resourceInputs["opsgenies"] = state ? state.opsgenies : undefined;
86
+ resourceInputs["orgId"] = state ? state.orgId : undefined;
87
+ resourceInputs["pagerduties"] = state ? state.pagerduties : undefined;
88
+ resourceInputs["pushovers"] = state ? state.pushovers : undefined;
89
+ resourceInputs["sensugos"] = state ? state.sensugos : undefined;
90
+ resourceInputs["slacks"] = state ? state.slacks : undefined;
91
+ resourceInputs["sns"] = state ? state.sns : undefined;
92
+ resourceInputs["teams"] = state ? state.teams : undefined;
93
+ resourceInputs["telegrams"] = state ? state.telegrams : undefined;
94
+ resourceInputs["threemas"] = state ? state.threemas : undefined;
95
+ resourceInputs["victorops"] = state ? state.victorops : undefined;
96
+ resourceInputs["webexes"] = state ? state.webexes : undefined;
97
+ resourceInputs["webhooks"] = state ? state.webhooks : undefined;
98
+ resourceInputs["wecoms"] = state ? state.wecoms : undefined;
99
+ }
100
+ else {
101
+ const args = argsOrState;
102
+ resourceInputs["alertmanagers"] = args ? args.alertmanagers : undefined;
103
+ resourceInputs["dingdings"] = args ? args.dingdings : undefined;
104
+ resourceInputs["disableProvenance"] = args ? args.disableProvenance : undefined;
105
+ resourceInputs["discords"] = args ? args.discords : undefined;
106
+ resourceInputs["emails"] = args ? args.emails : undefined;
107
+ resourceInputs["googlechats"] = args ? args.googlechats : undefined;
108
+ resourceInputs["kafkas"] = args ? args.kafkas : undefined;
109
+ resourceInputs["lines"] = args ? args.lines : undefined;
110
+ resourceInputs["name"] = args ? args.name : undefined;
111
+ resourceInputs["oncalls"] = args ? args.oncalls : undefined;
112
+ resourceInputs["opsgenies"] = args ? args.opsgenies : undefined;
113
+ resourceInputs["orgId"] = args ? args.orgId : undefined;
114
+ resourceInputs["pagerduties"] = args ? args.pagerduties : undefined;
115
+ resourceInputs["pushovers"] = args ? args.pushovers : undefined;
116
+ resourceInputs["sensugos"] = args ? args.sensugos : undefined;
117
+ resourceInputs["slacks"] = args ? args.slacks : undefined;
118
+ resourceInputs["sns"] = args ? args.sns : undefined;
119
+ resourceInputs["teams"] = args ? args.teams : undefined;
120
+ resourceInputs["telegrams"] = args ? args.telegrams : undefined;
121
+ resourceInputs["threemas"] = args ? args.threemas : undefined;
122
+ resourceInputs["victorops"] = args ? args.victorops : undefined;
123
+ resourceInputs["webexes"] = args ? args.webexes : undefined;
124
+ resourceInputs["webhooks"] = args ? args.webhooks : undefined;
125
+ resourceInputs["wecoms"] = args ? args.wecoms : undefined;
126
+ }
127
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
128
+ const aliasOpts = { aliases: [{ type: "grafana:index/contactPoint:ContactPoint" }] };
129
+ opts = pulumi.mergeOptions(opts, aliasOpts);
130
+ super(ContactPoint.__pulumiType, name, resourceInputs, opts);
131
+ }
132
+ }
133
+ exports.ContactPoint = ContactPoint;
134
+ /** @internal */
135
+ ContactPoint.__pulumiType = 'grafana:alerting/contactPoint:ContactPoint';
136
+ //# sourceMappingURL=contactPoint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contactPoint.js","sourceRoot":"","sources":["../../alerting/contactPoint.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ export { ContactPointArgs, ContactPointState } from "./contactPoint";
2
+ export type ContactPoint = import("./contactPoint").ContactPoint;
3
+ export declare const ContactPoint: typeof import("./contactPoint").ContactPoint;
4
+ export { MessageTemplateArgs, MessageTemplateState } from "./messageTemplate";
5
+ export type MessageTemplate = import("./messageTemplate").MessageTemplate;
6
+ export declare const MessageTemplate: typeof import("./messageTemplate").MessageTemplate;
7
+ export { MuteTimingArgs, MuteTimingState } from "./muteTiming";
8
+ export type MuteTiming = import("./muteTiming").MuteTiming;
9
+ export declare const MuteTiming: typeof import("./muteTiming").MuteTiming;
10
+ export { NotificationPolicyArgs, NotificationPolicyState } from "./notificationPolicy";
11
+ export type NotificationPolicy = import("./notificationPolicy").NotificationPolicy;
12
+ export declare const NotificationPolicy: typeof import("./notificationPolicy").NotificationPolicy;
13
+ export { RuleGroupArgs, RuleGroupState } from "./ruleGroup";
14
+ export type RuleGroup = import("./ruleGroup").RuleGroup;
15
+ export declare const RuleGroup: typeof import("./ruleGroup").RuleGroup;
@@ -0,0 +1,42 @@
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.RuleGroup = exports.NotificationPolicy = exports.MuteTiming = exports.MessageTemplate = exports.ContactPoint = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.ContactPoint = null;
9
+ utilities.lazyLoad(exports, ["ContactPoint"], () => require("./contactPoint"));
10
+ exports.MessageTemplate = null;
11
+ utilities.lazyLoad(exports, ["MessageTemplate"], () => require("./messageTemplate"));
12
+ exports.MuteTiming = null;
13
+ utilities.lazyLoad(exports, ["MuteTiming"], () => require("./muteTiming"));
14
+ exports.NotificationPolicy = null;
15
+ utilities.lazyLoad(exports, ["NotificationPolicy"], () => require("./notificationPolicy"));
16
+ exports.RuleGroup = null;
17
+ utilities.lazyLoad(exports, ["RuleGroup"], () => require("./ruleGroup"));
18
+ const _module = {
19
+ version: utilities.getVersion(),
20
+ construct: (name, type, urn) => {
21
+ switch (type) {
22
+ case "grafana:alerting/contactPoint:ContactPoint":
23
+ return new exports.ContactPoint(name, undefined, { urn });
24
+ case "grafana:alerting/messageTemplate:MessageTemplate":
25
+ return new exports.MessageTemplate(name, undefined, { urn });
26
+ case "grafana:alerting/muteTiming:MuteTiming":
27
+ return new exports.MuteTiming(name, undefined, { urn });
28
+ case "grafana:alerting/notificationPolicy:NotificationPolicy":
29
+ return new exports.NotificationPolicy(name, undefined, { urn });
30
+ case "grafana:alerting/ruleGroup:RuleGroup":
31
+ return new exports.RuleGroup(name, undefined, { urn });
32
+ default:
33
+ throw new Error(`unknown resource type ${type}`);
34
+ }
35
+ },
36
+ };
37
+ pulumi.runtime.registerResourceModule("grafana", "alerting/contactPoint", _module);
38
+ pulumi.runtime.registerResourceModule("grafana", "alerting/messageTemplate", _module);
39
+ pulumi.runtime.registerResourceModule("grafana", "alerting/muteTiming", _module);
40
+ pulumi.runtime.registerResourceModule("grafana", "alerting/notificationPolicy", _module);
41
+ pulumi.runtime.registerResourceModule("grafana", "alerting/ruleGroup", _module);
42
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../alerting/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAIxE,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAGzE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,wCAAwC;gBACzC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wDAAwD;gBACzD,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,sCAAsC;gBACvC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAClF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA;AACxF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}