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