pulumi-newrelic 5.49.0a1753337775__py3-none-any.whl → 5.49.0a1753510512__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.
Potentially problematic release.
This version of pulumi-newrelic might be problematic. Click here for more details.
- pulumi_newrelic/__init__.py +1 -1
- pulumi_newrelic/_inputs.py +3759 -3760
- pulumi_newrelic/account_management.py +35 -36
- pulumi_newrelic/alert_channel.py +55 -56
- pulumi_newrelic/alert_condition.py +217 -218
- pulumi_newrelic/alert_muting_rule.py +92 -93
- pulumi_newrelic/alert_policy.py +69 -70
- pulumi_newrelic/alert_policy_channel.py +52 -53
- pulumi_newrelic/api_access_key.py +112 -113
- pulumi_newrelic/browser_application.py +113 -114
- pulumi_newrelic/cloud/__init__.py +1 -1
- pulumi_newrelic/cloud/_inputs.py +2129 -2130
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +95 -96
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +69 -70
- pulumi_newrelic/cloud/aws_integrations.py +194 -195
- pulumi_newrelic/cloud/aws_link_account.py +69 -70
- pulumi_newrelic/cloud/azure_integrations.py +131 -132
- pulumi_newrelic/cloud/azure_link_account.py +103 -104
- pulumi_newrelic/cloud/gcp_integrations.py +113 -114
- pulumi_newrelic/cloud/gcp_link_account.py +52 -53
- pulumi_newrelic/cloud/outputs.py +1417 -1418
- pulumi_newrelic/config/__init__.py +1 -1
- pulumi_newrelic/config/__init__.pyi +1 -2
- pulumi_newrelic/config/vars.py +14 -15
- pulumi_newrelic/data_partition_rule.py +112 -113
- pulumi_newrelic/entity_tags.py +21 -22
- pulumi_newrelic/events_to_metrics_rule.py +95 -96
- pulumi_newrelic/get_account.py +21 -22
- pulumi_newrelic/get_alert_channel.py +20 -21
- pulumi_newrelic/get_alert_policy.py +25 -26
- pulumi_newrelic/get_application.py +13 -14
- pulumi_newrelic/get_authentication_domain.py +9 -10
- pulumi_newrelic/get_cloud_account.py +21 -22
- pulumi_newrelic/get_entity.py +52 -53
- pulumi_newrelic/get_group.py +17 -18
- pulumi_newrelic/get_key_transaction.py +25 -26
- pulumi_newrelic/get_notification_destination.py +29 -30
- pulumi_newrelic/get_obfuscation_expression.py +15 -16
- pulumi_newrelic/get_service_level_alert_helper.py +53 -54
- pulumi_newrelic/get_test_grok_pattern.py +22 -23
- pulumi_newrelic/get_user.py +21 -22
- pulumi_newrelic/group.py +52 -53
- pulumi_newrelic/infra_alert_condition.py +255 -256
- pulumi_newrelic/insights/__init__.py +1 -1
- pulumi_newrelic/insights/_inputs.py +32 -33
- pulumi_newrelic/insights/event.py +4 -5
- pulumi_newrelic/insights/outputs.py +22 -23
- pulumi_newrelic/key_transaction.py +104 -105
- pulumi_newrelic/log_parsing_rule.py +146 -147
- pulumi_newrelic/monitor_downtime.py +143 -144
- pulumi_newrelic/notification_channel.py +115 -116
- pulumi_newrelic/notification_destination.py +111 -112
- pulumi_newrelic/nrql_alert_condition.py +430 -431
- pulumi_newrelic/nrql_drop_rule.py +78 -79
- pulumi_newrelic/obfuscation_expression.py +69 -70
- pulumi_newrelic/obfuscation_rule.py +89 -90
- pulumi_newrelic/one_dashboard.py +93 -94
- pulumi_newrelic/one_dashboard_json.py +62 -63
- pulumi_newrelic/one_dashboard_raw.py +90 -91
- pulumi_newrelic/outputs.py +2646 -2647
- pulumi_newrelic/plugins/__init__.py +1 -1
- pulumi_newrelic/plugins/_inputs.py +158 -159
- pulumi_newrelic/plugins/application_settings.py +167 -168
- pulumi_newrelic/plugins/outputs.py +108 -109
- pulumi_newrelic/plugins/workload.py +131 -132
- pulumi_newrelic/provider.py +106 -107
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +76 -77
- pulumi_newrelic/synthetics/__init__.py +1 -1
- pulumi_newrelic/synthetics/_inputs.py +127 -128
- pulumi_newrelic/synthetics/alert_condition.py +95 -96
- pulumi_newrelic/synthetics/broken_links_monitor.py +197 -198
- pulumi_newrelic/synthetics/cert_check_monitor.py +205 -206
- pulumi_newrelic/synthetics/get_private_location.py +21 -22
- pulumi_newrelic/synthetics/get_secure_credential.py +19 -20
- pulumi_newrelic/synthetics/monitor.py +378 -379
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +118 -119
- pulumi_newrelic/synthetics/outputs.py +85 -86
- pulumi_newrelic/synthetics/private_location.py +105 -106
- pulumi_newrelic/synthetics/script_monitor.py +302 -303
- pulumi_newrelic/synthetics/secure_credential.py +86 -87
- pulumi_newrelic/synthetics/step_monitor.py +220 -221
- pulumi_newrelic/user.py +69 -70
- pulumi_newrelic/workflow.py +139 -140
- {pulumi_newrelic-5.49.0a1753337775.dist-info → pulumi_newrelic-5.49.0a1753510512.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.49.0a1753510512.dist-info/RECORD +90 -0
- pulumi_newrelic-5.49.0a1753337775.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.49.0a1753337775.dist-info → pulumi_newrelic-5.49.0a1753510512.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.49.0a1753337775.dist-info → pulumi_newrelic-5.49.0a1753510512.dist-info}/top_level.txt +0 -0
pulumi_newrelic/one_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
|
|
@@ -23,18 +22,18 @@ __all__ = ['OneDashboardArgs', 'OneDashboard']
|
|
|
23
22
|
class OneDashboardArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
24
|
pages: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageArgs']]],
|
|
26
|
-
account_id: Optional[pulumi.Input[
|
|
27
|
-
description: Optional[pulumi.Input[
|
|
28
|
-
name: Optional[pulumi.Input[
|
|
29
|
-
permissions: Optional[pulumi.Input[
|
|
25
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
|
+
permissions: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
29
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableArgs']]]] = None):
|
|
31
30
|
"""
|
|
32
31
|
The set of arguments for constructing a OneDashboard resource.
|
|
33
32
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageArgs']]] pages: A nested block that describes a page. See Nested page blocks below for details.
|
|
34
|
-
:param pulumi.Input[
|
|
35
|
-
:param pulumi.Input[
|
|
36
|
-
:param pulumi.Input[
|
|
37
|
-
:param pulumi.Input[
|
|
33
|
+
:param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
|
34
|
+
:param pulumi.Input[_builtins.str] description: Brief text describing the dashboard.
|
|
35
|
+
:param pulumi.Input[_builtins.str] name: The title of the dashboard.
|
|
36
|
+
:param pulumi.Input[_builtins.str] permissions: Determines who can see the dashboard in an account. Valid values are `private`, `public_read_only`, or `public_read_write`. Defaults to `public_read_only`.
|
|
38
37
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableArgs']]] variables: A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
|
|
39
38
|
"""
|
|
40
39
|
pulumi.set(__self__, "pages", pages)
|
|
@@ -49,7 +48,7 @@ class OneDashboardArgs:
|
|
|
49
48
|
if variables is not None:
|
|
50
49
|
pulumi.set(__self__, "variables", variables)
|
|
51
50
|
|
|
52
|
-
@property
|
|
51
|
+
@_builtins.property
|
|
53
52
|
@pulumi.getter
|
|
54
53
|
def pages(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageArgs']]]:
|
|
55
54
|
"""
|
|
@@ -61,55 +60,55 @@ class OneDashboardArgs:
|
|
|
61
60
|
def pages(self, value: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageArgs']]]):
|
|
62
61
|
pulumi.set(self, "pages", value)
|
|
63
62
|
|
|
64
|
-
@property
|
|
63
|
+
@_builtins.property
|
|
65
64
|
@pulumi.getter(name="accountId")
|
|
66
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
65
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
67
66
|
"""
|
|
68
67
|
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
|
69
68
|
"""
|
|
70
69
|
return pulumi.get(self, "account_id")
|
|
71
70
|
|
|
72
71
|
@account_id.setter
|
|
73
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
72
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
74
73
|
pulumi.set(self, "account_id", value)
|
|
75
74
|
|
|
76
|
-
@property
|
|
75
|
+
@_builtins.property
|
|
77
76
|
@pulumi.getter
|
|
78
|
-
def description(self) -> Optional[pulumi.Input[
|
|
77
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
79
78
|
"""
|
|
80
79
|
Brief text describing the dashboard.
|
|
81
80
|
"""
|
|
82
81
|
return pulumi.get(self, "description")
|
|
83
82
|
|
|
84
83
|
@description.setter
|
|
85
|
-
def description(self, value: Optional[pulumi.Input[
|
|
84
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
86
85
|
pulumi.set(self, "description", value)
|
|
87
86
|
|
|
88
|
-
@property
|
|
87
|
+
@_builtins.property
|
|
89
88
|
@pulumi.getter
|
|
90
|
-
def name(self) -> Optional[pulumi.Input[
|
|
89
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
91
90
|
"""
|
|
92
91
|
The title of the dashboard.
|
|
93
92
|
"""
|
|
94
93
|
return pulumi.get(self, "name")
|
|
95
94
|
|
|
96
95
|
@name.setter
|
|
97
|
-
def name(self, value: Optional[pulumi.Input[
|
|
96
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
98
97
|
pulumi.set(self, "name", value)
|
|
99
98
|
|
|
100
|
-
@property
|
|
99
|
+
@_builtins.property
|
|
101
100
|
@pulumi.getter
|
|
102
|
-
def permissions(self) -> Optional[pulumi.Input[
|
|
101
|
+
def permissions(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
103
102
|
"""
|
|
104
103
|
Determines who can see the dashboard in an account. Valid values are `private`, `public_read_only`, or `public_read_write`. Defaults to `public_read_only`.
|
|
105
104
|
"""
|
|
106
105
|
return pulumi.get(self, "permissions")
|
|
107
106
|
|
|
108
107
|
@permissions.setter
|
|
109
|
-
def permissions(self, value: Optional[pulumi.Input[
|
|
108
|
+
def permissions(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
110
109
|
pulumi.set(self, "permissions", value)
|
|
111
110
|
|
|
112
|
-
@property
|
|
111
|
+
@_builtins.property
|
|
113
112
|
@pulumi.getter
|
|
114
113
|
def variables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableArgs']]]]:
|
|
115
114
|
"""
|
|
@@ -125,23 +124,23 @@ class OneDashboardArgs:
|
|
|
125
124
|
@pulumi.input_type
|
|
126
125
|
class _OneDashboardState:
|
|
127
126
|
def __init__(__self__, *,
|
|
128
|
-
account_id: Optional[pulumi.Input[
|
|
129
|
-
description: Optional[pulumi.Input[
|
|
130
|
-
guid: Optional[pulumi.Input[
|
|
131
|
-
name: Optional[pulumi.Input[
|
|
127
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
128
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
129
|
+
guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
130
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
132
131
|
pages: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageArgs']]]] = None,
|
|
133
|
-
permalink: Optional[pulumi.Input[
|
|
134
|
-
permissions: Optional[pulumi.Input[
|
|
132
|
+
permalink: Optional[pulumi.Input[_builtins.str]] = None,
|
|
133
|
+
permissions: Optional[pulumi.Input[_builtins.str]] = None,
|
|
135
134
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableArgs']]]] = None):
|
|
136
135
|
"""
|
|
137
136
|
Input properties used for looking up and filtering OneDashboard resources.
|
|
138
|
-
:param pulumi.Input[
|
|
139
|
-
:param pulumi.Input[
|
|
140
|
-
:param pulumi.Input[
|
|
141
|
-
:param pulumi.Input[
|
|
137
|
+
:param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
|
138
|
+
:param pulumi.Input[_builtins.str] description: Brief text describing the dashboard.
|
|
139
|
+
:param pulumi.Input[_builtins.str] guid: The unique entity identifier of the dashboard page in New Relic.
|
|
140
|
+
:param pulumi.Input[_builtins.str] name: The title of the dashboard.
|
|
142
141
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageArgs']]] pages: A nested block that describes a page. See Nested page blocks below for details.
|
|
143
|
-
:param pulumi.Input[
|
|
144
|
-
:param pulumi.Input[
|
|
142
|
+
:param pulumi.Input[_builtins.str] permalink: The URL for viewing the dashboard.
|
|
143
|
+
:param pulumi.Input[_builtins.str] permissions: Determines who can see the dashboard in an account. Valid values are `private`, `public_read_only`, or `public_read_write`. Defaults to `public_read_only`.
|
|
145
144
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableArgs']]] variables: A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
|
|
146
145
|
"""
|
|
147
146
|
if account_id is not None:
|
|
@@ -161,55 +160,55 @@ class _OneDashboardState:
|
|
|
161
160
|
if variables is not None:
|
|
162
161
|
pulumi.set(__self__, "variables", variables)
|
|
163
162
|
|
|
164
|
-
@property
|
|
163
|
+
@_builtins.property
|
|
165
164
|
@pulumi.getter(name="accountId")
|
|
166
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
165
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
167
166
|
"""
|
|
168
167
|
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
|
169
168
|
"""
|
|
170
169
|
return pulumi.get(self, "account_id")
|
|
171
170
|
|
|
172
171
|
@account_id.setter
|
|
173
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
172
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
174
173
|
pulumi.set(self, "account_id", value)
|
|
175
174
|
|
|
176
|
-
@property
|
|
175
|
+
@_builtins.property
|
|
177
176
|
@pulumi.getter
|
|
178
|
-
def description(self) -> Optional[pulumi.Input[
|
|
177
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
179
178
|
"""
|
|
180
179
|
Brief text describing the dashboard.
|
|
181
180
|
"""
|
|
182
181
|
return pulumi.get(self, "description")
|
|
183
182
|
|
|
184
183
|
@description.setter
|
|
185
|
-
def description(self, value: Optional[pulumi.Input[
|
|
184
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
186
185
|
pulumi.set(self, "description", value)
|
|
187
186
|
|
|
188
|
-
@property
|
|
187
|
+
@_builtins.property
|
|
189
188
|
@pulumi.getter
|
|
190
|
-
def guid(self) -> Optional[pulumi.Input[
|
|
189
|
+
def guid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
191
190
|
"""
|
|
192
191
|
The unique entity identifier of the dashboard page in New Relic.
|
|
193
192
|
"""
|
|
194
193
|
return pulumi.get(self, "guid")
|
|
195
194
|
|
|
196
195
|
@guid.setter
|
|
197
|
-
def guid(self, value: Optional[pulumi.Input[
|
|
196
|
+
def guid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
198
197
|
pulumi.set(self, "guid", value)
|
|
199
198
|
|
|
200
|
-
@property
|
|
199
|
+
@_builtins.property
|
|
201
200
|
@pulumi.getter
|
|
202
|
-
def name(self) -> Optional[pulumi.Input[
|
|
201
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
203
202
|
"""
|
|
204
203
|
The title of the dashboard.
|
|
205
204
|
"""
|
|
206
205
|
return pulumi.get(self, "name")
|
|
207
206
|
|
|
208
207
|
@name.setter
|
|
209
|
-
def name(self, value: Optional[pulumi.Input[
|
|
208
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
210
209
|
pulumi.set(self, "name", value)
|
|
211
210
|
|
|
212
|
-
@property
|
|
211
|
+
@_builtins.property
|
|
213
212
|
@pulumi.getter
|
|
214
213
|
def pages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageArgs']]]]:
|
|
215
214
|
"""
|
|
@@ -221,31 +220,31 @@ class _OneDashboardState:
|
|
|
221
220
|
def pages(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageArgs']]]]):
|
|
222
221
|
pulumi.set(self, "pages", value)
|
|
223
222
|
|
|
224
|
-
@property
|
|
223
|
+
@_builtins.property
|
|
225
224
|
@pulumi.getter
|
|
226
|
-
def permalink(self) -> Optional[pulumi.Input[
|
|
225
|
+
def permalink(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
227
226
|
"""
|
|
228
227
|
The URL for viewing the dashboard.
|
|
229
228
|
"""
|
|
230
229
|
return pulumi.get(self, "permalink")
|
|
231
230
|
|
|
232
231
|
@permalink.setter
|
|
233
|
-
def permalink(self, value: Optional[pulumi.Input[
|
|
232
|
+
def permalink(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
234
233
|
pulumi.set(self, "permalink", value)
|
|
235
234
|
|
|
236
|
-
@property
|
|
235
|
+
@_builtins.property
|
|
237
236
|
@pulumi.getter
|
|
238
|
-
def permissions(self) -> Optional[pulumi.Input[
|
|
237
|
+
def permissions(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
239
238
|
"""
|
|
240
239
|
Determines who can see the dashboard in an account. Valid values are `private`, `public_read_only`, or `public_read_write`. Defaults to `public_read_only`.
|
|
241
240
|
"""
|
|
242
241
|
return pulumi.get(self, "permissions")
|
|
243
242
|
|
|
244
243
|
@permissions.setter
|
|
245
|
-
def permissions(self, value: Optional[pulumi.Input[
|
|
244
|
+
def permissions(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
246
245
|
pulumi.set(self, "permissions", value)
|
|
247
246
|
|
|
248
|
-
@property
|
|
247
|
+
@_builtins.property
|
|
249
248
|
@pulumi.getter
|
|
250
249
|
def variables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableArgs']]]]:
|
|
251
250
|
"""
|
|
@@ -264,11 +263,11 @@ class OneDashboard(pulumi.CustomResource):
|
|
|
264
263
|
def __init__(__self__,
|
|
265
264
|
resource_name: str,
|
|
266
265
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
267
|
-
account_id: Optional[pulumi.Input[
|
|
268
|
-
description: Optional[pulumi.Input[
|
|
269
|
-
name: Optional[pulumi.Input[
|
|
266
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
267
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
268
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
270
269
|
pages: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardPageArgs', 'OneDashboardPageArgsDict']]]]] = None,
|
|
271
|
-
permissions: Optional[pulumi.Input[
|
|
270
|
+
permissions: Optional[pulumi.Input[_builtins.str]] = None,
|
|
272
271
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardVariableArgs', 'OneDashboardVariableArgsDict']]]]] = None,
|
|
273
272
|
__props__=None):
|
|
274
273
|
"""
|
|
@@ -284,11 +283,11 @@ class OneDashboard(pulumi.CustomResource):
|
|
|
284
283
|
|
|
285
284
|
:param str resource_name: The name of the resource.
|
|
286
285
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
287
|
-
:param pulumi.Input[
|
|
288
|
-
:param pulumi.Input[
|
|
289
|
-
:param pulumi.Input[
|
|
286
|
+
:param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
|
287
|
+
:param pulumi.Input[_builtins.str] description: Brief text describing the dashboard.
|
|
288
|
+
:param pulumi.Input[_builtins.str] name: The title of the dashboard.
|
|
290
289
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardPageArgs', 'OneDashboardPageArgsDict']]]] pages: A nested block that describes a page. See Nested page blocks below for details.
|
|
291
|
-
:param pulumi.Input[
|
|
290
|
+
:param pulumi.Input[_builtins.str] permissions: Determines who can see the dashboard in an account. Valid values are `private`, `public_read_only`, or `public_read_write`. Defaults to `public_read_only`.
|
|
292
291
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardVariableArgs', 'OneDashboardVariableArgsDict']]]] variables: A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
|
|
293
292
|
"""
|
|
294
293
|
...
|
|
@@ -323,11 +322,11 @@ class OneDashboard(pulumi.CustomResource):
|
|
|
323
322
|
def _internal_init(__self__,
|
|
324
323
|
resource_name: str,
|
|
325
324
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
326
|
-
account_id: Optional[pulumi.Input[
|
|
327
|
-
description: Optional[pulumi.Input[
|
|
328
|
-
name: Optional[pulumi.Input[
|
|
325
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
326
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
327
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
329
328
|
pages: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardPageArgs', 'OneDashboardPageArgsDict']]]]] = None,
|
|
330
|
-
permissions: Optional[pulumi.Input[
|
|
329
|
+
permissions: Optional[pulumi.Input[_builtins.str]] = None,
|
|
331
330
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardVariableArgs', 'OneDashboardVariableArgsDict']]]]] = None,
|
|
332
331
|
__props__=None):
|
|
333
332
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -358,13 +357,13 @@ class OneDashboard(pulumi.CustomResource):
|
|
|
358
357
|
def get(resource_name: str,
|
|
359
358
|
id: pulumi.Input[str],
|
|
360
359
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
361
|
-
account_id: Optional[pulumi.Input[
|
|
362
|
-
description: Optional[pulumi.Input[
|
|
363
|
-
guid: Optional[pulumi.Input[
|
|
364
|
-
name: Optional[pulumi.Input[
|
|
360
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
361
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
362
|
+
guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
363
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
365
364
|
pages: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardPageArgs', 'OneDashboardPageArgsDict']]]]] = None,
|
|
366
|
-
permalink: Optional[pulumi.Input[
|
|
367
|
-
permissions: Optional[pulumi.Input[
|
|
365
|
+
permalink: Optional[pulumi.Input[_builtins.str]] = None,
|
|
366
|
+
permissions: Optional[pulumi.Input[_builtins.str]] = None,
|
|
368
367
|
variables: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardVariableArgs', 'OneDashboardVariableArgsDict']]]]] = None) -> 'OneDashboard':
|
|
369
368
|
"""
|
|
370
369
|
Get an existing OneDashboard resource's state with the given name, id, and optional extra
|
|
@@ -373,13 +372,13 @@ class OneDashboard(pulumi.CustomResource):
|
|
|
373
372
|
:param str resource_name: The unique name of the resulting resource.
|
|
374
373
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
375
374
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
376
|
-
:param pulumi.Input[
|
|
377
|
-
:param pulumi.Input[
|
|
378
|
-
:param pulumi.Input[
|
|
379
|
-
:param pulumi.Input[
|
|
375
|
+
:param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
|
376
|
+
:param pulumi.Input[_builtins.str] description: Brief text describing the dashboard.
|
|
377
|
+
:param pulumi.Input[_builtins.str] guid: The unique entity identifier of the dashboard page in New Relic.
|
|
378
|
+
:param pulumi.Input[_builtins.str] name: The title of the dashboard.
|
|
380
379
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardPageArgs', 'OneDashboardPageArgsDict']]]] pages: A nested block that describes a page. See Nested page blocks below for details.
|
|
381
|
-
:param pulumi.Input[
|
|
382
|
-
:param pulumi.Input[
|
|
380
|
+
:param pulumi.Input[_builtins.str] permalink: The URL for viewing the dashboard.
|
|
381
|
+
:param pulumi.Input[_builtins.str] permissions: Determines who can see the dashboard in an account. Valid values are `private`, `public_read_only`, or `public_read_write`. Defaults to `public_read_only`.
|
|
383
382
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OneDashboardVariableArgs', 'OneDashboardVariableArgsDict']]]] variables: A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
|
|
384
383
|
"""
|
|
385
384
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -396,39 +395,39 @@ class OneDashboard(pulumi.CustomResource):
|
|
|
396
395
|
__props__.__dict__["variables"] = variables
|
|
397
396
|
return OneDashboard(resource_name, opts=opts, __props__=__props__)
|
|
398
397
|
|
|
399
|
-
@property
|
|
398
|
+
@_builtins.property
|
|
400
399
|
@pulumi.getter(name="accountId")
|
|
401
|
-
def account_id(self) -> pulumi.Output[
|
|
400
|
+
def account_id(self) -> pulumi.Output[_builtins.str]:
|
|
402
401
|
"""
|
|
403
402
|
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
|
404
403
|
"""
|
|
405
404
|
return pulumi.get(self, "account_id")
|
|
406
405
|
|
|
407
|
-
@property
|
|
406
|
+
@_builtins.property
|
|
408
407
|
@pulumi.getter
|
|
409
|
-
def description(self) -> pulumi.Output[Optional[
|
|
408
|
+
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
410
409
|
"""
|
|
411
410
|
Brief text describing the dashboard.
|
|
412
411
|
"""
|
|
413
412
|
return pulumi.get(self, "description")
|
|
414
413
|
|
|
415
|
-
@property
|
|
414
|
+
@_builtins.property
|
|
416
415
|
@pulumi.getter
|
|
417
|
-
def guid(self) -> pulumi.Output[
|
|
416
|
+
def guid(self) -> pulumi.Output[_builtins.str]:
|
|
418
417
|
"""
|
|
419
418
|
The unique entity identifier of the dashboard page in New Relic.
|
|
420
419
|
"""
|
|
421
420
|
return pulumi.get(self, "guid")
|
|
422
421
|
|
|
423
|
-
@property
|
|
422
|
+
@_builtins.property
|
|
424
423
|
@pulumi.getter
|
|
425
|
-
def name(self) -> pulumi.Output[
|
|
424
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
426
425
|
"""
|
|
427
426
|
The title of the dashboard.
|
|
428
427
|
"""
|
|
429
428
|
return pulumi.get(self, "name")
|
|
430
429
|
|
|
431
|
-
@property
|
|
430
|
+
@_builtins.property
|
|
432
431
|
@pulumi.getter
|
|
433
432
|
def pages(self) -> pulumi.Output[Sequence['outputs.OneDashboardPage']]:
|
|
434
433
|
"""
|
|
@@ -436,23 +435,23 @@ class OneDashboard(pulumi.CustomResource):
|
|
|
436
435
|
"""
|
|
437
436
|
return pulumi.get(self, "pages")
|
|
438
437
|
|
|
439
|
-
@property
|
|
438
|
+
@_builtins.property
|
|
440
439
|
@pulumi.getter
|
|
441
|
-
def permalink(self) -> pulumi.Output[
|
|
440
|
+
def permalink(self) -> pulumi.Output[_builtins.str]:
|
|
442
441
|
"""
|
|
443
442
|
The URL for viewing the dashboard.
|
|
444
443
|
"""
|
|
445
444
|
return pulumi.get(self, "permalink")
|
|
446
445
|
|
|
447
|
-
@property
|
|
446
|
+
@_builtins.property
|
|
448
447
|
@pulumi.getter
|
|
449
|
-
def permissions(self) -> pulumi.Output[Optional[
|
|
448
|
+
def permissions(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
450
449
|
"""
|
|
451
450
|
Determines who can see the dashboard in an account. Valid values are `private`, `public_read_only`, or `public_read_write`. Defaults to `public_read_only`.
|
|
452
451
|
"""
|
|
453
452
|
return pulumi.get(self, "permissions")
|
|
454
453
|
|
|
455
|
-
@property
|
|
454
|
+
@_builtins.property
|
|
456
455
|
@pulumi.getter
|
|
457
456
|
def variables(self) -> pulumi.Output[Optional[Sequence['outputs.OneDashboardVariable']]]:
|
|
458
457
|
"""
|