pulumi-newrelic 5.26.0a1719299809__tar.gz → 5.26.0a1719470295__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.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/alert_channel.py +2 -2
  3. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/alert_policy_channel.py +2 -2
  4. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/notification_channel.py +10 -2
  5. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/pulumi-plugin.json +1 -1
  6. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/broken_links_monitor.py +9 -9
  7. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/cert_check_monitor.py +9 -9
  8. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/monitor.py +2 -2
  9. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/script_monitor.py +2 -2
  10. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/step_monitor.py +9 -9
  11. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/workflow.py +18 -0
  12. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  13. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pyproject.toml +1 -1
  14. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/README.md +0 -0
  15. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/__init__.py +0 -0
  16. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/_inputs.py +0 -0
  17. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/_utilities.py +0 -0
  18. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/account_management.py +0 -0
  19. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/alert_condition.py +0 -0
  20. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/alert_muting_rule.py +0 -0
  21. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/alert_policy.py +0 -0
  22. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/api_access_key.py +0 -0
  23. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/browser_application.py +0 -0
  24. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/__init__.py +0 -0
  25. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/_inputs.py +0 -0
  26. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -0
  27. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
  28. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/aws_integrations.py +0 -0
  29. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
  30. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/azure_integrations.py +0 -0
  31. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
  32. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
  33. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
  34. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/cloud/outputs.py +0 -0
  35. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/config/__init__.py +0 -0
  36. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/config/__init__.pyi +0 -0
  37. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/config/vars.py +0 -0
  38. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/data_partition_rule.py +0 -0
  39. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/entity_tags.py +0 -0
  40. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
  41. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_account.py +0 -0
  42. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_alert_channel.py +0 -0
  43. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_alert_policy.py +0 -0
  44. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_application.py +0 -0
  45. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_authentication_domain.py +0 -0
  46. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_cloud_account.py +0 -0
  47. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_entity.py +0 -0
  48. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_group.py +0 -0
  49. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_key_transaction.py +0 -0
  50. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_notification_destination.py +0 -0
  51. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
  52. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
  53. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
  54. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/get_user.py +0 -0
  55. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/group.py +0 -0
  56. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/infra_alert_condition.py +0 -0
  57. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/insights/__init__.py +0 -0
  58. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/insights/_inputs.py +0 -0
  59. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/insights/event.py +0 -0
  60. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/insights/outputs.py +0 -0
  61. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/log_parsing_rule.py +0 -0
  62. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/monitor_downtime.py +0 -0
  63. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/notification_destination.py +0 -0
  64. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/nrql_alert_condition.py +0 -0
  65. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/nrql_drop_rule.py +0 -0
  66. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/obfuscation_expression.py +0 -0
  67. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/obfuscation_rule.py +0 -0
  68. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/one_dashboard.py +0 -0
  69. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/one_dashboard_json.py +0 -0
  70. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/one_dashboard_raw.py +0 -0
  71. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/outputs.py +0 -0
  72. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/plugins/__init__.py +0 -0
  73. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/plugins/_inputs.py +0 -0
  74. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/plugins/application_settings.py +0 -0
  75. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/plugins/outputs.py +0 -0
  76. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/plugins/workload.py +0 -0
  77. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/provider.py +0 -0
  78. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/py.typed +0 -0
  79. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/service_level.py +0 -0
  80. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/__init__.py +0 -0
  81. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/_inputs.py +0 -0
  82. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/alert_condition.py +0 -0
  83. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
  84. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
  85. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
  86. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/outputs.py +0 -0
  87. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/private_location.py +0 -0
  88. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
  89. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic/user.py +0 -0
  90. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  91. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  92. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic.egg-info/requires.txt +0 -0
  93. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  94. {pulumi_newrelic-5.26.0a1719299809 → pulumi_newrelic-5.26.0a1719470295}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.26.0a1719299809
3
+ Version: 5.26.0a1719470295
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
@@ -169,7 +169,7 @@ class AlertChannel(pulumi.CustomResource):
169
169
  """
170
170
  Use this resource to create and manage New Relic alert channels.
171
171
 
172
- > **WARNING:** The `AlertChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
172
+ > **WARNING:** The `AlertChannel` resource is **deprecated** and will be **removed in a future major release**. As an alternative, you can set up channels using a combination of the newer resources `NotificationDestination` for a detailed illustration on setting up channels with these resources.
173
173
 
174
174
  ## Example Usage
175
175
 
@@ -317,7 +317,7 @@ class AlertChannel(pulumi.CustomResource):
317
317
  """
318
318
  Use this resource to create and manage New Relic alert channels.
319
319
 
320
- > **WARNING:** The `AlertChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
320
+ > **WARNING:** The `AlertChannel` resource is **deprecated** and will be **removed in a future major release**. As an alternative, you can set up channels using a combination of the newer resources `NotificationDestination` for a detailed illustration on setting up channels with these resources.
321
321
 
322
322
  ## Example Usage
323
323
 
@@ -133,7 +133,7 @@ class AlertPolicyChannel(pulumi.CustomResource):
133
133
  """
134
134
  Use this resource to map alert policies to alert channels in New Relic.
135
135
 
136
- > **WARNING:** The `AlertPolicyChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
136
+ > **WARNING:** The `AlertPolicyChannel` resource is **deprecated** and will be **removed in a future major release**. As an alternative, you can map channels to policies using the resource `Workflow` for a detailed illustration on setting up channels and workflows with these resources.
137
137
 
138
138
  ## Example Usage
139
139
 
@@ -196,7 +196,7 @@ class AlertPolicyChannel(pulumi.CustomResource):
196
196
  """
197
197
  Use this resource to map alert policies to alert channels in New Relic.
198
198
 
199
- > **WARNING:** The `AlertPolicyChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
199
+ > **WARNING:** The `AlertPolicyChannel` resource is **deprecated** and will be **removed in a future major release**. As an alternative, you can map channels to policies using the resource `Workflow` for a detailed illustration on setting up channels and workflows with these resources.
200
200
 
201
201
  ## Example Usage
202
202
 
@@ -573,8 +573,12 @@ class NotificationChannel(pulumi.CustomResource):
573
573
  ## Additional Information
574
574
 
575
575
  More details about the channels API can be found [here](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-api-notifications-channels).
576
+ ### Moving from Legacy Alert Channels to Notification Channels
577
+ As described in the documentation of this resource, channels can be created and managed using `NotificationDestination`, which is **deprecated** and will be **removed in a future major release**, as stated in the documentation of the resource.
576
578
 
577
- > **NOTE:** `AlertChannel` are legacy resources.
579
+ If you're currently using `AlertChannel` to manage channels, we **strongly recommend** migrating to these notifications-based resources at the earliest.
580
+
581
+ Please refer to the examples in this page, or this example for illustrations on setting up channels with these resources.
578
582
 
579
583
  ## Import
580
584
 
@@ -899,8 +903,12 @@ class NotificationChannel(pulumi.CustomResource):
899
903
  ## Additional Information
900
904
 
901
905
  More details about the channels API can be found [here](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-api-notifications-channels).
906
+ ### Moving from Legacy Alert Channels to Notification Channels
907
+ As described in the documentation of this resource, channels can be created and managed using `NotificationDestination`, which is **deprecated** and will be **removed in a future major release**, as stated in the documentation of the resource.
908
+
909
+ If you're currently using `AlertChannel` to manage channels, we **strongly recommend** migrating to these notifications-based resources at the earliest.
902
910
 
903
- > **NOTE:** `AlertChannel` are legacy resources.
911
+ Please refer to the examples in this page, or this example for illustrations on setting up channels with these resources.
904
912
 
905
913
  ## Import
906
914
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "newrelic",
4
- "version": "5.26.0-alpha.1719299809"
4
+ "version": "5.26.0-alpha.1719470295"
5
5
  }
@@ -40,7 +40,7 @@ class BrokenLinksMonitorArgs:
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
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.
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 August 26, 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
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
45
45
  """
46
46
  pulumi.set(__self__, "period", period)
@@ -165,7 +165,7 @@ class BrokenLinksMonitorArgs:
165
165
 
166
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
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.
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 August 26, 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.
169
169
  """
170
170
  return pulumi.get(self, "runtime_type_version")
171
171
 
@@ -215,7 +215,7 @@ class _BrokenLinksMonitorState:
215
215
 
216
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
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.
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 August 26, 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.
219
219
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
220
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
221
221
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -349,7 +349,7 @@ class _BrokenLinksMonitorState:
349
349
 
350
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
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.
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 August 26, 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.
353
353
  """
354
354
  return pulumi.get(self, "runtime_type_version")
355
355
 
@@ -411,7 +411,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
411
411
  uri: Optional[pulumi.Input[str]] = None,
412
412
  __props__=None):
413
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.
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 August 26, 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
415
 
416
416
  Use this resource to create, update, and delete a Synthetics Broken Links monitor in New Relic.
417
417
 
@@ -486,7 +486,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
486
486
 
487
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
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.
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 August 26, 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.
490
490
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
491
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
492
492
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -498,7 +498,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
498
498
  args: BrokenLinksMonitorArgs,
499
499
  opts: Optional[pulumi.ResourceOptions] = None):
500
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.
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 August 26, 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
502
 
503
503
  Use this resource to create, update, and delete a Synthetics Broken Links monitor in New Relic.
504
504
 
@@ -654,7 +654,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
654
654
 
655
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
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.
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 August 26, 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.
658
658
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
659
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
660
660
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -749,7 +749,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
749
749
 
750
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
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.
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 August 26, 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.
753
753
  """
754
754
  return pulumi.get(self, "runtime_type_version")
755
755
 
@@ -42,7 +42,7 @@ class CertCheckMonitorArgs:
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
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.
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 August 26, 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.
46
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
47
47
  """
48
48
  pulumi.set(__self__, "certificate_expiration", certificate_expiration)
@@ -180,7 +180,7 @@ class CertCheckMonitorArgs:
180
180
 
181
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
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.
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 August 26, 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.
184
184
  """
185
185
  return pulumi.get(self, "runtime_type_version")
186
186
 
@@ -231,7 +231,7 @@ class _CertCheckMonitorState:
231
231
 
232
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
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.
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 August 26, 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.
235
235
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
236
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
237
237
  """
@@ -376,7 +376,7 @@ class _CertCheckMonitorState:
376
376
 
377
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
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.
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 August 26, 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.
380
380
  """
381
381
  return pulumi.get(self, "runtime_type_version")
382
382
 
@@ -427,7 +427,7 @@ class CertCheckMonitor(pulumi.CustomResource):
427
427
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CertCheckMonitorTagArgs']]]]] = None,
428
428
  __props__=None):
429
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.
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 August 26, 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
431
 
432
432
  Use this resource to create, update, and delete a Synthetics Certificate Check monitor in New Relic.
433
433
 
@@ -506,7 +506,7 @@ class CertCheckMonitor(pulumi.CustomResource):
506
506
 
507
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
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.
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 August 26, 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.
510
510
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
511
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
512
512
  """
@@ -517,7 +517,7 @@ class CertCheckMonitor(pulumi.CustomResource):
517
517
  args: CertCheckMonitorArgs,
518
518
  opts: Optional[pulumi.ResourceOptions] = None):
519
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.
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 August 26, 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
521
 
522
522
  Use this resource to create, update, and delete a Synthetics Certificate Check monitor in New Relic.
523
523
 
@@ -679,7 +679,7 @@ class CertCheckMonitor(pulumi.CustomResource):
679
679
 
680
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
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.
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 August 26, 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.
683
683
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
684
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
685
685
  """
@@ -781,7 +781,7 @@ class CertCheckMonitor(pulumi.CustomResource):
781
781
 
782
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
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.
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 August 26, 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.
785
785
  """
786
786
  return pulumi.get(self, "runtime_type_version")
787
787
 
@@ -726,7 +726,7 @@ 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.
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 August 26, 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
730
 
731
731
  Use this resource to create, update, and delete a Simple or Browser Synthetics Monitor in New Relic.
732
732
 
@@ -898,7 +898,7 @@ class Monitor(pulumi.CustomResource):
898
898
  args: MonitorArgs,
899
899
  opts: Optional[pulumi.ResourceOptions] = None):
900
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.
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 August 26, 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
902
 
903
903
  Use this resource to create, update, and delete a Simple or Browser Synthetics Monitor in New Relic.
904
904
 
@@ -568,7 +568,7 @@ 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.
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 August 26, 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
572
 
573
573
  Use this resource to create update, and delete a Script API or Script Browser Synthetics Monitor in New Relic.
574
574
 
@@ -728,7 +728,7 @@ class ScriptMonitor(pulumi.CustomResource):
728
728
  args: ScriptMonitorArgs,
729
729
  opts: Optional[pulumi.ResourceOptions] = None):
730
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.
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 August 26, 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
732
 
733
733
  Use this resource to create update, and delete a Script API or Script Browser Synthetics Monitor in New Relic.
734
734
 
@@ -42,7 +42,7 @@ class StepMonitorArgs:
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
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.
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 August 26, 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.
46
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.
47
47
  """
48
48
  pulumi.set(__self__, "period", period)
@@ -181,7 +181,7 @@ class StepMonitorArgs:
181
181
 
182
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
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.
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 August 26, 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.
185
185
  """
186
186
  return pulumi.get(self, "runtime_type_version")
187
187
 
@@ -233,7 +233,7 @@ class _StepMonitorState:
233
233
 
234
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
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.
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 August 26, 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.
237
237
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
238
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.
239
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.
@@ -381,7 +381,7 @@ class _StepMonitorState:
381
381
 
382
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
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.
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 August 26, 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.
385
385
  """
386
386
  return pulumi.get(self, "runtime_type_version")
387
387
 
@@ -444,7 +444,7 @@ class StepMonitor(pulumi.CustomResource):
444
444
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorTagArgs']]]]] = None,
445
445
  __props__=None):
446
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.
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 August 26, 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
448
 
449
449
  Use this resource to create, update, and delete a Synthetics Step monitor in New Relic.
450
450
 
@@ -535,7 +535,7 @@ class StepMonitor(pulumi.CustomResource):
535
535
 
536
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
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.
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 August 26, 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.
539
539
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
540
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.
541
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.
@@ -547,7 +547,7 @@ class StepMonitor(pulumi.CustomResource):
547
547
  args: StepMonitorArgs,
548
548
  opts: Optional[pulumi.ResourceOptions] = None):
549
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.
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 August 26, 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
551
 
552
552
  Use this resource to create, update, and delete a Synthetics Step monitor in New Relic.
553
553
 
@@ -722,7 +722,7 @@ class StepMonitor(pulumi.CustomResource):
722
722
 
723
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
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.
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 August 26, 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.
726
726
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
727
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.
728
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.
@@ -826,7 +826,7 @@ class StepMonitor(pulumi.CustomResource):
826
826
 
827
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
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.
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 August 26, 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.
830
830
  """
831
831
  return pulumi.get(self, "runtime_type_version")
832
832
 
@@ -526,6 +526,15 @@ class Workflow(pulumi.CustomResource):
526
526
 
527
527
  More details about the workflows can be found [here](https://docs.newrelic.com/docs/alerts-applied-intelligence/applied-intelligence/incident-workflows/incident-workflows/).
528
528
 
529
+ ### Moving from Legacy Alert Policy Channels to Workflows
530
+ As described in the documentation of this resource, mapping alert channels (created using `NotificationDestination`).
531
+
532
+ Both of the legacy resources mentioned above, `AlertChannel` and `AlertPolicyChannel` are **deprecated** and will be **removed in a future major release**, as stated in the documentation of both of these resources.
533
+
534
+ If you're currently using `AlertChannel` and `AlertPolicyChannel` to manage alert channels linked to policies, we **strongly recommend** migrating to these workflows and notifications-based resources at the earliest.
535
+
536
+ Please refer to the examples in this page, or this example for illustrations on setting up channels and workflows with these resources.
537
+
529
538
  ## v3.3 changes
530
539
 
531
540
  In version v3.3 we renamed the following arguments:
@@ -703,6 +712,15 @@ class Workflow(pulumi.CustomResource):
703
712
 
704
713
  More details about the workflows can be found [here](https://docs.newrelic.com/docs/alerts-applied-intelligence/applied-intelligence/incident-workflows/incident-workflows/).
705
714
 
715
+ ### Moving from Legacy Alert Policy Channels to Workflows
716
+ As described in the documentation of this resource, mapping alert channels (created using `NotificationDestination`).
717
+
718
+ Both of the legacy resources mentioned above, `AlertChannel` and `AlertPolicyChannel` are **deprecated** and will be **removed in a future major release**, as stated in the documentation of both of these resources.
719
+
720
+ If you're currently using `AlertChannel` and `AlertPolicyChannel` to manage alert channels linked to policies, we **strongly recommend** migrating to these workflows and notifications-based resources at the earliest.
721
+
722
+ Please refer to the examples in this page, or this example for illustrations on setting up channels and workflows with these resources.
723
+
706
724
  ## v3.3 changes
707
725
 
708
726
  In version v3.3 we renamed the following arguments:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.26.0a1719299809
3
+ Version: 5.26.0a1719470295
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.26.0a1719299809"
8
+ version = "5.26.0a1719470295"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]