pulumi-newrelic 5.45.0a1743574084__py3-none-any.whl → 5.45.0a1744183332__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_newrelic/__init__.py +1 -0
- pulumi_newrelic/_inputs.py +2961 -2960
- pulumi_newrelic/account_management.py +29 -28
- pulumi_newrelic/alert_channel.py +43 -42
- pulumi_newrelic/alert_condition.py +176 -175
- pulumi_newrelic/alert_muting_rule.py +71 -70
- pulumi_newrelic/alert_policy.py +57 -56
- pulumi_newrelic/alert_policy_channel.py +43 -42
- pulumi_newrelic/api_access_key.py +92 -91
- pulumi_newrelic/browser_application.py +92 -91
- pulumi_newrelic/cloud/__init__.py +1 -0
- pulumi_newrelic/cloud/_inputs.py +1765 -1764
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +29 -28
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +57 -56
- pulumi_newrelic/cloud/aws_integrations.py +29 -28
- pulumi_newrelic/cloud/aws_link_account.py +57 -56
- pulumi_newrelic/cloud/azure_integrations.py +29 -28
- pulumi_newrelic/cloud/azure_link_account.py +85 -84
- pulumi_newrelic/cloud/gcp_integrations.py +29 -28
- pulumi_newrelic/cloud/gcp_link_account.py +45 -44
- pulumi_newrelic/cloud/outputs.py +1057 -1056
- pulumi_newrelic/config/__init__.py +1 -0
- pulumi_newrelic/config/__init__.pyi +1 -0
- pulumi_newrelic/config/vars.py +1 -0
- pulumi_newrelic/data_partition_rule.py +92 -91
- pulumi_newrelic/entity_tags.py +15 -14
- pulumi_newrelic/events_to_metrics_rule.py +78 -77
- pulumi_newrelic/get_account.py +17 -16
- pulumi_newrelic/get_alert_channel.py +14 -13
- pulumi_newrelic/get_alert_policy.py +19 -18
- pulumi_newrelic/get_application.py +9 -8
- pulumi_newrelic/get_authentication_domain.py +7 -6
- pulumi_newrelic/get_cloud_account.py +17 -16
- pulumi_newrelic/get_entity.py +40 -39
- pulumi_newrelic/get_group.py +13 -12
- pulumi_newrelic/get_key_transaction.py +19 -18
- pulumi_newrelic/get_notification_destination.py +20 -19
- pulumi_newrelic/get_obfuscation_expression.py +12 -11
- pulumi_newrelic/get_service_level_alert_helper.py +41 -40
- pulumi_newrelic/get_test_grok_pattern.py +17 -16
- pulumi_newrelic/get_user.py +17 -16
- pulumi_newrelic/group.py +43 -42
- pulumi_newrelic/infra_alert_condition.py +204 -203
- pulumi_newrelic/insights/__init__.py +1 -0
- pulumi_newrelic/insights/_inputs.py +26 -25
- pulumi_newrelic/insights/event.py +1 -0
- pulumi_newrelic/insights/outputs.py +16 -15
- pulumi_newrelic/key_transaction.py +85 -84
- pulumi_newrelic/log_parsing_rule.py +120 -119
- pulumi_newrelic/monitor_downtime.py +113 -112
- pulumi_newrelic/notification_channel.py +92 -91
- pulumi_newrelic/notification_destination.py +78 -77
- pulumi_newrelic/nrql_alert_condition.py +330 -329
- pulumi_newrelic/nrql_drop_rule.py +64 -63
- pulumi_newrelic/obfuscation_expression.py +57 -56
- pulumi_newrelic/obfuscation_rule.py +71 -70
- pulumi_newrelic/one_dashboard.py +71 -70
- pulumi_newrelic/one_dashboard_json.py +50 -49
- pulumi_newrelic/one_dashboard_raw.py +71 -70
- pulumi_newrelic/outputs.py +1831 -1830
- pulumi_newrelic/plugins/__init__.py +1 -0
- pulumi_newrelic/plugins/_inputs.py +126 -125
- pulumi_newrelic/plugins/application_settings.py +132 -131
- pulumi_newrelic/plugins/outputs.py +76 -75
- pulumi_newrelic/plugins/workload.py +99 -98
- pulumi_newrelic/provider.py +80 -79
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +57 -56
- pulumi_newrelic/synthetics/__init__.py +1 -0
- pulumi_newrelic/synthetics/_inputs.py +106 -105
- pulumi_newrelic/synthetics/alert_condition.py +78 -77
- pulumi_newrelic/synthetics/broken_links_monitor.py +151 -150
- pulumi_newrelic/synthetics/cert_check_monitor.py +158 -157
- pulumi_newrelic/synthetics/get_private_location.py +17 -16
- pulumi_newrelic/synthetics/get_secure_credential.py +14 -13
- pulumi_newrelic/synthetics/monitor.py +298 -297
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +92 -91
- pulumi_newrelic/synthetics/outputs.py +64 -63
- pulumi_newrelic/synthetics/private_location.py +85 -84
- pulumi_newrelic/synthetics/script_monitor.py +235 -234
- pulumi_newrelic/synthetics/secure_credential.py +71 -70
- pulumi_newrelic/synthetics/step_monitor.py +165 -164
- pulumi_newrelic/user.py +57 -56
- pulumi_newrelic/workflow.py +106 -105
- {pulumi_newrelic-5.45.0a1743574084.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.45.0a1744183332.dist-info/RECORD +90 -0
- pulumi_newrelic-5.45.0a1743574084.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.45.0a1743574084.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.45.0a1743574084.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -19,16 +20,16 @@ __all__ = ['PrivateLocationArgs', 'PrivateLocation']
|
|
19
20
|
@pulumi.input_type
|
20
21
|
class PrivateLocationArgs:
|
21
22
|
def __init__(__self__, *,
|
22
|
-
description: pulumi.Input[str],
|
23
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
24
|
-
name: Optional[pulumi.Input[str]] = None,
|
25
|
-
verified_script_execution: Optional[pulumi.Input[bool]] = None):
|
23
|
+
description: pulumi.Input[builtins.str],
|
24
|
+
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
25
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
26
|
+
verified_script_execution: Optional[pulumi.Input[builtins.bool]] = None):
|
26
27
|
"""
|
27
28
|
The set of arguments for constructing a PrivateLocation resource.
|
28
|
-
:param pulumi.Input[str] description: The private location description.
|
29
|
-
:param pulumi.Input[str] account_id: The account in which the private location will be created.
|
30
|
-
:param pulumi.Input[str] name: The name of the private location.
|
31
|
-
:param pulumi.Input[bool] verified_script_execution: The private location requires a password to edit if value is true. Defaults to `false`
|
29
|
+
:param pulumi.Input[builtins.str] description: The private location description.
|
30
|
+
:param pulumi.Input[builtins.str] account_id: The account in which the private location will be created.
|
31
|
+
:param pulumi.Input[builtins.str] name: The name of the private location.
|
32
|
+
:param pulumi.Input[builtins.bool] verified_script_execution: The private location requires a password to edit if value is true. Defaults to `false`
|
32
33
|
"""
|
33
34
|
pulumi.set(__self__, "description", description)
|
34
35
|
if account_id is not None:
|
@@ -40,74 +41,74 @@ class PrivateLocationArgs:
|
|
40
41
|
|
41
42
|
@property
|
42
43
|
@pulumi.getter
|
43
|
-
def description(self) -> pulumi.Input[str]:
|
44
|
+
def description(self) -> pulumi.Input[builtins.str]:
|
44
45
|
"""
|
45
46
|
The private location description.
|
46
47
|
"""
|
47
48
|
return pulumi.get(self, "description")
|
48
49
|
|
49
50
|
@description.setter
|
50
|
-
def description(self, value: pulumi.Input[str]):
|
51
|
+
def description(self, value: pulumi.Input[builtins.str]):
|
51
52
|
pulumi.set(self, "description", value)
|
52
53
|
|
53
54
|
@property
|
54
55
|
@pulumi.getter(name="accountId")
|
55
|
-
def account_id(self) -> Optional[pulumi.Input[str]]:
|
56
|
+
def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
56
57
|
"""
|
57
58
|
The account in which the private location will be created.
|
58
59
|
"""
|
59
60
|
return pulumi.get(self, "account_id")
|
60
61
|
|
61
62
|
@account_id.setter
|
62
|
-
def account_id(self, value: Optional[pulumi.Input[str]]):
|
63
|
+
def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
63
64
|
pulumi.set(self, "account_id", value)
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter
|
67
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
68
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
68
69
|
"""
|
69
70
|
The name of the private location.
|
70
71
|
"""
|
71
72
|
return pulumi.get(self, "name")
|
72
73
|
|
73
74
|
@name.setter
|
74
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
75
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
75
76
|
pulumi.set(self, "name", value)
|
76
77
|
|
77
78
|
@property
|
78
79
|
@pulumi.getter(name="verifiedScriptExecution")
|
79
|
-
def verified_script_execution(self) -> Optional[pulumi.Input[bool]]:
|
80
|
+
def verified_script_execution(self) -> Optional[pulumi.Input[builtins.bool]]:
|
80
81
|
"""
|
81
82
|
The private location requires a password to edit if value is true. Defaults to `false`
|
82
83
|
"""
|
83
84
|
return pulumi.get(self, "verified_script_execution")
|
84
85
|
|
85
86
|
@verified_script_execution.setter
|
86
|
-
def verified_script_execution(self, value: Optional[pulumi.Input[bool]]):
|
87
|
+
def verified_script_execution(self, value: Optional[pulumi.Input[builtins.bool]]):
|
87
88
|
pulumi.set(self, "verified_script_execution", value)
|
88
89
|
|
89
90
|
|
90
91
|
@pulumi.input_type
|
91
92
|
class _PrivateLocationState:
|
92
93
|
def __init__(__self__, *,
|
93
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
94
|
-
description: Optional[pulumi.Input[str]] = None,
|
95
|
-
domain_id: Optional[pulumi.Input[str]] = None,
|
96
|
-
guid: Optional[pulumi.Input[str]] = None,
|
97
|
-
key: Optional[pulumi.Input[str]] = None,
|
98
|
-
location_id: Optional[pulumi.Input[str]] = None,
|
99
|
-
name: Optional[pulumi.Input[str]] = None,
|
100
|
-
verified_script_execution: Optional[pulumi.Input[bool]] = None):
|
94
|
+
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
95
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
96
|
+
domain_id: Optional[pulumi.Input[builtins.str]] = None,
|
97
|
+
guid: Optional[pulumi.Input[builtins.str]] = None,
|
98
|
+
key: Optional[pulumi.Input[builtins.str]] = None,
|
99
|
+
location_id: Optional[pulumi.Input[builtins.str]] = None,
|
100
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
101
|
+
verified_script_execution: Optional[pulumi.Input[builtins.bool]] = None):
|
101
102
|
"""
|
102
103
|
Input properties used for looking up and filtering PrivateLocation resources.
|
103
|
-
:param pulumi.Input[str] account_id: The account in which the private location will be created.
|
104
|
-
:param pulumi.Input[str] description: The private location description.
|
105
|
-
:param pulumi.Input[str] domain_id: The private location globally unique identifier.
|
106
|
-
:param pulumi.Input[str] guid: The unique client identifier for the private location in New Relic. Same as `id`.
|
107
|
-
:param pulumi.Input[str] key: The private locations key.
|
108
|
-
:param pulumi.Input[str] location_id: An alternate identifier based on name.
|
109
|
-
:param pulumi.Input[str] name: The name of the private location.
|
110
|
-
:param pulumi.Input[bool] verified_script_execution: The private location requires a password to edit if value is true. Defaults to `false`
|
104
|
+
:param pulumi.Input[builtins.str] account_id: The account in which the private location will be created.
|
105
|
+
:param pulumi.Input[builtins.str] description: The private location description.
|
106
|
+
:param pulumi.Input[builtins.str] domain_id: The private location globally unique identifier.
|
107
|
+
:param pulumi.Input[builtins.str] guid: The unique client identifier for the private location in New Relic. Same as `id`.
|
108
|
+
:param pulumi.Input[builtins.str] key: The private locations key.
|
109
|
+
:param pulumi.Input[builtins.str] location_id: An alternate identifier based on name.
|
110
|
+
:param pulumi.Input[builtins.str] name: The name of the private location.
|
111
|
+
:param pulumi.Input[builtins.bool] verified_script_execution: The private location requires a password to edit if value is true. Defaults to `false`
|
111
112
|
"""
|
112
113
|
if account_id is not None:
|
113
114
|
pulumi.set(__self__, "account_id", account_id)
|
@@ -128,98 +129,98 @@ class _PrivateLocationState:
|
|
128
129
|
|
129
130
|
@property
|
130
131
|
@pulumi.getter(name="accountId")
|
131
|
-
def account_id(self) -> Optional[pulumi.Input[str]]:
|
132
|
+
def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
132
133
|
"""
|
133
134
|
The account in which the private location will be created.
|
134
135
|
"""
|
135
136
|
return pulumi.get(self, "account_id")
|
136
137
|
|
137
138
|
@account_id.setter
|
138
|
-
def account_id(self, value: Optional[pulumi.Input[str]]):
|
139
|
+
def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
139
140
|
pulumi.set(self, "account_id", value)
|
140
141
|
|
141
142
|
@property
|
142
143
|
@pulumi.getter
|
143
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
144
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
144
145
|
"""
|
145
146
|
The private location description.
|
146
147
|
"""
|
147
148
|
return pulumi.get(self, "description")
|
148
149
|
|
149
150
|
@description.setter
|
150
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
151
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
151
152
|
pulumi.set(self, "description", value)
|
152
153
|
|
153
154
|
@property
|
154
155
|
@pulumi.getter(name="domainId")
|
155
|
-
def domain_id(self) -> Optional[pulumi.Input[str]]:
|
156
|
+
def domain_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
156
157
|
"""
|
157
158
|
The private location globally unique identifier.
|
158
159
|
"""
|
159
160
|
return pulumi.get(self, "domain_id")
|
160
161
|
|
161
162
|
@domain_id.setter
|
162
|
-
def domain_id(self, value: Optional[pulumi.Input[str]]):
|
163
|
+
def domain_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
163
164
|
pulumi.set(self, "domain_id", value)
|
164
165
|
|
165
166
|
@property
|
166
167
|
@pulumi.getter
|
167
|
-
def guid(self) -> Optional[pulumi.Input[str]]:
|
168
|
+
def guid(self) -> Optional[pulumi.Input[builtins.str]]:
|
168
169
|
"""
|
169
170
|
The unique client identifier for the private location in New Relic. Same as `id`.
|
170
171
|
"""
|
171
172
|
return pulumi.get(self, "guid")
|
172
173
|
|
173
174
|
@guid.setter
|
174
|
-
def guid(self, value: Optional[pulumi.Input[str]]):
|
175
|
+
def guid(self, value: Optional[pulumi.Input[builtins.str]]):
|
175
176
|
pulumi.set(self, "guid", value)
|
176
177
|
|
177
178
|
@property
|
178
179
|
@pulumi.getter
|
179
|
-
def key(self) -> Optional[pulumi.Input[str]]:
|
180
|
+
def key(self) -> Optional[pulumi.Input[builtins.str]]:
|
180
181
|
"""
|
181
182
|
The private locations key.
|
182
183
|
"""
|
183
184
|
return pulumi.get(self, "key")
|
184
185
|
|
185
186
|
@key.setter
|
186
|
-
def key(self, value: Optional[pulumi.Input[str]]):
|
187
|
+
def key(self, value: Optional[pulumi.Input[builtins.str]]):
|
187
188
|
pulumi.set(self, "key", value)
|
188
189
|
|
189
190
|
@property
|
190
191
|
@pulumi.getter(name="locationId")
|
191
|
-
def location_id(self) -> Optional[pulumi.Input[str]]:
|
192
|
+
def location_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
192
193
|
"""
|
193
194
|
An alternate identifier based on name.
|
194
195
|
"""
|
195
196
|
return pulumi.get(self, "location_id")
|
196
197
|
|
197
198
|
@location_id.setter
|
198
|
-
def location_id(self, value: Optional[pulumi.Input[str]]):
|
199
|
+
def location_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
199
200
|
pulumi.set(self, "location_id", value)
|
200
201
|
|
201
202
|
@property
|
202
203
|
@pulumi.getter
|
203
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
204
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
204
205
|
"""
|
205
206
|
The name of the private location.
|
206
207
|
"""
|
207
208
|
return pulumi.get(self, "name")
|
208
209
|
|
209
210
|
@name.setter
|
210
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
211
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
211
212
|
pulumi.set(self, "name", value)
|
212
213
|
|
213
214
|
@property
|
214
215
|
@pulumi.getter(name="verifiedScriptExecution")
|
215
|
-
def verified_script_execution(self) -> Optional[pulumi.Input[bool]]:
|
216
|
+
def verified_script_execution(self) -> Optional[pulumi.Input[builtins.bool]]:
|
216
217
|
"""
|
217
218
|
The private location requires a password to edit if value is true. Defaults to `false`
|
218
219
|
"""
|
219
220
|
return pulumi.get(self, "verified_script_execution")
|
220
221
|
|
221
222
|
@verified_script_execution.setter
|
222
|
-
def verified_script_execution(self, value: Optional[pulumi.Input[bool]]):
|
223
|
+
def verified_script_execution(self, value: Optional[pulumi.Input[builtins.bool]]):
|
223
224
|
pulumi.set(self, "verified_script_execution", value)
|
224
225
|
|
225
226
|
|
@@ -228,10 +229,10 @@ class PrivateLocation(pulumi.CustomResource):
|
|
228
229
|
def __init__(__self__,
|
229
230
|
resource_name: str,
|
230
231
|
opts: Optional[pulumi.ResourceOptions] = None,
|
231
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
232
|
-
description: Optional[pulumi.Input[str]] = None,
|
233
|
-
name: Optional[pulumi.Input[str]] = None,
|
234
|
-
verified_script_execution: Optional[pulumi.Input[bool]] = None,
|
232
|
+
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
233
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
234
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
235
|
+
verified_script_execution: Optional[pulumi.Input[builtins.bool]] = None,
|
235
236
|
__props__=None):
|
236
237
|
"""
|
237
238
|
Use this resource to create and manage New Relic Synthetic private location.
|
@@ -257,10 +258,10 @@ class PrivateLocation(pulumi.CustomResource):
|
|
257
258
|
|
258
259
|
:param str resource_name: The name of the resource.
|
259
260
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
260
|
-
:param pulumi.Input[str] account_id: The account in which the private location will be created.
|
261
|
-
:param pulumi.Input[str] description: The private location description.
|
262
|
-
:param pulumi.Input[str] name: The name of the private location.
|
263
|
-
:param pulumi.Input[bool] verified_script_execution: The private location requires a password to edit if value is true. Defaults to `false`
|
261
|
+
:param pulumi.Input[builtins.str] account_id: The account in which the private location will be created.
|
262
|
+
:param pulumi.Input[builtins.str] description: The private location description.
|
263
|
+
:param pulumi.Input[builtins.str] name: The name of the private location.
|
264
|
+
:param pulumi.Input[builtins.bool] verified_script_execution: The private location requires a password to edit if value is true. Defaults to `false`
|
264
265
|
"""
|
265
266
|
...
|
266
267
|
@overload
|
@@ -305,10 +306,10 @@ class PrivateLocation(pulumi.CustomResource):
|
|
305
306
|
def _internal_init(__self__,
|
306
307
|
resource_name: str,
|
307
308
|
opts: Optional[pulumi.ResourceOptions] = None,
|
308
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
309
|
-
description: Optional[pulumi.Input[str]] = None,
|
310
|
-
name: Optional[pulumi.Input[str]] = None,
|
311
|
-
verified_script_execution: Optional[pulumi.Input[bool]] = None,
|
309
|
+
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
310
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
311
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
312
|
+
verified_script_execution: Optional[pulumi.Input[builtins.bool]] = None,
|
312
313
|
__props__=None):
|
313
314
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
314
315
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -338,14 +339,14 @@ class PrivateLocation(pulumi.CustomResource):
|
|
338
339
|
def get(resource_name: str,
|
339
340
|
id: pulumi.Input[str],
|
340
341
|
opts: Optional[pulumi.ResourceOptions] = None,
|
341
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
342
|
-
description: Optional[pulumi.Input[str]] = None,
|
343
|
-
domain_id: Optional[pulumi.Input[str]] = None,
|
344
|
-
guid: Optional[pulumi.Input[str]] = None,
|
345
|
-
key: Optional[pulumi.Input[str]] = None,
|
346
|
-
location_id: Optional[pulumi.Input[str]] = None,
|
347
|
-
name: Optional[pulumi.Input[str]] = None,
|
348
|
-
verified_script_execution: Optional[pulumi.Input[bool]] = None) -> 'PrivateLocation':
|
342
|
+
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
343
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
344
|
+
domain_id: Optional[pulumi.Input[builtins.str]] = None,
|
345
|
+
guid: Optional[pulumi.Input[builtins.str]] = None,
|
346
|
+
key: Optional[pulumi.Input[builtins.str]] = None,
|
347
|
+
location_id: Optional[pulumi.Input[builtins.str]] = None,
|
348
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
349
|
+
verified_script_execution: Optional[pulumi.Input[builtins.bool]] = None) -> 'PrivateLocation':
|
349
350
|
"""
|
350
351
|
Get an existing PrivateLocation resource's state with the given name, id, and optional extra
|
351
352
|
properties used to qualify the lookup.
|
@@ -353,14 +354,14 @@ class PrivateLocation(pulumi.CustomResource):
|
|
353
354
|
:param str resource_name: The unique name of the resulting resource.
|
354
355
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
355
356
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
356
|
-
:param pulumi.Input[str] account_id: The account in which the private location will be created.
|
357
|
-
:param pulumi.Input[str] description: The private location description.
|
358
|
-
:param pulumi.Input[str] domain_id: The private location globally unique identifier.
|
359
|
-
:param pulumi.Input[str] guid: The unique client identifier for the private location in New Relic. Same as `id`.
|
360
|
-
:param pulumi.Input[str] key: The private locations key.
|
361
|
-
:param pulumi.Input[str] location_id: An alternate identifier based on name.
|
362
|
-
:param pulumi.Input[str] name: The name of the private location.
|
363
|
-
:param pulumi.Input[bool] verified_script_execution: The private location requires a password to edit if value is true. Defaults to `false`
|
357
|
+
:param pulumi.Input[builtins.str] account_id: The account in which the private location will be created.
|
358
|
+
:param pulumi.Input[builtins.str] description: The private location description.
|
359
|
+
:param pulumi.Input[builtins.str] domain_id: The private location globally unique identifier.
|
360
|
+
:param pulumi.Input[builtins.str] guid: The unique client identifier for the private location in New Relic. Same as `id`.
|
361
|
+
:param pulumi.Input[builtins.str] key: The private locations key.
|
362
|
+
:param pulumi.Input[builtins.str] location_id: An alternate identifier based on name.
|
363
|
+
:param pulumi.Input[builtins.str] name: The name of the private location.
|
364
|
+
:param pulumi.Input[builtins.bool] verified_script_execution: The private location requires a password to edit if value is true. Defaults to `false`
|
364
365
|
"""
|
365
366
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
366
367
|
|
@@ -378,7 +379,7 @@ class PrivateLocation(pulumi.CustomResource):
|
|
378
379
|
|
379
380
|
@property
|
380
381
|
@pulumi.getter(name="accountId")
|
381
|
-
def account_id(self) -> pulumi.Output[str]:
|
382
|
+
def account_id(self) -> pulumi.Output[builtins.str]:
|
382
383
|
"""
|
383
384
|
The account in which the private location will be created.
|
384
385
|
"""
|
@@ -386,7 +387,7 @@ class PrivateLocation(pulumi.CustomResource):
|
|
386
387
|
|
387
388
|
@property
|
388
389
|
@pulumi.getter
|
389
|
-
def description(self) -> pulumi.Output[str]:
|
390
|
+
def description(self) -> pulumi.Output[builtins.str]:
|
390
391
|
"""
|
391
392
|
The private location description.
|
392
393
|
"""
|
@@ -394,7 +395,7 @@ class PrivateLocation(pulumi.CustomResource):
|
|
394
395
|
|
395
396
|
@property
|
396
397
|
@pulumi.getter(name="domainId")
|
397
|
-
def domain_id(self) -> pulumi.Output[str]:
|
398
|
+
def domain_id(self) -> pulumi.Output[builtins.str]:
|
398
399
|
"""
|
399
400
|
The private location globally unique identifier.
|
400
401
|
"""
|
@@ -402,7 +403,7 @@ class PrivateLocation(pulumi.CustomResource):
|
|
402
403
|
|
403
404
|
@property
|
404
405
|
@pulumi.getter
|
405
|
-
def guid(self) -> pulumi.Output[str]:
|
406
|
+
def guid(self) -> pulumi.Output[builtins.str]:
|
406
407
|
"""
|
407
408
|
The unique client identifier for the private location in New Relic. Same as `id`.
|
408
409
|
"""
|
@@ -410,7 +411,7 @@ class PrivateLocation(pulumi.CustomResource):
|
|
410
411
|
|
411
412
|
@property
|
412
413
|
@pulumi.getter
|
413
|
-
def key(self) -> pulumi.Output[str]:
|
414
|
+
def key(self) -> pulumi.Output[builtins.str]:
|
414
415
|
"""
|
415
416
|
The private locations key.
|
416
417
|
"""
|
@@ -418,7 +419,7 @@ class PrivateLocation(pulumi.CustomResource):
|
|
418
419
|
|
419
420
|
@property
|
420
421
|
@pulumi.getter(name="locationId")
|
421
|
-
def location_id(self) -> pulumi.Output[str]:
|
422
|
+
def location_id(self) -> pulumi.Output[builtins.str]:
|
422
423
|
"""
|
423
424
|
An alternate identifier based on name.
|
424
425
|
"""
|
@@ -426,7 +427,7 @@ class PrivateLocation(pulumi.CustomResource):
|
|
426
427
|
|
427
428
|
@property
|
428
429
|
@pulumi.getter
|
429
|
-
def name(self) -> pulumi.Output[str]:
|
430
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
430
431
|
"""
|
431
432
|
The name of the private location.
|
432
433
|
"""
|
@@ -434,7 +435,7 @@ class PrivateLocation(pulumi.CustomResource):
|
|
434
435
|
|
435
436
|
@property
|
436
437
|
@pulumi.getter(name="verifiedScriptExecution")
|
437
|
-
def verified_script_execution(self) -> pulumi.Output[Optional[bool]]:
|
438
|
+
def verified_script_execution(self) -> pulumi.Output[Optional[builtins.bool]]:
|
438
439
|
"""
|
439
440
|
The private location requires a password to edit if value is true. Defaults to `false`
|
440
441
|
"""
|