@pulumiverse/grafana 0.2.1 → 0.3.0

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 (140) hide show
  1. package/cloudAccessPolicy.d.ts +7 -1
  2. package/cloudAccessPolicy.js +7 -1
  3. package/cloudAccessPolicy.js.map +1 -1
  4. package/cloudAccessPolicyToken.d.ts +12 -0
  5. package/cloudAccessPolicyToken.js +12 -0
  6. package/cloudAccessPolicyToken.js.map +1 -1
  7. package/cloudApiKey.d.ts +9 -1
  8. package/cloudApiKey.js +9 -1
  9. package/cloudApiKey.js.map +1 -1
  10. package/cloudPluginInstallation.d.ts +7 -1
  11. package/cloudPluginInstallation.js +7 -1
  12. package/cloudPluginInstallation.js.map +1 -1
  13. package/cloudStack.d.ts +47 -10
  14. package/cloudStack.js +18 -0
  15. package/cloudStack.js.map +1 -1
  16. package/cloudStackServiceAccount.d.ts +5 -2
  17. package/cloudStackServiceAccount.js +5 -2
  18. package/cloudStackServiceAccount.js.map +1 -1
  19. package/cloudStackServiceAccountToken.d.ts +4 -2
  20. package/cloudStackServiceAccountToken.js +4 -2
  21. package/cloudStackServiceAccountToken.js.map +1 -1
  22. package/config/vars.d.ts +5 -1
  23. package/config/vars.js +6 -0
  24. package/config/vars.js.map +1 -1
  25. package/contactPoint.d.ts +51 -3
  26. package/contactPoint.js +8 -0
  27. package/contactPoint.js.map +1 -1
  28. package/dashboard.d.ts +11 -2
  29. package/dashboard.js +11 -2
  30. package/dashboard.js.map +1 -1
  31. package/dashboardPermission.d.ts +13 -6
  32. package/dashboardPermission.js +10 -6
  33. package/dashboardPermission.js.map +1 -1
  34. package/dashboardPublic.d.ts +197 -0
  35. package/dashboardPublic.js +131 -0
  36. package/dashboardPublic.js.map +1 -0
  37. package/dataSource.d.ts +1 -1
  38. package/dataSource.js +1 -1
  39. package/dataSourcePermission.d.ts +4 -3
  40. package/dataSourcePermission.js +2 -4
  41. package/dataSourcePermission.js.map +1 -1
  42. package/folder.d.ts +12 -0
  43. package/folder.js +2 -0
  44. package/folder.js.map +1 -1
  45. package/folderPermission.d.ts +18 -3
  46. package/folderPermission.js +16 -4
  47. package/folderPermission.js.map +1 -1
  48. package/getCloudOrganization.d.ts +24 -0
  49. package/getCloudOrganization.js +24 -0
  50. package/getCloudOrganization.js.map +1 -1
  51. package/getCloudStack.d.ts +15 -1
  52. package/getCloudStack.js.map +1 -1
  53. package/getDashboard.d.ts +12 -0
  54. package/getDashboard.js +1 -0
  55. package/getDashboard.js.map +1 -1
  56. package/getDashboards.d.ts +12 -0
  57. package/getDashboards.js +1 -0
  58. package/getDashboards.js.map +1 -1
  59. package/getFolder.d.ts +12 -0
  60. package/getFolder.js +1 -0
  61. package/getFolder.js.map +1 -1
  62. package/getFolders.d.ts +24 -2
  63. package/getFolders.js +7 -4
  64. package/getFolders.js.map +1 -1
  65. package/getOncallSchedule.d.ts +2 -2
  66. package/getOncallSchedule.js +2 -2
  67. package/getOrganizationPreferences.d.ts +26 -6
  68. package/getOrganizationPreferences.js +7 -4
  69. package/getOrganizationPreferences.js.map +1 -1
  70. package/getServiceAccount.d.ts +62 -0
  71. package/getServiceAccount.js +28 -0
  72. package/getServiceAccount.js.map +1 -0
  73. package/index.d.ts +11 -2
  74. package/index.js +16 -3
  75. package/index.js.map +1 -1
  76. package/libraryPanel.d.ts +9 -3
  77. package/libraryPanel.js +9 -3
  78. package/libraryPanel.js.map +1 -1
  79. package/messageTemplate.d.ts +24 -0
  80. package/messageTemplate.js +4 -0
  81. package/messageTemplate.js.map +1 -1
  82. package/muteTiming.d.ts +16 -3
  83. package/muteTiming.js +3 -0
  84. package/muteTiming.js.map +1 -1
  85. package/notificationPolicy.d.ts +41 -5
  86. package/notificationPolicy.js +21 -5
  87. package/notificationPolicy.js.map +1 -1
  88. package/oncallEscalation.d.ts +1 -1
  89. package/oncallEscalation.js +1 -1
  90. package/oncallIntegration.d.ts +6 -6
  91. package/oncallOnCallShift.d.ts +3 -3
  92. package/oncallOutgoingWebhook.d.ts +78 -6
  93. package/oncallOutgoingWebhook.js +12 -0
  94. package/oncallOutgoingWebhook.js.map +1 -1
  95. package/organization.d.ts +18 -0
  96. package/organization.js +2 -0
  97. package/organization.js.map +1 -1
  98. package/organizationPreference.d.ts +16 -10
  99. package/organizationPreference.js +1 -1
  100. package/organizationPreference.js.map +1 -1
  101. package/package.json +2 -2
  102. package/package.json.dev +1 -1
  103. package/playlist.d.ts +25 -0
  104. package/playlist.js +25 -0
  105. package/playlist.js.map +1 -1
  106. package/provider.d.ts +14 -2
  107. package/provider.js +2 -1
  108. package/provider.js.map +1 -1
  109. package/report.d.ts +29 -5
  110. package/report.js +4 -2
  111. package/report.js.map +1 -1
  112. package/roleAssignment.d.ts +1 -0
  113. package/roleAssignment.js +1 -0
  114. package/roleAssignment.js.map +1 -1
  115. package/ruleGroup.d.ts +17 -5
  116. package/ruleGroup.js +2 -3
  117. package/ruleGroup.js.map +1 -1
  118. package/serviceAccountPermission.d.ts +4 -2
  119. package/serviceAccountPermission.js +2 -3
  120. package/serviceAccountPermission.js.map +1 -1
  121. package/serviceAccountToken.d.ts +48 -2
  122. package/serviceAccountToken.js +3 -2
  123. package/serviceAccountToken.js.map +1 -1
  124. package/slo.d.ts +12 -0
  125. package/slo.js +2 -0
  126. package/slo.js.map +1 -1
  127. package/ssoSettings.d.ts +85 -0
  128. package/ssoSettings.js +80 -0
  129. package/ssoSettings.js.map +1 -0
  130. package/syntheticMonitoringInstallation.d.ts +45 -10
  131. package/syntheticMonitoringInstallation.js +42 -7
  132. package/syntheticMonitoringInstallation.js.map +1 -1
  133. package/team.d.ts +6 -1
  134. package/team.js +6 -1
  135. package/team.js.map +1 -1
  136. package/teamExternalGroup.d.ts +3 -2
  137. package/teamExternalGroup.js +3 -2
  138. package/teamExternalGroup.js.map +1 -1
  139. package/types/input.d.ts +441 -3
  140. package/types/output.d.ts +446 -3
package/team.d.ts CHANGED
@@ -11,9 +11,14 @@ import * as outputs from "./types/output";
11
11
  * import * as pulumi from "@pulumi/pulumi";
12
12
  * import * as grafana from "@pulumiverse/grafana";
13
13
  *
14
+ * const viewer = new grafana.User("viewer", {
15
+ * email: "viewer@example.com",
16
+ * login: "viewer",
17
+ * password: "my-password",
18
+ * });
14
19
  * const test_team = new grafana.Team("test-team", {
15
20
  * email: "teamemail@example.com",
16
- * members: ["viewer-01@example.com"],
21
+ * members: [viewer.email],
17
22
  * });
18
23
  * ```
19
24
  *
package/team.js CHANGED
@@ -15,9 +15,14 @@ const utilities = require("./utilities");
15
15
  * import * as pulumi from "@pulumi/pulumi";
16
16
  * import * as grafana from "@pulumiverse/grafana";
17
17
  *
18
+ * const viewer = new grafana.User("viewer", {
19
+ * email: "viewer@example.com",
20
+ * login: "viewer",
21
+ * password: "my-password",
22
+ * });
18
23
  * const test_team = new grafana.Team("test-team", {
19
24
  * email: "teamemail@example.com",
20
- * members: ["viewer-01@example.com"],
25
+ * members: [viewer.email],
21
26
  * });
22
27
  * ```
23
28
  *
package/team.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"team.js","sourceRoot":"","sources":["../team.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"team.js","sourceRoot":"","sources":["../team.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IA8CD,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,+BAA+B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,+BAA+B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YACxG,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AAlGL,oBAmGC;AArFG,gBAAgB;AACO,iBAAY,GAAG,yBAAyB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Use the `teamSync` attribute of the `grafana.Team` resource instead.
3
+ * Equivalent to the the `teamSync` attribute of the `grafana.Team` resource. Use one or the other to configure a team's external groups syncing config.
4
4
  *
5
5
  * ## Example Usage
6
6
  *
@@ -8,12 +8,13 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as grafana from "@pulumiverse/grafana";
10
10
  *
11
+ * const myTeam = new grafana.Team("myTeam", {});
11
12
  * const test_team_group = new grafana.TeamExternalGroup("test-team-group", {
13
+ * teamId: myTeam.id,
12
14
  * groups: [
13
15
  * "test-group-1",
14
16
  * "test-group-2",
15
17
  * ],
16
- * teamId: "1",
17
18
  * });
18
19
  * ```
19
20
  *
@@ -6,7 +6,7 @@ exports.TeamExternalGroup = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Use the `teamSync` attribute of the `grafana.Team` resource instead.
9
+ * Equivalent to the the `teamSync` attribute of the `grafana.Team` resource. Use one or the other to configure a team's external groups syncing config.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -14,12 +14,13 @@ const utilities = require("./utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as grafana from "@pulumiverse/grafana";
16
16
  *
17
+ * const myTeam = new grafana.Team("myTeam", {});
17
18
  * const test_team_group = new grafana.TeamExternalGroup("test-team-group", {
19
+ * teamId: myTeam.id,
18
20
  * groups: [
19
21
  * "test-group-1",
20
22
  * "test-group-2",
21
23
  * ],
22
- * teamId: "1",
23
24
  * });
24
25
  * ```
25
26
  *
@@ -1 +1 @@
1
- {"version":3,"file":"teamExternalGroup.js","sourceRoot":"","sources":["../teamExternalGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAjEL,8CAkEC;AApDG,gBAAgB;AACO,8BAAY,GAAG,mDAAmD,CAAC"}
1
+ {"version":3,"file":"teamExternalGroup.js","sourceRoot":"","sources":["../teamExternalGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAjEL,8CAkEC;AApDG,gBAAgB;AACO,8BAAY,GAAG,mDAAmD,CAAC"}
package/types/input.d.ts CHANGED
@@ -249,6 +249,58 @@ export interface ContactPointLine {
249
249
  */
250
250
  uid?: pulumi.Input<string>;
251
251
  }
252
+ export interface ContactPointOncall {
253
+ /**
254
+ * Allows a custom authorization scheme - attaches an auth header with this value. Do not use in conjunction with basic auth parameters.
255
+ */
256
+ authorizationCredentials?: pulumi.Input<string>;
257
+ /**
258
+ * Allows a custom authorization scheme - attaches an auth header with this name. Do not use in conjunction with basic auth parameters.
259
+ */
260
+ authorizationScheme?: pulumi.Input<string>;
261
+ /**
262
+ * The username to use in basic auth headers attached to the request. If omitted, basic auth will not be used.
263
+ */
264
+ basicAuthPassword?: pulumi.Input<string>;
265
+ /**
266
+ * The username to use in basic auth headers attached to the request. If omitted, basic auth will not be used.
267
+ */
268
+ basicAuthUser?: pulumi.Input<string>;
269
+ /**
270
+ * Whether to disable sending resolve messages. Defaults to `false`.
271
+ */
272
+ disableResolveMessage?: pulumi.Input<boolean>;
273
+ /**
274
+ * The HTTP method to use in the request. Defaults to `POST`.
275
+ */
276
+ httpMethod?: pulumi.Input<string>;
277
+ /**
278
+ * The maximum number of alerts to send in a single request. This can be helpful in limiting the size of the request body. The default is 0, which indicates no limit.
279
+ */
280
+ maxAlerts?: pulumi.Input<number>;
281
+ /**
282
+ * Custom message. You can use template variables.
283
+ */
284
+ message?: pulumi.Input<string>;
285
+ /**
286
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
287
+ */
288
+ settings?: pulumi.Input<{
289
+ [key: string]: pulumi.Input<string>;
290
+ }>;
291
+ /**
292
+ * Templated title of the message.
293
+ */
294
+ title?: pulumi.Input<string>;
295
+ /**
296
+ * The UID of the contact point.
297
+ */
298
+ uid?: pulumi.Input<string>;
299
+ /**
300
+ * The URL to send webhook requests to.
301
+ */
302
+ url: pulumi.Input<string>;
303
+ }
252
304
  export interface ContactPointOpsgeny {
253
305
  /**
254
306
  * The OpsGenie API key to use.
@@ -274,6 +326,10 @@ export interface ContactPointOpsgeny {
274
326
  * Whether to allow the alert priority to be configured via the value of the `ogPriority` annotation on the alert.
275
327
  */
276
328
  overridePriority?: pulumi.Input<boolean>;
329
+ /**
330
+ * Teams, users, escalations and schedules that the alert will be routed to send notifications. If the API Key belongs to a team integration, this field will be overwritten with the owner team. This feature is available from Grafana 10.3+.
331
+ */
332
+ responders?: pulumi.Input<pulumi.Input<inputs.ContactPointOpsgenyResponder>[]>;
277
333
  /**
278
334
  * Whether to send annotations to OpsGenie as Tags, Details, or both. Supported values are `tags`, `details`, `both`, or empty to use the default behavior of Tags.
279
335
  */
@@ -293,6 +349,24 @@ export interface ContactPointOpsgeny {
293
349
  */
294
350
  url?: pulumi.Input<string>;
295
351
  }
352
+ export interface ContactPointOpsgenyResponder {
353
+ /**
354
+ * ID of the responder. Must be specified if name and username are empty.
355
+ */
356
+ id?: pulumi.Input<string>;
357
+ /**
358
+ * Name of the responder. Must be specified if username and id are empty.
359
+ */
360
+ name?: pulumi.Input<string>;
361
+ /**
362
+ * Type of the responder. Supported: team, teams, user, escalation, schedule or a template that is expanded to one of these values.
363
+ */
364
+ type: pulumi.Input<string>;
365
+ /**
366
+ * The user name to use when making a call to the Kafka REST Proxy
367
+ */
368
+ username?: pulumi.Input<string>;
369
+ }
296
370
  export interface ContactPointPagerduty {
297
371
  /**
298
372
  * The class or type of event, for example `ping failure`.
@@ -523,6 +597,52 @@ export interface ContactPointSlack {
523
597
  */
524
598
  username?: pulumi.Input<string>;
525
599
  }
600
+ export interface ContactPointSn {
601
+ /**
602
+ * AWS access key ID used to authenticate with Amazon SNS.
603
+ */
604
+ accessKey?: pulumi.Input<string>;
605
+ /**
606
+ * The Amazon Resource Name (ARN) of the role to assume to send notifications to Amazon SNS.
607
+ */
608
+ assumeRoleArn?: pulumi.Input<string>;
609
+ /**
610
+ * The authentication provider to use. Valid values are `default`, `arn` and `keys`. Default is `default`. Defaults to `default`.
611
+ */
612
+ authProvider?: pulumi.Input<string>;
613
+ body?: pulumi.Input<string>;
614
+ /**
615
+ * Whether to disable sending resolve messages. Defaults to `false`.
616
+ */
617
+ disableResolveMessage?: pulumi.Input<boolean>;
618
+ /**
619
+ * The external ID to use when assuming the role.
620
+ */
621
+ externalId?: pulumi.Input<string>;
622
+ /**
623
+ * The format of the message to send. Valid values are `text`, `body` and `json`. Default is `text`. Defaults to `text`.
624
+ */
625
+ messageFormat?: pulumi.Input<string>;
626
+ /**
627
+ * AWS secret access key used to authenticate with Amazon SNS.
628
+ */
629
+ secretKey?: pulumi.Input<string>;
630
+ /**
631
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
632
+ */
633
+ settings?: pulumi.Input<{
634
+ [key: string]: pulumi.Input<string>;
635
+ }>;
636
+ subject?: pulumi.Input<string>;
637
+ /**
638
+ * The Amazon SNS topic to send notifications to.
639
+ */
640
+ topic: pulumi.Input<string>;
641
+ /**
642
+ * The UID of the contact point.
643
+ */
644
+ uid?: pulumi.Input<string>;
645
+ }
526
646
  export interface ContactPointTeam {
527
647
  /**
528
648
  * Whether to disable sending resolve messages. Defaults to `false`.
@@ -823,7 +943,7 @@ export interface DataSourcePermissionPermission {
823
943
  */
824
944
  builtInRole?: pulumi.Input<string>;
825
945
  /**
826
- * Permission to associate with item. Options: `Query` or `Edit` (`Edit` can only be used with Grafana v9.2.3+).
946
+ * Permission to associate with item. Options: `Query`, `Edit` or `Admin` (`Admin` can only be used with Grafana v10.3.0+).
827
947
  */
828
948
  permission: pulumi.Input<string>;
829
949
  /**
@@ -886,6 +1006,10 @@ export interface MuteTimingInterval {
886
1006
  * An inclusive range of days, 1-31, within a month, e.g. "1" or "14:16". Negative values can be used to represent days counting from the end of a month, e.g. "-1".
887
1007
  */
888
1008
  daysOfMonths?: pulumi.Input<pulumi.Input<string>[]>;
1009
+ /**
1010
+ * Provides the time zone for the time interval. Must be a location in the IANA time zone database, e.g "America/New_York"
1011
+ */
1012
+ location?: pulumi.Input<string>;
889
1013
  /**
890
1014
  * An inclusive range of months, either numerical or full calendar month, e.g. "1:3", "december", or "may:august".
891
1015
  */
@@ -1343,6 +1467,32 @@ export interface PlaylistItem {
1343
1467
  type?: pulumi.Input<string>;
1344
1468
  value?: pulumi.Input<string>;
1345
1469
  }
1470
+ export interface ReportDashboard {
1471
+ /**
1472
+ * Add report variables to the dashboard. Values should be separated by commas.
1473
+ */
1474
+ reportVariables?: pulumi.Input<{
1475
+ [key: string]: any;
1476
+ }>;
1477
+ /**
1478
+ * Time range of the report.
1479
+ */
1480
+ timeRange?: pulumi.Input<inputs.ReportDashboardTimeRange>;
1481
+ /**
1482
+ * Dashboard uid.
1483
+ */
1484
+ uid: pulumi.Input<string>;
1485
+ }
1486
+ export interface ReportDashboardTimeRange {
1487
+ /**
1488
+ * Start of the time range.
1489
+ */
1490
+ from?: pulumi.Input<string>;
1491
+ /**
1492
+ * End of the time range.
1493
+ */
1494
+ to?: pulumi.Input<string>;
1495
+ }
1346
1496
  export interface ReportSchedule {
1347
1497
  /**
1348
1498
  * Custom interval of the report.
@@ -1350,7 +1500,7 @@ export interface ReportSchedule {
1350
1500
  */
1351
1501
  customInterval?: pulumi.Input<string>;
1352
1502
  /**
1353
- * End time of the report. If empty, the report will be sent indefinitely (according to frequency). Note that times will be saved as UTC in Grafana.
1503
+ * End time of the report. If empty, the report will be sent indefinitely (according to frequency). Note that times will be saved as UTC in Grafana. Use 2006-01-02T15:04:05 format if you want to set a custom timezone
1354
1504
  */
1355
1505
  endTime?: pulumi.Input<string>;
1356
1506
  /**
@@ -1362,9 +1512,13 @@ export interface ReportSchedule {
1362
1512
  */
1363
1513
  lastDayOfMonth?: pulumi.Input<boolean>;
1364
1514
  /**
1365
- * Start time of the report. If empty, the start date will be set to the creation time. Note that times will be saved as UTC in Grafana.
1515
+ * Start time of the report. If empty, the start date will be set to the creation time. Note that times will be saved as UTC in Grafana. Use 2006-01-02T15:04:05 format if you want to set a custom timezone
1366
1516
  */
1367
1517
  startTime?: pulumi.Input<string>;
1518
+ /**
1519
+ * Set the report time zone. Defaults to `GMT`.
1520
+ */
1521
+ timezone?: pulumi.Input<string>;
1368
1522
  /**
1369
1523
  * Whether to send the report only on work days. Defaults to `false`.
1370
1524
  */
@@ -1530,6 +1684,12 @@ export interface SLOAlertingSlowburnLabel {
1530
1684
  key: pulumi.Input<string>;
1531
1685
  value: pulumi.Input<string>;
1532
1686
  }
1687
+ export interface SLODestinationDatasource {
1688
+ /**
1689
+ * UID for the Mimir Datasource
1690
+ */
1691
+ uid?: pulumi.Input<string>;
1692
+ }
1533
1693
  export interface SLOLabel {
1534
1694
  key: pulumi.Input<string>;
1535
1695
  value: pulumi.Input<string>;
@@ -1586,6 +1746,162 @@ export interface ServiceAccountPermissionPermission {
1586
1746
  */
1587
1747
  userId?: pulumi.Input<string>;
1588
1748
  }
1749
+ export interface SsoSettingsOauth2Settings {
1750
+ /**
1751
+ * If enabled, it will automatically sync the Grafana server administrator role.
1752
+ */
1753
+ allowAssignGrafanaAdmin?: pulumi.Input<boolean>;
1754
+ /**
1755
+ * If not enabled, only existing Grafana users can log in using OAuth.
1756
+ */
1757
+ allowSignUp?: pulumi.Input<boolean>;
1758
+ /**
1759
+ * List of comma- or space-separated domains. The user should belong to at least one domain to log in.
1760
+ */
1761
+ allowedDomains?: pulumi.Input<string>;
1762
+ /**
1763
+ * List of comma- or space-separated groups. The user should be a member of at least one group to log in. For Generic OAuth, if you configure allowed*groups, you must also configure groups*attribute_path.
1764
+ */
1765
+ allowedGroups?: pulumi.Input<string>;
1766
+ /**
1767
+ * List of comma- or space-separated organizations. The user should be a member of at least one organization to log in.
1768
+ */
1769
+ allowedOrganizations?: pulumi.Input<string>;
1770
+ /**
1771
+ * The user information endpoint of your OAuth2 provider. Required for azuread, okta and genericOauth providers.
1772
+ */
1773
+ apiUrl?: pulumi.Input<string>;
1774
+ /**
1775
+ * It determines how client*id and client*secret are sent to Oauth2 provider. Possible values are AutoDetect, InParams, InHeader. Default is AutoDetect.
1776
+ */
1777
+ authStyle?: pulumi.Input<string>;
1778
+ /**
1779
+ * The authorization endpoint of your OAuth2 provider. Required for azuread, okta and genericOauth providers.
1780
+ */
1781
+ authUrl?: pulumi.Input<string>;
1782
+ /**
1783
+ * Log in automatically, skipping the login screen.
1784
+ */
1785
+ autoLogin?: pulumi.Input<boolean>;
1786
+ /**
1787
+ * The client Id of your OAuth2 app.
1788
+ */
1789
+ clientId: pulumi.Input<string>;
1790
+ /**
1791
+ * The client secret of your OAuth2 app.
1792
+ */
1793
+ clientSecret?: pulumi.Input<string>;
1794
+ /**
1795
+ * Custom fields to configure for OAuth2 such as the [force*use*graph_api](https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/azuread/#force-fetching-groups-from-microsoft-graph-api) field.
1796
+ */
1797
+ custom?: pulumi.Input<{
1798
+ [key: string]: pulumi.Input<string>;
1799
+ }>;
1800
+ /**
1801
+ * Define allowed groups.
1802
+ */
1803
+ defineAllowedGroups?: pulumi.Input<boolean>;
1804
+ /**
1805
+ * Define allowed teams ids.
1806
+ */
1807
+ defineAllowedTeamsIds?: pulumi.Input<boolean>;
1808
+ /**
1809
+ * Name of the key to use for user email lookup within the attributes map of OAuth2 ID token. Only applicable to Generic OAuth.
1810
+ */
1811
+ emailAttributeName?: pulumi.Input<string>;
1812
+ /**
1813
+ * JMESPath expression to use for user email lookup from the user information. Only applicable to Generic OAuth.
1814
+ */
1815
+ emailAttributePath?: pulumi.Input<string>;
1816
+ /**
1817
+ * If enabled, no scopes will be sent to the OAuth2 provider.
1818
+ */
1819
+ emptyScopes?: pulumi.Input<boolean>;
1820
+ /**
1821
+ * Define whether this configuration is enabled for the specified provider. Defaults to `true`.
1822
+ */
1823
+ enabled?: pulumi.Input<boolean>;
1824
+ /**
1825
+ * JMESPath expression to use for user group lookup. If you configure allowed*groups, you must also configure groups*attribute_path.
1826
+ */
1827
+ groupsAttributePath?: pulumi.Input<string>;
1828
+ /**
1829
+ * The name of the key used to extract the ID token from the returned OAuth2 token. Only applicable to Generic OAuth.
1830
+ */
1831
+ idTokenAttributeName?: pulumi.Input<string>;
1832
+ /**
1833
+ * JMESPath expression to use for user login lookup from the user ID token. Only applicable to Generic OAuth.
1834
+ */
1835
+ loginAttributePath?: pulumi.Input<string>;
1836
+ /**
1837
+ * Helpful if you use more than one identity providers or SSO protocols.
1838
+ */
1839
+ name?: pulumi.Input<string>;
1840
+ /**
1841
+ * JMESPath expression to use for user name lookup from the user ID token. This name will be used as the user’s display name. Only applicable to Generic OAuth.
1842
+ */
1843
+ nameAttributePath?: pulumi.Input<string>;
1844
+ /**
1845
+ * JMESPath expression to use for Grafana role lookup.
1846
+ */
1847
+ roleAttributePath?: pulumi.Input<string>;
1848
+ /**
1849
+ * If enabled, denies user login if the Grafana role cannot be extracted using Role attribute path.
1850
+ */
1851
+ roleAttributeStrict?: pulumi.Input<boolean>;
1852
+ /**
1853
+ * List of comma- or space-separated OAuth2 scopes.
1854
+ */
1855
+ scopes?: pulumi.Input<string>;
1856
+ /**
1857
+ * The URL to redirect the user to after signing out from Grafana.
1858
+ */
1859
+ signoutRedirectUrl?: pulumi.Input<string>;
1860
+ /**
1861
+ * Prevent synchronizing users’ organization roles from your IdP.
1862
+ */
1863
+ skipOrgRoleSync?: pulumi.Input<boolean>;
1864
+ /**
1865
+ * String list of Team Ids. If set, the user must be a member of one of the given teams to log in. If you configure team*ids, you must also configure teams*url and team*ids*attribute_path.
1866
+ */
1867
+ teamIds?: pulumi.Input<string>;
1868
+ /**
1869
+ * The JMESPath expression to use for Grafana Team Id lookup within the results returned by the teamsUrl endpoint. Only applicable to Generic OAuth.
1870
+ */
1871
+ teamIdsAttributePath?: pulumi.Input<string>;
1872
+ /**
1873
+ * The URL used to query for Team Ids. If not set, the default value is /teams. If you configure teams*url, you must also configure team*ids*attribute*path. Only applicable to Generic OAuth.
1874
+ */
1875
+ teamsUrl?: pulumi.Input<string>;
1876
+ /**
1877
+ * The path to the trusted certificate authority list. Is not applicable on Grafana Cloud.
1878
+ */
1879
+ tlsClientCa?: pulumi.Input<string>;
1880
+ /**
1881
+ * The path to the certificate. Is not applicable on Grafana Cloud.
1882
+ */
1883
+ tlsClientCert?: pulumi.Input<string>;
1884
+ /**
1885
+ * The path to the key. Is not applicable on Grafana Cloud.
1886
+ */
1887
+ tlsClientKey?: pulumi.Input<string>;
1888
+ /**
1889
+ * If enabled, the client accepts any certificate presented by the server and any host name in that certificate. You should only use this for testing, because this mode leaves SSL/TLS susceptible to man-in-the-middle attacks.
1890
+ */
1891
+ tlsSkipVerifyInsecure?: pulumi.Input<boolean>;
1892
+ /**
1893
+ * The token endpoint of your OAuth2 provider. Required for azuread, okta and genericOauth providers.
1894
+ */
1895
+ tokenUrl?: pulumi.Input<string>;
1896
+ /**
1897
+ * If enabled, Grafana will use Proof Key for Code Exchange (PKCE) with the OAuth2 Authorization Code Grant.
1898
+ */
1899
+ usePkce?: pulumi.Input<boolean>;
1900
+ /**
1901
+ * If enabled, Grafana will fetch a new access token using the refresh token provided by the OAuth2 provider.
1902
+ */
1903
+ useRefreshToken?: pulumi.Input<boolean>;
1904
+ }
1589
1905
  export interface SyntheticMonitoringCheckSettings {
1590
1906
  /**
1591
1907
  * Settings for DNS check. The target must be a valid hostname (or IP address for `PTR` records).
@@ -1595,6 +1911,10 @@ export interface SyntheticMonitoringCheckSettings {
1595
1911
  * Settings for HTTP check. The target must be a URL (http or https).
1596
1912
  */
1597
1913
  http?: pulumi.Input<inputs.SyntheticMonitoringCheckSettingsHttp>;
1914
+ /**
1915
+ * Settings for MultiHTTP check. The target must be a URL (http or https)
1916
+ */
1917
+ multihttp?: pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttp>;
1598
1918
  /**
1599
1919
  * Settings for ping (ICMP) check. The target must be a valid hostname or IP address.
1600
1920
  */
@@ -1737,6 +2057,10 @@ export interface SyntheticMonitoringCheckSettingsHttp {
1737
2057
  * Do not follow redirects. Defaults to `false`.
1738
2058
  */
1739
2059
  noFollowRedirects?: pulumi.Input<boolean>;
2060
+ /**
2061
+ * The HTTP headers sent to the proxy URL
2062
+ */
2063
+ proxyConnectHeaders?: pulumi.Input<pulumi.Input<string>[]>;
1740
2064
  /**
1741
2065
  * Proxy URL.
1742
2066
  */
@@ -1814,6 +2138,119 @@ export interface SyntheticMonitoringCheckSettingsHttpTlsConfig {
1814
2138
  */
1815
2139
  serverName?: pulumi.Input<string>;
1816
2140
  }
2141
+ export interface SyntheticMonitoringCheckSettingsMultihttp {
2142
+ entries?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntry>[]>;
2143
+ }
2144
+ export interface SyntheticMonitoringCheckSettingsMultihttpEntry {
2145
+ /**
2146
+ * Assertions to make on the request response
2147
+ */
2148
+ assertions?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryAssertion>[]>;
2149
+ /**
2150
+ * An individual MultiHTTP request
2151
+ */
2152
+ request?: pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryRequest>;
2153
+ /**
2154
+ * Variables to extract from the request response
2155
+ */
2156
+ variables?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryVariable>[]>;
2157
+ }
2158
+ export interface SyntheticMonitoringCheckSettingsMultihttpEntryAssertion {
2159
+ /**
2160
+ * The condition of the assertion: NOT*CONTAINS, EQUALS, STARTS*WITH, ENDS*WITH, TYPE*OF, CONTAINS
2161
+ */
2162
+ condition?: pulumi.Input<string>;
2163
+ /**
2164
+ * The expression of the assertion. Should start with $.
2165
+ */
2166
+ expression?: pulumi.Input<string>;
2167
+ /**
2168
+ * The subject of the assertion: RESPONSE*HEADERS, HTTP*STATUS*CODE, RESPONSE*BODY
2169
+ */
2170
+ subject?: pulumi.Input<string>;
2171
+ /**
2172
+ * The type of assertion to make: TEXT, JSON*PATH*VALUE, JSON*PATH*ASSERTION, REGEX_ASSERTION
2173
+ */
2174
+ type: pulumi.Input<string>;
2175
+ /**
2176
+ * The value of the assertion
2177
+ */
2178
+ value?: pulumi.Input<string>;
2179
+ }
2180
+ export interface SyntheticMonitoringCheckSettingsMultihttpEntryRequest {
2181
+ /**
2182
+ * The body of the HTTP request used in probe.
2183
+ */
2184
+ bodies?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryRequestBody>[]>;
2185
+ /**
2186
+ * The HTTP headers set for the probe.
2187
+ */
2188
+ headers?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryRequestHeader>[]>;
2189
+ /**
2190
+ * Request method. One of `GET`, `CONNECT`, `DELETE`, `HEAD`, `OPTIONS`, `POST`, `PUT`, `TRACE` Defaults to `GET`.
2191
+ */
2192
+ method: pulumi.Input<string>;
2193
+ /**
2194
+ * Query fields to send with the request
2195
+ */
2196
+ queryFields?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryRequestQueryField>[]>;
2197
+ /**
2198
+ * The URL for the request
2199
+ */
2200
+ url: pulumi.Input<string>;
2201
+ }
2202
+ export interface SyntheticMonitoringCheckSettingsMultihttpEntryRequestBody {
2203
+ /**
2204
+ * The content encoding of the body
2205
+ */
2206
+ contentEncoding?: pulumi.Input<string>;
2207
+ /**
2208
+ * The content type of the body
2209
+ */
2210
+ contentType?: pulumi.Input<string>;
2211
+ /**
2212
+ * The body payload
2213
+ */
2214
+ payload?: pulumi.Input<string>;
2215
+ }
2216
+ export interface SyntheticMonitoringCheckSettingsMultihttpEntryRequestHeader {
2217
+ /**
2218
+ * Name of the header to send
2219
+ */
2220
+ name: pulumi.Input<string>;
2221
+ /**
2222
+ * The value of the assertion
2223
+ */
2224
+ value: pulumi.Input<string>;
2225
+ }
2226
+ export interface SyntheticMonitoringCheckSettingsMultihttpEntryRequestQueryField {
2227
+ /**
2228
+ * Name of the header to send
2229
+ */
2230
+ name: pulumi.Input<string>;
2231
+ /**
2232
+ * The value of the assertion
2233
+ */
2234
+ value: pulumi.Input<string>;
2235
+ }
2236
+ export interface SyntheticMonitoringCheckSettingsMultihttpEntryVariable {
2237
+ /**
2238
+ * The attribute to use when finding the variable value. Only used when type is CSS_SELECTOR
2239
+ */
2240
+ attribute?: pulumi.Input<string>;
2241
+ /**
2242
+ * The expression of the assertion. Should start with $.
2243
+ */
2244
+ expression?: pulumi.Input<string>;
2245
+ /**
2246
+ * Name of the header to send
2247
+ */
2248
+ name?: pulumi.Input<string>;
2249
+ /**
2250
+ * The type of assertion to make: TEXT, JSON*PATH*VALUE, JSON*PATH*ASSERTION, REGEX_ASSERTION
2251
+ */
2252
+ type: pulumi.Input<string>;
2253
+ }
1817
2254
  export interface SyntheticMonitoringCheckSettingsPing {
1818
2255
  /**
1819
2256
  * Set the DF-bit in the IP-header. Only works with ipV4. Defaults to `false`.
@@ -1908,6 +2345,7 @@ export interface TeamPreferences {
1908
2345
  homeDashboardUid?: pulumi.Input<string>;
1909
2346
  theme?: pulumi.Input<string>;
1910
2347
  timezone?: pulumi.Input<string>;
2348
+ weekStart?: pulumi.Input<string>;
1911
2349
  }
1912
2350
  export interface TeamTeamSync {
1913
2351
  groups?: pulumi.Input<pulumi.Input<string>[]>;