pulumi-newrelic 5.30.0__tar.gz → 5.30.0a1723819975__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.30.0 → pulumi_newrelic-5.30.0a1723819975}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/pulumi-plugin.json +1 -1
  3. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/broken_links_monitor.py +46 -44
  4. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/cert_check_monitor.py +46 -44
  5. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/monitor.py +8 -34
  6. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/script_monitor.py +11 -37
  7. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/step_monitor.py +46 -44
  8. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  9. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pyproject.toml +1 -1
  10. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/README.md +0 -0
  11. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/__init__.py +0 -0
  12. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/_inputs.py +0 -0
  13. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/_utilities.py +0 -0
  14. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/account_management.py +0 -0
  15. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/alert_channel.py +0 -0
  16. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/alert_condition.py +0 -0
  17. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/alert_muting_rule.py +0 -0
  18. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/alert_policy.py +0 -0
  19. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/alert_policy_channel.py +0 -0
  20. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/api_access_key.py +0 -0
  21. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/browser_application.py +0 -0
  22. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/__init__.py +0 -0
  23. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/_inputs.py +0 -0
  24. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -0
  25. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
  26. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/aws_integrations.py +0 -0
  27. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
  28. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/azure_integrations.py +0 -0
  29. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
  30. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
  31. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
  32. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/cloud/outputs.py +0 -0
  33. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/config/__init__.py +0 -0
  34. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/config/__init__.pyi +0 -0
  35. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/config/vars.py +0 -0
  36. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/data_partition_rule.py +0 -0
  37. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/entity_tags.py +0 -0
  38. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
  39. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_account.py +0 -0
  40. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_alert_channel.py +0 -0
  41. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_alert_policy.py +0 -0
  42. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_application.py +0 -0
  43. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_authentication_domain.py +0 -0
  44. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_cloud_account.py +0 -0
  45. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_entity.py +0 -0
  46. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_group.py +0 -0
  47. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_key_transaction.py +0 -0
  48. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_notification_destination.py +0 -0
  49. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
  50. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
  51. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
  52. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/get_user.py +0 -0
  53. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/group.py +0 -0
  54. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/infra_alert_condition.py +0 -0
  55. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/insights/__init__.py +0 -0
  56. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/insights/_inputs.py +0 -0
  57. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/insights/event.py +0 -0
  58. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/insights/outputs.py +0 -0
  59. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/log_parsing_rule.py +0 -0
  60. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/monitor_downtime.py +0 -0
  61. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/notification_channel.py +0 -0
  62. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/notification_destination.py +0 -0
  63. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/nrql_alert_condition.py +0 -0
  64. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/nrql_drop_rule.py +0 -0
  65. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/obfuscation_expression.py +0 -0
  66. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/obfuscation_rule.py +0 -0
  67. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/one_dashboard.py +0 -0
  68. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/one_dashboard_json.py +0 -0
  69. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/one_dashboard_raw.py +0 -0
  70. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/outputs.py +0 -0
  71. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/plugins/__init__.py +0 -0
  72. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/plugins/_inputs.py +0 -0
  73. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/plugins/application_settings.py +0 -0
  74. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/plugins/outputs.py +0 -0
  75. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/plugins/workload.py +0 -0
  76. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/provider.py +0 -0
  77. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/py.typed +0 -0
  78. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/service_level.py +0 -0
  79. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/__init__.py +0 -0
  80. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/_inputs.py +0 -0
  81. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/alert_condition.py +0 -0
  82. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
  83. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
  84. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
  85. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/outputs.py +0 -0
  86. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/private_location.py +0 -0
  87. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
  88. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/user.py +0 -0
  89. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic/workflow.py +0 -0
  90. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  91. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  92. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic.egg-info/requires.txt +0 -0
  93. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  94. {pulumi_newrelic-5.30.0 → pulumi_newrelic-5.30.0a1723819975}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.30.0
3
+ Version: 5.30.0a1723819975
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.30.0"
4
+ "version": "5.30.0-alpha.1723819975"
5
5
  }
@@ -25,8 +25,7 @@ class BrokenLinksMonitorArgs:
25
25
  name: Optional[pulumi.Input[str]] = None,
26
26
  runtime_type: Optional[pulumi.Input[str]] = None,
27
27
  runtime_type_version: Optional[pulumi.Input[str]] = None,
28
- tags: Optional[pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]]] = None,
29
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
28
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]]] = None):
30
29
  """
31
30
  The set of arguments for constructing a BrokenLinksMonitor resource.
32
31
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
@@ -37,7 +36,11 @@ class BrokenLinksMonitorArgs:
37
36
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Check out [this page](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/) for a list of valid public locations. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
38
37
  :param pulumi.Input[str] name: The name for the monitor.
39
38
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
40
- :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
39
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
40
+
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 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.
41
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
42
45
  """
43
46
  pulumi.set(__self__, "period", period)
@@ -57,8 +60,6 @@ class BrokenLinksMonitorArgs:
57
60
  pulumi.set(__self__, "runtime_type_version", runtime_type_version)
58
61
  if tags is not None:
59
62
  pulumi.set(__self__, "tags", tags)
60
- if use_unsupported_legacy_runtime is not None:
61
- pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
62
63
 
63
64
  @property
64
65
  @pulumi.getter
@@ -160,7 +161,11 @@ class BrokenLinksMonitorArgs:
160
161
  @pulumi.getter(name="runtimeTypeVersion")
161
162
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
162
163
  """
163
- The specific semver version of the runtime type.
164
+ The specific version of the runtime type selected.
165
+
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 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.
164
169
  """
165
170
  return pulumi.get(self, "runtime_type_version")
166
171
 
@@ -180,15 +185,6 @@ class BrokenLinksMonitorArgs:
180
185
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]]]):
181
186
  pulumi.set(self, "tags", value)
182
187
 
183
- @property
184
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
185
- def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
186
- return pulumi.get(self, "use_unsupported_legacy_runtime")
187
-
188
- @use_unsupported_legacy_runtime.setter
189
- def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
190
- pulumi.set(self, "use_unsupported_legacy_runtime", value)
191
-
192
188
 
193
189
  @pulumi.input_type
194
190
  class _BrokenLinksMonitorState:
@@ -204,8 +200,7 @@ class _BrokenLinksMonitorState:
204
200
  runtime_type_version: Optional[pulumi.Input[str]] = None,
205
201
  status: Optional[pulumi.Input[str]] = None,
206
202
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]]] = None,
207
- uri: Optional[pulumi.Input[str]] = None,
208
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
203
+ uri: Optional[pulumi.Input[str]] = None):
209
204
  """
210
205
  Input properties used for looking up and filtering BrokenLinksMonitor resources.
211
206
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
@@ -216,7 +211,11 @@ class _BrokenLinksMonitorState:
216
211
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
217
212
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
218
213
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
219
- :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
214
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
215
+
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 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.
220
219
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
221
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
222
221
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -245,8 +244,6 @@ class _BrokenLinksMonitorState:
245
244
  pulumi.set(__self__, "tags", tags)
246
245
  if uri is not None:
247
246
  pulumi.set(__self__, "uri", uri)
248
- if use_unsupported_legacy_runtime is not None:
249
- pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
250
247
 
251
248
  @property
252
249
  @pulumi.getter(name="accountId")
@@ -348,7 +345,11 @@ class _BrokenLinksMonitorState:
348
345
  @pulumi.getter(name="runtimeTypeVersion")
349
346
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
350
347
  """
351
- The specific semver version of the runtime type.
348
+ The specific version of the runtime type selected.
349
+
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 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.
352
353
  """
353
354
  return pulumi.get(self, "runtime_type_version")
354
355
 
@@ -392,15 +393,6 @@ class _BrokenLinksMonitorState:
392
393
  def uri(self, value: Optional[pulumi.Input[str]]):
393
394
  pulumi.set(self, "uri", value)
394
395
 
395
- @property
396
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
397
- def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
398
- return pulumi.get(self, "use_unsupported_legacy_runtime")
399
-
400
- @use_unsupported_legacy_runtime.setter
401
- def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
402
- pulumi.set(self, "use_unsupported_legacy_runtime", value)
403
-
404
396
 
405
397
  class BrokenLinksMonitor(pulumi.CustomResource):
406
398
  @overload
@@ -417,9 +409,12 @@ class BrokenLinksMonitor(pulumi.CustomResource):
417
409
  status: Optional[pulumi.Input[str]] = None,
418
410
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]]] = None,
419
411
  uri: Optional[pulumi.Input[str]] = None,
420
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
421
412
  __props__=None):
422
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 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
+
416
+ Use this resource to create, update, and delete a Synthetics Broken Links monitor in New Relic.
417
+
423
418
  ## Example Usage
424
419
 
425
420
  ```python
@@ -487,7 +482,11 @@ class BrokenLinksMonitor(pulumi.CustomResource):
487
482
  :param pulumi.Input[str] name: The name for the monitor.
488
483
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
489
484
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
490
- :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
485
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
486
+
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 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.
491
490
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
492
491
  :param pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
493
492
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -499,6 +498,10 @@ class BrokenLinksMonitor(pulumi.CustomResource):
499
498
  args: BrokenLinksMonitorArgs,
500
499
  opts: Optional[pulumi.ResourceOptions] = None):
501
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 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
+
503
+ Use this resource to create, update, and delete a Synthetics Broken Links monitor in New Relic.
504
+
502
505
  ## Example Usage
503
506
 
504
507
  ```python
@@ -583,7 +586,6 @@ class BrokenLinksMonitor(pulumi.CustomResource):
583
586
  status: Optional[pulumi.Input[str]] = None,
584
587
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]]] = None,
585
588
  uri: Optional[pulumi.Input[str]] = None,
586
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
587
589
  __props__=None):
588
590
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
589
591
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -609,7 +611,6 @@ class BrokenLinksMonitor(pulumi.CustomResource):
609
611
  if uri is None and not opts.urn:
610
612
  raise TypeError("Missing required property 'uri'")
611
613
  __props__.__dict__["uri"] = uri
612
- __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
613
614
  __props__.__dict__["guid"] = None
614
615
  __props__.__dict__["period_in_minutes"] = None
615
616
  super(BrokenLinksMonitor, __self__).__init__(
@@ -633,8 +634,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
633
634
  runtime_type_version: Optional[pulumi.Input[str]] = None,
634
635
  status: Optional[pulumi.Input[str]] = None,
635
636
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]]] = None,
636
- uri: Optional[pulumi.Input[str]] = None,
637
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None) -> 'BrokenLinksMonitor':
637
+ uri: Optional[pulumi.Input[str]] = None) -> 'BrokenLinksMonitor':
638
638
  """
639
639
  Get an existing BrokenLinksMonitor resource's state with the given name, id, and optional extra
640
640
  properties used to qualify the lookup.
@@ -650,7 +650,11 @@ class BrokenLinksMonitor(pulumi.CustomResource):
650
650
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
651
651
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
652
652
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
653
- :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
653
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
654
+
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 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.
654
658
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
655
659
  :param pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
656
660
  :param pulumi.Input[str] uri: The URI the monitor runs against.
@@ -671,7 +675,6 @@ class BrokenLinksMonitor(pulumi.CustomResource):
671
675
  __props__.__dict__["status"] = status
672
676
  __props__.__dict__["tags"] = tags
673
677
  __props__.__dict__["uri"] = uri
674
- __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
675
678
  return BrokenLinksMonitor(resource_name, opts=opts, __props__=__props__)
676
679
 
677
680
  @property
@@ -742,7 +745,11 @@ class BrokenLinksMonitor(pulumi.CustomResource):
742
745
  @pulumi.getter(name="runtimeTypeVersion")
743
746
  def runtime_type_version(self) -> pulumi.Output[Optional[str]]:
744
747
  """
745
- The specific semver version of the runtime type.
748
+ The specific version of the runtime type selected.
749
+
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 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.
746
753
  """
747
754
  return pulumi.get(self, "runtime_type_version")
748
755
 
@@ -770,8 +777,3 @@ class BrokenLinksMonitor(pulumi.CustomResource):
770
777
  """
771
778
  return pulumi.get(self, "uri")
772
779
 
773
- @property
774
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
775
- def use_unsupported_legacy_runtime(self) -> pulumi.Output[Optional[bool]]:
776
- return pulumi.get(self, "use_unsupported_legacy_runtime")
777
-
@@ -26,8 +26,7 @@ class CertCheckMonitorArgs:
26
26
  name: Optional[pulumi.Input[str]] = None,
27
27
  runtime_type: Optional[pulumi.Input[str]] = None,
28
28
  runtime_type_version: Optional[pulumi.Input[str]] = None,
29
- tags: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]] = None,
30
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
29
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]] = None):
31
30
  """
32
31
  The set of arguments for constructing a CertCheckMonitor resource.
33
32
  :param pulumi.Input[int] certificate_expiration: The desired number of remaining days until the certificate expires to trigger a monitor failure.
@@ -39,7 +38,11 @@ class CertCheckMonitorArgs:
39
38
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Check out [this page](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/) for a list of valid public locations. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
40
39
  :param pulumi.Input[str] name: The name for the monitor.
41
40
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
42
- :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
41
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
42
+
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 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.
43
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
44
47
  """
45
48
  pulumi.set(__self__, "certificate_expiration", certificate_expiration)
@@ -60,8 +63,6 @@ class CertCheckMonitorArgs:
60
63
  pulumi.set(__self__, "runtime_type_version", runtime_type_version)
61
64
  if tags is not None:
62
65
  pulumi.set(__self__, "tags", tags)
63
- if use_unsupported_legacy_runtime is not None:
64
- pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
65
66
 
66
67
  @property
67
68
  @pulumi.getter(name="certificateExpiration")
@@ -175,7 +176,11 @@ class CertCheckMonitorArgs:
175
176
  @pulumi.getter(name="runtimeTypeVersion")
176
177
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
177
178
  """
178
- The specific semver version of the runtime type.
179
+ The specific version of the runtime type selected.
180
+
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 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.
179
184
  """
180
185
  return pulumi.get(self, "runtime_type_version")
181
186
 
@@ -195,15 +200,6 @@ class CertCheckMonitorArgs:
195
200
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]]):
196
201
  pulumi.set(self, "tags", value)
197
202
 
198
- @property
199
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
200
- def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
201
- return pulumi.get(self, "use_unsupported_legacy_runtime")
202
-
203
- @use_unsupported_legacy_runtime.setter
204
- def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
205
- pulumi.set(self, "use_unsupported_legacy_runtime", value)
206
-
207
203
 
208
204
  @pulumi.input_type
209
205
  class _CertCheckMonitorState:
@@ -219,8 +215,7 @@ class _CertCheckMonitorState:
219
215
  runtime_type: Optional[pulumi.Input[str]] = None,
220
216
  runtime_type_version: Optional[pulumi.Input[str]] = None,
221
217
  status: Optional[pulumi.Input[str]] = None,
222
- tags: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]] = None,
223
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
218
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]] = None):
224
219
  """
225
220
  Input properties used for looking up and filtering CertCheckMonitor resources.
226
221
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
@@ -232,7 +227,11 @@ class _CertCheckMonitorState:
232
227
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
233
228
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
234
229
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
235
- :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
230
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
231
+
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 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.
236
235
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
237
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
238
237
  """
@@ -260,8 +259,6 @@ class _CertCheckMonitorState:
260
259
  pulumi.set(__self__, "status", status)
261
260
  if tags is not None:
262
261
  pulumi.set(__self__, "tags", tags)
263
- if use_unsupported_legacy_runtime is not None:
264
- pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
265
262
 
266
263
  @property
267
264
  @pulumi.getter(name="accountId")
@@ -375,7 +372,11 @@ class _CertCheckMonitorState:
375
372
  @pulumi.getter(name="runtimeTypeVersion")
376
373
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
377
374
  """
378
- The specific semver version of the runtime type.
375
+ The specific version of the runtime type selected.
376
+
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 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.
379
380
  """
380
381
  return pulumi.get(self, "runtime_type_version")
381
382
 
@@ -407,15 +408,6 @@ class _CertCheckMonitorState:
407
408
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]]):
408
409
  pulumi.set(self, "tags", value)
409
410
 
410
- @property
411
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
412
- def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
413
- return pulumi.get(self, "use_unsupported_legacy_runtime")
414
-
415
- @use_unsupported_legacy_runtime.setter
416
- def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
417
- pulumi.set(self, "use_unsupported_legacy_runtime", value)
418
-
419
411
 
420
412
  class CertCheckMonitor(pulumi.CustomResource):
421
413
  @overload
@@ -433,9 +425,12 @@ class CertCheckMonitor(pulumi.CustomResource):
433
425
  runtime_type_version: Optional[pulumi.Input[str]] = None,
434
426
  status: Optional[pulumi.Input[str]] = None,
435
427
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]]] = None,
436
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
437
428
  __props__=None):
438
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 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
+
432
+ Use this resource to create, update, and delete a Synthetics Certificate Check monitor in New Relic.
433
+
439
434
  ## Example Usage
440
435
 
441
436
  ```python
@@ -507,7 +502,11 @@ class CertCheckMonitor(pulumi.CustomResource):
507
502
  :param pulumi.Input[str] name: The name for the monitor.
508
503
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
509
504
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
510
- :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
505
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
506
+
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 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.
511
510
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
512
511
  :param pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
513
512
  """
@@ -518,6 +517,10 @@ class CertCheckMonitor(pulumi.CustomResource):
518
517
  args: CertCheckMonitorArgs,
519
518
  opts: Optional[pulumi.ResourceOptions] = None):
520
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 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
+
522
+ Use this resource to create, update, and delete a Synthetics Certificate Check monitor in New Relic.
523
+
521
524
  ## Example Usage
522
525
 
523
526
  ```python
@@ -605,7 +608,6 @@ class CertCheckMonitor(pulumi.CustomResource):
605
608
  runtime_type_version: Optional[pulumi.Input[str]] = None,
606
609
  status: Optional[pulumi.Input[str]] = None,
607
610
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]]] = None,
608
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
609
611
  __props__=None):
610
612
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
611
613
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -634,7 +636,6 @@ class CertCheckMonitor(pulumi.CustomResource):
634
636
  raise TypeError("Missing required property 'status'")
635
637
  __props__.__dict__["status"] = status
636
638
  __props__.__dict__["tags"] = tags
637
- __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
638
639
  __props__.__dict__["period_in_minutes"] = None
639
640
  super(CertCheckMonitor, __self__).__init__(
640
641
  'newrelic:synthetics/certCheckMonitor:CertCheckMonitor',
@@ -657,8 +658,7 @@ class CertCheckMonitor(pulumi.CustomResource):
657
658
  runtime_type: Optional[pulumi.Input[str]] = None,
658
659
  runtime_type_version: Optional[pulumi.Input[str]] = None,
659
660
  status: Optional[pulumi.Input[str]] = None,
660
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]]] = None,
661
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None) -> 'CertCheckMonitor':
661
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]]] = None) -> 'CertCheckMonitor':
662
662
  """
663
663
  Get an existing CertCheckMonitor resource's state with the given name, id, and optional extra
664
664
  properties used to qualify the lookup.
@@ -675,7 +675,11 @@ class CertCheckMonitor(pulumi.CustomResource):
675
675
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
676
676
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
677
677
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
678
- :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
678
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
679
+
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 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.
679
683
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
680
684
  :param pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
681
685
  """
@@ -695,7 +699,6 @@ class CertCheckMonitor(pulumi.CustomResource):
695
699
  __props__.__dict__["runtime_type_version"] = runtime_type_version
696
700
  __props__.__dict__["status"] = status
697
701
  __props__.__dict__["tags"] = tags
698
- __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
699
702
  return CertCheckMonitor(resource_name, opts=opts, __props__=__props__)
700
703
 
701
704
  @property
@@ -774,7 +777,11 @@ class CertCheckMonitor(pulumi.CustomResource):
774
777
  @pulumi.getter(name="runtimeTypeVersion")
775
778
  def runtime_type_version(self) -> pulumi.Output[Optional[str]]:
776
779
  """
777
- The specific semver version of the runtime type.
780
+ The specific version of the runtime type selected.
781
+
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 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.
778
785
  """
779
786
  return pulumi.get(self, "runtime_type_version")
780
787
 
@@ -794,8 +801,3 @@ class CertCheckMonitor(pulumi.CustomResource):
794
801
  """
795
802
  return pulumi.get(self, "tags")
796
803
 
797
- @property
798
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
799
- def use_unsupported_legacy_runtime(self) -> pulumi.Output[Optional[bool]]:
800
- return pulumi.get(self, "use_unsupported_legacy_runtime")
801
-
@@ -34,7 +34,6 @@ class MonitorArgs:
34
34
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['MonitorTagArgs']]]] = None,
35
35
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
36
36
  uri: Optional[pulumi.Input[str]] = None,
37
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
38
37
  validation_string: Optional[pulumi.Input[str]] = None,
39
38
  verify_ssl: Optional[pulumi.Input[bool]] = None):
40
39
  """
@@ -98,8 +97,6 @@ class MonitorArgs:
98
97
  pulumi.set(__self__, "treat_redirect_as_failure", treat_redirect_as_failure)
99
98
  if uri is not None:
100
99
  pulumi.set(__self__, "uri", uri)
101
- if use_unsupported_legacy_runtime is not None:
102
- pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
103
100
  if validation_string is not None:
104
101
  pulumi.set(__self__, "validation_string", validation_string)
105
102
  if verify_ssl is not None:
@@ -325,15 +322,6 @@ class MonitorArgs:
325
322
  def uri(self, value: Optional[pulumi.Input[str]]):
326
323
  pulumi.set(self, "uri", value)
327
324
 
328
- @property
329
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
330
- def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
331
- return pulumi.get(self, "use_unsupported_legacy_runtime")
332
-
333
- @use_unsupported_legacy_runtime.setter
334
- def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
335
- pulumi.set(self, "use_unsupported_legacy_runtime", value)
336
-
337
325
  @property
338
326
  @pulumi.getter(name="validationString")
339
327
  def validation_string(self) -> Optional[pulumi.Input[str]]:
@@ -381,7 +369,6 @@ class _MonitorState:
381
369
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
382
370
  type: Optional[pulumi.Input[str]] = None,
383
371
  uri: Optional[pulumi.Input[str]] = None,
384
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
385
372
  validation_string: Optional[pulumi.Input[str]] = None,
386
373
  verify_ssl: Optional[pulumi.Input[bool]] = None):
387
374
  """
@@ -450,8 +437,6 @@ class _MonitorState:
450
437
  pulumi.set(__self__, "type", type)
451
438
  if uri is not None:
452
439
  pulumi.set(__self__, "uri", uri)
453
- if use_unsupported_legacy_runtime is not None:
454
- pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
455
440
  if validation_string is not None:
456
441
  pulumi.set(__self__, "validation_string", validation_string)
457
442
  if verify_ssl is not None:
@@ -689,15 +674,6 @@ class _MonitorState:
689
674
  def uri(self, value: Optional[pulumi.Input[str]]):
690
675
  pulumi.set(self, "uri", value)
691
676
 
692
- @property
693
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
694
- def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
695
- return pulumi.get(self, "use_unsupported_legacy_runtime")
696
-
697
- @use_unsupported_legacy_runtime.setter
698
- def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
699
- pulumi.set(self, "use_unsupported_legacy_runtime", value)
700
-
701
677
  @property
702
678
  @pulumi.getter(name="validationString")
703
679
  def validation_string(self) -> Optional[pulumi.Input[str]]:
@@ -746,11 +722,14 @@ class Monitor(pulumi.CustomResource):
746
722
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
747
723
  type: Optional[pulumi.Input[str]] = None,
748
724
  uri: Optional[pulumi.Input[str]] = None,
749
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
750
725
  validation_string: Optional[pulumi.Input[str]] = None,
751
726
  verify_ssl: Optional[pulumi.Input[bool]] = None,
752
727
  __props__=None):
753
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 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
+
731
+ Use this resource to create, update, and delete a Simple or Browser Synthetics Monitor in New Relic.
732
+
754
733
  ## Example Usage
755
734
 
756
735
  ```python
@@ -924,6 +903,10 @@ class Monitor(pulumi.CustomResource):
924
903
  args: MonitorArgs,
925
904
  opts: Optional[pulumi.ResourceOptions] = None):
926
905
  """
906
+ > **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.
907
+
908
+ Use this resource to create, update, and delete a Simple or Browser Synthetics Monitor in New Relic.
909
+
927
910
  ## Example Usage
928
911
 
929
912
  ```python
@@ -1096,7 +1079,6 @@ class Monitor(pulumi.CustomResource):
1096
1079
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
1097
1080
  type: Optional[pulumi.Input[str]] = None,
1098
1081
  uri: Optional[pulumi.Input[str]] = None,
1099
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
1100
1082
  validation_string: Optional[pulumi.Input[str]] = None,
1101
1083
  verify_ssl: Optional[pulumi.Input[bool]] = None,
1102
1084
  __props__=None):
@@ -1130,7 +1112,6 @@ class Monitor(pulumi.CustomResource):
1130
1112
  raise TypeError("Missing required property 'type'")
1131
1113
  __props__.__dict__["type"] = type
1132
1114
  __props__.__dict__["uri"] = uri
1133
- __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
1134
1115
  __props__.__dict__["validation_string"] = validation_string
1135
1116
  __props__.__dict__["verify_ssl"] = verify_ssl
1136
1117
  __props__.__dict__["period_in_minutes"] = None
@@ -1163,7 +1144,6 @@ class Monitor(pulumi.CustomResource):
1163
1144
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
1164
1145
  type: Optional[pulumi.Input[str]] = None,
1165
1146
  uri: Optional[pulumi.Input[str]] = None,
1166
- use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
1167
1147
  validation_string: Optional[pulumi.Input[str]] = None,
1168
1148
  verify_ssl: Optional[pulumi.Input[bool]] = None) -> 'Monitor':
1169
1149
  """
@@ -1222,7 +1202,6 @@ class Monitor(pulumi.CustomResource):
1222
1202
  __props__.__dict__["treat_redirect_as_failure"] = treat_redirect_as_failure
1223
1203
  __props__.__dict__["type"] = type
1224
1204
  __props__.__dict__["uri"] = uri
1225
- __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
1226
1205
  __props__.__dict__["validation_string"] = validation_string
1227
1206
  __props__.__dict__["verify_ssl"] = verify_ssl
1228
1207
  return Monitor(resource_name, opts=opts, __props__=__props__)
@@ -1383,11 +1362,6 @@ class Monitor(pulumi.CustomResource):
1383
1362
  """
1384
1363
  return pulumi.get(self, "uri")
1385
1364
 
1386
- @property
1387
- @pulumi.getter(name="useUnsupportedLegacyRuntime")
1388
- def use_unsupported_legacy_runtime(self) -> pulumi.Output[Optional[bool]]:
1389
- return pulumi.get(self, "use_unsupported_legacy_runtime")
1390
-
1391
1365
  @property
1392
1366
  @pulumi.getter(name="validationString")
1393
1367
  def validation_string(self) -> pulumi.Output[Optional[str]]: