cdktf-cdktf-provider-newrelic 13.7.2__py3-none-any.whl → 13.7.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. cdktf_cdktf_provider_newrelic/__init__.py +3 -3
  2. cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
  5. cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
  6. cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +57 -57
  7. cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
  8. cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
  9. cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
  10. cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
  11. cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
  12. cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
  13. cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
  14. cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
  15. cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
  16. cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
  17. cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
  18. cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
  19. cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
  20. cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
  21. cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
  22. cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
  23. cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
  24. cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
  25. cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
  26. cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
  27. cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
  28. cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
  29. cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
  30. cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
  31. cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
  32. cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
  33. cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
  34. cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
  35. cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
  36. cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
  37. cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
  38. cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
  39. cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
  40. cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
  41. cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
  42. cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
  43. cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
  44. cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
  45. cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
  46. cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
  47. cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
  48. cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
  49. cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
  50. cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
  51. cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
  52. cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
  53. cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1259 -1259
  54. cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
  55. cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
  56. cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
  57. cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
  58. cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
  59. cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
  60. cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
  61. cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
  62. cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
  63. cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
  64. cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
  65. cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
  66. cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
  67. cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
  68. cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
  69. cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
  70. cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
  71. {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/METADATA +5 -5
  72. cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.2.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.7.2.dist-info/RECORD +0 -76
  75. {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_synthetics_alert_condition`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_synthetics_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition).
4
+ Refer to the Terraform Registry for docs: [`newrelic_synthetics_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class SyntheticsAlertCondition(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.syntheticsAlertCondition.SyntheticsAlertCondition",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -65,16 +65,16 @@ class SyntheticsAlertCondition(
65
65
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
66
66
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
67
67
  ) -> None:
68
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition} Resource.
68
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition} Resource.
69
69
 
70
70
  :param scope: The scope in which to define this construct.
71
71
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
72
- :param monitor_id: The ID of the Synthetics monitor to be referenced in the alert condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id}
73
- :param name: The title of this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name}
74
- :param policy_id: The ID of the policy where this condition should be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id}
75
- :param enabled: Set whether to enable the alert condition. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled}
76
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
77
- :param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url}
72
+ :param monitor_id: The ID of the Synthetics monitor to be referenced in the alert condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id}
73
+ :param name: The title of this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name}
74
+ :param policy_id: The ID of the policy where this condition should be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id}
75
+ :param enabled: Set whether to enable the alert condition. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled}
76
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
77
+ :param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url}
78
78
  :param connection:
79
79
  :param count:
80
80
  :param depends_on:
@@ -118,7 +118,7 @@ class SyntheticsAlertCondition(
118
118
 
119
119
  :param scope: The scope in which to define this construct.
120
120
  :param import_to_id: The construct id used in the generated config for the SyntheticsAlertCondition to import.
121
- :param import_from_id: The id of the existing SyntheticsAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use
121
+ :param import_from_id: The id of the existing SyntheticsAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use
122
122
  :param provider: ? Optional instance of the provider where the SyntheticsAlertCondition to import is found.
123
123
  '''
124
124
  if __debug__:
@@ -312,12 +312,12 @@ class SyntheticsAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
312
312
  :param lifecycle:
313
313
  :param provider:
314
314
  :param provisioners:
315
- :param monitor_id: The ID of the Synthetics monitor to be referenced in the alert condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id}
316
- :param name: The title of this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name}
317
- :param policy_id: The ID of the policy where this condition should be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id}
318
- :param enabled: Set whether to enable the alert condition. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled}
319
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
320
- :param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url}
315
+ :param monitor_id: The ID of the Synthetics monitor to be referenced in the alert condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id}
316
+ :param name: The title of this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name}
317
+ :param policy_id: The ID of the policy where this condition should be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id}
318
+ :param enabled: Set whether to enable the alert condition. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled}
319
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
320
+ :param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url}
321
321
  '''
322
322
  if isinstance(lifecycle, dict):
323
323
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -430,7 +430,7 @@ class SyntheticsAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
430
430
  def monitor_id(self) -> builtins.str:
431
431
  '''The ID of the Synthetics monitor to be referenced in the alert condition.
432
432
 
433
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id}
433
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id}
434
434
  '''
435
435
  result = self._values.get("monitor_id")
436
436
  assert result is not None, "Required property 'monitor_id' is missing"
@@ -440,7 +440,7 @@ class SyntheticsAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
440
440
  def name(self) -> builtins.str:
441
441
  '''The title of this condition.
442
442
 
443
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name}
443
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name}
444
444
  '''
445
445
  result = self._values.get("name")
446
446
  assert result is not None, "Required property 'name' is missing"
@@ -450,7 +450,7 @@ class SyntheticsAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
450
450
  def policy_id(self) -> jsii.Number:
451
451
  '''The ID of the policy where this condition should be used.
452
452
 
453
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id}
453
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id}
454
454
  '''
455
455
  result = self._values.get("policy_id")
456
456
  assert result is not None, "Required property 'policy_id' is missing"
@@ -462,14 +462,14 @@ class SyntheticsAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
462
462
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
463
463
  '''Set whether to enable the alert condition. Defaults to true.
464
464
 
465
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled}
465
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled}
466
466
  '''
467
467
  result = self._values.get("enabled")
468
468
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
469
469
 
470
470
  @builtins.property
471
471
  def id(self) -> typing.Optional[builtins.str]:
472
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}.
472
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}.
473
473
 
474
474
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
475
475
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -481,7 +481,7 @@ class SyntheticsAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
481
481
  def runbook_url(self) -> typing.Optional[builtins.str]:
482
482
  '''Runbook URL to display in notifications.
483
483
 
484
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url}
484
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url}
485
485
  '''
486
486
  result = self._values.get("runbook_url")
487
487
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_synthetics_broken_links_monitor`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_synthetics_broken_links_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor).
4
+ Refer to the Terraform Registry for docs: [`newrelic_synthetics_broken_links_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class SyntheticsBrokenLinksMonitor(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.syntheticsBrokenLinksMonitor.SyntheticsBrokenLinksMonitor",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -71,22 +71,22 @@ class SyntheticsBrokenLinksMonitor(
71
71
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
72
72
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
73
73
  ) -> None:
74
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor} Resource.
74
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor} Resource.
75
75
 
76
76
  :param scope: The scope in which to define this construct.
77
77
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
78
- :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name}
79
- :param 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period}
80
- :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status}
81
- :param uri: The URI the monitor runs against. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri}
82
- :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id}
83
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
84
- :param locations_private: List private location GUIDs for which the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private}
85
- :param locations_public: Publicly available location names in which the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public}
86
- :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type}
87
- :param runtime_type_version: The specific semver version of the runtime type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version}
88
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag}
89
- :param use_unsupported_legacy_runtime: A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime}
78
+ :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name}
79
+ :param 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period}
80
+ :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status}
81
+ :param uri: The URI the monitor runs against. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri}
82
+ :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id}
83
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
84
+ :param locations_private: List private location GUIDs for which the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private}
85
+ :param locations_public: Publicly available location names in which the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public}
86
+ :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type}
87
+ :param runtime_type_version: The specific semver version of the runtime type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version}
88
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag}
89
+ :param use_unsupported_legacy_runtime: A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime}
90
90
  :param connection:
91
91
  :param count:
92
92
  :param depends_on:
@@ -136,7 +136,7 @@ class SyntheticsBrokenLinksMonitor(
136
136
 
137
137
  :param scope: The scope in which to define this construct.
138
138
  :param import_to_id: The construct id used in the generated config for the SyntheticsBrokenLinksMonitor to import.
139
- :param import_from_id: The id of the existing SyntheticsBrokenLinksMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use
139
+ :param import_from_id: The id of the existing SyntheticsBrokenLinksMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use
140
140
  :param provider: ? Optional instance of the provider where the SyntheticsBrokenLinksMonitor to import is found.
141
141
  '''
142
142
  if __debug__:
@@ -484,18 +484,18 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
484
484
  :param lifecycle:
485
485
  :param provider:
486
486
  :param provisioners:
487
- :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name}
488
- :param 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period}
489
- :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status}
490
- :param uri: The URI the monitor runs against. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri}
491
- :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id}
492
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
493
- :param locations_private: List private location GUIDs for which the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private}
494
- :param locations_public: Publicly available location names in which the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public}
495
- :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type}
496
- :param runtime_type_version: The specific semver version of the runtime type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version}
497
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag}
498
- :param use_unsupported_legacy_runtime: A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime}
487
+ :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name}
488
+ :param 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period}
489
+ :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status}
490
+ :param uri: The URI the monitor runs against. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri}
491
+ :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id}
492
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
493
+ :param locations_private: List private location GUIDs for which the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private}
494
+ :param locations_public: Publicly available location names in which the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public}
495
+ :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type}
496
+ :param runtime_type_version: The specific semver version of the runtime type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version}
497
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag}
498
+ :param use_unsupported_legacy_runtime: A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime}
499
499
  '''
500
500
  if isinstance(lifecycle, dict):
501
501
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -625,7 +625,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
625
625
  def name(self) -> builtins.str:
626
626
  '''The title of this monitor.
627
627
 
628
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name}
628
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name}
629
629
  '''
630
630
  result = self._values.get("name")
631
631
  assert result is not None, "Required property 'name' is missing"
@@ -637,7 +637,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
637
637
 
638
638
  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.
639
639
 
640
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period}
640
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period}
641
641
  '''
642
642
  result = self._values.get("period")
643
643
  assert result is not None, "Required property 'period' is missing"
@@ -647,7 +647,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
647
647
  def status(self) -> builtins.str:
648
648
  '''The monitor status (ENABLED or DISABLED).
649
649
 
650
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status}
650
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status}
651
651
  '''
652
652
  result = self._values.get("status")
653
653
  assert result is not None, "Required property 'status' is missing"
@@ -657,7 +657,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
657
657
  def uri(self) -> builtins.str:
658
658
  '''The URI the monitor runs against.
659
659
 
660
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri}
660
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri}
661
661
  '''
662
662
  result = self._values.get("uri")
663
663
  assert result is not None, "Required property 'uri' is missing"
@@ -667,14 +667,14 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
667
667
  def account_id(self) -> typing.Optional[jsii.Number]:
668
668
  '''ID of the newrelic account.
669
669
 
670
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id}
670
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id}
671
671
  '''
672
672
  result = self._values.get("account_id")
673
673
  return typing.cast(typing.Optional[jsii.Number], result)
674
674
 
675
675
  @builtins.property
676
676
  def id(self) -> typing.Optional[builtins.str]:
677
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}.
677
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}.
678
678
 
679
679
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
680
680
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -686,7 +686,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
686
686
  def locations_private(self) -> typing.Optional[typing.List[builtins.str]]:
687
687
  '''List private location GUIDs for which the monitor will run.
688
688
 
689
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private}
689
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private}
690
690
  '''
691
691
  result = self._values.get("locations_private")
692
692
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -695,7 +695,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
695
695
  def locations_public(self) -> typing.Optional[typing.List[builtins.str]]:
696
696
  '''Publicly available location names in which the monitor will run.
697
697
 
698
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public}
698
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public}
699
699
  '''
700
700
  result = self._values.get("locations_public")
701
701
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -704,7 +704,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
704
704
  def runtime_type(self) -> typing.Optional[builtins.str]:
705
705
  '''The runtime type that the monitor will run.
706
706
 
707
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type}
707
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type}
708
708
  '''
709
709
  result = self._values.get("runtime_type")
710
710
  return typing.cast(typing.Optional[builtins.str], result)
@@ -713,7 +713,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
713
713
  def runtime_type_version(self) -> typing.Optional[builtins.str]:
714
714
  '''The specific semver version of the runtime type.
715
715
 
716
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version}
716
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version}
717
717
  '''
718
718
  result = self._values.get("runtime_type_version")
719
719
  return typing.cast(typing.Optional[builtins.str], result)
@@ -724,7 +724,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
724
724
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsBrokenLinksMonitorTag"]]]:
725
725
  '''tag block.
726
726
 
727
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag}
727
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag}
728
728
  '''
729
729
  result = self._values.get("tag")
730
730
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsBrokenLinksMonitorTag"]]], result)
@@ -737,7 +737,7 @@ class SyntheticsBrokenLinksMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments)
737
737
 
738
738
  Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API.
739
739
 
740
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime}
740
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime}
741
741
  '''
742
742
  result = self._values.get("use_unsupported_legacy_runtime")
743
743
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -767,8 +767,8 @@ class SyntheticsBrokenLinksMonitorTag:
767
767
  values: typing.Sequence[builtins.str],
768
768
  ) -> None:
769
769
  '''
770
- :param key: Name of the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key}
771
- :param values: Values associated with the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values}
770
+ :param key: Name of the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key}
771
+ :param values: Values associated with the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values}
772
772
  '''
773
773
  if __debug__:
774
774
  type_hints = typing.get_type_hints(_typecheckingstub__304518ca688e90c984178dfa34d1a80a13c3b363f47cf515ce7dc4a1166ae900)
@@ -783,7 +783,7 @@ class SyntheticsBrokenLinksMonitorTag:
783
783
  def key(self) -> builtins.str:
784
784
  '''Name of the tag key.
785
785
 
786
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key}
786
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key}
787
787
  '''
788
788
  result = self._values.get("key")
789
789
  assert result is not None, "Required property 'key' is missing"
@@ -793,7 +793,7 @@ class SyntheticsBrokenLinksMonitorTag:
793
793
  def values(self) -> typing.List[builtins.str]:
794
794
  '''Values associated with the tag key.
795
795
 
796
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values}
796
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values}
797
797
  '''
798
798
  result = self._values.get("values")
799
799
  assert result is not None, "Required property 'values' is missing"