pulumi-signalfx 7.15.0a1753338898__py3-none-any.whl → 7.15.0a1753398070__py3-none-any.whl
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.
- pulumi_signalfx/__init__.py +1 -1
- pulumi_signalfx/_inputs.py +1508 -1509
- pulumi_signalfx/alert_muting_rule.py +82 -83
- pulumi_signalfx/automatedarchival/__init__.py +1 -1
- pulumi_signalfx/automatedarchival/_inputs.py +32 -33
- pulumi_signalfx/automatedarchival/exempt_metric.py +4 -5
- pulumi_signalfx/automatedarchival/outputs.py +21 -22
- pulumi_signalfx/automatedarchival/settings.py +114 -115
- pulumi_signalfx/aws/__init__.py +1 -1
- pulumi_signalfx/aws/_inputs.py +67 -68
- pulumi_signalfx/aws/external_integration.py +36 -37
- pulumi_signalfx/aws/integration.py +351 -352
- pulumi_signalfx/aws/outputs.py +45 -46
- pulumi_signalfx/aws/token_integration.py +36 -37
- pulumi_signalfx/azure/__init__.py +1 -1
- pulumi_signalfx/azure/_inputs.py +19 -20
- pulumi_signalfx/azure/integration.py +245 -246
- pulumi_signalfx/azure/outputs.py +13 -14
- pulumi_signalfx/config/__init__.py +1 -1
- pulumi_signalfx/config/__init__.pyi +1 -2
- pulumi_signalfx/config/vars.py +14 -15
- pulumi_signalfx/dashboard.py +230 -231
- pulumi_signalfx/dashboard_group.py +95 -96
- pulumi_signalfx/data_link.py +64 -65
- pulumi_signalfx/detector.py +331 -332
- pulumi_signalfx/event_feed_chart.py +129 -130
- pulumi_signalfx/gcp/__init__.py +1 -1
- pulumi_signalfx/gcp/_inputs.py +21 -22
- pulumi_signalfx/gcp/integration.py +194 -195
- pulumi_signalfx/gcp/outputs.py +13 -14
- pulumi_signalfx/get_dimension_values.py +21 -22
- pulumi_signalfx/heatmap_chart.py +237 -238
- pulumi_signalfx/jira/__init__.py +1 -1
- pulumi_signalfx/jira/integration.py +205 -206
- pulumi_signalfx/list_chart.py +325 -326
- pulumi_signalfx/log/__init__.py +1 -1
- pulumi_signalfx/log/_inputs.py +19 -20
- pulumi_signalfx/log/outputs.py +13 -14
- pulumi_signalfx/log/timeline.py +146 -147
- pulumi_signalfx/log/view.py +152 -153
- pulumi_signalfx/metric_ruleset.py +98 -99
- pulumi_signalfx/opsgenie/__init__.py +1 -1
- pulumi_signalfx/opsgenie/integration.py +69 -70
- pulumi_signalfx/org_token.py +101 -102
- pulumi_signalfx/organization_members.py +9 -10
- pulumi_signalfx/outputs.py +1014 -1015
- pulumi_signalfx/pagerduty/__init__.py +1 -1
- pulumi_signalfx/pagerduty/get_integration.py +11 -12
- pulumi_signalfx/pagerduty/integration.py +52 -53
- pulumi_signalfx/provider.py +118 -119
- pulumi_signalfx/pulumi-plugin.json +1 -1
- pulumi_signalfx/servicenow/__init__.py +1 -1
- pulumi_signalfx/servicenow/integration.py +137 -138
- pulumi_signalfx/single_value_chart.py +237 -238
- pulumi_signalfx/slack/__init__.py +1 -1
- pulumi_signalfx/slack/integration.py +52 -53
- pulumi_signalfx/slo.py +58 -59
- pulumi_signalfx/slo_chart.py +27 -28
- pulumi_signalfx/table_chart.py +217 -218
- pulumi_signalfx/team.py +163 -164
- pulumi_signalfx/text_chart.py +78 -79
- pulumi_signalfx/time_chart.py +385 -386
- pulumi_signalfx/victorops/__init__.py +1 -1
- pulumi_signalfx/victorops/integration.py +52 -53
- pulumi_signalfx/webhook_integration.py +102 -103
- {pulumi_signalfx-7.15.0a1753338898.dist-info → pulumi_signalfx-7.15.0a1753398070.dist-info}/METADATA +1 -1
- pulumi_signalfx-7.15.0a1753398070.dist-info/RECORD +71 -0
- pulumi_signalfx-7.15.0a1753338898.dist-info/RECORD +0 -71
- {pulumi_signalfx-7.15.0a1753338898.dist-info → pulumi_signalfx-7.15.0a1753398070.dist-info}/WHEEL +0 -0
- {pulumi_signalfx-7.15.0a1753338898.dist-info → pulumi_signalfx-7.15.0a1753398070.dist-info}/top_level.txt +0 -0
pulumi_signalfx/dashboard.py
CHANGED
@@ -2,8 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
-
import builtins
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -22,45 +21,45 @@ __all__ = ['DashboardArgs', 'Dashboard']
|
|
22
21
|
@pulumi.input_type
|
23
22
|
class DashboardArgs:
|
24
23
|
def __init__(__self__, *,
|
25
|
-
dashboard_group: pulumi.Input[
|
26
|
-
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[
|
27
|
-
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[
|
24
|
+
dashboard_group: pulumi.Input[_builtins.str],
|
25
|
+
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
26
|
+
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
28
27
|
charts: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardChartArgs']]]] = None,
|
29
|
-
charts_resolution: Optional[pulumi.Input[
|
28
|
+
charts_resolution: Optional[pulumi.Input[_builtins.str]] = None,
|
30
29
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardColumnArgs']]]] = None,
|
31
|
-
description: Optional[pulumi.Input[
|
32
|
-
discovery_options_query: Optional[pulumi.Input[
|
33
|
-
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[
|
34
|
-
end_time: Optional[pulumi.Input[
|
30
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
31
|
+
discovery_options_query: Optional[pulumi.Input[_builtins.str]] = None,
|
32
|
+
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
33
|
+
end_time: Optional[pulumi.Input[_builtins.int]] = None,
|
35
34
|
event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardEventOverlayArgs']]]] = None,
|
36
35
|
filters: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardFilterArgs']]]] = None,
|
37
36
|
grids: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardGridArgs']]]] = None,
|
38
|
-
name: Optional[pulumi.Input[
|
37
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
39
38
|
permissions: Optional[pulumi.Input['DashboardPermissionsArgs']] = None,
|
40
39
|
selected_event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardSelectedEventOverlayArgs']]]] = None,
|
41
|
-
start_time: Optional[pulumi.Input[
|
42
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
43
|
-
time_range: Optional[pulumi.Input[
|
40
|
+
start_time: Optional[pulumi.Input[_builtins.int]] = None,
|
41
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
42
|
+
time_range: Optional[pulumi.Input[_builtins.str]] = None,
|
44
43
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardVariableArgs']]]] = None):
|
45
44
|
"""
|
46
45
|
The set of arguments for constructing a Dashboard resource.
|
47
|
-
:param pulumi.Input[
|
48
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
49
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
46
|
+
:param pulumi.Input[_builtins.str] dashboard_group: The ID of the dashboard group that contains the dashboard.
|
47
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_writer_teams: 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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
48
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_writer_users: 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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
50
49
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardChartArgs']]] charts: Chart ID and layout information for the charts in the dashboard.
|
51
|
-
:param pulumi.Input[
|
50
|
+
:param pulumi.Input[_builtins.str] charts_resolution: Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
52
51
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardColumnArgs']]] columns: Column layout. Charts listed will be placed in a single column with the same width and height.
|
53
|
-
:param pulumi.Input[
|
54
|
-
:param pulumi.Input[
|
52
|
+
:param pulumi.Input[_builtins.str] description: Description of the dashboard.
|
53
|
+
:param pulumi.Input[_builtins.int] end_time: Seconds since epoch. Used for visualization.
|
55
54
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardEventOverlayArgs']]] event_overlays: 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 `selected_event_overlay` property instead.
|
56
55
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardFilterArgs']]] filters: Filter to apply to the charts when displaying the dashboard.
|
57
56
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardGridArgs']]] grids: 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.
|
58
|
-
:param pulumi.Input[
|
57
|
+
:param pulumi.Input[_builtins.str] name: Name of the dashboard.
|
59
58
|
:param pulumi.Input['DashboardPermissionsArgs'] permissions: [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.
|
60
59
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardSelectedEventOverlayArgs']]] selected_event_overlays: Defines event overlays which are enabled by **default**. Any overlay specified here should have an accompanying entry in `event_overlay`, which are similar to the properties here.
|
61
|
-
:param pulumi.Input[
|
62
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
63
|
-
:param pulumi.Input[
|
60
|
+
:param pulumi.Input[_builtins.int] start_time: Seconds since epoch. Used for visualization.
|
61
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Tags of the dashboard.
|
62
|
+
:param pulumi.Input[_builtins.str] time_range: The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
64
63
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardVariableArgs']]] variables: Dashboard variable to apply to each chart in the dashboard.
|
65
64
|
"""
|
66
65
|
pulumi.set(__self__, "dashboard_group", dashboard_group)
|
@@ -109,45 +108,45 @@ class DashboardArgs:
|
|
109
108
|
if variables is not None:
|
110
109
|
pulumi.set(__self__, "variables", variables)
|
111
110
|
|
112
|
-
@property
|
111
|
+
@_builtins.property
|
113
112
|
@pulumi.getter(name="dashboardGroup")
|
114
|
-
def dashboard_group(self) -> pulumi.Input[
|
113
|
+
def dashboard_group(self) -> pulumi.Input[_builtins.str]:
|
115
114
|
"""
|
116
115
|
The ID of the dashboard group that contains the dashboard.
|
117
116
|
"""
|
118
117
|
return pulumi.get(self, "dashboard_group")
|
119
118
|
|
120
119
|
@dashboard_group.setter
|
121
|
-
def dashboard_group(self, value: pulumi.Input[
|
120
|
+
def dashboard_group(self, value: pulumi.Input[_builtins.str]):
|
122
121
|
pulumi.set(self, "dashboard_group", value)
|
123
122
|
|
124
|
-
@property
|
123
|
+
@_builtins.property
|
125
124
|
@pulumi.getter(name="authorizedWriterTeams")
|
126
125
|
@_utilities.deprecated("""Please use permissions_* fields now""")
|
127
|
-
def authorized_writer_teams(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
126
|
+
def authorized_writer_teams(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
128
127
|
"""
|
129
128
|
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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
130
129
|
"""
|
131
130
|
return pulumi.get(self, "authorized_writer_teams")
|
132
131
|
|
133
132
|
@authorized_writer_teams.setter
|
134
|
-
def authorized_writer_teams(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
133
|
+
def authorized_writer_teams(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
135
134
|
pulumi.set(self, "authorized_writer_teams", value)
|
136
135
|
|
137
|
-
@property
|
136
|
+
@_builtins.property
|
138
137
|
@pulumi.getter(name="authorizedWriterUsers")
|
139
138
|
@_utilities.deprecated("""Please use permissions fields now""")
|
140
|
-
def authorized_writer_users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
139
|
+
def authorized_writer_users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
141
140
|
"""
|
142
141
|
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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
143
142
|
"""
|
144
143
|
return pulumi.get(self, "authorized_writer_users")
|
145
144
|
|
146
145
|
@authorized_writer_users.setter
|
147
|
-
def authorized_writer_users(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
146
|
+
def authorized_writer_users(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
148
147
|
pulumi.set(self, "authorized_writer_users", value)
|
149
148
|
|
150
|
-
@property
|
149
|
+
@_builtins.property
|
151
150
|
@pulumi.getter
|
152
151
|
def charts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardChartArgs']]]]:
|
153
152
|
"""
|
@@ -159,19 +158,19 @@ class DashboardArgs:
|
|
159
158
|
def charts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardChartArgs']]]]):
|
160
159
|
pulumi.set(self, "charts", value)
|
161
160
|
|
162
|
-
@property
|
161
|
+
@_builtins.property
|
163
162
|
@pulumi.getter(name="chartsResolution")
|
164
|
-
def charts_resolution(self) -> Optional[pulumi.Input[
|
163
|
+
def charts_resolution(self) -> Optional[pulumi.Input[_builtins.str]]:
|
165
164
|
"""
|
166
165
|
Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
167
166
|
"""
|
168
167
|
return pulumi.get(self, "charts_resolution")
|
169
168
|
|
170
169
|
@charts_resolution.setter
|
171
|
-
def charts_resolution(self, value: Optional[pulumi.Input[
|
170
|
+
def charts_resolution(self, value: Optional[pulumi.Input[_builtins.str]]):
|
172
171
|
pulumi.set(self, "charts_resolution", value)
|
173
172
|
|
174
|
-
@property
|
173
|
+
@_builtins.property
|
175
174
|
@pulumi.getter
|
176
175
|
def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardColumnArgs']]]]:
|
177
176
|
"""
|
@@ -183,49 +182,49 @@ class DashboardArgs:
|
|
183
182
|
def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardColumnArgs']]]]):
|
184
183
|
pulumi.set(self, "columns", value)
|
185
184
|
|
186
|
-
@property
|
185
|
+
@_builtins.property
|
187
186
|
@pulumi.getter
|
188
|
-
def description(self) -> Optional[pulumi.Input[
|
187
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
189
188
|
"""
|
190
189
|
Description of the dashboard.
|
191
190
|
"""
|
192
191
|
return pulumi.get(self, "description")
|
193
192
|
|
194
193
|
@description.setter
|
195
|
-
def description(self, value: Optional[pulumi.Input[
|
194
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
196
195
|
pulumi.set(self, "description", value)
|
197
196
|
|
198
|
-
@property
|
197
|
+
@_builtins.property
|
199
198
|
@pulumi.getter(name="discoveryOptionsQuery")
|
200
|
-
def discovery_options_query(self) -> Optional[pulumi.Input[
|
199
|
+
def discovery_options_query(self) -> Optional[pulumi.Input[_builtins.str]]:
|
201
200
|
return pulumi.get(self, "discovery_options_query")
|
202
201
|
|
203
202
|
@discovery_options_query.setter
|
204
|
-
def discovery_options_query(self, value: Optional[pulumi.Input[
|
203
|
+
def discovery_options_query(self, value: Optional[pulumi.Input[_builtins.str]]):
|
205
204
|
pulumi.set(self, "discovery_options_query", value)
|
206
205
|
|
207
|
-
@property
|
206
|
+
@_builtins.property
|
208
207
|
@pulumi.getter(name="discoveryOptionsSelectors")
|
209
|
-
def discovery_options_selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
208
|
+
def discovery_options_selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
210
209
|
return pulumi.get(self, "discovery_options_selectors")
|
211
210
|
|
212
211
|
@discovery_options_selectors.setter
|
213
|
-
def discovery_options_selectors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
212
|
+
def discovery_options_selectors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
214
213
|
pulumi.set(self, "discovery_options_selectors", value)
|
215
214
|
|
216
|
-
@property
|
215
|
+
@_builtins.property
|
217
216
|
@pulumi.getter(name="endTime")
|
218
|
-
def end_time(self) -> Optional[pulumi.Input[
|
217
|
+
def end_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
219
218
|
"""
|
220
219
|
Seconds since epoch. Used for visualization.
|
221
220
|
"""
|
222
221
|
return pulumi.get(self, "end_time")
|
223
222
|
|
224
223
|
@end_time.setter
|
225
|
-
def end_time(self, value: Optional[pulumi.Input[
|
224
|
+
def end_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
226
225
|
pulumi.set(self, "end_time", value)
|
227
226
|
|
228
|
-
@property
|
227
|
+
@_builtins.property
|
229
228
|
@pulumi.getter(name="eventOverlays")
|
230
229
|
def event_overlays(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardEventOverlayArgs']]]]:
|
231
230
|
"""
|
@@ -237,7 +236,7 @@ class DashboardArgs:
|
|
237
236
|
def event_overlays(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardEventOverlayArgs']]]]):
|
238
237
|
pulumi.set(self, "event_overlays", value)
|
239
238
|
|
240
|
-
@property
|
239
|
+
@_builtins.property
|
241
240
|
@pulumi.getter
|
242
241
|
def filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardFilterArgs']]]]:
|
243
242
|
"""
|
@@ -249,7 +248,7 @@ class DashboardArgs:
|
|
249
248
|
def filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardFilterArgs']]]]):
|
250
249
|
pulumi.set(self, "filters", value)
|
251
250
|
|
252
|
-
@property
|
251
|
+
@_builtins.property
|
253
252
|
@pulumi.getter
|
254
253
|
def grids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardGridArgs']]]]:
|
255
254
|
"""
|
@@ -261,19 +260,19 @@ class DashboardArgs:
|
|
261
260
|
def grids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardGridArgs']]]]):
|
262
261
|
pulumi.set(self, "grids", value)
|
263
262
|
|
264
|
-
@property
|
263
|
+
@_builtins.property
|
265
264
|
@pulumi.getter
|
266
|
-
def name(self) -> Optional[pulumi.Input[
|
265
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
267
266
|
"""
|
268
267
|
Name of the dashboard.
|
269
268
|
"""
|
270
269
|
return pulumi.get(self, "name")
|
271
270
|
|
272
271
|
@name.setter
|
273
|
-
def name(self, value: Optional[pulumi.Input[
|
272
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
274
273
|
pulumi.set(self, "name", value)
|
275
274
|
|
276
|
-
@property
|
275
|
+
@_builtins.property
|
277
276
|
@pulumi.getter
|
278
277
|
def permissions(self) -> Optional[pulumi.Input['DashboardPermissionsArgs']]:
|
279
278
|
"""
|
@@ -285,7 +284,7 @@ class DashboardArgs:
|
|
285
284
|
def permissions(self, value: Optional[pulumi.Input['DashboardPermissionsArgs']]):
|
286
285
|
pulumi.set(self, "permissions", value)
|
287
286
|
|
288
|
-
@property
|
287
|
+
@_builtins.property
|
289
288
|
@pulumi.getter(name="selectedEventOverlays")
|
290
289
|
def selected_event_overlays(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardSelectedEventOverlayArgs']]]]:
|
291
290
|
"""
|
@@ -297,43 +296,43 @@ class DashboardArgs:
|
|
297
296
|
def selected_event_overlays(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardSelectedEventOverlayArgs']]]]):
|
298
297
|
pulumi.set(self, "selected_event_overlays", value)
|
299
298
|
|
300
|
-
@property
|
299
|
+
@_builtins.property
|
301
300
|
@pulumi.getter(name="startTime")
|
302
|
-
def start_time(self) -> Optional[pulumi.Input[
|
301
|
+
def start_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
303
302
|
"""
|
304
303
|
Seconds since epoch. Used for visualization.
|
305
304
|
"""
|
306
305
|
return pulumi.get(self, "start_time")
|
307
306
|
|
308
307
|
@start_time.setter
|
309
|
-
def start_time(self, value: Optional[pulumi.Input[
|
308
|
+
def start_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
310
309
|
pulumi.set(self, "start_time", value)
|
311
310
|
|
312
|
-
@property
|
311
|
+
@_builtins.property
|
313
312
|
@pulumi.getter
|
314
|
-
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
313
|
+
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
315
314
|
"""
|
316
315
|
Tags of the dashboard.
|
317
316
|
"""
|
318
317
|
return pulumi.get(self, "tags")
|
319
318
|
|
320
319
|
@tags.setter
|
321
|
-
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
320
|
+
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
322
321
|
pulumi.set(self, "tags", value)
|
323
322
|
|
324
|
-
@property
|
323
|
+
@_builtins.property
|
325
324
|
@pulumi.getter(name="timeRange")
|
326
|
-
def time_range(self) -> Optional[pulumi.Input[
|
325
|
+
def time_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
327
326
|
"""
|
328
327
|
The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
329
328
|
"""
|
330
329
|
return pulumi.get(self, "time_range")
|
331
330
|
|
332
331
|
@time_range.setter
|
333
|
-
def time_range(self, value: Optional[pulumi.Input[
|
332
|
+
def time_range(self, value: Optional[pulumi.Input[_builtins.str]]):
|
334
333
|
pulumi.set(self, "time_range", value)
|
335
334
|
|
336
|
-
@property
|
335
|
+
@_builtins.property
|
337
336
|
@pulumi.getter
|
338
337
|
def variables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardVariableArgs']]]]:
|
339
338
|
"""
|
@@ -349,47 +348,47 @@ class DashboardArgs:
|
|
349
348
|
@pulumi.input_type
|
350
349
|
class _DashboardState:
|
351
350
|
def __init__(__self__, *,
|
352
|
-
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[
|
353
|
-
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[
|
351
|
+
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
352
|
+
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
354
353
|
charts: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardChartArgs']]]] = None,
|
355
|
-
charts_resolution: Optional[pulumi.Input[
|
354
|
+
charts_resolution: Optional[pulumi.Input[_builtins.str]] = None,
|
356
355
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardColumnArgs']]]] = None,
|
357
|
-
dashboard_group: Optional[pulumi.Input[
|
358
|
-
description: Optional[pulumi.Input[
|
359
|
-
discovery_options_query: Optional[pulumi.Input[
|
360
|
-
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[
|
361
|
-
end_time: Optional[pulumi.Input[
|
356
|
+
dashboard_group: Optional[pulumi.Input[_builtins.str]] = None,
|
357
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
358
|
+
discovery_options_query: Optional[pulumi.Input[_builtins.str]] = None,
|
359
|
+
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
360
|
+
end_time: Optional[pulumi.Input[_builtins.int]] = None,
|
362
361
|
event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardEventOverlayArgs']]]] = None,
|
363
362
|
filters: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardFilterArgs']]]] = None,
|
364
363
|
grids: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardGridArgs']]]] = None,
|
365
|
-
name: Optional[pulumi.Input[
|
364
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
366
365
|
permissions: Optional[pulumi.Input['DashboardPermissionsArgs']] = None,
|
367
366
|
selected_event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardSelectedEventOverlayArgs']]]] = None,
|
368
|
-
start_time: Optional[pulumi.Input[
|
369
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
370
|
-
time_range: Optional[pulumi.Input[
|
371
|
-
url: Optional[pulumi.Input[
|
367
|
+
start_time: Optional[pulumi.Input[_builtins.int]] = None,
|
368
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
369
|
+
time_range: Optional[pulumi.Input[_builtins.str]] = None,
|
370
|
+
url: Optional[pulumi.Input[_builtins.str]] = None,
|
372
371
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardVariableArgs']]]] = None):
|
373
372
|
"""
|
374
373
|
Input properties used for looking up and filtering Dashboard resources.
|
375
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
376
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
374
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_writer_teams: 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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
375
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_writer_users: 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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
377
376
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardChartArgs']]] charts: Chart ID and layout information for the charts in the dashboard.
|
378
|
-
:param pulumi.Input[
|
377
|
+
:param pulumi.Input[_builtins.str] charts_resolution: Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
379
378
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardColumnArgs']]] columns: Column layout. Charts listed will be placed in a single column with the same width and height.
|
380
|
-
:param pulumi.Input[
|
381
|
-
:param pulumi.Input[
|
382
|
-
:param pulumi.Input[
|
379
|
+
:param pulumi.Input[_builtins.str] dashboard_group: The ID of the dashboard group that contains the dashboard.
|
380
|
+
:param pulumi.Input[_builtins.str] description: Description of the dashboard.
|
381
|
+
:param pulumi.Input[_builtins.int] end_time: Seconds since epoch. Used for visualization.
|
383
382
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardEventOverlayArgs']]] event_overlays: 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 `selected_event_overlay` property instead.
|
384
383
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardFilterArgs']]] filters: Filter to apply to the charts when displaying the dashboard.
|
385
384
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardGridArgs']]] grids: 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.
|
386
|
-
:param pulumi.Input[
|
385
|
+
:param pulumi.Input[_builtins.str] name: Name of the dashboard.
|
387
386
|
:param pulumi.Input['DashboardPermissionsArgs'] permissions: [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.
|
388
387
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardSelectedEventOverlayArgs']]] selected_event_overlays: Defines event overlays which are enabled by **default**. Any overlay specified here should have an accompanying entry in `event_overlay`, which are similar to the properties here.
|
389
|
-
:param pulumi.Input[
|
390
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
391
|
-
:param pulumi.Input[
|
392
|
-
:param pulumi.Input[
|
388
|
+
:param pulumi.Input[_builtins.int] start_time: Seconds since epoch. Used for visualization.
|
389
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Tags of the dashboard.
|
390
|
+
:param pulumi.Input[_builtins.str] time_range: The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
391
|
+
:param pulumi.Input[_builtins.str] url: The URL of the dashboard.
|
393
392
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardVariableArgs']]] variables: Dashboard variable to apply to each chart in the dashboard.
|
394
393
|
"""
|
395
394
|
if authorized_writer_teams is not None:
|
@@ -441,33 +440,33 @@ class _DashboardState:
|
|
441
440
|
if variables is not None:
|
442
441
|
pulumi.set(__self__, "variables", variables)
|
443
442
|
|
444
|
-
@property
|
443
|
+
@_builtins.property
|
445
444
|
@pulumi.getter(name="authorizedWriterTeams")
|
446
445
|
@_utilities.deprecated("""Please use permissions_* fields now""")
|
447
|
-
def authorized_writer_teams(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
446
|
+
def authorized_writer_teams(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
448
447
|
"""
|
449
448
|
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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
450
449
|
"""
|
451
450
|
return pulumi.get(self, "authorized_writer_teams")
|
452
451
|
|
453
452
|
@authorized_writer_teams.setter
|
454
|
-
def authorized_writer_teams(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
453
|
+
def authorized_writer_teams(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
455
454
|
pulumi.set(self, "authorized_writer_teams", value)
|
456
455
|
|
457
|
-
@property
|
456
|
+
@_builtins.property
|
458
457
|
@pulumi.getter(name="authorizedWriterUsers")
|
459
458
|
@_utilities.deprecated("""Please use permissions fields now""")
|
460
|
-
def authorized_writer_users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
459
|
+
def authorized_writer_users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
461
460
|
"""
|
462
461
|
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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
463
462
|
"""
|
464
463
|
return pulumi.get(self, "authorized_writer_users")
|
465
464
|
|
466
465
|
@authorized_writer_users.setter
|
467
|
-
def authorized_writer_users(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
466
|
+
def authorized_writer_users(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
468
467
|
pulumi.set(self, "authorized_writer_users", value)
|
469
468
|
|
470
|
-
@property
|
469
|
+
@_builtins.property
|
471
470
|
@pulumi.getter
|
472
471
|
def charts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardChartArgs']]]]:
|
473
472
|
"""
|
@@ -479,19 +478,19 @@ class _DashboardState:
|
|
479
478
|
def charts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardChartArgs']]]]):
|
480
479
|
pulumi.set(self, "charts", value)
|
481
480
|
|
482
|
-
@property
|
481
|
+
@_builtins.property
|
483
482
|
@pulumi.getter(name="chartsResolution")
|
484
|
-
def charts_resolution(self) -> Optional[pulumi.Input[
|
483
|
+
def charts_resolution(self) -> Optional[pulumi.Input[_builtins.str]]:
|
485
484
|
"""
|
486
485
|
Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
487
486
|
"""
|
488
487
|
return pulumi.get(self, "charts_resolution")
|
489
488
|
|
490
489
|
@charts_resolution.setter
|
491
|
-
def charts_resolution(self, value: Optional[pulumi.Input[
|
490
|
+
def charts_resolution(self, value: Optional[pulumi.Input[_builtins.str]]):
|
492
491
|
pulumi.set(self, "charts_resolution", value)
|
493
492
|
|
494
|
-
@property
|
493
|
+
@_builtins.property
|
495
494
|
@pulumi.getter
|
496
495
|
def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardColumnArgs']]]]:
|
497
496
|
"""
|
@@ -503,61 +502,61 @@ class _DashboardState:
|
|
503
502
|
def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardColumnArgs']]]]):
|
504
503
|
pulumi.set(self, "columns", value)
|
505
504
|
|
506
|
-
@property
|
505
|
+
@_builtins.property
|
507
506
|
@pulumi.getter(name="dashboardGroup")
|
508
|
-
def dashboard_group(self) -> Optional[pulumi.Input[
|
507
|
+
def dashboard_group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
509
508
|
"""
|
510
509
|
The ID of the dashboard group that contains the dashboard.
|
511
510
|
"""
|
512
511
|
return pulumi.get(self, "dashboard_group")
|
513
512
|
|
514
513
|
@dashboard_group.setter
|
515
|
-
def dashboard_group(self, value: Optional[pulumi.Input[
|
514
|
+
def dashboard_group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
516
515
|
pulumi.set(self, "dashboard_group", value)
|
517
516
|
|
518
|
-
@property
|
517
|
+
@_builtins.property
|
519
518
|
@pulumi.getter
|
520
|
-
def description(self) -> Optional[pulumi.Input[
|
519
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
521
520
|
"""
|
522
521
|
Description of the dashboard.
|
523
522
|
"""
|
524
523
|
return pulumi.get(self, "description")
|
525
524
|
|
526
525
|
@description.setter
|
527
|
-
def description(self, value: Optional[pulumi.Input[
|
526
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
528
527
|
pulumi.set(self, "description", value)
|
529
528
|
|
530
|
-
@property
|
529
|
+
@_builtins.property
|
531
530
|
@pulumi.getter(name="discoveryOptionsQuery")
|
532
|
-
def discovery_options_query(self) -> Optional[pulumi.Input[
|
531
|
+
def discovery_options_query(self) -> Optional[pulumi.Input[_builtins.str]]:
|
533
532
|
return pulumi.get(self, "discovery_options_query")
|
534
533
|
|
535
534
|
@discovery_options_query.setter
|
536
|
-
def discovery_options_query(self, value: Optional[pulumi.Input[
|
535
|
+
def discovery_options_query(self, value: Optional[pulumi.Input[_builtins.str]]):
|
537
536
|
pulumi.set(self, "discovery_options_query", value)
|
538
537
|
|
539
|
-
@property
|
538
|
+
@_builtins.property
|
540
539
|
@pulumi.getter(name="discoveryOptionsSelectors")
|
541
|
-
def discovery_options_selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
540
|
+
def discovery_options_selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
542
541
|
return pulumi.get(self, "discovery_options_selectors")
|
543
542
|
|
544
543
|
@discovery_options_selectors.setter
|
545
|
-
def discovery_options_selectors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
544
|
+
def discovery_options_selectors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
546
545
|
pulumi.set(self, "discovery_options_selectors", value)
|
547
546
|
|
548
|
-
@property
|
547
|
+
@_builtins.property
|
549
548
|
@pulumi.getter(name="endTime")
|
550
|
-
def end_time(self) -> Optional[pulumi.Input[
|
549
|
+
def end_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
551
550
|
"""
|
552
551
|
Seconds since epoch. Used for visualization.
|
553
552
|
"""
|
554
553
|
return pulumi.get(self, "end_time")
|
555
554
|
|
556
555
|
@end_time.setter
|
557
|
-
def end_time(self, value: Optional[pulumi.Input[
|
556
|
+
def end_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
558
557
|
pulumi.set(self, "end_time", value)
|
559
558
|
|
560
|
-
@property
|
559
|
+
@_builtins.property
|
561
560
|
@pulumi.getter(name="eventOverlays")
|
562
561
|
def event_overlays(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardEventOverlayArgs']]]]:
|
563
562
|
"""
|
@@ -569,7 +568,7 @@ class _DashboardState:
|
|
569
568
|
def event_overlays(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardEventOverlayArgs']]]]):
|
570
569
|
pulumi.set(self, "event_overlays", value)
|
571
570
|
|
572
|
-
@property
|
571
|
+
@_builtins.property
|
573
572
|
@pulumi.getter
|
574
573
|
def filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardFilterArgs']]]]:
|
575
574
|
"""
|
@@ -581,7 +580,7 @@ class _DashboardState:
|
|
581
580
|
def filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardFilterArgs']]]]):
|
582
581
|
pulumi.set(self, "filters", value)
|
583
582
|
|
584
|
-
@property
|
583
|
+
@_builtins.property
|
585
584
|
@pulumi.getter
|
586
585
|
def grids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardGridArgs']]]]:
|
587
586
|
"""
|
@@ -593,19 +592,19 @@ class _DashboardState:
|
|
593
592
|
def grids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardGridArgs']]]]):
|
594
593
|
pulumi.set(self, "grids", value)
|
595
594
|
|
596
|
-
@property
|
595
|
+
@_builtins.property
|
597
596
|
@pulumi.getter
|
598
|
-
def name(self) -> Optional[pulumi.Input[
|
597
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
599
598
|
"""
|
600
599
|
Name of the dashboard.
|
601
600
|
"""
|
602
601
|
return pulumi.get(self, "name")
|
603
602
|
|
604
603
|
@name.setter
|
605
|
-
def name(self, value: Optional[pulumi.Input[
|
604
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
606
605
|
pulumi.set(self, "name", value)
|
607
606
|
|
608
|
-
@property
|
607
|
+
@_builtins.property
|
609
608
|
@pulumi.getter
|
610
609
|
def permissions(self) -> Optional[pulumi.Input['DashboardPermissionsArgs']]:
|
611
610
|
"""
|
@@ -617,7 +616,7 @@ class _DashboardState:
|
|
617
616
|
def permissions(self, value: Optional[pulumi.Input['DashboardPermissionsArgs']]):
|
618
617
|
pulumi.set(self, "permissions", value)
|
619
618
|
|
620
|
-
@property
|
619
|
+
@_builtins.property
|
621
620
|
@pulumi.getter(name="selectedEventOverlays")
|
622
621
|
def selected_event_overlays(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardSelectedEventOverlayArgs']]]]:
|
623
622
|
"""
|
@@ -629,55 +628,55 @@ class _DashboardState:
|
|
629
628
|
def selected_event_overlays(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DashboardSelectedEventOverlayArgs']]]]):
|
630
629
|
pulumi.set(self, "selected_event_overlays", value)
|
631
630
|
|
632
|
-
@property
|
631
|
+
@_builtins.property
|
633
632
|
@pulumi.getter(name="startTime")
|
634
|
-
def start_time(self) -> Optional[pulumi.Input[
|
633
|
+
def start_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
635
634
|
"""
|
636
635
|
Seconds since epoch. Used for visualization.
|
637
636
|
"""
|
638
637
|
return pulumi.get(self, "start_time")
|
639
638
|
|
640
639
|
@start_time.setter
|
641
|
-
def start_time(self, value: Optional[pulumi.Input[
|
640
|
+
def start_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
642
641
|
pulumi.set(self, "start_time", value)
|
643
642
|
|
644
|
-
@property
|
643
|
+
@_builtins.property
|
645
644
|
@pulumi.getter
|
646
|
-
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
645
|
+
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
647
646
|
"""
|
648
647
|
Tags of the dashboard.
|
649
648
|
"""
|
650
649
|
return pulumi.get(self, "tags")
|
651
650
|
|
652
651
|
@tags.setter
|
653
|
-
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
652
|
+
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
654
653
|
pulumi.set(self, "tags", value)
|
655
654
|
|
656
|
-
@property
|
655
|
+
@_builtins.property
|
657
656
|
@pulumi.getter(name="timeRange")
|
658
|
-
def time_range(self) -> Optional[pulumi.Input[
|
657
|
+
def time_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
659
658
|
"""
|
660
659
|
The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
661
660
|
"""
|
662
661
|
return pulumi.get(self, "time_range")
|
663
662
|
|
664
663
|
@time_range.setter
|
665
|
-
def time_range(self, value: Optional[pulumi.Input[
|
664
|
+
def time_range(self, value: Optional[pulumi.Input[_builtins.str]]):
|
666
665
|
pulumi.set(self, "time_range", value)
|
667
666
|
|
668
|
-
@property
|
667
|
+
@_builtins.property
|
669
668
|
@pulumi.getter
|
670
|
-
def url(self) -> Optional[pulumi.Input[
|
669
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
671
670
|
"""
|
672
671
|
The URL of the dashboard.
|
673
672
|
"""
|
674
673
|
return pulumi.get(self, "url")
|
675
674
|
|
676
675
|
@url.setter
|
677
|
-
def url(self, value: Optional[pulumi.Input[
|
676
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
678
677
|
pulumi.set(self, "url", value)
|
679
678
|
|
680
|
-
@property
|
679
|
+
@_builtins.property
|
681
680
|
@pulumi.getter
|
682
681
|
def variables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardVariableArgs']]]]:
|
683
682
|
"""
|
@@ -696,48 +695,48 @@ class Dashboard(pulumi.CustomResource):
|
|
696
695
|
def __init__(__self__,
|
697
696
|
resource_name: str,
|
698
697
|
opts: Optional[pulumi.ResourceOptions] = None,
|
699
|
-
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[
|
700
|
-
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[
|
698
|
+
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
699
|
+
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
701
700
|
charts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardChartArgs', 'DashboardChartArgsDict']]]]] = None,
|
702
|
-
charts_resolution: Optional[pulumi.Input[
|
701
|
+
charts_resolution: Optional[pulumi.Input[_builtins.str]] = None,
|
703
702
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardColumnArgs', 'DashboardColumnArgsDict']]]]] = None,
|
704
|
-
dashboard_group: Optional[pulumi.Input[
|
705
|
-
description: Optional[pulumi.Input[
|
706
|
-
discovery_options_query: Optional[pulumi.Input[
|
707
|
-
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[
|
708
|
-
end_time: Optional[pulumi.Input[
|
703
|
+
dashboard_group: Optional[pulumi.Input[_builtins.str]] = None,
|
704
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
705
|
+
discovery_options_query: Optional[pulumi.Input[_builtins.str]] = None,
|
706
|
+
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
707
|
+
end_time: Optional[pulumi.Input[_builtins.int]] = None,
|
709
708
|
event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardEventOverlayArgs', 'DashboardEventOverlayArgsDict']]]]] = None,
|
710
709
|
filters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardFilterArgs', 'DashboardFilterArgsDict']]]]] = None,
|
711
710
|
grids: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardGridArgs', 'DashboardGridArgsDict']]]]] = None,
|
712
|
-
name: Optional[pulumi.Input[
|
711
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
713
712
|
permissions: Optional[pulumi.Input[Union['DashboardPermissionsArgs', 'DashboardPermissionsArgsDict']]] = None,
|
714
713
|
selected_event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardSelectedEventOverlayArgs', 'DashboardSelectedEventOverlayArgsDict']]]]] = None,
|
715
|
-
start_time: Optional[pulumi.Input[
|
716
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
717
|
-
time_range: Optional[pulumi.Input[
|
714
|
+
start_time: Optional[pulumi.Input[_builtins.int]] = None,
|
715
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
716
|
+
time_range: Optional[pulumi.Input[_builtins.str]] = None,
|
718
717
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardVariableArgs', 'DashboardVariableArgsDict']]]]] = None,
|
719
718
|
__props__=None):
|
720
719
|
"""
|
721
720
|
Create a Dashboard resource with the given unique name, props, and options.
|
722
721
|
:param str resource_name: The name of the resource.
|
723
722
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
724
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
725
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
723
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_writer_teams: 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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
724
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_writer_users: 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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
726
725
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardChartArgs', 'DashboardChartArgsDict']]]] charts: Chart ID and layout information for the charts in the dashboard.
|
727
|
-
:param pulumi.Input[
|
726
|
+
:param pulumi.Input[_builtins.str] charts_resolution: Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
728
727
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardColumnArgs', 'DashboardColumnArgsDict']]]] columns: Column layout. Charts listed will be placed in a single column with the same width and height.
|
729
|
-
:param pulumi.Input[
|
730
|
-
:param pulumi.Input[
|
731
|
-
:param pulumi.Input[
|
728
|
+
:param pulumi.Input[_builtins.str] dashboard_group: The ID of the dashboard group that contains the dashboard.
|
729
|
+
:param pulumi.Input[_builtins.str] description: Description of the dashboard.
|
730
|
+
:param pulumi.Input[_builtins.int] end_time: Seconds since epoch. Used for visualization.
|
732
731
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardEventOverlayArgs', 'DashboardEventOverlayArgsDict']]]] event_overlays: 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 `selected_event_overlay` property instead.
|
733
732
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardFilterArgs', 'DashboardFilterArgsDict']]]] filters: Filter to apply to the charts when displaying the dashboard.
|
734
733
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardGridArgs', 'DashboardGridArgsDict']]]] grids: 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.
|
735
|
-
:param pulumi.Input[
|
734
|
+
:param pulumi.Input[_builtins.str] name: Name of the dashboard.
|
736
735
|
:param pulumi.Input[Union['DashboardPermissionsArgs', 'DashboardPermissionsArgsDict']] permissions: [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.
|
737
736
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardSelectedEventOverlayArgs', 'DashboardSelectedEventOverlayArgsDict']]]] selected_event_overlays: Defines event overlays which are enabled by **default**. Any overlay specified here should have an accompanying entry in `event_overlay`, which are similar to the properties here.
|
738
|
-
:param pulumi.Input[
|
739
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
740
|
-
:param pulumi.Input[
|
737
|
+
:param pulumi.Input[_builtins.int] start_time: Seconds since epoch. Used for visualization.
|
738
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Tags of the dashboard.
|
739
|
+
:param pulumi.Input[_builtins.str] time_range: The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
741
740
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardVariableArgs', 'DashboardVariableArgsDict']]]] variables: Dashboard variable to apply to each chart in the dashboard.
|
742
741
|
"""
|
743
742
|
...
|
@@ -763,25 +762,25 @@ class Dashboard(pulumi.CustomResource):
|
|
763
762
|
def _internal_init(__self__,
|
764
763
|
resource_name: str,
|
765
764
|
opts: Optional[pulumi.ResourceOptions] = None,
|
766
|
-
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[
|
767
|
-
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[
|
765
|
+
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
766
|
+
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
768
767
|
charts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardChartArgs', 'DashboardChartArgsDict']]]]] = None,
|
769
|
-
charts_resolution: Optional[pulumi.Input[
|
768
|
+
charts_resolution: Optional[pulumi.Input[_builtins.str]] = None,
|
770
769
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardColumnArgs', 'DashboardColumnArgsDict']]]]] = None,
|
771
|
-
dashboard_group: Optional[pulumi.Input[
|
772
|
-
description: Optional[pulumi.Input[
|
773
|
-
discovery_options_query: Optional[pulumi.Input[
|
774
|
-
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[
|
775
|
-
end_time: Optional[pulumi.Input[
|
770
|
+
dashboard_group: Optional[pulumi.Input[_builtins.str]] = None,
|
771
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
772
|
+
discovery_options_query: Optional[pulumi.Input[_builtins.str]] = None,
|
773
|
+
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
774
|
+
end_time: Optional[pulumi.Input[_builtins.int]] = None,
|
776
775
|
event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardEventOverlayArgs', 'DashboardEventOverlayArgsDict']]]]] = None,
|
777
776
|
filters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardFilterArgs', 'DashboardFilterArgsDict']]]]] = None,
|
778
777
|
grids: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardGridArgs', 'DashboardGridArgsDict']]]]] = None,
|
779
|
-
name: Optional[pulumi.Input[
|
778
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
780
779
|
permissions: Optional[pulumi.Input[Union['DashboardPermissionsArgs', 'DashboardPermissionsArgsDict']]] = None,
|
781
780
|
selected_event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardSelectedEventOverlayArgs', 'DashboardSelectedEventOverlayArgsDict']]]]] = None,
|
782
|
-
start_time: Optional[pulumi.Input[
|
783
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
784
|
-
time_range: Optional[pulumi.Input[
|
781
|
+
start_time: Optional[pulumi.Input[_builtins.int]] = None,
|
782
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
783
|
+
time_range: Optional[pulumi.Input[_builtins.str]] = None,
|
785
784
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardVariableArgs', 'DashboardVariableArgsDict']]]]] = None,
|
786
785
|
__props__=None):
|
787
786
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -825,26 +824,26 @@ class Dashboard(pulumi.CustomResource):
|
|
825
824
|
def get(resource_name: str,
|
826
825
|
id: pulumi.Input[str],
|
827
826
|
opts: Optional[pulumi.ResourceOptions] = None,
|
828
|
-
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[
|
829
|
-
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[
|
827
|
+
authorized_writer_teams: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
828
|
+
authorized_writer_users: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
830
829
|
charts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardChartArgs', 'DashboardChartArgsDict']]]]] = None,
|
831
|
-
charts_resolution: Optional[pulumi.Input[
|
830
|
+
charts_resolution: Optional[pulumi.Input[_builtins.str]] = None,
|
832
831
|
columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardColumnArgs', 'DashboardColumnArgsDict']]]]] = None,
|
833
|
-
dashboard_group: Optional[pulumi.Input[
|
834
|
-
description: Optional[pulumi.Input[
|
835
|
-
discovery_options_query: Optional[pulumi.Input[
|
836
|
-
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[
|
837
|
-
end_time: Optional[pulumi.Input[
|
832
|
+
dashboard_group: Optional[pulumi.Input[_builtins.str]] = None,
|
833
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
834
|
+
discovery_options_query: Optional[pulumi.Input[_builtins.str]] = None,
|
835
|
+
discovery_options_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
836
|
+
end_time: Optional[pulumi.Input[_builtins.int]] = None,
|
838
837
|
event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardEventOverlayArgs', 'DashboardEventOverlayArgsDict']]]]] = None,
|
839
838
|
filters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardFilterArgs', 'DashboardFilterArgsDict']]]]] = None,
|
840
839
|
grids: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardGridArgs', 'DashboardGridArgsDict']]]]] = None,
|
841
|
-
name: Optional[pulumi.Input[
|
840
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
842
841
|
permissions: Optional[pulumi.Input[Union['DashboardPermissionsArgs', 'DashboardPermissionsArgsDict']]] = None,
|
843
842
|
selected_event_overlays: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardSelectedEventOverlayArgs', 'DashboardSelectedEventOverlayArgsDict']]]]] = None,
|
844
|
-
start_time: Optional[pulumi.Input[
|
845
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
846
|
-
time_range: Optional[pulumi.Input[
|
847
|
-
url: Optional[pulumi.Input[
|
843
|
+
start_time: Optional[pulumi.Input[_builtins.int]] = None,
|
844
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
845
|
+
time_range: Optional[pulumi.Input[_builtins.str]] = None,
|
846
|
+
url: Optional[pulumi.Input[_builtins.str]] = None,
|
848
847
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DashboardVariableArgs', 'DashboardVariableArgsDict']]]]] = None) -> 'Dashboard':
|
849
848
|
"""
|
850
849
|
Get an existing Dashboard resource's state with the given name, id, and optional extra
|
@@ -853,24 +852,24 @@ class Dashboard(pulumi.CustomResource):
|
|
853
852
|
:param str resource_name: The unique name of the resulting resource.
|
854
853
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
855
854
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
856
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
857
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
855
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_writer_teams: 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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
856
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_writer_users: 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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
858
857
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardChartArgs', 'DashboardChartArgsDict']]]] charts: Chart ID and layout information for the charts in the dashboard.
|
859
|
-
:param pulumi.Input[
|
858
|
+
:param pulumi.Input[_builtins.str] charts_resolution: Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
860
859
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardColumnArgs', 'DashboardColumnArgsDict']]]] columns: Column layout. Charts listed will be placed in a single column with the same width and height.
|
861
|
-
:param pulumi.Input[
|
862
|
-
:param pulumi.Input[
|
863
|
-
:param pulumi.Input[
|
860
|
+
:param pulumi.Input[_builtins.str] dashboard_group: The ID of the dashboard group that contains the dashboard.
|
861
|
+
:param pulumi.Input[_builtins.str] description: Description of the dashboard.
|
862
|
+
:param pulumi.Input[_builtins.int] end_time: Seconds since epoch. Used for visualization.
|
864
863
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardEventOverlayArgs', 'DashboardEventOverlayArgsDict']]]] event_overlays: 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 `selected_event_overlay` property instead.
|
865
864
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardFilterArgs', 'DashboardFilterArgsDict']]]] filters: Filter to apply to the charts when displaying the dashboard.
|
866
865
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardGridArgs', 'DashboardGridArgsDict']]]] grids: 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.
|
867
|
-
:param pulumi.Input[
|
866
|
+
:param pulumi.Input[_builtins.str] name: Name of the dashboard.
|
868
867
|
:param pulumi.Input[Union['DashboardPermissionsArgs', 'DashboardPermissionsArgsDict']] permissions: [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.
|
869
868
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardSelectedEventOverlayArgs', 'DashboardSelectedEventOverlayArgsDict']]]] selected_event_overlays: Defines event overlays which are enabled by **default**. Any overlay specified here should have an accompanying entry in `event_overlay`, which are similar to the properties here.
|
870
|
-
:param pulumi.Input[
|
871
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
872
|
-
:param pulumi.Input[
|
873
|
-
:param pulumi.Input[
|
869
|
+
:param pulumi.Input[_builtins.int] start_time: Seconds since epoch. Used for visualization.
|
870
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Tags of the dashboard.
|
871
|
+
:param pulumi.Input[_builtins.str] time_range: The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
872
|
+
:param pulumi.Input[_builtins.str] url: The URL of the dashboard.
|
874
873
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DashboardVariableArgs', 'DashboardVariableArgsDict']]]] variables: Dashboard variable to apply to each chart in the dashboard.
|
875
874
|
"""
|
876
875
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -900,25 +899,25 @@ class Dashboard(pulumi.CustomResource):
|
|
900
899
|
__props__.__dict__["variables"] = variables
|
901
900
|
return Dashboard(resource_name, opts=opts, __props__=__props__)
|
902
901
|
|
903
|
-
@property
|
902
|
+
@_builtins.property
|
904
903
|
@pulumi.getter(name="authorizedWriterTeams")
|
905
904
|
@_utilities.deprecated("""Please use permissions_* fields now""")
|
906
|
-
def authorized_writer_teams(self) -> pulumi.Output[Optional[Sequence[
|
905
|
+
def authorized_writer_teams(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
907
906
|
"""
|
908
907
|
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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
909
908
|
"""
|
910
909
|
return pulumi.get(self, "authorized_writer_teams")
|
911
910
|
|
912
|
-
@property
|
911
|
+
@_builtins.property
|
913
912
|
@pulumi.getter(name="authorizedWriterUsers")
|
914
913
|
@_utilities.deprecated("""Please use permissions fields now""")
|
915
|
-
def authorized_writer_users(self) -> pulumi.Output[Optional[Sequence[
|
914
|
+
def authorized_writer_users(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
916
915
|
"""
|
917
916
|
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 `authorized_writer_teams`). **Note:** Deprecated use `permissions` instead.
|
918
917
|
"""
|
919
918
|
return pulumi.get(self, "authorized_writer_users")
|
920
919
|
|
921
|
-
@property
|
920
|
+
@_builtins.property
|
922
921
|
@pulumi.getter
|
923
922
|
def charts(self) -> pulumi.Output[Optional[Sequence['outputs.DashboardChart']]]:
|
924
923
|
"""
|
@@ -926,15 +925,15 @@ class Dashboard(pulumi.CustomResource):
|
|
926
925
|
"""
|
927
926
|
return pulumi.get(self, "charts")
|
928
927
|
|
929
|
-
@property
|
928
|
+
@_builtins.property
|
930
929
|
@pulumi.getter(name="chartsResolution")
|
931
|
-
def charts_resolution(self) -> pulumi.Output[Optional[
|
930
|
+
def charts_resolution(self) -> pulumi.Output[Optional[_builtins.str]]:
|
932
931
|
"""
|
933
932
|
Specifies the chart data display resolution for charts in this dashboard. Value can be one of `"default"`, `"low"`, `"high"`, or `"highest"`.
|
934
933
|
"""
|
935
934
|
return pulumi.get(self, "charts_resolution")
|
936
935
|
|
937
|
-
@property
|
936
|
+
@_builtins.property
|
938
937
|
@pulumi.getter
|
939
938
|
def columns(self) -> pulumi.Output[Optional[Sequence['outputs.DashboardColumn']]]:
|
940
939
|
"""
|
@@ -942,41 +941,41 @@ class Dashboard(pulumi.CustomResource):
|
|
942
941
|
"""
|
943
942
|
return pulumi.get(self, "columns")
|
944
943
|
|
945
|
-
@property
|
944
|
+
@_builtins.property
|
946
945
|
@pulumi.getter(name="dashboardGroup")
|
947
|
-
def dashboard_group(self) -> pulumi.Output[
|
946
|
+
def dashboard_group(self) -> pulumi.Output[_builtins.str]:
|
948
947
|
"""
|
949
948
|
The ID of the dashboard group that contains the dashboard.
|
950
949
|
"""
|
951
950
|
return pulumi.get(self, "dashboard_group")
|
952
951
|
|
953
|
-
@property
|
952
|
+
@_builtins.property
|
954
953
|
@pulumi.getter
|
955
|
-
def description(self) -> pulumi.Output[Optional[
|
954
|
+
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
956
955
|
"""
|
957
956
|
Description of the dashboard.
|
958
957
|
"""
|
959
958
|
return pulumi.get(self, "description")
|
960
959
|
|
961
|
-
@property
|
960
|
+
@_builtins.property
|
962
961
|
@pulumi.getter(name="discoveryOptionsQuery")
|
963
|
-
def discovery_options_query(self) -> pulumi.Output[Optional[
|
962
|
+
def discovery_options_query(self) -> pulumi.Output[Optional[_builtins.str]]:
|
964
963
|
return pulumi.get(self, "discovery_options_query")
|
965
964
|
|
966
|
-
@property
|
965
|
+
@_builtins.property
|
967
966
|
@pulumi.getter(name="discoveryOptionsSelectors")
|
968
|
-
def discovery_options_selectors(self) -> pulumi.Output[Optional[Sequence[
|
967
|
+
def discovery_options_selectors(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
969
968
|
return pulumi.get(self, "discovery_options_selectors")
|
970
969
|
|
971
|
-
@property
|
970
|
+
@_builtins.property
|
972
971
|
@pulumi.getter(name="endTime")
|
973
|
-
def end_time(self) -> pulumi.Output[Optional[
|
972
|
+
def end_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
974
973
|
"""
|
975
974
|
Seconds since epoch. Used for visualization.
|
976
975
|
"""
|
977
976
|
return pulumi.get(self, "end_time")
|
978
977
|
|
979
|
-
@property
|
978
|
+
@_builtins.property
|
980
979
|
@pulumi.getter(name="eventOverlays")
|
981
980
|
def event_overlays(self) -> pulumi.Output[Optional[Sequence['outputs.DashboardEventOverlay']]]:
|
982
981
|
"""
|
@@ -984,7 +983,7 @@ class Dashboard(pulumi.CustomResource):
|
|
984
983
|
"""
|
985
984
|
return pulumi.get(self, "event_overlays")
|
986
985
|
|
987
|
-
@property
|
986
|
+
@_builtins.property
|
988
987
|
@pulumi.getter
|
989
988
|
def filters(self) -> pulumi.Output[Optional[Sequence['outputs.DashboardFilter']]]:
|
990
989
|
"""
|
@@ -992,7 +991,7 @@ class Dashboard(pulumi.CustomResource):
|
|
992
991
|
"""
|
993
992
|
return pulumi.get(self, "filters")
|
994
993
|
|
995
|
-
@property
|
994
|
+
@_builtins.property
|
996
995
|
@pulumi.getter
|
997
996
|
def grids(self) -> pulumi.Output[Optional[Sequence['outputs.DashboardGrid']]]:
|
998
997
|
"""
|
@@ -1000,15 +999,15 @@ class Dashboard(pulumi.CustomResource):
|
|
1000
999
|
"""
|
1001
1000
|
return pulumi.get(self, "grids")
|
1002
1001
|
|
1003
|
-
@property
|
1002
|
+
@_builtins.property
|
1004
1003
|
@pulumi.getter
|
1005
|
-
def name(self) -> pulumi.Output[
|
1004
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
1006
1005
|
"""
|
1007
1006
|
Name of the dashboard.
|
1008
1007
|
"""
|
1009
1008
|
return pulumi.get(self, "name")
|
1010
1009
|
|
1011
|
-
@property
|
1010
|
+
@_builtins.property
|
1012
1011
|
@pulumi.getter
|
1013
1012
|
def permissions(self) -> pulumi.Output['outputs.DashboardPermissions']:
|
1014
1013
|
"""
|
@@ -1016,7 +1015,7 @@ class Dashboard(pulumi.CustomResource):
|
|
1016
1015
|
"""
|
1017
1016
|
return pulumi.get(self, "permissions")
|
1018
1017
|
|
1019
|
-
@property
|
1018
|
+
@_builtins.property
|
1020
1019
|
@pulumi.getter(name="selectedEventOverlays")
|
1021
1020
|
def selected_event_overlays(self) -> pulumi.Output[Optional[Sequence['outputs.DashboardSelectedEventOverlay']]]:
|
1022
1021
|
"""
|
@@ -1024,39 +1023,39 @@ class Dashboard(pulumi.CustomResource):
|
|
1024
1023
|
"""
|
1025
1024
|
return pulumi.get(self, "selected_event_overlays")
|
1026
1025
|
|
1027
|
-
@property
|
1026
|
+
@_builtins.property
|
1028
1027
|
@pulumi.getter(name="startTime")
|
1029
|
-
def start_time(self) -> pulumi.Output[Optional[
|
1028
|
+
def start_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
1030
1029
|
"""
|
1031
1030
|
Seconds since epoch. Used for visualization.
|
1032
1031
|
"""
|
1033
1032
|
return pulumi.get(self, "start_time")
|
1034
1033
|
|
1035
|
-
@property
|
1034
|
+
@_builtins.property
|
1036
1035
|
@pulumi.getter
|
1037
|
-
def tags(self) -> pulumi.Output[Optional[Sequence[
|
1036
|
+
def tags(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
1038
1037
|
"""
|
1039
1038
|
Tags of the dashboard.
|
1040
1039
|
"""
|
1041
1040
|
return pulumi.get(self, "tags")
|
1042
1041
|
|
1043
|
-
@property
|
1042
|
+
@_builtins.property
|
1044
1043
|
@pulumi.getter(name="timeRange")
|
1045
|
-
def time_range(self) -> pulumi.Output[Optional[
|
1044
|
+
def time_range(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1046
1045
|
"""
|
1047
1046
|
The time range prior to now to visualize. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`).
|
1048
1047
|
"""
|
1049
1048
|
return pulumi.get(self, "time_range")
|
1050
1049
|
|
1051
|
-
@property
|
1050
|
+
@_builtins.property
|
1052
1051
|
@pulumi.getter
|
1053
|
-
def url(self) -> pulumi.Output[
|
1052
|
+
def url(self) -> pulumi.Output[_builtins.str]:
|
1054
1053
|
"""
|
1055
1054
|
The URL of the dashboard.
|
1056
1055
|
"""
|
1057
1056
|
return pulumi.get(self, "url")
|
1058
1057
|
|
1059
|
-
@property
|
1058
|
+
@_builtins.property
|
1060
1059
|
@pulumi.getter
|
1061
1060
|
def variables(self) -> pulumi.Output[Optional[Sequence['outputs.DashboardVariable']]]:
|
1062
1061
|
"""
|