pulumi-newrelic 5.25.0a1716265462__tar.gz → 5.25.0a1716440799__tar.gz

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 (94) hide show
  1. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/pulumi-plugin.json +1 -1
  3. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/broken_links_monitor.py +18 -0
  4. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/cert_check_monitor.py +18 -0
  5. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/monitor.py +4 -0
  6. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/script_monitor.py +4 -0
  7. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/step_monitor.py +18 -0
  8. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  9. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pyproject.toml +1 -1
  10. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/README.md +0 -0
  11. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/__init__.py +0 -0
  12. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/_inputs.py +0 -0
  13. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/_utilities.py +0 -0
  14. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/account_management.py +0 -0
  15. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/alert_channel.py +0 -0
  16. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/alert_condition.py +0 -0
  17. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/alert_muting_rule.py +0 -0
  18. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/alert_policy.py +0 -0
  19. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/alert_policy_channel.py +0 -0
  20. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/api_access_key.py +0 -0
  21. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/browser_application.py +0 -0
  22. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/__init__.py +0 -0
  23. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/_inputs.py +0 -0
  24. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -0
  25. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
  26. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/aws_integrations.py +0 -0
  27. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
  28. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/azure_integrations.py +0 -0
  29. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
  30. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
  31. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
  32. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/cloud/outputs.py +0 -0
  33. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/config/__init__.py +0 -0
  34. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/config/__init__.pyi +0 -0
  35. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/config/vars.py +0 -0
  36. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/data_partition_rule.py +0 -0
  37. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/entity_tags.py +0 -0
  38. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
  39. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_account.py +0 -0
  40. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_alert_channel.py +0 -0
  41. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_alert_policy.py +0 -0
  42. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_application.py +0 -0
  43. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_authentication_domain.py +0 -0
  44. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_cloud_account.py +0 -0
  45. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_entity.py +0 -0
  46. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_group.py +0 -0
  47. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_key_transaction.py +0 -0
  48. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_notification_destination.py +0 -0
  49. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
  50. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
  51. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
  52. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/get_user.py +0 -0
  53. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/group.py +0 -0
  54. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/infra_alert_condition.py +0 -0
  55. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/insights/__init__.py +0 -0
  56. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/insights/_inputs.py +0 -0
  57. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/insights/event.py +0 -0
  58. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/insights/outputs.py +0 -0
  59. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/log_parsing_rule.py +0 -0
  60. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/monitor_downtime.py +0 -0
  61. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/notification_channel.py +0 -0
  62. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/notification_destination.py +0 -0
  63. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/nrql_alert_condition.py +0 -0
  64. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/nrql_drop_rule.py +0 -0
  65. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/obfuscation_expression.py +0 -0
  66. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/obfuscation_rule.py +0 -0
  67. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/one_dashboard.py +0 -0
  68. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/one_dashboard_json.py +0 -0
  69. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/one_dashboard_raw.py +0 -0
  70. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/outputs.py +0 -0
  71. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/plugins/__init__.py +0 -0
  72. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/plugins/_inputs.py +0 -0
  73. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/plugins/application_settings.py +0 -0
  74. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/plugins/outputs.py +0 -0
  75. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/plugins/workload.py +0 -0
  76. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/provider.py +0 -0
  77. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/py.typed +0 -0
  78. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/service_level.py +0 -0
  79. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/__init__.py +0 -0
  80. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/_inputs.py +0 -0
  81. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/alert_condition.py +0 -0
  82. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
  83. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
  84. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
  85. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/outputs.py +0 -0
  86. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/private_location.py +0 -0
  87. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
  88. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/user.py +0 -0
  89. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic/workflow.py +0 -0
  90. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  91. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  92. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic.egg-info/requires.txt +0 -0
  93. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  94. {pulumi_newrelic-5.25.0a1716265462 → pulumi_newrelic-5.25.0a1716440799}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.25.0a1716265462
3
+ Version: 5.25.0a1716440799
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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "newrelic",
4
- "version": "5.25.0-alpha.1716265462"
4
+ "version": "5.25.0-alpha.1716440799"
5
5
  }
@@ -39,6 +39,8 @@ class BrokenLinksMonitorArgs:
39
39
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
40
40
 
41
41
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
42
+
43
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
42
44
  :param pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
43
45
  """
44
46
  pulumi.set(__self__, "period", period)
@@ -162,6 +164,8 @@ class BrokenLinksMonitorArgs:
162
164
  The specific version of the runtime type selected.
163
165
 
164
166
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
167
+
168
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
165
169
  """
166
170
  return pulumi.get(self, "runtime_type_version")
167
171
 
@@ -210,6 +214,8 @@ class _BrokenLinksMonitorState:
210
214
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
211
215
 
212
216
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
217
+
218
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
213
219
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
214
220
  :param pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
215
221
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -342,6 +348,8 @@ class _BrokenLinksMonitorState:
342
348
  The specific version of the runtime type selected.
343
349
 
344
350
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
351
+
352
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
345
353
  """
346
354
  return pulumi.get(self, "runtime_type_version")
347
355
 
@@ -403,6 +411,8 @@ class BrokenLinksMonitor(pulumi.CustomResource):
403
411
  uri: Optional[pulumi.Input[str]] = None,
404
412
  __props__=None):
405
413
  """
414
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
415
+
406
416
  Use this resource to create, update, and delete a Synthetics Broken Links monitor in New Relic.
407
417
 
408
418
  ## Example Usage
@@ -475,6 +485,8 @@ class BrokenLinksMonitor(pulumi.CustomResource):
475
485
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
476
486
 
477
487
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
488
+
489
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
478
490
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
479
491
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BrokenLinksMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
480
492
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -486,6 +498,8 @@ class BrokenLinksMonitor(pulumi.CustomResource):
486
498
  args: BrokenLinksMonitorArgs,
487
499
  opts: Optional[pulumi.ResourceOptions] = None):
488
500
  """
501
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
502
+
489
503
  Use this resource to create, update, and delete a Synthetics Broken Links monitor in New Relic.
490
504
 
491
505
  ## Example Usage
@@ -639,6 +653,8 @@ class BrokenLinksMonitor(pulumi.CustomResource):
639
653
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
640
654
 
641
655
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
656
+
657
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
642
658
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
643
659
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BrokenLinksMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
644
660
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -732,6 +748,8 @@ class BrokenLinksMonitor(pulumi.CustomResource):
732
748
  The specific version of the runtime type selected.
733
749
 
734
750
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
751
+
752
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
735
753
  """
736
754
  return pulumi.get(self, "runtime_type_version")
737
755
 
@@ -41,6 +41,8 @@ class CertCheckMonitorArgs:
41
41
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
42
42
 
43
43
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
44
+
45
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
44
46
  :param pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
45
47
  """
46
48
  pulumi.set(__self__, "certificate_expiration", certificate_expiration)
@@ -177,6 +179,8 @@ class CertCheckMonitorArgs:
177
179
  The specific version of the runtime type selected.
178
180
 
179
181
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
182
+
183
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
180
184
  """
181
185
  return pulumi.get(self, "runtime_type_version")
182
186
 
@@ -226,6 +230,8 @@ class _CertCheckMonitorState:
226
230
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
227
231
 
228
232
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
233
+
234
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
229
235
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
230
236
  :param pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
231
237
  """
@@ -369,6 +375,8 @@ class _CertCheckMonitorState:
369
375
  The specific version of the runtime type selected.
370
376
 
371
377
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
378
+
379
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
372
380
  """
373
381
  return pulumi.get(self, "runtime_type_version")
374
382
 
@@ -419,6 +427,8 @@ class CertCheckMonitor(pulumi.CustomResource):
419
427
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CertCheckMonitorTagArgs']]]]] = None,
420
428
  __props__=None):
421
429
  """
430
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
431
+
422
432
  Use this resource to create, update, and delete a Synthetics Certificate Check monitor in New Relic.
423
433
 
424
434
  ## Example Usage
@@ -495,6 +505,8 @@ class CertCheckMonitor(pulumi.CustomResource):
495
505
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
496
506
 
497
507
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
508
+
509
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
498
510
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
499
511
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CertCheckMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
500
512
  """
@@ -505,6 +517,8 @@ class CertCheckMonitor(pulumi.CustomResource):
505
517
  args: CertCheckMonitorArgs,
506
518
  opts: Optional[pulumi.ResourceOptions] = None):
507
519
  """
520
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
521
+
508
522
  Use this resource to create, update, and delete a Synthetics Certificate Check monitor in New Relic.
509
523
 
510
524
  ## Example Usage
@@ -664,6 +678,8 @@ class CertCheckMonitor(pulumi.CustomResource):
664
678
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
665
679
 
666
680
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
681
+
682
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
667
683
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
668
684
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CertCheckMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
669
685
  """
@@ -764,6 +780,8 @@ class CertCheckMonitor(pulumi.CustomResource):
764
780
  The specific version of the runtime type selected.
765
781
 
766
782
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
783
+
784
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
767
785
  """
768
786
  return pulumi.get(self, "runtime_type_version")
769
787
 
@@ -726,6 +726,8 @@ class Monitor(pulumi.CustomResource):
726
726
  verify_ssl: Optional[pulumi.Input[bool]] = None,
727
727
  __props__=None):
728
728
  """
729
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
730
+
729
731
  Use this resource to create, update, and delete a Simple or Browser Synthetics Monitor in New Relic.
730
732
 
731
733
  ## Example Usage
@@ -896,6 +898,8 @@ class Monitor(pulumi.CustomResource):
896
898
  args: MonitorArgs,
897
899
  opts: Optional[pulumi.ResourceOptions] = None):
898
900
  """
901
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
902
+
899
903
  Use this resource to create, update, and delete a Simple or Browser Synthetics Monitor in New Relic.
900
904
 
901
905
  ## Example Usage
@@ -568,6 +568,8 @@ class ScriptMonitor(pulumi.CustomResource):
568
568
  type: Optional[pulumi.Input[str]] = None,
569
569
  __props__=None):
570
570
  """
571
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
572
+
571
573
  Use this resource to create update, and delete a Script API or Script Browser Synthetics Monitor in New Relic.
572
574
 
573
575
  ## Example Usage
@@ -726,6 +728,8 @@ class ScriptMonitor(pulumi.CustomResource):
726
728
  args: ScriptMonitorArgs,
727
729
  opts: Optional[pulumi.ResourceOptions] = None):
728
730
  """
731
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
732
+
729
733
  Use this resource to create update, and delete a Script API or Script Browser Synthetics Monitor in New Relic.
730
734
 
731
735
  ## Example Usage
@@ -41,6 +41,8 @@ class StepMonitorArgs:
41
41
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
42
42
 
43
43
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
44
+
45
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
44
46
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
45
47
  """
46
48
  pulumi.set(__self__, "period", period)
@@ -178,6 +180,8 @@ class StepMonitorArgs:
178
180
  The specific version of the runtime type selected.
179
181
 
180
182
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
183
+
184
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
181
185
  """
182
186
  return pulumi.get(self, "runtime_type_version")
183
187
 
@@ -228,6 +232,8 @@ class _StepMonitorState:
228
232
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
229
233
 
230
234
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
235
+
236
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
231
237
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
232
238
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorStepArgs']]] steps: The steps that make up the script the monitor will run. See Nested steps blocks below for details.
233
239
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
@@ -374,6 +380,8 @@ class _StepMonitorState:
374
380
  The specific version of the runtime type selected.
375
381
 
376
382
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
383
+
384
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
377
385
  """
378
386
  return pulumi.get(self, "runtime_type_version")
379
387
 
@@ -436,6 +444,8 @@ class StepMonitor(pulumi.CustomResource):
436
444
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorTagArgs']]]]] = None,
437
445
  __props__=None):
438
446
  """
447
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
448
+
439
449
  Use this resource to create, update, and delete a Synthetics Step monitor in New Relic.
440
450
 
441
451
  ## Example Usage
@@ -524,6 +534,8 @@ class StepMonitor(pulumi.CustomResource):
524
534
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
525
535
 
526
536
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
537
+
538
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
527
539
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
528
540
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorStepArgs']]]] steps: The steps that make up the script the monitor will run. See Nested steps blocks below for details.
529
541
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
@@ -535,6 +547,8 @@ class StepMonitor(pulumi.CustomResource):
535
547
  args: StepMonitorArgs,
536
548
  opts: Optional[pulumi.ResourceOptions] = None):
537
549
  """
550
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
551
+
538
552
  Use this resource to create, update, and delete a Synthetics Step monitor in New Relic.
539
553
 
540
554
  ## Example Usage
@@ -707,6 +721,8 @@ class StepMonitor(pulumi.CustomResource):
707
721
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
708
722
 
709
723
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
724
+
725
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
710
726
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
711
727
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorStepArgs']]]] steps: The steps that make up the script the monitor will run. See Nested steps blocks below for details.
712
728
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
@@ -809,6 +825,8 @@ class StepMonitor(pulumi.CustomResource):
809
825
  The specific version of the runtime type selected.
810
826
 
811
827
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
828
+
829
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
812
830
  """
813
831
  return pulumi.get(self, "runtime_type_version")
814
832
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.25.0a1716265462
3
+ Version: 5.25.0a1716440799
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
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "new relic"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.8"
8
- version = "5.25.0a1716265462"
8
+ version = "5.25.0a1716440799"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]