@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.
- package/annotation.d.ts +28 -3
- package/annotation.js +25 -0
- package/annotation.js.map +1 -1
- package/apiKey.d.ts +18 -0
- package/apiKey.js +18 -0
- package/apiKey.js.map +1 -1
- package/cloudAccessPolicy.d.ts +57 -15
- package/cloudAccessPolicy.js +51 -0
- package/cloudAccessPolicy.js.map +1 -1
- package/cloudAccessPolicyToken.d.ts +54 -9
- package/cloudAccessPolicyToken.js +51 -0
- package/cloudAccessPolicyToken.js.map +1 -1
- package/cloudApiKey.d.ts +35 -6
- package/cloudApiKey.js +32 -0
- package/cloudApiKey.js.map +1 -1
- package/cloudOrgMember.d.ts +9 -0
- package/cloudOrgMember.js +9 -0
- package/cloudOrgMember.js.map +1 -1
- package/cloudPluginInstallation.d.ts +32 -0
- package/cloudPluginInstallation.js +32 -0
- package/cloudPluginInstallation.js.map +1 -1
- package/cloudStack.d.ts +49 -38
- package/cloudStack.js +30 -0
- package/cloudStack.js.map +1 -1
- package/cloudStackServiceAccount.d.ts +36 -3
- package/cloudStackServiceAccount.js +33 -0
- package/cloudStackServiceAccount.js.map +1 -1
- package/cloudStackServiceAccountToken.d.ts +28 -0
- package/cloudStackServiceAccountToken.js +28 -0
- package/cloudStackServiceAccountToken.js.map +1 -1
- package/contactPoint.d.ts +44 -9
- package/contactPoint.js +38 -0
- package/contactPoint.js.map +1 -1
- package/dashboard.d.ts +44 -16
- package/dashboard.js +37 -0
- package/dashboard.js.map +1 -1
- package/dashboardPermission.d.ts +55 -3
- package/dashboardPermission.js +52 -0
- package/dashboardPermission.js.map +1 -1
- package/dashboardPermissionItem.d.ts +48 -0
- package/dashboardPermissionItem.js +48 -0
- package/dashboardPermissionItem.js.map +1 -1
- package/dashboardPublic.d.ts +73 -12
- package/dashboardPublic.js +67 -0
- package/dashboardPublic.js.map +1 -1
- package/dataSource.d.ts +102 -36
- package/dataSource.js +78 -0
- package/dataSource.js.map +1 -1
- package/dataSourceConfig.d.ts +69 -18
- package/dataSourceConfig.js +63 -0
- package/dataSourceConfig.js.map +1 -1
- package/dataSourcePermission.d.ts +66 -3
- package/dataSourcePermission.js +63 -0
- package/dataSourcePermission.js.map +1 -1
- package/dataSourcePermissionItem.d.ts +61 -0
- package/dataSourcePermissionItem.js +61 -0
- package/dataSourcePermissionItem.js.map +1 -1
- package/folder.d.ts +43 -9
- package/folder.js +37 -0
- package/folder.js.map +1 -1
- package/folderPermission.d.ts +49 -0
- package/folderPermission.js +49 -0
- package/folderPermission.js.map +1 -1
- package/folderPermissionItem.d.ts +47 -0
- package/folderPermissionItem.js +47 -0
- package/folderPermissionItem.js.map +1 -1
- package/getCloudIps.d.ts +43 -0
- package/getCloudIps.js +28 -0
- package/getCloudIps.js.map +1 -1
- package/getCloudOrganization.d.ts +37 -0
- package/getCloudOrganization.js +28 -0
- package/getCloudOrganization.js.map +1 -1
- package/getCloudStack.d.ts +84 -0
- package/getCloudStack.js +6 -0
- package/getCloudStack.js.map +1 -1
- package/getDashboard.d.ts +114 -0
- package/getDashboard.js +64 -0
- package/getDashboard.js.map +1 -1
- package/getDashboards.d.ts +56 -0
- package/getDashboards.js +14 -0
- package/getDashboards.js.map +1 -1
- package/getDataSource.d.ts +118 -0
- package/getDataSource.js +76 -0
- package/getDataSource.js.map +1 -1
- package/getFolder.d.ts +71 -0
- package/getFolder.js +44 -0
- package/getFolder.js.map +1 -1
- package/getFolders.d.ts +60 -0
- package/getFolders.js +48 -0
- package/getFolders.js.map +1 -1
- package/getLibraryPanel.d.ts +65 -0
- package/getLibraryPanel.js +6 -0
- package/getLibraryPanel.js.map +1 -1
- package/getOnCallSlackChannel.d.ts +44 -0
- package/getOnCallSlackChannel.js +32 -0
- package/getOnCallSlackChannel.js.map +1 -1
- package/getOncallAction.d.ts +21 -0
- package/getOncallAction.js +12 -0
- package/getOncallAction.js.map +1 -1
- package/getOncallEscalationChain.d.ts +41 -0
- package/getOncallEscalationChain.js +32 -0
- package/getOncallEscalationChain.js.map +1 -1
- package/getOncallIntegration.d.ts +44 -0
- package/getOncallIntegration.js +32 -0
- package/getOncallIntegration.js.map +1 -1
- package/getOncallOutgoingWebhook.d.ts +41 -0
- package/getOncallOutgoingWebhook.js +32 -0
- package/getOncallOutgoingWebhook.js.map +1 -1
- package/getOncallSchedule.d.ts +46 -0
- package/getOncallSchedule.js +34 -0
- package/getOncallSchedule.js.map +1 -1
- package/getOncallTeam.d.ts +37 -0
- package/getOncallTeam.js +28 -0
- package/getOncallTeam.js.map +1 -1
- package/getOncallUser.d.ts +47 -0
- package/getOncallUser.js +32 -0
- package/getOncallUser.js.map +1 -1
- package/getOncallUserGroup.d.ts +32 -0
- package/getOncallUserGroup.js +32 -0
- package/getOncallUserGroup.js.map +1 -1
- package/getOrganization.d.ts +70 -0
- package/getOrganization.js +52 -0
- package/getOrganization.js.map +1 -1
- package/getOrganizationPreferences.d.ts +53 -0
- package/getOrganizationPreferences.js +30 -0
- package/getOrganizationPreferences.js.map +1 -1
- package/getRole.d.ts +118 -0
- package/getRole.js +82 -0
- package/getRole.js.map +1 -1
- package/getServiceAccount.d.ts +32 -0
- package/getServiceAccount.js +8 -0
- package/getServiceAccount.js.map +1 -1
- package/getSlos.d.ts +17 -0
- package/getSlos.js +14 -0
- package/getSlos.js.map +1 -1
- package/getSyntheticMonitoringProbe.d.ts +62 -0
- package/getSyntheticMonitoringProbe.js +32 -0
- package/getSyntheticMonitoringProbe.js.map +1 -1
- package/getSyntheticMonitoringProbes.d.ts +40 -0
- package/getSyntheticMonitoringProbes.js +28 -0
- package/getSyntheticMonitoringProbes.js.map +1 -1
- package/getTeam.d.ts +50 -0
- package/getTeam.js +50 -0
- package/getTeam.js.map +1 -1
- package/getUser.d.ts +99 -0
- package/getUser.js +66 -0
- package/getUser.js.map +1 -1
- package/getUsers.d.ts +51 -0
- package/getUsers.js +48 -0
- package/getUsers.js.map +1 -1
- package/libraryPanel.d.ts +43 -12
- package/libraryPanel.js +37 -0
- package/libraryPanel.js.map +1 -1
- package/machineLearningHoliday.d.ts +14 -3
- package/machineLearningHoliday.js +11 -0
- package/machineLearningHoliday.js.map +1 -1
- package/machineLearningJob.d.ts +18 -12
- package/machineLearningJob.js +9 -0
- package/machineLearningJob.js.map +1 -1
- package/machineLearningOutlierDetector.d.ts +22 -12
- package/machineLearningOutlierDetector.js +13 -0
- package/machineLearningOutlierDetector.js.map +1 -1
- package/messageTemplate.d.ts +32 -0
- package/messageTemplate.js +32 -0
- package/messageTemplate.js.map +1 -1
- package/muteTiming.d.ts +51 -0
- package/muteTiming.js +51 -0
- package/muteTiming.js.map +1 -1
- package/notificationPolicy.d.ts +98 -9
- package/notificationPolicy.js +92 -0
- package/notificationPolicy.js.map +1 -1
- package/oncallEscalation.d.ts +81 -41
- package/oncallEscalation.js +52 -0
- package/oncallEscalation.js.map +1 -1
- package/oncallEscalationChain.d.ts +25 -6
- package/oncallEscalationChain.js +22 -0
- package/oncallEscalationChain.js.map +1 -1
- package/oncallIntegration.d.ts +16 -15
- package/oncallIntegration.js +10 -0
- package/oncallIntegration.js.map +1 -1
- package/oncallOnCallShift.d.ts +30 -27
- package/oncallOnCallShift.js +9 -0
- package/oncallOnCallShift.js.map +1 -1
- package/oncallOutgoingWebhook.d.ts +34 -21
- package/oncallOutgoingWebhook.js +22 -0
- package/oncallOutgoingWebhook.js.map +1 -1
- package/oncallRoute.d.ts +49 -3
- package/oncallRoute.js +46 -0
- package/oncallRoute.js.map +1 -1
- package/oncallSchedule.d.ts +49 -9
- package/oncallSchedule.js +43 -0
- package/oncallSchedule.js.map +1 -1
- package/organization.d.ts +94 -39
- package/organization.js +37 -0
- package/organization.js.map +1 -1
- package/organizationPreference.d.ts +31 -9
- package/organizationPreference.js +25 -0
- package/organizationPreference.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/playlist.d.ts +41 -0
- package/playlist.js +41 -0
- package/playlist.js.map +1 -1
- package/report.d.ts +56 -15
- package/report.js +41 -0
- package/report.js.map +1 -1
- package/role.d.ts +58 -15
- package/role.js +46 -0
- package/role.js.map +1 -1
- package/roleAssignment.d.ts +48 -0
- package/roleAssignment.js +48 -0
- package/roleAssignment.js.map +1 -1
- package/roleAssignmentItem.d.ts +51 -0
- package/roleAssignmentItem.js +51 -0
- package/roleAssignmentItem.js.map +1 -1
- package/ruleGroup.d.ts +117 -9
- package/ruleGroup.js +111 -0
- package/ruleGroup.js.map +1 -1
- package/serviceAccount.d.ts +33 -3
- package/serviceAccount.js +30 -0
- package/serviceAccount.js.map +1 -1
- package/serviceAccountPermission.d.ts +50 -0
- package/serviceAccountPermission.js +50 -0
- package/serviceAccountPermission.js.map +1 -1
- package/serviceAccountPermissionItem.d.ts +44 -0
- package/serviceAccountPermissionItem.js +44 -0
- package/serviceAccountPermissionItem.js.map +1 -1
- package/serviceAccountToken.d.ts +27 -9
- package/serviceAccountToken.js +24 -0
- package/serviceAccountToken.js.map +1 -1
- package/slo.d.ts +39 -27
- package/slo.js +15 -0
- package/slo.js.map +1 -1
- package/ssoSettings.d.ts +75 -3
- package/ssoSettings.js +72 -0
- package/ssoSettings.js.map +1 -1
- package/syntheticMonitoringCheck.d.ts +431 -36
- package/syntheticMonitoringCheck.js +413 -0
- package/syntheticMonitoringCheck.js.map +1 -1
- package/syntheticMonitoringInstallation.d.ts +75 -24
- package/syntheticMonitoringInstallation.js +69 -0
- package/syntheticMonitoringInstallation.js.map +1 -1
- package/syntheticMonitoringProbe.d.ts +39 -6
- package/syntheticMonitoringProbe.js +36 -0
- package/syntheticMonitoringProbe.js.map +1 -1
- package/team.d.ts +33 -0
- package/team.js +33 -0
- package/team.js.map +1 -1
- package/teamExternalGroup.d.ts +31 -0
- package/teamExternalGroup.js +31 -0
- package/teamExternalGroup.js.map +1 -1
- package/types/input.d.ts +123 -123
- package/types/output.d.ts +123 -123
- package/user.d.ts +33 -3
- package/user.js +30 -0
- 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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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-
|
|
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
|
|
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
|
|
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 [
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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:
|
|
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,
|
|
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
|
|
2336
|
+
* The HTTP headers set for the probe.
|
|
2337
2337
|
*/
|
|
2338
2338
|
headers?: pulumi.Input<pulumi.Input<inputs.SyntheticMonitoringCheckSettingsMultihttpEntryRequestHeader>[]>;
|
|
2339
2339
|
/**
|
|
2340
|
-
*
|
|
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
|
-
*
|
|
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
|
|
2378
|
+
* Name of the header to send
|
|
2379
2379
|
*/
|
|
2380
2380
|
name: pulumi.Input<string>;
|
|
2381
2381
|
/**
|
|
2382
|
-
*
|
|
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
|
|
2392
|
+
* The expression of the assertion. Should start with $.
|
|
2393
2393
|
*/
|
|
2394
2394
|
expression?: pulumi.Input<string>;
|
|
2395
2395
|
/**
|
|
2396
|
-
*
|
|
2396
|
+
* Name of the header to send
|
|
2397
2397
|
*/
|
|
2398
2398
|
name?: pulumi.Input<string>;
|
|
2399
2399
|
/**
|
|
2400
|
-
* The
|
|
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
|
}
|