pulumi-newrelic 5.30.0a1724478404__tar.gz → 5.30.0a1724753414__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.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/pulumi-plugin.json +1 -1
  3. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/broken_links_monitor.py +37 -3
  4. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/cert_check_monitor.py +44 -38
  5. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/monitor.py +34 -0
  6. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/script_monitor.py +37 -3
  7. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/step_monitor.py +37 -3
  8. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  9. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pyproject.toml +1 -1
  10. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/README.md +0 -0
  11. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/__init__.py +0 -0
  12. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/_inputs.py +0 -0
  13. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/_utilities.py +0 -0
  14. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/account_management.py +0 -0
  15. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/alert_channel.py +0 -0
  16. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/alert_condition.py +0 -0
  17. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/alert_muting_rule.py +0 -0
  18. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/alert_policy.py +0 -0
  19. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/alert_policy_channel.py +0 -0
  20. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/api_access_key.py +0 -0
  21. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/browser_application.py +0 -0
  22. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/__init__.py +0 -0
  23. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/_inputs.py +0 -0
  24. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -0
  25. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
  26. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/aws_integrations.py +0 -0
  27. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
  28. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/azure_integrations.py +0 -0
  29. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
  30. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
  31. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
  32. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/cloud/outputs.py +0 -0
  33. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/config/__init__.py +0 -0
  34. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/config/__init__.pyi +0 -0
  35. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/config/vars.py +0 -0
  36. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/data_partition_rule.py +0 -0
  37. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/entity_tags.py +0 -0
  38. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
  39. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_account.py +0 -0
  40. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_alert_channel.py +0 -0
  41. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_alert_policy.py +0 -0
  42. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_application.py +0 -0
  43. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_authentication_domain.py +0 -0
  44. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_cloud_account.py +0 -0
  45. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_entity.py +0 -0
  46. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_group.py +0 -0
  47. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_key_transaction.py +0 -0
  48. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_notification_destination.py +0 -0
  49. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
  50. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
  51. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
  52. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/get_user.py +0 -0
  53. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/group.py +0 -0
  54. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/infra_alert_condition.py +0 -0
  55. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/insights/__init__.py +0 -0
  56. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/insights/_inputs.py +0 -0
  57. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/insights/event.py +0 -0
  58. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/insights/outputs.py +0 -0
  59. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/log_parsing_rule.py +0 -0
  60. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/monitor_downtime.py +0 -0
  61. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/notification_channel.py +0 -0
  62. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/notification_destination.py +0 -0
  63. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/nrql_alert_condition.py +0 -0
  64. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/nrql_drop_rule.py +0 -0
  65. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/obfuscation_expression.py +0 -0
  66. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/obfuscation_rule.py +0 -0
  67. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/one_dashboard.py +0 -0
  68. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/one_dashboard_json.py +0 -0
  69. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/one_dashboard_raw.py +0 -0
  70. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/outputs.py +0 -0
  71. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/plugins/__init__.py +0 -0
  72. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/plugins/_inputs.py +0 -0
  73. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/plugins/application_settings.py +0 -0
  74. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/plugins/outputs.py +0 -0
  75. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/plugins/workload.py +0 -0
  76. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/provider.py +0 -0
  77. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/py.typed +0 -0
  78. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/service_level.py +0 -0
  79. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/__init__.py +0 -0
  80. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/_inputs.py +0 -0
  81. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/alert_condition.py +0 -0
  82. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
  83. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
  84. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
  85. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/outputs.py +0 -0
  86. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/private_location.py +0 -0
  87. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
  88. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/user.py +0 -0
  89. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic/workflow.py +0 -0
  90. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  91. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  92. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic.egg-info/requires.txt +0 -0
  93. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  94. {pulumi_newrelic-5.30.0a1724478404 → pulumi_newrelic-5.30.0a1724753414}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.30.0a1724478404
3
+ Version: 5.30.0a1724753414
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-alpha.1724478404"
4
+ "version": "5.30.0-alpha.1724753414"
5
5
  }
@@ -25,7 +25,8 @@ 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):
28
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]]] = None,
29
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
29
30
  """
30
31
  The set of arguments for constructing a BrokenLinksMonitor resource.
31
32
  :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`.
@@ -56,6 +57,8 @@ class BrokenLinksMonitorArgs:
56
57
  pulumi.set(__self__, "runtime_type_version", runtime_type_version)
57
58
  if tags is not None:
58
59
  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)
59
62
 
60
63
  @property
61
64
  @pulumi.getter
@@ -177,6 +180,15 @@ class BrokenLinksMonitorArgs:
177
180
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]]]):
178
181
  pulumi.set(self, "tags", value)
179
182
 
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
+
180
192
 
181
193
  @pulumi.input_type
182
194
  class _BrokenLinksMonitorState:
@@ -192,7 +204,8 @@ class _BrokenLinksMonitorState:
192
204
  runtime_type_version: Optional[pulumi.Input[str]] = None,
193
205
  status: Optional[pulumi.Input[str]] = None,
194
206
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]]] = None,
195
- uri: Optional[pulumi.Input[str]] = None):
207
+ uri: Optional[pulumi.Input[str]] = None,
208
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
196
209
  """
197
210
  Input properties used for looking up and filtering BrokenLinksMonitor resources.
198
211
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
@@ -232,6 +245,8 @@ class _BrokenLinksMonitorState:
232
245
  pulumi.set(__self__, "tags", tags)
233
246
  if uri is not None:
234
247
  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)
235
250
 
236
251
  @property
237
252
  @pulumi.getter(name="accountId")
@@ -377,6 +392,15 @@ class _BrokenLinksMonitorState:
377
392
  def uri(self, value: Optional[pulumi.Input[str]]):
378
393
  pulumi.set(self, "uri", value)
379
394
 
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
+
380
404
 
381
405
  class BrokenLinksMonitor(pulumi.CustomResource):
382
406
  @overload
@@ -393,6 +417,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
393
417
  status: Optional[pulumi.Input[str]] = None,
394
418
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]]] = None,
395
419
  uri: Optional[pulumi.Input[str]] = None,
420
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
396
421
  __props__=None):
397
422
  """
398
423
  ## Example Usage
@@ -558,6 +583,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
558
583
  status: Optional[pulumi.Input[str]] = None,
559
584
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]]] = None,
560
585
  uri: Optional[pulumi.Input[str]] = None,
586
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
561
587
  __props__=None):
562
588
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
563
589
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -583,6 +609,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
583
609
  if uri is None and not opts.urn:
584
610
  raise TypeError("Missing required property 'uri'")
585
611
  __props__.__dict__["uri"] = uri
612
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
586
613
  __props__.__dict__["guid"] = None
587
614
  __props__.__dict__["period_in_minutes"] = None
588
615
  super(BrokenLinksMonitor, __self__).__init__(
@@ -606,7 +633,8 @@ class BrokenLinksMonitor(pulumi.CustomResource):
606
633
  runtime_type_version: Optional[pulumi.Input[str]] = None,
607
634
  status: Optional[pulumi.Input[str]] = None,
608
635
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]]] = None,
609
- uri: Optional[pulumi.Input[str]] = None) -> 'BrokenLinksMonitor':
636
+ uri: Optional[pulumi.Input[str]] = None,
637
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None) -> 'BrokenLinksMonitor':
610
638
  """
611
639
  Get an existing BrokenLinksMonitor resource's state with the given name, id, and optional extra
612
640
  properties used to qualify the lookup.
@@ -643,6 +671,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
643
671
  __props__.__dict__["status"] = status
644
672
  __props__.__dict__["tags"] = tags
645
673
  __props__.__dict__["uri"] = uri
674
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
646
675
  return BrokenLinksMonitor(resource_name, opts=opts, __props__=__props__)
647
676
 
648
677
  @property
@@ -741,3 +770,8 @@ class BrokenLinksMonitor(pulumi.CustomResource):
741
770
  """
742
771
  return pulumi.get(self, "uri")
743
772
 
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,7 +26,8 @@ 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):
29
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]] = None,
30
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
30
31
  """
31
32
  The set of arguments for constructing a CertCheckMonitor resource.
32
33
  :param pulumi.Input[int] certificate_expiration: The desired number of remaining days until the certificate expires to trigger a monitor failure.
@@ -38,11 +39,7 @@ class CertCheckMonitorArgs:
38
39
  :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.
39
40
  :param pulumi.Input[str] name: The name for the monitor.
40
41
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
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.
42
+ :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
46
43
  :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
44
  """
48
45
  pulumi.set(__self__, "certificate_expiration", certificate_expiration)
@@ -63,6 +60,8 @@ class CertCheckMonitorArgs:
63
60
  pulumi.set(__self__, "runtime_type_version", runtime_type_version)
64
61
  if tags is not None:
65
62
  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)
66
65
 
67
66
  @property
68
67
  @pulumi.getter(name="certificateExpiration")
@@ -176,11 +175,7 @@ class CertCheckMonitorArgs:
176
175
  @pulumi.getter(name="runtimeTypeVersion")
177
176
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
178
177
  """
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.
178
+ The specific semver version of the runtime type.
184
179
  """
185
180
  return pulumi.get(self, "runtime_type_version")
186
181
 
@@ -200,6 +195,15 @@ class CertCheckMonitorArgs:
200
195
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]]):
201
196
  pulumi.set(self, "tags", value)
202
197
 
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
+
203
207
 
204
208
  @pulumi.input_type
205
209
  class _CertCheckMonitorState:
@@ -215,7 +219,8 @@ class _CertCheckMonitorState:
215
219
  runtime_type: Optional[pulumi.Input[str]] = None,
216
220
  runtime_type_version: Optional[pulumi.Input[str]] = None,
217
221
  status: Optional[pulumi.Input[str]] = None,
218
- tags: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]] = None):
222
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]] = None,
223
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
219
224
  """
220
225
  Input properties used for looking up and filtering CertCheckMonitor resources.
221
226
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
@@ -227,11 +232,7 @@ class _CertCheckMonitorState:
227
232
  :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`.
228
233
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
229
234
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
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.
235
+ :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
235
236
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
236
237
  :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
238
  """
@@ -259,6 +260,8 @@ class _CertCheckMonitorState:
259
260
  pulumi.set(__self__, "status", status)
260
261
  if tags is not None:
261
262
  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)
262
265
 
263
266
  @property
264
267
  @pulumi.getter(name="accountId")
@@ -372,11 +375,7 @@ class _CertCheckMonitorState:
372
375
  @pulumi.getter(name="runtimeTypeVersion")
373
376
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
374
377
  """
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.
378
+ The specific semver version of the runtime type.
380
379
  """
381
380
  return pulumi.get(self, "runtime_type_version")
382
381
 
@@ -408,6 +407,15 @@ class _CertCheckMonitorState:
408
407
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]]]):
409
408
  pulumi.set(self, "tags", value)
410
409
 
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
+
411
419
 
412
420
  class CertCheckMonitor(pulumi.CustomResource):
413
421
  @overload
@@ -425,6 +433,7 @@ class CertCheckMonitor(pulumi.CustomResource):
425
433
  runtime_type_version: Optional[pulumi.Input[str]] = None,
426
434
  status: Optional[pulumi.Input[str]] = None,
427
435
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]]] = None,
436
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
428
437
  __props__=None):
429
438
  """
430
439
  ## Example Usage
@@ -498,11 +507,7 @@ class CertCheckMonitor(pulumi.CustomResource):
498
507
  :param pulumi.Input[str] name: The name for the monitor.
499
508
  :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`.
500
509
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
501
- :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
502
-
503
- > **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.
504
-
505
- > **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
+ :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
506
511
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
507
512
  :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
508
513
  """
@@ -600,6 +605,7 @@ class CertCheckMonitor(pulumi.CustomResource):
600
605
  runtime_type_version: Optional[pulumi.Input[str]] = None,
601
606
  status: Optional[pulumi.Input[str]] = None,
602
607
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]]] = None,
608
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
603
609
  __props__=None):
604
610
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
605
611
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -628,6 +634,7 @@ class CertCheckMonitor(pulumi.CustomResource):
628
634
  raise TypeError("Missing required property 'status'")
629
635
  __props__.__dict__["status"] = status
630
636
  __props__.__dict__["tags"] = tags
637
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
631
638
  __props__.__dict__["period_in_minutes"] = None
632
639
  super(CertCheckMonitor, __self__).__init__(
633
640
  'newrelic:synthetics/certCheckMonitor:CertCheckMonitor',
@@ -650,7 +657,8 @@ class CertCheckMonitor(pulumi.CustomResource):
650
657
  runtime_type: Optional[pulumi.Input[str]] = None,
651
658
  runtime_type_version: Optional[pulumi.Input[str]] = None,
652
659
  status: Optional[pulumi.Input[str]] = None,
653
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]]] = None) -> 'CertCheckMonitor':
660
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]]] = None,
661
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None) -> 'CertCheckMonitor':
654
662
  """
655
663
  Get an existing CertCheckMonitor resource's state with the given name, id, and optional extra
656
664
  properties used to qualify the lookup.
@@ -667,11 +675,7 @@ class CertCheckMonitor(pulumi.CustomResource):
667
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`.
668
676
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
669
677
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
670
- :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
671
-
672
- > **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.
673
-
674
- > **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.
678
+ :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
675
679
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
676
680
  :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
677
681
  """
@@ -691,6 +695,7 @@ class CertCheckMonitor(pulumi.CustomResource):
691
695
  __props__.__dict__["runtime_type_version"] = runtime_type_version
692
696
  __props__.__dict__["status"] = status
693
697
  __props__.__dict__["tags"] = tags
698
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
694
699
  return CertCheckMonitor(resource_name, opts=opts, __props__=__props__)
695
700
 
696
701
  @property
@@ -769,11 +774,7 @@ class CertCheckMonitor(pulumi.CustomResource):
769
774
  @pulumi.getter(name="runtimeTypeVersion")
770
775
  def runtime_type_version(self) -> pulumi.Output[Optional[str]]:
771
776
  """
772
- The specific version of the runtime type selected.
773
-
774
- > **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.
775
-
776
- > **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.
777
+ The specific semver version of the runtime type.
777
778
  """
778
779
  return pulumi.get(self, "runtime_type_version")
779
780
 
@@ -793,3 +794,8 @@ class CertCheckMonitor(pulumi.CustomResource):
793
794
  """
794
795
  return pulumi.get(self, "tags")
795
796
 
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,6 +34,7 @@ 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,
37
38
  validation_string: Optional[pulumi.Input[str]] = None,
38
39
  verify_ssl: Optional[pulumi.Input[bool]] = None):
39
40
  """
@@ -97,6 +98,8 @@ class MonitorArgs:
97
98
  pulumi.set(__self__, "treat_redirect_as_failure", treat_redirect_as_failure)
98
99
  if uri is not None:
99
100
  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)
100
103
  if validation_string is not None:
101
104
  pulumi.set(__self__, "validation_string", validation_string)
102
105
  if verify_ssl is not None:
@@ -322,6 +325,15 @@ class MonitorArgs:
322
325
  def uri(self, value: Optional[pulumi.Input[str]]):
323
326
  pulumi.set(self, "uri", value)
324
327
 
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
+
325
337
  @property
326
338
  @pulumi.getter(name="validationString")
327
339
  def validation_string(self) -> Optional[pulumi.Input[str]]:
@@ -369,6 +381,7 @@ class _MonitorState:
369
381
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
370
382
  type: Optional[pulumi.Input[str]] = None,
371
383
  uri: Optional[pulumi.Input[str]] = None,
384
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
372
385
  validation_string: Optional[pulumi.Input[str]] = None,
373
386
  verify_ssl: Optional[pulumi.Input[bool]] = None):
374
387
  """
@@ -437,6 +450,8 @@ class _MonitorState:
437
450
  pulumi.set(__self__, "type", type)
438
451
  if uri is not None:
439
452
  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)
440
455
  if validation_string is not None:
441
456
  pulumi.set(__self__, "validation_string", validation_string)
442
457
  if verify_ssl is not None:
@@ -674,6 +689,15 @@ class _MonitorState:
674
689
  def uri(self, value: Optional[pulumi.Input[str]]):
675
690
  pulumi.set(self, "uri", value)
676
691
 
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
+
677
701
  @property
678
702
  @pulumi.getter(name="validationString")
679
703
  def validation_string(self) -> Optional[pulumi.Input[str]]:
@@ -722,6 +746,7 @@ class Monitor(pulumi.CustomResource):
722
746
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
723
747
  type: Optional[pulumi.Input[str]] = None,
724
748
  uri: Optional[pulumi.Input[str]] = None,
749
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
725
750
  validation_string: Optional[pulumi.Input[str]] = None,
726
751
  verify_ssl: Optional[pulumi.Input[bool]] = None,
727
752
  __props__=None):
@@ -1071,6 +1096,7 @@ class Monitor(pulumi.CustomResource):
1071
1096
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
1072
1097
  type: Optional[pulumi.Input[str]] = None,
1073
1098
  uri: Optional[pulumi.Input[str]] = None,
1099
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
1074
1100
  validation_string: Optional[pulumi.Input[str]] = None,
1075
1101
  verify_ssl: Optional[pulumi.Input[bool]] = None,
1076
1102
  __props__=None):
@@ -1104,6 +1130,7 @@ class Monitor(pulumi.CustomResource):
1104
1130
  raise TypeError("Missing required property 'type'")
1105
1131
  __props__.__dict__["type"] = type
1106
1132
  __props__.__dict__["uri"] = uri
1133
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
1107
1134
  __props__.__dict__["validation_string"] = validation_string
1108
1135
  __props__.__dict__["verify_ssl"] = verify_ssl
1109
1136
  __props__.__dict__["period_in_minutes"] = None
@@ -1136,6 +1163,7 @@ class Monitor(pulumi.CustomResource):
1136
1163
  treat_redirect_as_failure: Optional[pulumi.Input[bool]] = None,
1137
1164
  type: Optional[pulumi.Input[str]] = None,
1138
1165
  uri: Optional[pulumi.Input[str]] = None,
1166
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
1139
1167
  validation_string: Optional[pulumi.Input[str]] = None,
1140
1168
  verify_ssl: Optional[pulumi.Input[bool]] = None) -> 'Monitor':
1141
1169
  """
@@ -1194,6 +1222,7 @@ class Monitor(pulumi.CustomResource):
1194
1222
  __props__.__dict__["treat_redirect_as_failure"] = treat_redirect_as_failure
1195
1223
  __props__.__dict__["type"] = type
1196
1224
  __props__.__dict__["uri"] = uri
1225
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
1197
1226
  __props__.__dict__["validation_string"] = validation_string
1198
1227
  __props__.__dict__["verify_ssl"] = verify_ssl
1199
1228
  return Monitor(resource_name, opts=opts, __props__=__props__)
@@ -1354,6 +1383,11 @@ class Monitor(pulumi.CustomResource):
1354
1383
  """
1355
1384
  return pulumi.get(self, "uri")
1356
1385
 
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
+
1357
1391
  @property
1358
1392
  @pulumi.getter(name="validationString")
1359
1393
  def validation_string(self) -> pulumi.Output[Optional[str]]:
@@ -30,7 +30,8 @@ class ScriptMonitorArgs:
30
30
  runtime_type_version: Optional[pulumi.Input[str]] = None,
31
31
  script: Optional[pulumi.Input[str]] = None,
32
32
  script_language: Optional[pulumi.Input[str]] = None,
33
- tags: Optional[pulumi.Input[Sequence[pulumi.Input['ScriptMonitorTagArgs']]]] = None):
33
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['ScriptMonitorTagArgs']]]] = None,
34
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
34
35
  """
35
36
  The set of arguments for constructing a ScriptMonitor resource.
36
37
  :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`.
@@ -78,6 +79,8 @@ class ScriptMonitorArgs:
78
79
  pulumi.set(__self__, "script_language", script_language)
79
80
  if tags is not None:
80
81
  pulumi.set(__self__, "tags", tags)
82
+ if use_unsupported_legacy_runtime is not None:
83
+ pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
81
84
 
82
85
  @property
83
86
  @pulumi.getter
@@ -261,6 +264,15 @@ class ScriptMonitorArgs:
261
264
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScriptMonitorTagArgs']]]]):
262
265
  pulumi.set(self, "tags", value)
263
266
 
267
+ @property
268
+ @pulumi.getter(name="useUnsupportedLegacyRuntime")
269
+ def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
270
+ return pulumi.get(self, "use_unsupported_legacy_runtime")
271
+
272
+ @use_unsupported_legacy_runtime.setter
273
+ def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
274
+ pulumi.set(self, "use_unsupported_legacy_runtime", value)
275
+
264
276
 
265
277
  @pulumi.input_type
266
278
  class _ScriptMonitorState:
@@ -281,7 +293,8 @@ class _ScriptMonitorState:
281
293
  script_language: Optional[pulumi.Input[str]] = None,
282
294
  status: Optional[pulumi.Input[str]] = None,
283
295
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['ScriptMonitorTagArgs']]]] = None,
284
- type: Optional[pulumi.Input[str]] = None):
296
+ type: Optional[pulumi.Input[str]] = None,
297
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
285
298
  """
286
299
  Input properties used for looking up and filtering ScriptMonitor resources.
287
300
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
@@ -338,6 +351,8 @@ class _ScriptMonitorState:
338
351
  pulumi.set(__self__, "tags", tags)
339
352
  if type is not None:
340
353
  pulumi.set(__self__, "type", type)
354
+ if use_unsupported_legacy_runtime is not None:
355
+ pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
341
356
 
342
357
  @property
343
358
  @pulumi.getter(name="accountId")
@@ -545,6 +560,15 @@ class _ScriptMonitorState:
545
560
  def type(self, value: Optional[pulumi.Input[str]]):
546
561
  pulumi.set(self, "type", value)
547
562
 
563
+ @property
564
+ @pulumi.getter(name="useUnsupportedLegacyRuntime")
565
+ def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
566
+ return pulumi.get(self, "use_unsupported_legacy_runtime")
567
+
568
+ @use_unsupported_legacy_runtime.setter
569
+ def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
570
+ pulumi.set(self, "use_unsupported_legacy_runtime", value)
571
+
548
572
 
549
573
  class ScriptMonitor(pulumi.CustomResource):
550
574
  @overload
@@ -566,6 +590,7 @@ class ScriptMonitor(pulumi.CustomResource):
566
590
  status: Optional[pulumi.Input[str]] = None,
567
591
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScriptMonitorTagArgs', 'ScriptMonitorTagArgsDict']]]]] = None,
568
592
  type: Optional[pulumi.Input[str]] = None,
593
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
569
594
  __props__=None):
570
595
  """
571
596
  ## Example Usage
@@ -887,6 +912,7 @@ class ScriptMonitor(pulumi.CustomResource):
887
912
  status: Optional[pulumi.Input[str]] = None,
888
913
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScriptMonitorTagArgs', 'ScriptMonitorTagArgsDict']]]]] = None,
889
914
  type: Optional[pulumi.Input[str]] = None,
915
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
890
916
  __props__=None):
891
917
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
892
918
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -917,6 +943,7 @@ class ScriptMonitor(pulumi.CustomResource):
917
943
  if type is None and not opts.urn:
918
944
  raise TypeError("Missing required property 'type'")
919
945
  __props__.__dict__["type"] = type
946
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
920
947
  __props__.__dict__["guid"] = None
921
948
  __props__.__dict__["period_in_minutes"] = None
922
949
  super(ScriptMonitor, __self__).__init__(
@@ -945,7 +972,8 @@ class ScriptMonitor(pulumi.CustomResource):
945
972
  script_language: Optional[pulumi.Input[str]] = None,
946
973
  status: Optional[pulumi.Input[str]] = None,
947
974
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScriptMonitorTagArgs', 'ScriptMonitorTagArgsDict']]]]] = None,
948
- type: Optional[pulumi.Input[str]] = None) -> 'ScriptMonitor':
975
+ type: Optional[pulumi.Input[str]] = None,
976
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None) -> 'ScriptMonitor':
949
977
  """
950
978
  Get an existing ScriptMonitor resource's state with the given name, id, and optional extra
951
979
  properties used to qualify the lookup.
@@ -994,6 +1022,7 @@ class ScriptMonitor(pulumi.CustomResource):
994
1022
  __props__.__dict__["status"] = status
995
1023
  __props__.__dict__["tags"] = tags
996
1024
  __props__.__dict__["type"] = type
1025
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
997
1026
  return ScriptMonitor(resource_name, opts=opts, __props__=__props__)
998
1027
 
999
1028
  @property
@@ -1134,3 +1163,8 @@ class ScriptMonitor(pulumi.CustomResource):
1134
1163
  """
1135
1164
  return pulumi.get(self, "type")
1136
1165
 
1166
+ @property
1167
+ @pulumi.getter(name="useUnsupportedLegacyRuntime")
1168
+ def use_unsupported_legacy_runtime(self) -> pulumi.Output[Optional[bool]]:
1169
+ return pulumi.get(self, "use_unsupported_legacy_runtime")
1170
+
@@ -26,7 +26,8 @@ class StepMonitorArgs:
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['StepMonitorTagArgs']]]] = None):
29
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]]] = None,
30
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
30
31
  """
31
32
  The set of arguments for constructing a StepMonitor resource.
32
33
  :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`.
@@ -60,6 +61,8 @@ class StepMonitorArgs:
60
61
  pulumi.set(__self__, "runtime_type_version", runtime_type_version)
61
62
  if tags is not None:
62
63
  pulumi.set(__self__, "tags", tags)
64
+ if use_unsupported_legacy_runtime is not None:
65
+ pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
63
66
 
64
67
  @property
65
68
  @pulumi.getter
@@ -193,6 +196,15 @@ class StepMonitorArgs:
193
196
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]]]):
194
197
  pulumi.set(self, "tags", value)
195
198
 
199
+ @property
200
+ @pulumi.getter(name="useUnsupportedLegacyRuntime")
201
+ def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
202
+ return pulumi.get(self, "use_unsupported_legacy_runtime")
203
+
204
+ @use_unsupported_legacy_runtime.setter
205
+ def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
206
+ pulumi.set(self, "use_unsupported_legacy_runtime", value)
207
+
196
208
 
197
209
  @pulumi.input_type
198
210
  class _StepMonitorState:
@@ -209,7 +221,8 @@ class _StepMonitorState:
209
221
  runtime_type_version: Optional[pulumi.Input[str]] = None,
210
222
  status: Optional[pulumi.Input[str]] = None,
211
223
  steps: Optional[pulumi.Input[Sequence[pulumi.Input['StepMonitorStepArgs']]]] = None,
212
- tags: Optional[pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]]] = None):
224
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]]] = None,
225
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None):
213
226
  """
214
227
  Input properties used for looking up and filtering StepMonitor resources.
215
228
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
@@ -252,6 +265,8 @@ class _StepMonitorState:
252
265
  pulumi.set(__self__, "steps", steps)
253
266
  if tags is not None:
254
267
  pulumi.set(__self__, "tags", tags)
268
+ if use_unsupported_legacy_runtime is not None:
269
+ pulumi.set(__self__, "use_unsupported_legacy_runtime", use_unsupported_legacy_runtime)
255
270
 
256
271
  @property
257
272
  @pulumi.getter(name="accountId")
@@ -409,6 +424,15 @@ class _StepMonitorState:
409
424
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]]]):
410
425
  pulumi.set(self, "tags", value)
411
426
 
427
+ @property
428
+ @pulumi.getter(name="useUnsupportedLegacyRuntime")
429
+ def use_unsupported_legacy_runtime(self) -> Optional[pulumi.Input[bool]]:
430
+ return pulumi.get(self, "use_unsupported_legacy_runtime")
431
+
432
+ @use_unsupported_legacy_runtime.setter
433
+ def use_unsupported_legacy_runtime(self, value: Optional[pulumi.Input[bool]]):
434
+ pulumi.set(self, "use_unsupported_legacy_runtime", value)
435
+
412
436
 
413
437
  class StepMonitor(pulumi.CustomResource):
414
438
  @overload
@@ -426,6 +450,7 @@ class StepMonitor(pulumi.CustomResource):
426
450
  status: Optional[pulumi.Input[str]] = None,
427
451
  steps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StepMonitorStepArgs', 'StepMonitorStepArgsDict']]]]] = None,
428
452
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StepMonitorTagArgs', 'StepMonitorTagArgsDict']]]]] = None,
453
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
429
454
  __props__=None):
430
455
  """
431
456
  ## Example Usage
@@ -623,6 +648,7 @@ class StepMonitor(pulumi.CustomResource):
623
648
  status: Optional[pulumi.Input[str]] = None,
624
649
  steps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StepMonitorStepArgs', 'StepMonitorStepArgsDict']]]]] = None,
625
650
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StepMonitorTagArgs', 'StepMonitorTagArgsDict']]]]] = None,
651
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None,
626
652
  __props__=None):
627
653
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
628
654
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -649,6 +675,7 @@ class StepMonitor(pulumi.CustomResource):
649
675
  raise TypeError("Missing required property 'steps'")
650
676
  __props__.__dict__["steps"] = steps
651
677
  __props__.__dict__["tags"] = tags
678
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
652
679
  __props__.__dict__["guid"] = None
653
680
  __props__.__dict__["period_in_minutes"] = None
654
681
  super(StepMonitor, __self__).__init__(
@@ -673,7 +700,8 @@ class StepMonitor(pulumi.CustomResource):
673
700
  runtime_type_version: Optional[pulumi.Input[str]] = None,
674
701
  status: Optional[pulumi.Input[str]] = None,
675
702
  steps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StepMonitorStepArgs', 'StepMonitorStepArgsDict']]]]] = None,
676
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StepMonitorTagArgs', 'StepMonitorTagArgsDict']]]]] = None) -> 'StepMonitor':
703
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StepMonitorTagArgs', 'StepMonitorTagArgsDict']]]]] = None,
704
+ use_unsupported_legacy_runtime: Optional[pulumi.Input[bool]] = None) -> 'StepMonitor':
677
705
  """
678
706
  Get an existing StepMonitor resource's state with the given name, id, and optional extra
679
707
  properties used to qualify the lookup.
@@ -712,6 +740,7 @@ class StepMonitor(pulumi.CustomResource):
712
740
  __props__.__dict__["status"] = status
713
741
  __props__.__dict__["steps"] = steps
714
742
  __props__.__dict__["tags"] = tags
743
+ __props__.__dict__["use_unsupported_legacy_runtime"] = use_unsupported_legacy_runtime
715
744
  return StepMonitor(resource_name, opts=opts, __props__=__props__)
716
745
 
717
746
  @property
@@ -818,3 +847,8 @@ class StepMonitor(pulumi.CustomResource):
818
847
  """
819
848
  return pulumi.get(self, "tags")
820
849
 
850
+ @property
851
+ @pulumi.getter(name="useUnsupportedLegacyRuntime")
852
+ def use_unsupported_legacy_runtime(self) -> pulumi.Output[Optional[bool]]:
853
+ return pulumi.get(self, "use_unsupported_legacy_runtime")
854
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.30.0a1724478404
3
+ Version: 5.30.0a1724753414
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.30.0a1724478404"
8
+ version = "5.30.0a1724753414"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]