@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/types/input.d.ts CHANGED
@@ -27,11 +27,11 @@ export interface ContactPointAlertmanager {
27
27
  */
28
28
  basicAuthUser?: pulumi.Input<string>;
29
29
  /**
30
- * Whether to disable sending resolve messages.
30
+ * Whether to disable sending resolve messages. Defaults to `false`.
31
31
  */
32
32
  disableResolveMessage?: pulumi.Input<boolean>;
33
33
  /**
34
- * Additional custom properties to attach to the notifier.
34
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
35
35
  */
36
36
  settings?: pulumi.Input<{
37
37
  [key: string]: pulumi.Input<string>;
@@ -47,7 +47,7 @@ export interface ContactPointAlertmanager {
47
47
  }
48
48
  export interface ContactPointDingding {
49
49
  /**
50
- * Whether to disable sending resolve messages.
50
+ * Whether to disable sending resolve messages. Defaults to `false`.
51
51
  */
52
52
  disableResolveMessage?: pulumi.Input<boolean>;
53
53
  /**
@@ -59,7 +59,7 @@ export interface ContactPointDingding {
59
59
  */
60
60
  messageType?: pulumi.Input<string>;
61
61
  /**
62
- * Additional custom properties to attach to the notifier.
62
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
63
63
  */
64
64
  settings?: pulumi.Input<{
65
65
  [key: string]: pulumi.Input<string>;
@@ -79,19 +79,19 @@ export interface ContactPointDingding {
79
79
  }
80
80
  export interface ContactPointDiscord {
81
81
  /**
82
- * The URL of a custom avatar image to use.
82
+ * The URL of a custom avatar image to use. Defaults to ``.
83
83
  */
84
84
  avatarUrl?: pulumi.Input<string>;
85
85
  /**
86
- * Whether to disable sending resolve messages.
86
+ * Whether to disable sending resolve messages. Defaults to `false`.
87
87
  */
88
88
  disableResolveMessage?: pulumi.Input<boolean>;
89
89
  /**
90
- * The templated content of the message.
90
+ * The templated content of the message. Defaults to ``.
91
91
  */
92
92
  message?: pulumi.Input<string>;
93
93
  /**
94
- * Additional custom properties to attach to the notifier.
94
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
95
95
  */
96
96
  settings?: pulumi.Input<{
97
97
  [key: string]: pulumi.Input<string>;
@@ -109,7 +109,7 @@ export interface ContactPointDiscord {
109
109
  */
110
110
  url: pulumi.Input<string>;
111
111
  /**
112
- * Whether to use the bot account's plain username instead of "Grafana."
112
+ * Whether to use the bot account's plain username instead of "Grafana." Defaults to `false`.
113
113
  */
114
114
  useDiscordUsername?: pulumi.Input<boolean>;
115
115
  }
@@ -119,25 +119,25 @@ export interface ContactPointEmail {
119
119
  */
120
120
  addresses: pulumi.Input<pulumi.Input<string>[]>;
121
121
  /**
122
- * Whether to disable sending resolve messages.
122
+ * Whether to disable sending resolve messages. Defaults to `false`.
123
123
  */
124
124
  disableResolveMessage?: pulumi.Input<boolean>;
125
125
  /**
126
- * The templated content of the email.
126
+ * The templated content of the email. Defaults to ``.
127
127
  */
128
128
  message?: pulumi.Input<string>;
129
129
  /**
130
- * Additional custom properties to attach to the notifier.
130
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
131
131
  */
132
132
  settings?: pulumi.Input<{
133
133
  [key: string]: pulumi.Input<string>;
134
134
  }>;
135
135
  /**
136
- * Whether to send a single email CC'ing all addresses, rather than a separate email to each address.
136
+ * Whether to send a single email CC'ing all addresses, rather than a separate email to each address. Defaults to `false`.
137
137
  */
138
138
  singleEmail?: pulumi.Input<boolean>;
139
139
  /**
140
- * The templated subject line of the email.
140
+ * The templated subject line of the email. Defaults to ``.
141
141
  */
142
142
  subject?: pulumi.Input<string>;
143
143
  /**
@@ -147,7 +147,7 @@ export interface ContactPointEmail {
147
147
  }
148
148
  export interface ContactPointGooglechat {
149
149
  /**
150
- * Whether to disable sending resolve messages.
150
+ * Whether to disable sending resolve messages. Defaults to `false`.
151
151
  */
152
152
  disableResolveMessage?: pulumi.Input<boolean>;
153
153
  /**
@@ -155,7 +155,7 @@ export interface ContactPointGooglechat {
155
155
  */
156
156
  message?: pulumi.Input<string>;
157
157
  /**
158
- * Additional custom properties to attach to the notifier.
158
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
159
159
  */
160
160
  settings?: pulumi.Input<{
161
161
  [key: string]: pulumi.Input<string>;
@@ -175,7 +175,7 @@ export interface ContactPointGooglechat {
175
175
  }
176
176
  export interface ContactPointKafka {
177
177
  /**
178
- * The API version to use when contacting the Kafka REST Server. Supported: v2 (default) and v3.
178
+ * The API version to use when contacting the Kafka REST Server. Supported: v2 (default) and v3. Defaults to `v2`.
179
179
  */
180
180
  apiVersion?: pulumi.Input<string>;
181
181
  /**
@@ -191,7 +191,7 @@ export interface ContactPointKafka {
191
191
  */
192
192
  details?: pulumi.Input<string>;
193
193
  /**
194
- * Whether to disable sending resolve messages.
194
+ * Whether to disable sending resolve messages. Defaults to `false`.
195
195
  */
196
196
  disableResolveMessage?: pulumi.Input<boolean>;
197
197
  /**
@@ -203,7 +203,7 @@ export interface ContactPointKafka {
203
203
  */
204
204
  restProxyUrl: pulumi.Input<string>;
205
205
  /**
206
- * Additional custom properties to attach to the notifier.
206
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
207
207
  */
208
208
  settings?: pulumi.Input<{
209
209
  [key: string]: pulumi.Input<string>;
@@ -227,11 +227,11 @@ export interface ContactPointLine {
227
227
  */
228
228
  description?: pulumi.Input<string>;
229
229
  /**
230
- * Whether to disable sending resolve messages.
230
+ * Whether to disable sending resolve messages. Defaults to `false`.
231
231
  */
232
232
  disableResolveMessage?: pulumi.Input<boolean>;
233
233
  /**
234
- * Additional custom properties to attach to the notifier.
234
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
235
235
  */
236
236
  settings?: pulumi.Input<{
237
237
  [key: string]: pulumi.Input<string>;
@@ -267,7 +267,7 @@ export interface ContactPointOncall {
267
267
  */
268
268
  basicAuthUser?: pulumi.Input<string>;
269
269
  /**
270
- * Whether to disable sending resolve messages.
270
+ * Whether to disable sending resolve messages. Defaults to `false`.
271
271
  */
272
272
  disableResolveMessage?: pulumi.Input<boolean>;
273
273
  /**
@@ -283,7 +283,7 @@ export interface ContactPointOncall {
283
283
  */
284
284
  message?: pulumi.Input<string>;
285
285
  /**
286
- * Additional custom properties to attach to the notifier.
286
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
287
287
  */
288
288
  settings?: pulumi.Input<{
289
289
  [key: string]: pulumi.Input<string>;
@@ -315,7 +315,7 @@ export interface ContactPointOpsgeny {
315
315
  */
316
316
  description?: pulumi.Input<string>;
317
317
  /**
318
- * Whether to disable sending resolve messages.
318
+ * Whether to disable sending resolve messages. Defaults to `false`.
319
319
  */
320
320
  disableResolveMessage?: pulumi.Input<boolean>;
321
321
  /**
@@ -335,7 +335,7 @@ export interface ContactPointOpsgeny {
335
335
  */
336
336
  sendTagsAs?: pulumi.Input<string>;
337
337
  /**
338
- * Additional custom properties to attach to the notifier.
338
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
339
339
  */
340
340
  settings?: pulumi.Input<{
341
341
  [key: string]: pulumi.Input<string>;
@@ -363,7 +363,7 @@ export interface ContactPointOpsgenyResponder {
363
363
  */
364
364
  type: pulumi.Input<string>;
365
365
  /**
366
- * User name of the responder. Must be specified if name and id are empty.
366
+ * The user name to use when making a call to the Kafka REST Proxy
367
367
  */
368
368
  username?: pulumi.Input<string>;
369
369
  }
@@ -391,7 +391,7 @@ export interface ContactPointPagerduty {
391
391
  [key: string]: pulumi.Input<string>;
392
392
  }>;
393
393
  /**
394
- * Whether to disable sending resolve messages.
394
+ * Whether to disable sending resolve messages. Defaults to `false`.
395
395
  */
396
396
  disableResolveMessage?: pulumi.Input<boolean>;
397
397
  /**
@@ -403,7 +403,7 @@ export interface ContactPointPagerduty {
403
403
  */
404
404
  integrationKey: pulumi.Input<string>;
405
405
  /**
406
- * Additional custom properties to attach to the notifier.
406
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
407
407
  */
408
408
  settings?: pulumi.Input<{
409
409
  [key: string]: pulumi.Input<string>;
@@ -435,7 +435,7 @@ export interface ContactPointPushover {
435
435
  */
436
436
  device?: pulumi.Input<string>;
437
437
  /**
438
- * Whether to disable sending resolve messages.
438
+ * Whether to disable sending resolve messages. Defaults to `false`.
439
439
  */
440
440
  disableResolveMessage?: pulumi.Input<boolean>;
441
441
  /**
@@ -463,7 +463,7 @@ export interface ContactPointPushover {
463
463
  */
464
464
  retry?: pulumi.Input<number>;
465
465
  /**
466
- * Additional custom properties to attach to the notifier.
466
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
467
467
  */
468
468
  settings?: pulumi.Input<{
469
469
  [key: string]: pulumi.Input<string>;
@@ -499,7 +499,7 @@ export interface ContactPointSensugo {
499
499
  */
500
500
  check?: pulumi.Input<string>;
501
501
  /**
502
- * Whether to disable sending resolve messages.
502
+ * Whether to disable sending resolve messages. Defaults to `false`.
503
503
  */
504
504
  disableResolveMessage?: pulumi.Input<boolean>;
505
505
  /**
@@ -519,7 +519,7 @@ export interface ContactPointSensugo {
519
519
  */
520
520
  namespace?: pulumi.Input<string>;
521
521
  /**
522
- * Additional custom properties to attach to the notifier.
522
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
523
523
  */
524
524
  settings?: pulumi.Input<{
525
525
  [key: string]: pulumi.Input<string>;
@@ -535,7 +535,7 @@ export interface ContactPointSensugo {
535
535
  }
536
536
  export interface ContactPointSlack {
537
537
  /**
538
- * Whether to disable sending resolve messages.
538
+ * Whether to disable sending resolve messages. Defaults to `false`.
539
539
  */
540
540
  disableResolveMessage?: pulumi.Input<boolean>;
541
541
  /**
@@ -567,7 +567,7 @@ export interface ContactPointSlack {
567
567
  */
568
568
  recipient?: pulumi.Input<string>;
569
569
  /**
570
- * Additional custom properties to attach to the notifier.
570
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
571
571
  */
572
572
  settings?: pulumi.Input<{
573
573
  [key: string]: pulumi.Input<string>;
@@ -607,12 +607,12 @@ export interface ContactPointSn {
607
607
  */
608
608
  assumeRoleArn?: pulumi.Input<string>;
609
609
  /**
610
- * The authentication provider to use. Valid values are `default`, `arn` and `keys`. Default is `default`.
610
+ * The authentication provider to use. Valid values are `default`, `arn` and `keys`. Default is `default`. Defaults to `default`.
611
611
  */
612
612
  authProvider?: pulumi.Input<string>;
613
613
  body?: pulumi.Input<string>;
614
614
  /**
615
- * Whether to disable sending resolve messages.
615
+ * Whether to disable sending resolve messages. Defaults to `false`.
616
616
  */
617
617
  disableResolveMessage?: pulumi.Input<boolean>;
618
618
  /**
@@ -620,7 +620,7 @@ export interface ContactPointSn {
620
620
  */
621
621
  externalId?: pulumi.Input<string>;
622
622
  /**
623
- * The format of the message to send. Valid values are `text`, `body` and `json`. Default is `text`.
623
+ * The format of the message to send. Valid values are `text`, `body` and `json`. Default is `text`. Defaults to `text`.
624
624
  */
625
625
  messageFormat?: pulumi.Input<string>;
626
626
  /**
@@ -628,7 +628,7 @@ export interface ContactPointSn {
628
628
  */
629
629
  secretKey?: pulumi.Input<string>;
630
630
  /**
631
- * Additional custom properties to attach to the notifier.
631
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
632
632
  */
633
633
  settings?: pulumi.Input<{
634
634
  [key: string]: pulumi.Input<string>;
@@ -645,7 +645,7 @@ export interface ContactPointSn {
645
645
  }
646
646
  export interface ContactPointTeam {
647
647
  /**
648
- * Whether to disable sending resolve messages.
648
+ * Whether to disable sending resolve messages. Defaults to `false`.
649
649
  */
650
650
  disableResolveMessage?: pulumi.Input<boolean>;
651
651
  /**
@@ -657,7 +657,7 @@ export interface ContactPointTeam {
657
657
  */
658
658
  sectionTitle?: pulumi.Input<string>;
659
659
  /**
660
- * Additional custom properties to attach to the notifier.
660
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
661
661
  */
662
662
  settings?: pulumi.Input<{
663
663
  [key: string]: pulumi.Input<string>;
@@ -685,7 +685,7 @@ export interface ContactPointTelegram {
685
685
  */
686
686
  disableNotifications?: pulumi.Input<boolean>;
687
687
  /**
688
- * Whether to disable sending resolve messages.
688
+ * Whether to disable sending resolve messages. Defaults to `false`.
689
689
  */
690
690
  disableResolveMessage?: pulumi.Input<boolean>;
691
691
  /**
@@ -705,7 +705,7 @@ export interface ContactPointTelegram {
705
705
  */
706
706
  protectContent?: pulumi.Input<boolean>;
707
707
  /**
708
- * Additional custom properties to attach to the notifier.
708
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
709
709
  */
710
710
  settings?: pulumi.Input<{
711
711
  [key: string]: pulumi.Input<string>;
@@ -729,7 +729,7 @@ export interface ContactPointThreema {
729
729
  */
730
730
  description?: pulumi.Input<string>;
731
731
  /**
732
- * Whether to disable sending resolve messages.
732
+ * Whether to disable sending resolve messages. Defaults to `false`.
733
733
  */
734
734
  disableResolveMessage?: pulumi.Input<boolean>;
735
735
  /**
@@ -741,7 +741,7 @@ export interface ContactPointThreema {
741
741
  */
742
742
  recipientId: pulumi.Input<string>;
743
743
  /**
744
- * Additional custom properties to attach to the notifier.
744
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
745
745
  */
746
746
  settings?: pulumi.Input<{
747
747
  [key: string]: pulumi.Input<string>;
@@ -761,7 +761,7 @@ export interface ContactPointVictorop {
761
761
  */
762
762
  description?: pulumi.Input<string>;
763
763
  /**
764
- * Whether to disable sending resolve messages.
764
+ * Whether to disable sending resolve messages. Defaults to `false`.
765
765
  */
766
766
  disableResolveMessage?: pulumi.Input<boolean>;
767
767
  /**
@@ -769,7 +769,7 @@ export interface ContactPointVictorop {
769
769
  */
770
770
  messageType?: pulumi.Input<string>;
771
771
  /**
772
- * Additional custom properties to attach to the notifier.
772
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
773
773
  */
774
774
  settings?: pulumi.Input<{
775
775
  [key: string]: pulumi.Input<string>;
@@ -793,7 +793,7 @@ export interface ContactPointWebex {
793
793
  */
794
794
  apiUrl?: pulumi.Input<string>;
795
795
  /**
796
- * Whether to disable sending resolve messages.
796
+ * Whether to disable sending resolve messages. Defaults to `false`.
797
797
  */
798
798
  disableResolveMessage?: pulumi.Input<boolean>;
799
799
  /**
@@ -805,7 +805,7 @@ export interface ContactPointWebex {
805
805
  */
806
806
  roomId?: pulumi.Input<string>;
807
807
  /**
808
- * Additional custom properties to attach to the notifier.
808
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
809
809
  */
810
810
  settings?: pulumi.Input<{
811
811
  [key: string]: pulumi.Input<string>;
@@ -837,7 +837,7 @@ export interface ContactPointWebhook {
837
837
  */
838
838
  basicAuthUser?: pulumi.Input<string>;
839
839
  /**
840
- * Whether to disable sending resolve messages.
840
+ * Whether to disable sending resolve messages. Defaults to `false`.
841
841
  */
842
842
  disableResolveMessage?: pulumi.Input<boolean>;
843
843
  /**
@@ -853,7 +853,7 @@ export interface ContactPointWebhook {
853
853
  */
854
854
  message?: pulumi.Input<string>;
855
855
  /**
856
- * Additional custom properties to attach to the notifier.
856
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
857
857
  */
858
858
  settings?: pulumi.Input<{
859
859
  [key: string]: pulumi.Input<string>;
@@ -881,7 +881,7 @@ export interface ContactPointWecom {
881
881
  */
882
882
  corpId?: pulumi.Input<string>;
883
883
  /**
884
- * Whether to disable sending resolve messages.
884
+ * Whether to disable sending resolve messages. Defaults to `false`.
885
885
  */
886
886
  disableResolveMessage?: pulumi.Input<boolean>;
887
887
  /**
@@ -897,7 +897,7 @@ export interface ContactPointWecom {
897
897
  */
898
898
  secret?: pulumi.Input<string>;
899
899
  /**
900
- * Additional custom properties to attach to the notifier.
900
+ * Additional custom properties to attach to the notifier. Defaults to `map[]`.
901
901
  */
902
902
  settings?: pulumi.Input<{
903
903
  [key: string]: pulumi.Input<string>;
@@ -929,11 +929,11 @@ export interface DashboardPermissionPermission {
929
929
  */
930
930
  role?: pulumi.Input<string>;
931
931
  /**
932
- * ID of the team to manage permissions for.
932
+ * ID of the team to manage permissions for. Defaults to `0`.
933
933
  */
934
934
  teamId?: pulumi.Input<string>;
935
935
  /**
936
- * ID of the user or service account to manage permissions for.
936
+ * ID of the user or service account to manage permissions for. Defaults to `0`.
937
937
  */
938
938
  userId?: pulumi.Input<string>;
939
939
  }
@@ -947,11 +947,11 @@ export interface DataSourcePermissionPermission {
947
947
  */
948
948
  permission: pulumi.Input<string>;
949
949
  /**
950
- * ID of the team to manage permissions for.
950
+ * ID of the team to manage permissions for. Defaults to `0`.
951
951
  */
952
952
  teamId?: pulumi.Input<string>;
953
953
  /**
954
- * ID of the user or service account to manage permissions for.
954
+ * ID of the user or service account to manage permissions for. Defaults to `0`.
955
955
  */
956
956
  userId?: pulumi.Input<string>;
957
957
  }
@@ -965,11 +965,11 @@ export interface FolderPermissionPermission {
965
965
  */
966
966
  role?: pulumi.Input<string>;
967
967
  /**
968
- * ID of the team to manage permissions for.
968
+ * ID of the team to manage permissions for. Defaults to `0`.
969
969
  */
970
970
  teamId?: pulumi.Input<string>;
971
971
  /**
972
- * ID of the user or service account to manage permissions for.
972
+ * ID of the user or service account to manage permissions for. Defaults to `0`.
973
973
  */
974
974
  userId?: pulumi.Input<string>;
975
975
  }
@@ -1262,7 +1262,7 @@ export interface OncallIntegrationDefaultRoute {
1262
1262
  }
1263
1263
  export interface OncallIntegrationDefaultRouteMsteams {
1264
1264
  /**
1265
- * Enable notification in MS teams.
1265
+ * Enable notification in MS teams. Defaults to `true`.
1266
1266
  */
1267
1267
  enabled?: pulumi.Input<boolean>;
1268
1268
  /**
@@ -1276,13 +1276,13 @@ export interface OncallIntegrationDefaultRouteSlack {
1276
1276
  */
1277
1277
  channelId?: pulumi.Input<string>;
1278
1278
  /**
1279
- * Enable notification in Slack.
1279
+ * Enable notification in MS teams. Defaults to `true`.
1280
1280
  */
1281
1281
  enabled?: pulumi.Input<boolean>;
1282
1282
  }
1283
1283
  export interface OncallIntegrationDefaultRouteTelegram {
1284
1284
  /**
1285
- * Enable notification in Telegram.
1285
+ * Enable notification in MS teams. Defaults to `true`.
1286
1286
  */
1287
1287
  enabled?: pulumi.Input<boolean>;
1288
1288
  /**
@@ -1416,7 +1416,7 @@ export interface OncallIntegrationTemplatesWeb {
1416
1416
  }
1417
1417
  export interface OncallRouteMsteams {
1418
1418
  /**
1419
- * Enable notification in MS teams.
1419
+ * Enable notification in MS teams. Defaults to `true`.
1420
1420
  */
1421
1421
  enabled?: pulumi.Input<boolean>;
1422
1422
  /**
@@ -1430,13 +1430,13 @@ export interface OncallRouteSlack {
1430
1430
  */
1431
1431
  channelId?: pulumi.Input<string>;
1432
1432
  /**
1433
- * Enable notification in Slack.
1433
+ * Enable notification in Slack. Defaults to `true`.
1434
1434
  */
1435
1435
  enabled?: pulumi.Input<boolean>;
1436
1436
  }
1437
1437
  export interface OncallRouteTelegram {
1438
1438
  /**
1439
- * Enable notification in Telegram.
1439
+ * Enable notification in Telegram. Defaults to `true`.
1440
1440
  */
1441
1441
  enabled?: pulumi.Input<boolean>;
1442
1442
  /**
@@ -1502,7 +1502,7 @@ export interface ReportSchedule {
1502
1502
  */
1503
1503
  frequency: pulumi.Input<string>;
1504
1504
  /**
1505
- * Send the report on the last day of the month
1505
+ * Send the report on the last day of the month Defaults to `false`.
1506
1506
  */
1507
1507
  lastDayOfMonth?: pulumi.Input<boolean>;
1508
1508
  /**
@@ -1510,11 +1510,11 @@ export interface ReportSchedule {
1510
1510
  */
1511
1511
  startTime?: pulumi.Input<string>;
1512
1512
  /**
1513
- * Set the report time zone.
1513
+ * Set the report time zone. Defaults to `GMT`.
1514
1514
  */
1515
1515
  timezone?: pulumi.Input<string>;
1516
1516
  /**
1517
- * Whether to send the report only on work days.
1517
+ * Whether to send the report only on work days. Defaults to `false`.
1518
1518
  */
1519
1519
  workdaysOnly?: pulumi.Input<boolean>;
1520
1520
  }
@@ -1534,13 +1534,13 @@ export interface RolePermission {
1534
1534
  */
1535
1535
  action: pulumi.Input<string>;
1536
1536
  /**
1537
- * Scope to restrict the action to a set of resources (for example: `users:*` or `roles:customrole1`)
1537
+ * Scope to restrict the action to a set of resources (for example: `users:*` or `roles:customrole1`) Defaults to ``.
1538
1538
  */
1539
1539
  scope?: pulumi.Input<string>;
1540
1540
  }
1541
1541
  export interface RuleGroupRule {
1542
1542
  /**
1543
- * Key-value pairs of metadata to attach to the alert rule that may add user-defined context, but cannot be used for matching, grouping, or routing.
1543
+ * Key-value pairs of metadata to attach to the alert rule that may add user-defined context, but cannot be used for matching, grouping, or routing. Defaults to `map[]`.
1544
1544
  */
1545
1545
  annotations?: pulumi.Input<{
1546
1546
  [key: string]: pulumi.Input<string>;
@@ -1554,19 +1554,19 @@ export interface RuleGroupRule {
1554
1554
  */
1555
1555
  datas: pulumi.Input<pulumi.Input<inputs.RuleGroupRuleData>[]>;
1556
1556
  /**
1557
- * Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting.
1557
+ * Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to `Alerting`.
1558
1558
  */
1559
1559
  execErrState?: pulumi.Input<string>;
1560
1560
  /**
1561
- * The amount of time for which the rule must be breached for the rule to be considered to be Firing. Before this time has elapsed, the rule is only considered to be Pending.
1561
+ * The amount of time for which the rule must be breached for the rule to be considered to be Firing. Before this time has elapsed, the rule is only considered to be Pending. Defaults to `0`.
1562
1562
  */
1563
1563
  for?: pulumi.Input<string>;
1564
1564
  /**
1565
- * Sets whether the alert should be paused or not.
1565
+ * Sets whether the alert should be paused or not. Defaults to `false`.
1566
1566
  */
1567
1567
  isPaused?: pulumi.Input<boolean>;
1568
1568
  /**
1569
- * Key-value pairs to attach to the alert rule that can be used in matching, grouping, and routing.
1569
+ * Key-value pairs to attach to the alert rule that can be used in matching, grouping, and routing. Defaults to `map[]`.
1570
1570
  */
1571
1571
  labels?: pulumi.Input<{
1572
1572
  [key: string]: pulumi.Input<string>;
@@ -1576,7 +1576,7 @@ export interface RuleGroupRule {
1576
1576
  */
1577
1577
  name: pulumi.Input<string>;
1578
1578
  /**
1579
- * Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting.
1579
+ * Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to `NoData`.
1580
1580
  */
1581
1581
  noDataState?: pulumi.Input<string>;
1582
1582
  /**
@@ -1598,7 +1598,7 @@ export interface RuleGroupRuleData {
1598
1598
  */
1599
1599
  model: pulumi.Input<string>;
1600
1600
  /**
1601
- * An optional identifier for the type of query being executed.
1601
+ * An optional identifier for the type of query being executed. Defaults to ``.
1602
1602
  */
1603
1603
  queryType?: pulumi.Input<string>;
1604
1604
  /**
@@ -1670,7 +1670,7 @@ export interface SLOAlertingAnnotation {
1670
1670
  }
1671
1671
  export interface SLOAlertingFastburn {
1672
1672
  /**
1673
- * Annotations to attach only to Fast Burn alerts.
1673
+ * Annotations will be attached to all alerts generated by any of these rules.
1674
1674
  */
1675
1675
  annotations?: pulumi.Input<pulumi.Input<inputs.SLOAlertingFastburnAnnotation>[]>;
1676
1676
  /**
@@ -1692,11 +1692,11 @@ export interface SLOAlertingLabel {
1692
1692
  }
1693
1693
  export interface SLOAlertingSlowburn {
1694
1694
  /**
1695
- * Annotations to attach only to Slow Burn alerts.
1695
+ * Annotations will be attached to all alerts generated by any of these rules.
1696
1696
  */
1697
1697
  annotations?: pulumi.Input<pulumi.Input<inputs.SLOAlertingSlowburnAnnotation>[]>;
1698
1698
  /**
1699
- * Labels to attach only to Slow Burn alerts.
1699
+ * Labels to attach only to Fast Burn alerts.
1700
1700
  */
1701
1701
  labels?: pulumi.Input<pulumi.Input<inputs.SLOAlertingSlowburnLabel>[]>;
1702
1702
  }
@@ -1744,7 +1744,7 @@ export interface SLOQueryFreeform {
1744
1744
  }
1745
1745
  export interface SLOQueryRatio {
1746
1746
  /**
1747
- * Defines Group By Labels used for per-label alerting. These appear as variables on SLO dashboards to enable filtering and aggregation. Labels must adhere to Prometheus label name schema - "^[a-zA-Z_][a-zA-Z0-9_]*$"
1747
+ * Defines Group By Labels used for per-label alerting. These appear as variables on SLO dashboards to enable filtering and aggregation. Labels must adhere to Prometheus label name schema - "^[a-zA-Z*][a-zA-Z0-9*]*$"
1748
1748
  */
1749
1749
  groupByLabels?: pulumi.Input<pulumi.Input<string>[]>;
1750
1750
  /**
@@ -1762,11 +1762,11 @@ export interface ServiceAccountPermissionPermission {
1762
1762
  */
1763
1763
  permission: pulumi.Input<string>;
1764
1764
  /**
1765
- * ID of the team to manage permissions for.
1765
+ * ID of the team to manage permissions for. Defaults to `0`.
1766
1766
  */
1767
1767
  teamId?: pulumi.Input<string>;
1768
1768
  /**
1769
- * ID of the user or service account to manage permissions for.
1769
+ * ID of the user or service account to manage permissions for. Defaults to `0`.
1770
1770
  */
1771
1771
  userId?: pulumi.Input<string>;
1772
1772
  }
@@ -1784,7 +1784,7 @@ export interface SsoSettingsOauth2Settings {
1784
1784
  */
1785
1785
  allowedDomains?: pulumi.Input<string>;
1786
1786
  /**
1787
- * 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.
1787
+ * 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.
1788
1788
  */
1789
1789
  allowedGroups?: pulumi.Input<string>;
1790
1790
  /**
@@ -1796,7 +1796,7 @@ export interface SsoSettingsOauth2Settings {
1796
1796
  */
1797
1797
  apiUrl?: pulumi.Input<string>;
1798
1798
  /**
1799
- * It determines how clientId and clientSecret are sent to Oauth2 provider. Possible values are AutoDetect, InParams, InHeader. Default is AutoDetect.
1799
+ * It determines how client*id and client*secret are sent to Oauth2 provider. Possible values are AutoDetect, InParams, InHeader. Default is AutoDetect.
1800
1800
  */
1801
1801
  authStyle?: pulumi.Input<string>;
1802
1802
  /**
@@ -1816,7 +1816,7 @@ export interface SsoSettingsOauth2Settings {
1816
1816
  */
1817
1817
  clientSecret?: pulumi.Input<string>;
1818
1818
  /**
1819
- * Custom fields to configure for OAuth2 such as the [forceUseGraphApi](https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/azuread/#force-fetching-groups-from-microsoft-graph-api) field.
1819
+ * 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.
1820
1820
  */
1821
1821
  custom?: pulumi.Input<{
1822
1822
  [key: string]: pulumi.Input<string>;
@@ -1842,11 +1842,11 @@ export interface SsoSettingsOauth2Settings {
1842
1842
  */
1843
1843
  emptyScopes?: pulumi.Input<boolean>;
1844
1844
  /**
1845
- * Define whether this configuration is enabled for the specified provider.
1845
+ * Define whether this configuration is enabled for the specified provider. Defaults to `true`.
1846
1846
  */
1847
1847
  enabled?: pulumi.Input<boolean>;
1848
1848
  /**
1849
- * JMESPath expression to use for user group lookup. If you configure allowed_groups, you must also configure groups_attribute_path.
1849
+ * JMESPath expression to use for user group lookup. If you configure allowed*groups, you must also configure groups*attribute_path.
1850
1850
  */
1851
1851
  groupsAttributePath?: pulumi.Input<string>;
1852
1852
  /**
@@ -1886,7 +1886,7 @@ export interface SsoSettingsOauth2Settings {
1886
1886
  */
1887
1887
  skipOrgRoleSync?: pulumi.Input<boolean>;
1888
1888
  /**
1889
- * 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 teamsUrl and team_ids_attribute_path.
1889
+ * 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.
1890
1890
  */
1891
1891
  teamIds?: pulumi.Input<string>;
1892
1892
  /**
@@ -1894,7 +1894,7 @@ export interface SsoSettingsOauth2Settings {
1894
1894
  */
1895
1895
  teamIdsAttributePath?: pulumi.Input<string>;
1896
1896
  /**
1897
- * 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.
1897
+ * 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.
1898
1898
  */
1899
1899
  teamsUrl?: pulumi.Input<string>;
1900
1900
  /**
@@ -1976,7 +1976,7 @@ export interface SsoSettingsSamlSettings {
1976
1976
  */
1977
1977
  certificatePath?: pulumi.Input<string>;
1978
1978
  /**
1979
- * Define whether this configuration is enabled for SAML.
1979
+ * Define whether this configuration is enabled for SAML. Defaults to `true`.
1980
1980
  */
1981
1981
  enabled?: pulumi.Input<boolean>;
1982
1982
  /**
@@ -2080,23 +2080,23 @@ export interface SyntheticMonitoringCheckSettings {
2080
2080
  }
2081
2081
  export interface SyntheticMonitoringCheckSettingsDns {
2082
2082
  /**
2083
- * Options are `V4`, `V6`, `Any`. Specifies whether the corresponding check will be performed using IPv4 or IPv6. The `Any` value indicates that IPv6 should be used, falling back to IPv4 if that's not available.
2083
+ * Options are `V4`, `V6`, `Any`. Specifies whether the corresponding check will be performed using IPv4 or IPv6. The `Any` value indicates that IPv6 should be used, falling back to IPv4 if that's not available. Defaults to `V4`.
2084
2084
  */
2085
2085
  ipVersion?: pulumi.Input<string>;
2086
2086
  /**
2087
- * Port to target.
2087
+ * Port to target. Defaults to `53`.
2088
2088
  */
2089
2089
  port?: pulumi.Input<number>;
2090
2090
  /**
2091
- * `TCP` or `UDP`.
2091
+ * `TCP` or `UDP`. Defaults to `UDP`.
2092
2092
  */
2093
2093
  protocol?: pulumi.Input<string>;
2094
2094
  /**
2095
- * One of `ANY`, `A`, `AAAA`, `CNAME`, `MX`, `NS`, `PTR`, `SOA`, `SRV`, `TXT`.
2095
+ * One of `ANY`, `A`, `AAAA`, `CNAME`, `MX`, `NS`, `PTR`, `SOA`, `SRV`, `TXT`. Defaults to `A`.
2096
2096
  */
2097
2097
  recordType?: pulumi.Input<string>;
2098
2098
  /**
2099
- * DNS server address to target.
2099
+ * DNS server address to target. Defaults to `8.8.8.8`.
2100
2100
  */
2101
2101
  server?: pulumi.Input<string>;
2102
2102
  /**
@@ -2184,11 +2184,11 @@ export interface SyntheticMonitoringCheckSettingsHttp {
2184
2184
  */
2185
2185
  failIfHeaderNotMatchesRegexps?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsHttpFailIfHeaderNotMatchesRegexp>[]>;
2186
2186
  /**
2187
- * Fail if SSL is not present.
2187
+ * Fail if SSL is not present. Defaults to `false`.
2188
2188
  */
2189
2189
  failIfNotSsl?: pulumi.Input<boolean>;
2190
2190
  /**
2191
- * Fail if SSL is present.
2191
+ * Fail if SSL is present. Defaults to `false`.
2192
2192
  */
2193
2193
  failIfSsl?: pulumi.Input<boolean>;
2194
2194
  /**
@@ -2196,15 +2196,15 @@ export interface SyntheticMonitoringCheckSettingsHttp {
2196
2196
  */
2197
2197
  headers?: pulumi.Input<pulumi.Input<string>[]>;
2198
2198
  /**
2199
- * Options are `V4`, `V6`, `Any`. Specifies whether the corresponding check will be performed using IPv4 or IPv6. The `Any` value indicates that IPv6 should be used, falling back to IPv4 if that's not available.
2199
+ * Options are `V4`, `V6`, `Any`. Specifies whether the corresponding check will be performed using IPv4 or IPv6. The `Any` value indicates that IPv6 should be used, falling back to IPv4 if that's not available. Defaults to `V4`.
2200
2200
  */
2201
2201
  ipVersion?: pulumi.Input<string>;
2202
2202
  /**
2203
- * Request method. One of `GET`, `CONNECT`, `DELETE`, `HEAD`, `OPTIONS`, `POST`, `PUT`, `TRACE`
2203
+ * Request method. One of `GET`, `CONNECT`, `DELETE`, `HEAD`, `OPTIONS`, `POST`, `PUT`, `TRACE` Defaults to `GET`.
2204
2204
  */
2205
2205
  method?: pulumi.Input<string>;
2206
2206
  /**
2207
- * Do not follow redirects.
2207
+ * Do not follow redirects. Defaults to `false`.
2208
2208
  */
2209
2209
  noFollowRedirects?: pulumi.Input<boolean>;
2210
2210
  /**
@@ -2240,7 +2240,7 @@ export interface SyntheticMonitoringCheckSettingsHttpBasicAuth {
2240
2240
  }
2241
2241
  export interface SyntheticMonitoringCheckSettingsHttpFailIfHeaderMatchesRegexp {
2242
2242
  /**
2243
- * Allow header to be missing from responses.
2243
+ * Allow header to be missing from responses. Defaults to `false`.
2244
2244
  */
2245
2245
  allowMissing?: pulumi.Input<boolean>;
2246
2246
  /**
@@ -2254,7 +2254,7 @@ export interface SyntheticMonitoringCheckSettingsHttpFailIfHeaderMatchesRegexp {
2254
2254
  }
2255
2255
  export interface SyntheticMonitoringCheckSettingsHttpFailIfHeaderNotMatchesRegexp {
2256
2256
  /**
2257
- * Allow header to be missing from responses.
2257
+ * Allow header to be missing from responses. Defaults to `false`.
2258
2258
  */
2259
2259
  allowMissing?: pulumi.Input<boolean>;
2260
2260
  /**
@@ -2280,7 +2280,7 @@ export interface SyntheticMonitoringCheckSettingsHttpTlsConfig {
2280
2280
  */
2281
2281
  clientKey?: pulumi.Input<string>;
2282
2282
  /**
2283
- * Disable target certificate validation.
2283
+ * Disable target certificate validation. Defaults to `false`.
2284
2284
  */
2285
2285
  insecureSkipVerify?: pulumi.Input<boolean>;
2286
2286
  /**
@@ -2307,7 +2307,7 @@ export interface SyntheticMonitoringCheckSettingsMultihttpEntry {
2307
2307
  }
2308
2308
  export interface SyntheticMonitoringCheckSettingsMultihttpEntryAssertion {
2309
2309
  /**
2310
- * The condition of the assertion: NOT_CONTAINS, EQUALS, STARTS_WITH, ENDS_WITH, TYPE_OF, CONTAINS
2310
+ * The condition of the assertion: NOT*CONTAINS, EQUALS, STARTS*WITH, ENDS*WITH, TYPE*OF, CONTAINS
2311
2311
  */
2312
2312
  condition?: pulumi.Input<string>;
2313
2313
  /**
@@ -2315,11 +2315,11 @@ export interface SyntheticMonitoringCheckSettingsMultihttpEntryAssertion {
2315
2315
  */
2316
2316
  expression?: pulumi.Input<string>;
2317
2317
  /**
2318
- * The subject of the assertion: RESPONSE_HEADERS, HTTP_STATUS_CODE, RESPONSE_BODY
2318
+ * The subject of the assertion: RESPONSE*HEADERS, HTTP*STATUS*CODE, RESPONSE*BODY
2319
2319
  */
2320
2320
  subject?: pulumi.Input<string>;
2321
2321
  /**
2322
- * The type of assertion to make: TEXT, JSON_PATH_VALUE, JSON_PATH_ASSERTION, REGEX_ASSERTION
2322
+ * The type of assertion to make: TEXT, JSON*PATH*VALUE, JSON*PATH*ASSERTION, REGEX_ASSERTION
2323
2323
  */
2324
2324
  type: pulumi.Input<string>;
2325
2325
  /**
@@ -2333,11 +2333,11 @@ export interface SyntheticMonitoringCheckSettingsMultihttpEntryRequest {
2333
2333
  */
2334
2334
  bodies?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryRequestBody>[]>;
2335
2335
  /**
2336
- * The headers to send with the request
2336
+ * The HTTP headers set for the probe.
2337
2337
  */
2338
2338
  headers?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryRequestHeader>[]>;
2339
2339
  /**
2340
- * The HTTP method to use
2340
+ * Request method. One of `GET`, `CONNECT`, `DELETE`, `HEAD`, `OPTIONS`, `POST`, `PUT`, `TRACE` Defaults to `GET`.
2341
2341
  */
2342
2342
  method: pulumi.Input<string>;
2343
2343
  /**
@@ -2369,17 +2369,17 @@ export interface SyntheticMonitoringCheckSettingsMultihttpEntryRequestHeader {
2369
2369
  */
2370
2370
  name: pulumi.Input<string>;
2371
2371
  /**
2372
- * Value of the header to send
2372
+ * The value of the assertion
2373
2373
  */
2374
2374
  value: pulumi.Input<string>;
2375
2375
  }
2376
2376
  export interface SyntheticMonitoringCheckSettingsMultihttpEntryRequestQueryField {
2377
2377
  /**
2378
- * Name of the query field to send
2378
+ * Name of the header to send
2379
2379
  */
2380
2380
  name: pulumi.Input<string>;
2381
2381
  /**
2382
- * Value of the query field to send
2382
+ * The value of the assertion
2383
2383
  */
2384
2384
  value: pulumi.Input<string>;
2385
2385
  }
@@ -2389,29 +2389,29 @@ export interface SyntheticMonitoringCheckSettingsMultihttpEntryVariable {
2389
2389
  */
2390
2390
  attribute?: pulumi.Input<string>;
2391
2391
  /**
2392
- * The expression to when finding the variable. Should start with $. Only use when type is JSON_PATH or REGEX
2392
+ * The expression of the assertion. Should start with $.
2393
2393
  */
2394
2394
  expression?: pulumi.Input<string>;
2395
2395
  /**
2396
- * The name of the variable to extract
2396
+ * Name of the header to send
2397
2397
  */
2398
2398
  name?: pulumi.Input<string>;
2399
2399
  /**
2400
- * The method of finding the variable value to extract. JSON_PATH, REGEX, CSS_SELECTOR
2400
+ * The type of assertion to make: TEXT, JSON*PATH*VALUE, JSON*PATH*ASSERTION, REGEX_ASSERTION
2401
2401
  */
2402
2402
  type: pulumi.Input<string>;
2403
2403
  }
2404
2404
  export interface SyntheticMonitoringCheckSettingsPing {
2405
2405
  /**
2406
- * Set the DF-bit in the IP-header. Only works with ipV4.
2406
+ * Set the DF-bit in the IP-header. Only works with ipV4. Defaults to `false`.
2407
2407
  */
2408
2408
  dontFragment?: pulumi.Input<boolean>;
2409
2409
  /**
2410
- * Options are `V4`, `V6`, `Any`. Specifies whether the corresponding check will be performed using IPv4 or IPv6. The `Any` value indicates that IPv6 should be used, falling back to IPv4 if that's not available.
2410
+ * Options are `V4`, `V6`, `Any`. Specifies whether the corresponding check will be performed using IPv4 or IPv6. The `Any` value indicates that IPv6 should be used, falling back to IPv4 if that's not available. Defaults to `V4`.
2411
2411
  */
2412
2412
  ipVersion?: pulumi.Input<string>;
2413
2413
  /**
2414
- * Payload size.
2414
+ * Payload size. Defaults to `0`.
2415
2415
  */
2416
2416
  payloadSize?: pulumi.Input<number>;
2417
2417
  /**
@@ -2421,7 +2421,7 @@ export interface SyntheticMonitoringCheckSettingsPing {
2421
2421
  }
2422
2422
  export interface SyntheticMonitoringCheckSettingsTcp {
2423
2423
  /**
2424
- * Options are `V4`, `V6`, `Any`. Specifies whether the corresponding check will be performed using IPv4 or IPv6. The `Any` value indicates that IPv6 should be used, falling back to IPv4 if that's not available.
2424
+ * Options are `V4`, `V6`, `Any`. Specifies whether the corresponding check will be performed using IPv4 or IPv6. The `Any` value indicates that IPv6 should be used, falling back to IPv4 if that's not available. Defaults to `V4`.
2425
2425
  */
2426
2426
  ipVersion?: pulumi.Input<string>;
2427
2427
  /**
@@ -2433,7 +2433,7 @@ export interface SyntheticMonitoringCheckSettingsTcp {
2433
2433
  */
2434
2434
  sourceIpAddress?: pulumi.Input<string>;
2435
2435
  /**
2436
- * Whether or not TLS is used when the connection is initiated.
2436
+ * Whether or not TLS is used when the connection is initiated. Defaults to `false`.
2437
2437
  */
2438
2438
  tls?: pulumi.Input<boolean>;
2439
2439
  /**
@@ -2451,7 +2451,7 @@ export interface SyntheticMonitoringCheckSettingsTcpQueryResponse {
2451
2451
  */
2452
2452
  send: pulumi.Input<string>;
2453
2453
  /**
2454
- * Upgrade TCP connection to TLS.
2454
+ * Upgrade TCP connection to TLS. Defaults to `false`.
2455
2455
  */
2456
2456
  startTls?: pulumi.Input<boolean>;
2457
2457
  }
@@ -2469,7 +2469,7 @@ export interface SyntheticMonitoringCheckSettingsTcpTlsConfig {
2469
2469
  */
2470
2470
  clientKey?: pulumi.Input<string>;
2471
2471
  /**
2472
- * Disable target certificate validation.
2472
+ * Disable target certificate validation. Defaults to `false`.
2473
2473
  */
2474
2474
  insecureSkipVerify?: pulumi.Input<boolean>;
2475
2475
  /**
@@ -2479,15 +2479,15 @@ export interface SyntheticMonitoringCheckSettingsTcpTlsConfig {
2479
2479
  }
2480
2480
  export interface SyntheticMonitoringCheckSettingsTraceroute {
2481
2481
  /**
2482
- * Maximum TTL for the trace
2482
+ * Maximum TTL for the trace Defaults to `64`.
2483
2483
  */
2484
2484
  maxHops?: pulumi.Input<number>;
2485
2485
  /**
2486
- * Maximum number of hosts to travers that give no response
2486
+ * Maximum number of hosts to travers that give no response Defaults to `15`.
2487
2487
  */
2488
2488
  maxUnknownHops?: pulumi.Input<number>;
2489
2489
  /**
2490
- * Reverse lookup hostnames from IP addresses
2490
+ * Reverse lookup hostnames from IP addresses Defaults to `true`.
2491
2491
  */
2492
2492
  ptrLookup?: pulumi.Input<boolean>;
2493
2493
  }