@pulumi/signalfx 7.1.4 → 7.1.5
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/alertMutingRule.d.ts +27 -33
- package/alertMutingRule.js +2 -18
- package/alertMutingRule.js.map +1 -1
- package/aws/externalIntegration.d.ts +7 -19
- package/aws/externalIntegration.js +0 -12
- package/aws/externalIntegration.js.map +1 -1
- package/aws/integration.d.ts +68 -135
- package/aws/integration.js +0 -37
- package/aws/integration.js.map +1 -1
- package/aws/tokenIntegration.d.ts +5 -16
- package/aws/tokenIntegration.js +0 -11
- package/aws/tokenIntegration.js.map +1 -1
- package/azure/integration.d.ts +39 -95
- package/azure/integration.js +0 -26
- package/azure/integration.js.map +1 -1
- package/dashboard.d.ts +62 -62
- package/dashboardGroup.d.ts +21 -54
- package/dashboardGroup.js +0 -33
- package/dashboardGroup.js.map +1 -1
- package/dataLink.d.ts +12 -46
- package/dataLink.js +0 -28
- package/dataLink.js.map +1 -1
- package/detector.d.ts +55 -114
- package/detector.js +0 -51
- package/detector.js.map +1 -1
- package/eventFeedChart.d.ts +20 -38
- package/eventFeedChart.js +0 -18
- package/eventFeedChart.js.map +1 -1
- package/gcp/integration.d.ts +30 -61
- package/gcp/integration.js +0 -19
- package/gcp/integration.js.map +1 -1
- package/heatmapChart.d.ts +44 -78
- package/heatmapChart.js +0 -34
- package/heatmapChart.js.map +1 -1
- package/jira/integration.d.ts +21 -48
- package/jira/integration.js +0 -21
- package/jira/integration.js.map +1 -1
- package/listChart.d.ts +62 -109
- package/listChart.js +0 -44
- package/listChart.js.map +1 -1
- package/log/timeline.d.ts +23 -42
- package/log/timeline.js +0 -19
- package/log/timeline.js.map +1 -1
- package/log/view.d.ts +29 -50
- package/log/view.js +0 -21
- package/log/view.js.map +1 -1
- package/metricRuleset.d.ts +9 -31
- package/metricRuleset.js +0 -22
- package/metricRuleset.js.map +1 -1
- package/opsgenie/integration.d.ts +12 -25
- package/opsgenie/integration.js +0 -13
- package/opsgenie/integration.js.map +1 -1
- package/orgToken.d.ts +36 -47
- package/orgToken.js +0 -29
- package/orgToken.js.map +1 -1
- package/package.json +2 -2
- package/pagerduty/getIntegration.d.ts +12 -20
- package/pagerduty/getIntegration.js +0 -20
- package/pagerduty/getIntegration.js.map +1 -1
- package/pagerduty/integration.d.ts +9 -20
- package/pagerduty/integration.js +0 -11
- package/pagerduty/integration.js.map +1 -1
- package/servicenow/integration.d.ts +15 -44
- package/servicenow/integration.js +0 -17
- package/servicenow/integration.js.map +1 -1
- package/singleValueChart.d.ts +38 -73
- package/singleValueChart.js +0 -35
- package/singleValueChart.js.map +1 -1
- package/slack/integration.d.ts +9 -21
- package/slack/integration.js +0 -12
- package/slack/integration.js.map +1 -1
- package/slo.d.ts +12 -52
- package/slo.js +0 -37
- package/slo.js.map +1 -1
- package/tableChart.d.ts +14 -30
- package/tableChart.js +0 -16
- package/tableChart.js.map +1 -1
- package/team.d.ts +29 -50
- package/team.js +0 -21
- package/team.js.map +1 -1
- package/textChart.d.ts +11 -26
- package/textChart.js +0 -15
- package/textChart.js.map +1 -1
- package/timeChart.d.ts +92 -146
- package/timeChart.js +0 -66
- package/timeChart.js.map +1 -1
- package/types/input.d.ts +211 -182
- package/types/output.d.ts +211 -182
- package/victorops/integration.d.ts +9 -21
- package/victorops/integration.js +0 -12
- package/victorops/integration.js.map +1 -1
- package/webhookIntegration.d.ts +36 -28
- package/webhookIntegration.js +4 -16
- package/webhookIntegration.js.map +1 -1
package/dashboard.d.ts
CHANGED
|
@@ -18,85 +18,85 @@ export declare class Dashboard extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is Dashboard;
|
|
20
20
|
/**
|
|
21
|
-
* Team IDs that have write access to this dashboard
|
|
21
|
+
* Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
22
22
|
*
|
|
23
23
|
* @deprecated Please use permissions_* fields now
|
|
24
24
|
*/
|
|
25
25
|
readonly authorizedWriterTeams: pulumi.Output<string[] | undefined>;
|
|
26
26
|
/**
|
|
27
|
-
* User IDs that have write access to this dashboard
|
|
27
|
+
* User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
28
28
|
*
|
|
29
29
|
* @deprecated Please use permissions fields now
|
|
30
30
|
*/
|
|
31
31
|
readonly authorizedWriterUsers: pulumi.Output<string[] | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
* Chart ID and layout information for the charts in the dashboard
|
|
33
|
+
* Chart ID and layout information for the charts in the dashboard.
|
|
34
34
|
*/
|
|
35
35
|
readonly charts: pulumi.Output<outputs.DashboardChart[] | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of "default"
|
|
38
|
-
* or "highest". default by default
|
|
37
|
+
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
|
39
38
|
*/
|
|
40
39
|
readonly chartsResolution: pulumi.Output<string | undefined>;
|
|
41
40
|
/**
|
|
42
|
-
* Column layout. Charts listed
|
|
41
|
+
* Column layout. Charts listed will be placed in a single column with the same width and height.
|
|
43
42
|
*/
|
|
44
43
|
readonly columns: pulumi.Output<outputs.DashboardColumn[] | undefined>;
|
|
45
44
|
/**
|
|
46
|
-
* The ID of the dashboard group that contains the dashboard.
|
|
47
|
-
* be placed in a newly created dashboard group
|
|
45
|
+
* The ID of the dashboard group that contains the dashboard.
|
|
48
46
|
*/
|
|
49
47
|
readonly dashboardGroup: pulumi.Output<string>;
|
|
50
48
|
/**
|
|
51
|
-
* Description of the dashboard
|
|
49
|
+
* Description of the dashboard.
|
|
52
50
|
*/
|
|
53
51
|
readonly description: pulumi.Output<string | undefined>;
|
|
54
52
|
readonly discoveryOptionsQuery: pulumi.Output<string | undefined>;
|
|
55
53
|
readonly discoveryOptionsSelectors: pulumi.Output<string[] | undefined>;
|
|
56
54
|
/**
|
|
57
|
-
* Seconds since epoch
|
|
55
|
+
* Seconds since epoch. Used for visualization.
|
|
58
56
|
*/
|
|
59
57
|
readonly endTime: pulumi.Output<number | undefined>;
|
|
60
58
|
/**
|
|
61
|
-
*
|
|
59
|
+
* Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the *suggested* event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the `selectedEventOverlay` property instead.
|
|
62
60
|
*/
|
|
63
61
|
readonly eventOverlays: pulumi.Output<outputs.DashboardEventOverlay[] | undefined>;
|
|
64
62
|
/**
|
|
65
|
-
* Filter to apply to
|
|
63
|
+
* Filter to apply to the charts when displaying the dashboard.
|
|
66
64
|
*/
|
|
67
65
|
readonly filters: pulumi.Output<outputs.DashboardFilter[] | undefined>;
|
|
68
66
|
/**
|
|
69
|
-
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart
|
|
70
|
-
* fit in a row, it will be placed automatically in the next row
|
|
67
|
+
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
|
|
71
68
|
*/
|
|
72
69
|
readonly grids: pulumi.Output<outputs.DashboardGrid[] | undefined>;
|
|
73
70
|
/**
|
|
74
|
-
* Name of the dashboard
|
|
71
|
+
* Name of the dashboard.
|
|
75
72
|
*/
|
|
76
73
|
readonly name: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) Controls who can view and/or edit your dashboard. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
76
|
+
*/
|
|
77
77
|
readonly permissions: pulumi.Output<outputs.DashboardPermissions>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Defines event overlays which are enabled by **default**. Any overlay specified here should have an accompanying entry in `eventOverlay`, which are similar to the properties here.
|
|
80
80
|
*/
|
|
81
81
|
readonly selectedEventOverlays: pulumi.Output<outputs.DashboardSelectedEventOverlay[] | undefined>;
|
|
82
82
|
/**
|
|
83
|
-
* Seconds since epoch
|
|
83
|
+
* Seconds since epoch. Used for visualization.
|
|
84
84
|
*/
|
|
85
85
|
readonly startTime: pulumi.Output<number | undefined>;
|
|
86
86
|
/**
|
|
87
|
-
* Tags of the dashboard
|
|
87
|
+
* Tags of the dashboard.
|
|
88
88
|
*/
|
|
89
89
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
|
92
92
|
*/
|
|
93
93
|
readonly timeRange: pulumi.Output<string | undefined>;
|
|
94
94
|
/**
|
|
95
|
-
* URL of the dashboard
|
|
95
|
+
* The URL of the dashboard.
|
|
96
96
|
*/
|
|
97
97
|
readonly url: pulumi.Output<string>;
|
|
98
98
|
/**
|
|
99
|
-
* Dashboard variable to apply to each chart in the dashboard
|
|
99
|
+
* Dashboard variable to apply to each chart in the dashboard.
|
|
100
100
|
*/
|
|
101
101
|
readonly variables: pulumi.Output<outputs.DashboardVariable[] | undefined>;
|
|
102
102
|
/**
|
|
@@ -113,85 +113,85 @@ export declare class Dashboard extends pulumi.CustomResource {
|
|
|
113
113
|
*/
|
|
114
114
|
export interface DashboardState {
|
|
115
115
|
/**
|
|
116
|
-
* Team IDs that have write access to this dashboard
|
|
116
|
+
* Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
117
117
|
*
|
|
118
118
|
* @deprecated Please use permissions_* fields now
|
|
119
119
|
*/
|
|
120
120
|
authorizedWriterTeams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
121
121
|
/**
|
|
122
|
-
* User IDs that have write access to this dashboard
|
|
122
|
+
* User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
123
123
|
*
|
|
124
124
|
* @deprecated Please use permissions fields now
|
|
125
125
|
*/
|
|
126
126
|
authorizedWriterUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
127
127
|
/**
|
|
128
|
-
* Chart ID and layout information for the charts in the dashboard
|
|
128
|
+
* Chart ID and layout information for the charts in the dashboard.
|
|
129
129
|
*/
|
|
130
130
|
charts?: pulumi.Input<pulumi.Input<inputs.DashboardChart>[]>;
|
|
131
131
|
/**
|
|
132
|
-
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of "default"
|
|
133
|
-
* or "highest". default by default
|
|
132
|
+
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
|
134
133
|
*/
|
|
135
134
|
chartsResolution?: pulumi.Input<string>;
|
|
136
135
|
/**
|
|
137
|
-
* Column layout. Charts listed
|
|
136
|
+
* Column layout. Charts listed will be placed in a single column with the same width and height.
|
|
138
137
|
*/
|
|
139
138
|
columns?: pulumi.Input<pulumi.Input<inputs.DashboardColumn>[]>;
|
|
140
139
|
/**
|
|
141
|
-
* The ID of the dashboard group that contains the dashboard.
|
|
142
|
-
* be placed in a newly created dashboard group
|
|
140
|
+
* The ID of the dashboard group that contains the dashboard.
|
|
143
141
|
*/
|
|
144
142
|
dashboardGroup?: pulumi.Input<string>;
|
|
145
143
|
/**
|
|
146
|
-
* Description of the dashboard
|
|
144
|
+
* Description of the dashboard.
|
|
147
145
|
*/
|
|
148
146
|
description?: pulumi.Input<string>;
|
|
149
147
|
discoveryOptionsQuery?: pulumi.Input<string>;
|
|
150
148
|
discoveryOptionsSelectors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
151
149
|
/**
|
|
152
|
-
* Seconds since epoch
|
|
150
|
+
* Seconds since epoch. Used for visualization.
|
|
153
151
|
*/
|
|
154
152
|
endTime?: pulumi.Input<number>;
|
|
155
153
|
/**
|
|
156
|
-
*
|
|
154
|
+
* Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the *suggested* event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the `selectedEventOverlay` property instead.
|
|
157
155
|
*/
|
|
158
156
|
eventOverlays?: pulumi.Input<pulumi.Input<inputs.DashboardEventOverlay>[]>;
|
|
159
157
|
/**
|
|
160
|
-
* Filter to apply to
|
|
158
|
+
* Filter to apply to the charts when displaying the dashboard.
|
|
161
159
|
*/
|
|
162
160
|
filters?: pulumi.Input<pulumi.Input<inputs.DashboardFilter>[]>;
|
|
163
161
|
/**
|
|
164
|
-
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart
|
|
165
|
-
* fit in a row, it will be placed automatically in the next row
|
|
162
|
+
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
|
|
166
163
|
*/
|
|
167
164
|
grids?: pulumi.Input<pulumi.Input<inputs.DashboardGrid>[]>;
|
|
168
165
|
/**
|
|
169
|
-
* Name of the dashboard
|
|
166
|
+
* Name of the dashboard.
|
|
170
167
|
*/
|
|
171
168
|
name?: pulumi.Input<string>;
|
|
169
|
+
/**
|
|
170
|
+
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) Controls who can view and/or edit your dashboard. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
171
|
+
*/
|
|
172
172
|
permissions?: pulumi.Input<inputs.DashboardPermissions>;
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* Defines event overlays which are enabled by **default**. Any overlay specified here should have an accompanying entry in `eventOverlay`, which are similar to the properties here.
|
|
175
175
|
*/
|
|
176
176
|
selectedEventOverlays?: pulumi.Input<pulumi.Input<inputs.DashboardSelectedEventOverlay>[]>;
|
|
177
177
|
/**
|
|
178
|
-
* Seconds since epoch
|
|
178
|
+
* Seconds since epoch. Used for visualization.
|
|
179
179
|
*/
|
|
180
180
|
startTime?: pulumi.Input<number>;
|
|
181
181
|
/**
|
|
182
|
-
* Tags of the dashboard
|
|
182
|
+
* Tags of the dashboard.
|
|
183
183
|
*/
|
|
184
184
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
|
187
187
|
*/
|
|
188
188
|
timeRange?: pulumi.Input<string>;
|
|
189
189
|
/**
|
|
190
|
-
* URL of the dashboard
|
|
190
|
+
* The URL of the dashboard.
|
|
191
191
|
*/
|
|
192
192
|
url?: pulumi.Input<string>;
|
|
193
193
|
/**
|
|
194
|
-
* Dashboard variable to apply to each chart in the dashboard
|
|
194
|
+
* Dashboard variable to apply to each chart in the dashboard.
|
|
195
195
|
*/
|
|
196
196
|
variables?: pulumi.Input<pulumi.Input<inputs.DashboardVariable>[]>;
|
|
197
197
|
}
|
|
@@ -200,81 +200,81 @@ export interface DashboardState {
|
|
|
200
200
|
*/
|
|
201
201
|
export interface DashboardArgs {
|
|
202
202
|
/**
|
|
203
|
-
* Team IDs that have write access to this dashboard
|
|
203
|
+
* Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
204
204
|
*
|
|
205
205
|
* @deprecated Please use permissions_* fields now
|
|
206
206
|
*/
|
|
207
207
|
authorizedWriterTeams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
208
208
|
/**
|
|
209
|
-
* User IDs that have write access to this dashboard
|
|
209
|
+
* User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
210
210
|
*
|
|
211
211
|
* @deprecated Please use permissions fields now
|
|
212
212
|
*/
|
|
213
213
|
authorizedWriterUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
214
214
|
/**
|
|
215
|
-
* Chart ID and layout information for the charts in the dashboard
|
|
215
|
+
* Chart ID and layout information for the charts in the dashboard.
|
|
216
216
|
*/
|
|
217
217
|
charts?: pulumi.Input<pulumi.Input<inputs.DashboardChart>[]>;
|
|
218
218
|
/**
|
|
219
|
-
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of "default"
|
|
220
|
-
* or "highest". default by default
|
|
219
|
+
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
|
221
220
|
*/
|
|
222
221
|
chartsResolution?: pulumi.Input<string>;
|
|
223
222
|
/**
|
|
224
|
-
* Column layout. Charts listed
|
|
223
|
+
* Column layout. Charts listed will be placed in a single column with the same width and height.
|
|
225
224
|
*/
|
|
226
225
|
columns?: pulumi.Input<pulumi.Input<inputs.DashboardColumn>[]>;
|
|
227
226
|
/**
|
|
228
|
-
* The ID of the dashboard group that contains the dashboard.
|
|
229
|
-
* be placed in a newly created dashboard group
|
|
227
|
+
* The ID of the dashboard group that contains the dashboard.
|
|
230
228
|
*/
|
|
231
229
|
dashboardGroup: pulumi.Input<string>;
|
|
232
230
|
/**
|
|
233
|
-
* Description of the dashboard
|
|
231
|
+
* Description of the dashboard.
|
|
234
232
|
*/
|
|
235
233
|
description?: pulumi.Input<string>;
|
|
236
234
|
discoveryOptionsQuery?: pulumi.Input<string>;
|
|
237
235
|
discoveryOptionsSelectors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
238
236
|
/**
|
|
239
|
-
* Seconds since epoch
|
|
237
|
+
* Seconds since epoch. Used for visualization.
|
|
240
238
|
*/
|
|
241
239
|
endTime?: pulumi.Input<number>;
|
|
242
240
|
/**
|
|
243
|
-
*
|
|
241
|
+
* Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the *suggested* event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the `selectedEventOverlay` property instead.
|
|
244
242
|
*/
|
|
245
243
|
eventOverlays?: pulumi.Input<pulumi.Input<inputs.DashboardEventOverlay>[]>;
|
|
246
244
|
/**
|
|
247
|
-
* Filter to apply to
|
|
245
|
+
* Filter to apply to the charts when displaying the dashboard.
|
|
248
246
|
*/
|
|
249
247
|
filters?: pulumi.Input<pulumi.Input<inputs.DashboardFilter>[]>;
|
|
250
248
|
/**
|
|
251
|
-
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart
|
|
252
|
-
* fit in a row, it will be placed automatically in the next row
|
|
249
|
+
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
|
|
253
250
|
*/
|
|
254
251
|
grids?: pulumi.Input<pulumi.Input<inputs.DashboardGrid>[]>;
|
|
255
252
|
/**
|
|
256
|
-
* Name of the dashboard
|
|
253
|
+
* Name of the dashboard.
|
|
257
254
|
*/
|
|
258
255
|
name?: pulumi.Input<string>;
|
|
256
|
+
/**
|
|
257
|
+
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) Controls who can view and/or edit your dashboard. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
258
|
+
*/
|
|
259
259
|
permissions?: pulumi.Input<inputs.DashboardPermissions>;
|
|
260
260
|
/**
|
|
261
|
-
*
|
|
261
|
+
* Defines event overlays which are enabled by **default**. Any overlay specified here should have an accompanying entry in `eventOverlay`, which are similar to the properties here.
|
|
262
262
|
*/
|
|
263
263
|
selectedEventOverlays?: pulumi.Input<pulumi.Input<inputs.DashboardSelectedEventOverlay>[]>;
|
|
264
264
|
/**
|
|
265
|
-
* Seconds since epoch
|
|
265
|
+
* Seconds since epoch. Used for visualization.
|
|
266
266
|
*/
|
|
267
267
|
startTime?: pulumi.Input<number>;
|
|
268
268
|
/**
|
|
269
|
-
* Tags of the dashboard
|
|
269
|
+
* Tags of the dashboard.
|
|
270
270
|
*/
|
|
271
271
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
272
272
|
/**
|
|
273
|
-
*
|
|
273
|
+
* The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
|
274
274
|
*/
|
|
275
275
|
timeRange?: pulumi.Input<string>;
|
|
276
276
|
/**
|
|
277
|
-
* Dashboard variable to apply to each chart in the dashboard
|
|
277
|
+
* Dashboard variable to apply to each chart in the dashboard.
|
|
278
278
|
*/
|
|
279
279
|
variables?: pulumi.Input<pulumi.Input<inputs.DashboardVariable>[]>;
|
|
280
280
|
}
|
package/dashboardGroup.d.ts
CHANGED
|
@@ -13,39 +13,6 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* ## Example with permissions
|
|
14
14
|
*
|
|
15
15
|
* ## Example With mirrored dashboards
|
|
16
|
-
*
|
|
17
|
-
* ## Arguments
|
|
18
|
-
*
|
|
19
|
-
* The following arguments are supported in the resource block:
|
|
20
|
-
*
|
|
21
|
-
* * `name` - (Required) Name of the dashboard group.
|
|
22
|
-
* * `description` - (Required) Description of the dashboard group.
|
|
23
|
-
* * `teams` - (Optional) Team IDs to associate the dashboard group to.
|
|
24
|
-
* * `authorizedWriterTeams` - (Optional) Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
25
|
-
* * `authorizedWriterUsers` - (Optional) User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
26
|
-
* * `permissions` - (Optional) [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) List of read and write permission configuration to specify which user, team, and organization can view and/or edit your dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
27
|
-
* * `principalId` - (Required) ID of the user, team, or organization for which you're granting permissions.
|
|
28
|
-
* * `principalType` - (Required) Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
|
|
29
|
-
* * `actions` - (Required) Action the user, team, or organization can take with the dashboard group. List of values (value can be "READ" or "WRITE").
|
|
30
|
-
* * `dashboard` - (Optional) [Mirrored dashboards](https://docs.splunk.com/observability/en/data-visualization/dashboards/dashboard-share-clone-mirror.html#mirror-dashboard) in this dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
31
|
-
* * `dashboardId` - (Required) The dashboard id to mirror
|
|
32
|
-
* * `nameOverride` - (Optional) The name that will override the original dashboards's name.
|
|
33
|
-
* * `descriptionOverride` - (Optional) The description that will override the original dashboards's description.
|
|
34
|
-
* * `filterOverride` - (Optional) The description that will override the original dashboards's description.
|
|
35
|
-
* * `property` - (Required) The name of a dimension to filter against.
|
|
36
|
-
* * `values` - (Required) A list of values to be used with the `property`, they will be combined via `OR`.
|
|
37
|
-
* * `negated` - (Optional) If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to `false`.
|
|
38
|
-
* * `filterOverride` - (Optional) The description that will override the original dashboards's description.
|
|
39
|
-
* * `property` - (Required) A metric time series dimension or property name.
|
|
40
|
-
* * `values` - (Optional) (Optional) List of of strings (which will be treated as an OR filter on the property).
|
|
41
|
-
* * `valuesSuggested` - (Optional) A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
|
|
42
|
-
*
|
|
43
|
-
* ## Attributes
|
|
44
|
-
*
|
|
45
|
-
* In a addition to all arguments above, the following attributes are exported:
|
|
46
|
-
*
|
|
47
|
-
* * `id` - The ID of the integration.
|
|
48
|
-
* * `dashboard.config_id` - The ID of the association between the dashboard group and the dashboard
|
|
49
16
|
*/
|
|
50
17
|
export declare class DashboardGroup extends pulumi.CustomResource {
|
|
51
18
|
/**
|
|
@@ -64,36 +31,36 @@ export declare class DashboardGroup extends pulumi.CustomResource {
|
|
|
64
31
|
*/
|
|
65
32
|
static isInstance(obj: any): obj is DashboardGroup;
|
|
66
33
|
/**
|
|
67
|
-
* Team IDs that have write access to this dashboard
|
|
34
|
+
* Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
68
35
|
*
|
|
69
36
|
* @deprecated Please use permissions field now
|
|
70
37
|
*/
|
|
71
38
|
readonly authorizedWriterTeams: pulumi.Output<string[] | undefined>;
|
|
72
39
|
/**
|
|
73
|
-
* User IDs that have write access to this dashboard
|
|
40
|
+
* User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
74
41
|
*
|
|
75
42
|
* @deprecated Please use permissions field now
|
|
76
43
|
*/
|
|
77
44
|
readonly authorizedWriterUsers: pulumi.Output<string[] | undefined>;
|
|
78
45
|
/**
|
|
79
|
-
*
|
|
46
|
+
* [Mirrored dashboards](https://docs.splunk.com/observability/en/data-visualization/dashboards/dashboard-share-clone-mirror.html#mirror-dashboard) in this dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
80
47
|
*/
|
|
81
48
|
readonly dashboards: pulumi.Output<outputs.DashboardGroupDashboard[] | undefined>;
|
|
82
49
|
/**
|
|
83
|
-
* Description of the dashboard group
|
|
50
|
+
* Description of the dashboard group.
|
|
84
51
|
*/
|
|
85
52
|
readonly description: pulumi.Output<string | undefined>;
|
|
86
53
|
readonly importQualifiers: pulumi.Output<outputs.DashboardGroupImportQualifier[] | undefined>;
|
|
87
54
|
/**
|
|
88
|
-
* Name of the dashboard group
|
|
55
|
+
* Name of the dashboard group.
|
|
89
56
|
*/
|
|
90
57
|
readonly name: pulumi.Output<string>;
|
|
91
58
|
/**
|
|
92
|
-
*
|
|
59
|
+
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) List of read and write permission configuration to specify which user, team, and organization can view and/or edit your dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
93
60
|
*/
|
|
94
61
|
readonly permissions: pulumi.Output<outputs.DashboardGroupPermission[]>;
|
|
95
62
|
/**
|
|
96
|
-
* Team IDs to associate the dashboard group to
|
|
63
|
+
* Team IDs to associate the dashboard group to.
|
|
97
64
|
*/
|
|
98
65
|
readonly teams: pulumi.Output<string[] | undefined>;
|
|
99
66
|
/**
|
|
@@ -110,36 +77,36 @@ export declare class DashboardGroup extends pulumi.CustomResource {
|
|
|
110
77
|
*/
|
|
111
78
|
export interface DashboardGroupState {
|
|
112
79
|
/**
|
|
113
|
-
* Team IDs that have write access to this dashboard
|
|
80
|
+
* Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
114
81
|
*
|
|
115
82
|
* @deprecated Please use permissions field now
|
|
116
83
|
*/
|
|
117
84
|
authorizedWriterTeams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
118
85
|
/**
|
|
119
|
-
* User IDs that have write access to this dashboard
|
|
86
|
+
* User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
120
87
|
*
|
|
121
88
|
* @deprecated Please use permissions field now
|
|
122
89
|
*/
|
|
123
90
|
authorizedWriterUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
124
91
|
/**
|
|
125
|
-
*
|
|
92
|
+
* [Mirrored dashboards](https://docs.splunk.com/observability/en/data-visualization/dashboards/dashboard-share-clone-mirror.html#mirror-dashboard) in this dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
126
93
|
*/
|
|
127
94
|
dashboards?: pulumi.Input<pulumi.Input<inputs.DashboardGroupDashboard>[]>;
|
|
128
95
|
/**
|
|
129
|
-
* Description of the dashboard group
|
|
96
|
+
* Description of the dashboard group.
|
|
130
97
|
*/
|
|
131
98
|
description?: pulumi.Input<string>;
|
|
132
99
|
importQualifiers?: pulumi.Input<pulumi.Input<inputs.DashboardGroupImportQualifier>[]>;
|
|
133
100
|
/**
|
|
134
|
-
* Name of the dashboard group
|
|
101
|
+
* Name of the dashboard group.
|
|
135
102
|
*/
|
|
136
103
|
name?: pulumi.Input<string>;
|
|
137
104
|
/**
|
|
138
|
-
*
|
|
105
|
+
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) List of read and write permission configuration to specify which user, team, and organization can view and/or edit your dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
139
106
|
*/
|
|
140
107
|
permissions?: pulumi.Input<pulumi.Input<inputs.DashboardGroupPermission>[]>;
|
|
141
108
|
/**
|
|
142
|
-
* Team IDs to associate the dashboard group to
|
|
109
|
+
* Team IDs to associate the dashboard group to.
|
|
143
110
|
*/
|
|
144
111
|
teams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
145
112
|
}
|
|
@@ -148,36 +115,36 @@ export interface DashboardGroupState {
|
|
|
148
115
|
*/
|
|
149
116
|
export interface DashboardGroupArgs {
|
|
150
117
|
/**
|
|
151
|
-
* Team IDs that have write access to this dashboard
|
|
118
|
+
* Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
152
119
|
*
|
|
153
120
|
* @deprecated Please use permissions field now
|
|
154
121
|
*/
|
|
155
122
|
authorizedWriterTeams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
156
123
|
/**
|
|
157
|
-
* User IDs that have write access to this dashboard
|
|
124
|
+
* User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
158
125
|
*
|
|
159
126
|
* @deprecated Please use permissions field now
|
|
160
127
|
*/
|
|
161
128
|
authorizedWriterUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
162
129
|
/**
|
|
163
|
-
*
|
|
130
|
+
* [Mirrored dashboards](https://docs.splunk.com/observability/en/data-visualization/dashboards/dashboard-share-clone-mirror.html#mirror-dashboard) in this dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
164
131
|
*/
|
|
165
132
|
dashboards?: pulumi.Input<pulumi.Input<inputs.DashboardGroupDashboard>[]>;
|
|
166
133
|
/**
|
|
167
|
-
* Description of the dashboard group
|
|
134
|
+
* Description of the dashboard group.
|
|
168
135
|
*/
|
|
169
136
|
description?: pulumi.Input<string>;
|
|
170
137
|
importQualifiers?: pulumi.Input<pulumi.Input<inputs.DashboardGroupImportQualifier>[]>;
|
|
171
138
|
/**
|
|
172
|
-
* Name of the dashboard group
|
|
139
|
+
* Name of the dashboard group.
|
|
173
140
|
*/
|
|
174
141
|
name?: pulumi.Input<string>;
|
|
175
142
|
/**
|
|
176
|
-
*
|
|
143
|
+
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) List of read and write permission configuration to specify which user, team, and organization can view and/or edit your dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
177
144
|
*/
|
|
178
145
|
permissions?: pulumi.Input<pulumi.Input<inputs.DashboardGroupPermission>[]>;
|
|
179
146
|
/**
|
|
180
|
-
* Team IDs to associate the dashboard group to
|
|
147
|
+
* Team IDs to associate the dashboard group to.
|
|
181
148
|
*/
|
|
182
149
|
teams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
183
150
|
}
|
package/dashboardGroup.js
CHANGED
|
@@ -17,39 +17,6 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* ## Example with permissions
|
|
18
18
|
*
|
|
19
19
|
* ## Example With mirrored dashboards
|
|
20
|
-
*
|
|
21
|
-
* ## Arguments
|
|
22
|
-
*
|
|
23
|
-
* The following arguments are supported in the resource block:
|
|
24
|
-
*
|
|
25
|
-
* * `name` - (Required) Name of the dashboard group.
|
|
26
|
-
* * `description` - (Required) Description of the dashboard group.
|
|
27
|
-
* * `teams` - (Optional) Team IDs to associate the dashboard group to.
|
|
28
|
-
* * `authorizedWriterTeams` - (Optional) Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
29
|
-
* * `authorizedWriterUsers` - (Optional) User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
30
|
-
* * `permissions` - (Optional) [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) List of read and write permission configuration to specify which user, team, and organization can view and/or edit your dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
31
|
-
* * `principalId` - (Required) ID of the user, team, or organization for which you're granting permissions.
|
|
32
|
-
* * `principalType` - (Required) Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
|
|
33
|
-
* * `actions` - (Required) Action the user, team, or organization can take with the dashboard group. List of values (value can be "READ" or "WRITE").
|
|
34
|
-
* * `dashboard` - (Optional) [Mirrored dashboards](https://docs.splunk.com/observability/en/data-visualization/dashboards/dashboard-share-clone-mirror.html#mirror-dashboard) in this dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
35
|
-
* * `dashboardId` - (Required) The dashboard id to mirror
|
|
36
|
-
* * `nameOverride` - (Optional) The name that will override the original dashboards's name.
|
|
37
|
-
* * `descriptionOverride` - (Optional) The description that will override the original dashboards's description.
|
|
38
|
-
* * `filterOverride` - (Optional) The description that will override the original dashboards's description.
|
|
39
|
-
* * `property` - (Required) The name of a dimension to filter against.
|
|
40
|
-
* * `values` - (Required) A list of values to be used with the `property`, they will be combined via `OR`.
|
|
41
|
-
* * `negated` - (Optional) If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to `false`.
|
|
42
|
-
* * `filterOverride` - (Optional) The description that will override the original dashboards's description.
|
|
43
|
-
* * `property` - (Required) A metric time series dimension or property name.
|
|
44
|
-
* * `values` - (Optional) (Optional) List of of strings (which will be treated as an OR filter on the property).
|
|
45
|
-
* * `valuesSuggested` - (Optional) A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
|
|
46
|
-
*
|
|
47
|
-
* ## Attributes
|
|
48
|
-
*
|
|
49
|
-
* In a addition to all arguments above, the following attributes are exported:
|
|
50
|
-
*
|
|
51
|
-
* * `id` - The ID of the integration.
|
|
52
|
-
* * `dashboard.config_id` - The ID of the association between the dashboard group and the dashboard
|
|
53
20
|
*/
|
|
54
21
|
class DashboardGroup extends pulumi.CustomResource {
|
|
55
22
|
/**
|
package/dashboardGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboardGroup.js","sourceRoot":"","sources":["../dashboardGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"dashboardGroup.js","sourceRoot":"","sources":["../dashboardGroup.ts"],"names":[],"mappings":"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"}
|