pulumi-newrelic 5.43.0a1742278171__py3-none-any.whl → 5.43.0a1742527688__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.
@@ -41,7 +41,9 @@ class ApplicationSettingsArgs:
41
41
  :param pulumi.Input[float] end_user_apdex_threshold: Dummy field to support backward compatibility of previous version.should be removed with next major version.
42
42
  :param pulumi.Input[Sequence[pulumi.Input['ApplicationSettingsErrorCollectorArgs']]] error_collectors: Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
43
43
  :param pulumi.Input[str] guid: The GUID of the application in New Relic APM.
44
- :param pulumi.Input[str] name: A custom name or alias you can give the application in New Relic APM.
44
+
45
+ > **NOTE:** While the attribute `guid` is not mandatory at a schema level, it is recommended to use `guid` over `name`, as support for using `name` with this resource shall eventually be discontinued. Please see the note under `name` for more details.
46
+ :param pulumi.Input[str] name: The name of the application in New Relic.
45
47
  :param pulumi.Input[str] tracer_type: Configures the type of tracer used. Valid values are `CROSS_APPLICATION_TRACER`, `DISTRIBUTED_TRACING`, `NONE`, `OPT_OUT`.
46
48
  :param pulumi.Input[Sequence[pulumi.Input['ApplicationSettingsTransactionTracerArgs']]] transaction_tracers: Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
47
49
  :param pulumi.Input[bool] use_server_side_config: Enable or disable server side monitoring for the New Relic application.
@@ -146,6 +148,8 @@ class ApplicationSettingsArgs:
146
148
  def guid(self) -> Optional[pulumi.Input[str]]:
147
149
  """
148
150
  The GUID of the application in New Relic APM.
151
+
152
+ > **NOTE:** While the attribute `guid` is not mandatory at a schema level, it is recommended to use `guid` over `name`, as support for using `name` with this resource shall eventually be discontinued. Please see the note under `name` for more details.
149
153
  """
150
154
  return pulumi.get(self, "guid")
151
155
 
@@ -157,7 +161,7 @@ class ApplicationSettingsArgs:
157
161
  @pulumi.getter
158
162
  def name(self) -> Optional[pulumi.Input[str]]:
159
163
  """
160
- A custom name or alias you can give the application in New Relic APM.
164
+ The name of the application in New Relic.
161
165
  """
162
166
  return pulumi.get(self, "name")
163
167
 
@@ -226,7 +230,9 @@ class _ApplicationSettingsState:
226
230
  :param pulumi.Input[float] end_user_apdex_threshold: Dummy field to support backward compatibility of previous version.should be removed with next major version.
227
231
  :param pulumi.Input[Sequence[pulumi.Input['ApplicationSettingsErrorCollectorArgs']]] error_collectors: Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
228
232
  :param pulumi.Input[str] guid: The GUID of the application in New Relic APM.
229
- :param pulumi.Input[str] name: A custom name or alias you can give the application in New Relic APM.
233
+
234
+ > **NOTE:** While the attribute `guid` is not mandatory at a schema level, it is recommended to use `guid` over `name`, as support for using `name` with this resource shall eventually be discontinued. Please see the note under `name` for more details.
235
+ :param pulumi.Input[str] name: The name of the application in New Relic.
230
236
  :param pulumi.Input[str] tracer_type: Configures the type of tracer used. Valid values are `CROSS_APPLICATION_TRACER`, `DISTRIBUTED_TRACING`, `NONE`, `OPT_OUT`.
231
237
  :param pulumi.Input[Sequence[pulumi.Input['ApplicationSettingsTransactionTracerArgs']]] transaction_tracers: Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
232
238
  :param pulumi.Input[bool] use_server_side_config: Enable or disable server side monitoring for the New Relic application.
@@ -333,6 +339,8 @@ class _ApplicationSettingsState:
333
339
  def guid(self) -> Optional[pulumi.Input[str]]:
334
340
  """
335
341
  The GUID of the application in New Relic APM.
342
+
343
+ > **NOTE:** While the attribute `guid` is not mandatory at a schema level, it is recommended to use `guid` over `name`, as support for using `name` with this resource shall eventually be discontinued. Please see the note under `name` for more details.
336
344
  """
337
345
  return pulumi.get(self, "guid")
338
346
 
@@ -353,7 +361,7 @@ class _ApplicationSettingsState:
353
361
  @pulumi.getter
354
362
  def name(self) -> Optional[pulumi.Input[str]]:
355
363
  """
356
- A custom name or alias you can give the application in New Relic APM.
364
+ The name of the application in New Relic.
357
365
  """
358
366
  return pulumi.get(self, "name")
359
367
 
@@ -433,7 +441,9 @@ class ApplicationSettings(pulumi.CustomResource):
433
441
  :param pulumi.Input[float] end_user_apdex_threshold: Dummy field to support backward compatibility of previous version.should be removed with next major version.
434
442
  :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSettingsErrorCollectorArgs', 'ApplicationSettingsErrorCollectorArgsDict']]]] error_collectors: Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
435
443
  :param pulumi.Input[str] guid: The GUID of the application in New Relic APM.
436
- :param pulumi.Input[str] name: A custom name or alias you can give the application in New Relic APM.
444
+
445
+ > **NOTE:** While the attribute `guid` is not mandatory at a schema level, it is recommended to use `guid` over `name`, as support for using `name` with this resource shall eventually be discontinued. Please see the note under `name` for more details.
446
+ :param pulumi.Input[str] name: The name of the application in New Relic.
437
447
  :param pulumi.Input[str] tracer_type: Configures the type of tracer used. Valid values are `CROSS_APPLICATION_TRACER`, `DISTRIBUTED_TRACING`, `NONE`, `OPT_OUT`.
438
448
  :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSettingsTransactionTracerArgs', 'ApplicationSettingsTransactionTracerArgsDict']]]] transaction_tracers: Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
439
449
  :param pulumi.Input[bool] use_server_side_config: Enable or disable server side monitoring for the New Relic application.
@@ -536,7 +546,9 @@ class ApplicationSettings(pulumi.CustomResource):
536
546
  :param pulumi.Input[float] end_user_apdex_threshold: Dummy field to support backward compatibility of previous version.should be removed with next major version.
537
547
  :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSettingsErrorCollectorArgs', 'ApplicationSettingsErrorCollectorArgsDict']]]] error_collectors: Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
538
548
  :param pulumi.Input[str] guid: The GUID of the application in New Relic APM.
539
- :param pulumi.Input[str] name: A custom name or alias you can give the application in New Relic APM.
549
+
550
+ > **NOTE:** While the attribute `guid` is not mandatory at a schema level, it is recommended to use `guid` over `name`, as support for using `name` with this resource shall eventually be discontinued. Please see the note under `name` for more details.
551
+ :param pulumi.Input[str] name: The name of the application in New Relic.
540
552
  :param pulumi.Input[str] tracer_type: Configures the type of tracer used. Valid values are `CROSS_APPLICATION_TRACER`, `DISTRIBUTED_TRACING`, `NONE`, `OPT_OUT`.
541
553
  :param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationSettingsTransactionTracerArgs', 'ApplicationSettingsTransactionTracerArgsDict']]]] transaction_tracers: Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
542
554
  :param pulumi.Input[bool] use_server_side_config: Enable or disable server side monitoring for the New Relic application.
@@ -612,6 +624,8 @@ class ApplicationSettings(pulumi.CustomResource):
612
624
  def guid(self) -> pulumi.Output[str]:
613
625
  """
614
626
  The GUID of the application in New Relic APM.
627
+
628
+ > **NOTE:** While the attribute `guid` is not mandatory at a schema level, it is recommended to use `guid` over `name`, as support for using `name` with this resource shall eventually be discontinued. Please see the note under `name` for more details.
615
629
  """
616
630
  return pulumi.get(self, "guid")
617
631
 
@@ -624,7 +638,7 @@ class ApplicationSettings(pulumi.CustomResource):
624
638
  @pulumi.getter
625
639
  def name(self) -> pulumi.Output[str]:
626
640
  """
627
- A custom name or alias you can give the application in New Relic APM.
641
+ The name of the application in New Relic.
628
642
  """
629
643
  return pulumi.get(self, "name")
630
644
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "newrelic",
4
- "version": "5.43.0-alpha.1742278171"
4
+ "version": "5.43.0-alpha.1742527688"
5
5
  }
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: pulumi_newrelic
3
- Version: 5.43.0a1742278171
3
+ Version: 5.43.0a1742527688
4
4
  Summary: A Pulumi package for creating and managing New Relic resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -42,7 +42,7 @@ pulumi_newrelic/one_dashboard_json.py,sha256=EZqg6akwsh-SqsRjCmQzDjgsjvbIfKsX2zt
42
42
  pulumi_newrelic/one_dashboard_raw.py,sha256=__3ZuSPVubBaC5iPa9V6q1SG7lHFcpNdVsLXQie5c7U,23668
43
43
  pulumi_newrelic/outputs.py,sha256=1S09iXWXxMCrDIuG5-A4yWmYhp-cps-O3zMKak2Q1qc,588609
44
44
  pulumi_newrelic/provider.py,sha256=OjBqZT1L0Jt_1-c3zMSSGA03zIZjgif7RrThna-ojng,18493
45
- pulumi_newrelic/pulumi-plugin.json,sha256=mH7MkOCQkdzk7X-2Coxn460gk8UQ5Roo7-L_5O3-Jck,85
45
+ pulumi_newrelic/pulumi-plugin.json,sha256=u5OqK8Q-UCFTrKTX_y9o2yKq1PbgX8f5nyoekgDVpGg,85
46
46
  pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  pulumi_newrelic/service_level.py,sha256=Dk_AoEFTmaJAg5v8SKBN4-a4T-MGXDbPubxsnB98sFk,28980
48
48
  pulumi_newrelic/user.py,sha256=guVvPGAeuR-mQ6_bA_MvBP7GY2grEmnbdNkc_5hs1us,19116
@@ -67,7 +67,7 @@ pulumi_newrelic/insights/event.py,sha256=9E5jAxUUnpp9GUU-fkcjMJHsZQZgoQulWdyzvAL
67
67
  pulumi_newrelic/insights/outputs.py,sha256=E2PdLcTq4z46w4QDZypG4p3yhFfQ2p_Ks-sQY4n2g00,3509
68
68
  pulumi_newrelic/plugins/__init__.py,sha256=UeoukmKyu6Xm6K4W4z5N_CzyB634ttFEcP7GH9nTyeA,374
69
69
  pulumi_newrelic/plugins/_inputs.py,sha256=CjPJ34stMv1slDUp5kpcoEH3NV6Rfp_LmTx8wsi0Uc0,36948
70
- pulumi_newrelic/plugins/application_settings.py,sha256=6Rn9gegGiWRYZFEWZgDLk3jHLO9fOqF4qTz-cV3Z8P4,34895
70
+ pulumi_newrelic/plugins/application_settings.py,sha256=wbVF6lgARoUGdGAnZ4FCZkYHc0j5b1fZPVLYTv0cTdM,36614
71
71
  pulumi_newrelic/plugins/outputs.py,sha256=BO1Y2V_e7GtQJhW7cacTY5YGhIh9hwEZUugn1zhnuyk,28185
72
72
  pulumi_newrelic/plugins/workload.py,sha256=S6D58wz6CEUxuRsUMtPreKNJ3bX6QTFm9gFfZOwJuQ4,41335
73
73
  pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
@@ -84,7 +84,7 @@ pulumi_newrelic/synthetics/private_location.py,sha256=-pj6W9dg9fB-jtnrTH8wnd7o_j
84
84
  pulumi_newrelic/synthetics/script_monitor.py,sha256=fwRaviLtkQ0ViK3V1W98npxcN_qBXFevwuHgHArl3m0,66220
85
85
  pulumi_newrelic/synthetics/secure_credential.py,sha256=EilBGvvvqmADHo1VPeWfQkCdc2GYRO8Dq9-lktE7Y3M,15776
86
86
  pulumi_newrelic/synthetics/step_monitor.py,sha256=7tqzQ9InEMRdfAr9K_vpLm-OCPHyIKEH4f8CT2BxaLQ,49116
87
- pulumi_newrelic-5.43.0a1742278171.dist-info/METADATA,sha256=t5aMhKFhr-kaO3YtawSI0Y3TjcZX2r7QT58oIhga1SM,3963
88
- pulumi_newrelic-5.43.0a1742278171.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
89
- pulumi_newrelic-5.43.0a1742278171.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
- pulumi_newrelic-5.43.0a1742278171.dist-info/RECORD,,
87
+ pulumi_newrelic-5.43.0a1742527688.dist-info/METADATA,sha256=TflM5bUHqnkXC4ilmrdBU_zjN0V_8vxfU1M7x0DPNQ8,3963
88
+ pulumi_newrelic-5.43.0a1742527688.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
89
+ pulumi_newrelic-5.43.0a1742527688.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
+ pulumi_newrelic-5.43.0a1742527688.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.1.0)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5