cdktf-cdktf-provider-newrelic 13.6.2__py3-none-any.whl → 13.7.0__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 +5 -3
  2. cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.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 +56 -56
  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 +1029 -0
  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 +1224 -1224
  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.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/METADATA +4 -4
  72. cdktf_cdktf_provider_newrelic-13.7.0.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.6.2.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
  75. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_synthetics_monitor`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_synthetics_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor).
4
+ Refer to the Terraform Registry for docs: [`newrelic_synthetics_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class SyntheticsMonitor(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.syntheticsMonitor.SyntheticsMonitor",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor newrelic_synthetics_monitor}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -83,34 +83,34 @@ class SyntheticsMonitor(
83
83
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
84
84
  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,
85
85
  ) -> None:
86
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor newrelic_synthetics_monitor} Resource.
86
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor} Resource.
87
87
 
88
88
  :param scope: The scope in which to define this construct.
89
89
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
90
- :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
91
- :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#status SyntheticsMonitor#status}
92
- :param type: The monitor type. Valid values are SIMPLE AND BROWSER. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#type SyntheticsMonitor#type}
93
- :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id}
94
- :param browsers: The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers}
95
- :param bypass_head_request: Bypass HEAD request. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request}
96
- :param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header}
97
- :param device_orientation: The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation}
98
- :param devices: The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices}
99
- :param device_type: The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type}
100
- :param enable_screenshot_on_failure_and_script: Capture a screenshot during job execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script}
101
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#id SyntheticsMonitor#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.
102
- :param locations_private: The locations in which this monitor should be run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private}
103
- :param locations_public: The locations in which this monitor should be run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public}
104
- :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.69.1/docs/resources/synthetics_monitor#period SyntheticsMonitor#period}
105
- :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type}
106
- :param runtime_type_version: The specific version of the runtime type selected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version}
107
- :param script_language: The programing language that should execute the script. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language}
108
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag}
109
- :param treat_redirect_as_failure: Fail the monitor check if redirected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure}
110
- :param uri: The URI for the monitor to hit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri}
111
- :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.69.1/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime}
112
- :param validation_string: The string to validate against in the response. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string}
113
- :param verify_ssl: Verify SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl}
90
+ :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
91
+ :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status}
92
+ :param type: The monitor type. Valid values are SIMPLE AND BROWSER. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type}
93
+ :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id}
94
+ :param browsers: The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers}
95
+ :param bypass_head_request: Bypass HEAD request. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request}
96
+ :param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header}
97
+ :param device_orientation: The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation}
98
+ :param devices: The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices}
99
+ :param device_type: The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type}
100
+ :param enable_screenshot_on_failure_and_script: Capture a screenshot during job execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script}
101
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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.
102
+ :param locations_private: The locations in which this monitor should be run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private}
103
+ :param locations_public: The locations in which this monitor should be run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public}
104
+ :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.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period}
105
+ :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.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type}
106
+ :param runtime_type_version: The specific version of the runtime type selected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version}
107
+ :param script_language: The programing language that should execute the script. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language}
108
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag}
109
+ :param treat_redirect_as_failure: Fail the monitor check if redirected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure}
110
+ :param uri: The URI for the monitor to hit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri}
111
+ :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.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime}
112
+ :param validation_string: The string to validate against in the response. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string}
113
+ :param verify_ssl: Verify SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl}
114
114
  :param connection:
115
115
  :param count:
116
116
  :param depends_on:
@@ -172,7 +172,7 @@ class SyntheticsMonitor(
172
172
 
173
173
  :param scope: The scope in which to define this construct.
174
174
  :param import_to_id: The construct id used in the generated config for the SyntheticsMonitor to import.
175
- :param import_from_id: The id of the existing SyntheticsMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use
175
+ :param import_from_id: The id of the existing SyntheticsMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use
176
176
  :param provider: ? Optional instance of the provider where the SyntheticsMonitor to import is found.
177
177
  '''
178
178
  if __debug__:
@@ -829,30 +829,30 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
829
829
  :param lifecycle:
830
830
  :param provider:
831
831
  :param provisioners:
832
- :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
833
- :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#status SyntheticsMonitor#status}
834
- :param type: The monitor type. Valid values are SIMPLE AND BROWSER. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#type SyntheticsMonitor#type}
835
- :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id}
836
- :param browsers: The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers}
837
- :param bypass_head_request: Bypass HEAD request. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request}
838
- :param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header}
839
- :param device_orientation: The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation}
840
- :param devices: The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices}
841
- :param device_type: The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type}
842
- :param enable_screenshot_on_failure_and_script: Capture a screenshot during job execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script}
843
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#id SyntheticsMonitor#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.
844
- :param locations_private: The locations in which this monitor should be run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private}
845
- :param locations_public: The locations in which this monitor should be run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public}
846
- :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.69.1/docs/resources/synthetics_monitor#period SyntheticsMonitor#period}
847
- :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type}
848
- :param runtime_type_version: The specific version of the runtime type selected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version}
849
- :param script_language: The programing language that should execute the script. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language}
850
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag}
851
- :param treat_redirect_as_failure: Fail the monitor check if redirected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure}
852
- :param uri: The URI for the monitor to hit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri}
853
- :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.69.1/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime}
854
- :param validation_string: The string to validate against in the response. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string}
855
- :param verify_ssl: Verify SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl}
832
+ :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
833
+ :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status}
834
+ :param type: The monitor type. Valid values are SIMPLE AND BROWSER. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type}
835
+ :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id}
836
+ :param browsers: The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers}
837
+ :param bypass_head_request: Bypass HEAD request. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request}
838
+ :param custom_header: custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header}
839
+ :param device_orientation: The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation}
840
+ :param devices: The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices}
841
+ :param device_type: The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type}
842
+ :param enable_screenshot_on_failure_and_script: Capture a screenshot during job execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script}
843
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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.
844
+ :param locations_private: The locations in which this monitor should be run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private}
845
+ :param locations_public: The locations in which this monitor should be run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public}
846
+ :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.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period}
847
+ :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.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type}
848
+ :param runtime_type_version: The specific version of the runtime type selected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version}
849
+ :param script_language: The programing language that should execute the script. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language}
850
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag}
851
+ :param treat_redirect_as_failure: Fail the monitor check if redirected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure}
852
+ :param uri: The URI for the monitor to hit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri}
853
+ :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.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime}
854
+ :param validation_string: The string to validate against in the response. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string}
855
+ :param verify_ssl: Verify SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl}
856
856
  '''
857
857
  if isinstance(lifecycle, dict):
858
858
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -1019,7 +1019,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1019
1019
  def name(self) -> builtins.str:
1020
1020
  '''The title of this monitor.
1021
1021
 
1022
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
1022
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
1023
1023
  '''
1024
1024
  result = self._values.get("name")
1025
1025
  assert result is not None, "Required property 'name' is missing"
@@ -1029,7 +1029,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1029
1029
  def status(self) -> builtins.str:
1030
1030
  '''The monitor status (ENABLED or DISABLED).
1031
1031
 
1032
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#status SyntheticsMonitor#status}
1032
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status}
1033
1033
  '''
1034
1034
  result = self._values.get("status")
1035
1035
  assert result is not None, "Required property 'status' is missing"
@@ -1039,7 +1039,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1039
1039
  def type(self) -> builtins.str:
1040
1040
  '''The monitor type. Valid values are SIMPLE AND BROWSER.
1041
1041
 
1042
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#type SyntheticsMonitor#type}
1042
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type}
1043
1043
  '''
1044
1044
  result = self._values.get("type")
1045
1045
  assert result is not None, "Required property 'type' is missing"
@@ -1049,7 +1049,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1049
1049
  def account_id(self) -> typing.Optional[jsii.Number]:
1050
1050
  '''ID of the newrelic account.
1051
1051
 
1052
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id}
1052
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id}
1053
1053
  '''
1054
1054
  result = self._values.get("account_id")
1055
1055
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1058,7 +1058,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1058
1058
  def browsers(self) -> typing.Optional[typing.List[builtins.str]]:
1059
1059
  '''The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX.
1060
1060
 
1061
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers}
1061
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers}
1062
1062
  '''
1063
1063
  result = self._values.get("browsers")
1064
1064
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -1069,7 +1069,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1069
1069
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1070
1070
  '''Bypass HEAD request.
1071
1071
 
1072
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request}
1072
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request}
1073
1073
  '''
1074
1074
  result = self._values.get("bypass_head_request")
1075
1075
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1080,7 +1080,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1080
1080
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsMonitorCustomHeader"]]]:
1081
1081
  '''custom_header block.
1082
1082
 
1083
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header}
1083
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header}
1084
1084
  '''
1085
1085
  result = self._values.get("custom_header")
1086
1086
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsMonitorCustomHeader"]]], result)
@@ -1089,7 +1089,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1089
1089
  def device_orientation(self) -> typing.Optional[builtins.str]:
1090
1090
  '''The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE.
1091
1091
 
1092
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation}
1092
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation}
1093
1093
  '''
1094
1094
  result = self._values.get("device_orientation")
1095
1095
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1100,7 +1100,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1100
1100
 
1101
1101
  Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT
1102
1102
 
1103
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices}
1103
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices}
1104
1104
  '''
1105
1105
  result = self._values.get("devices")
1106
1106
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -1109,7 +1109,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1109
1109
  def device_type(self) -> typing.Optional[builtins.str]:
1110
1110
  '''The device type that a user can select. Valid values are MOBILE, TABLET, or NONE.
1111
1111
 
1112
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type}
1112
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type}
1113
1113
  '''
1114
1114
  result = self._values.get("device_type")
1115
1115
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1120,14 +1120,14 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1120
1120
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1121
1121
  '''Capture a screenshot during job execution.
1122
1122
 
1123
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script}
1123
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script}
1124
1124
  '''
1125
1125
  result = self._values.get("enable_screenshot_on_failure_and_script")
1126
1126
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
1127
1127
 
1128
1128
  @builtins.property
1129
1129
  def id(self) -> typing.Optional[builtins.str]:
1130
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}.
1130
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}.
1131
1131
 
1132
1132
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1133
1133
  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.
@@ -1139,7 +1139,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1139
1139
  def locations_private(self) -> typing.Optional[typing.List[builtins.str]]:
1140
1140
  '''The locations in which this monitor should be run.
1141
1141
 
1142
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private}
1142
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private}
1143
1143
  '''
1144
1144
  result = self._values.get("locations_private")
1145
1145
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -1148,7 +1148,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1148
1148
  def locations_public(self) -> typing.Optional[typing.List[builtins.str]]:
1149
1149
  '''The locations in which this monitor should be run.
1150
1150
 
1151
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public}
1151
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public}
1152
1152
  '''
1153
1153
  result = self._values.get("locations_public")
1154
1154
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -1159,7 +1159,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1159
1159
 
1160
1160
  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.
1161
1161
 
1162
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#period SyntheticsMonitor#period}
1162
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period}
1163
1163
  '''
1164
1164
  result = self._values.get("period")
1165
1165
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1168,7 +1168,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1168
1168
  def runtime_type(self) -> typing.Optional[builtins.str]:
1169
1169
  '''The runtime type that the monitor will run.
1170
1170
 
1171
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type}
1171
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type}
1172
1172
  '''
1173
1173
  result = self._values.get("runtime_type")
1174
1174
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1177,7 +1177,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1177
1177
  def runtime_type_version(self) -> typing.Optional[builtins.str]:
1178
1178
  '''The specific version of the runtime type selected.
1179
1179
 
1180
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version}
1180
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version}
1181
1181
  '''
1182
1182
  result = self._values.get("runtime_type_version")
1183
1183
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1186,7 +1186,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1186
1186
  def script_language(self) -> typing.Optional[builtins.str]:
1187
1187
  '''The programing language that should execute the script.
1188
1188
 
1189
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language}
1189
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language}
1190
1190
  '''
1191
1191
  result = self._values.get("script_language")
1192
1192
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1197,7 +1197,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1197
1197
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsMonitorTag"]]]:
1198
1198
  '''tag block.
1199
1199
 
1200
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag}
1200
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag}
1201
1201
  '''
1202
1202
  result = self._values.get("tag")
1203
1203
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsMonitorTag"]]], result)
@@ -1208,7 +1208,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1208
1208
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1209
1209
  '''Fail the monitor check if redirected.
1210
1210
 
1211
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure}
1211
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure}
1212
1212
  '''
1213
1213
  result = self._values.get("treat_redirect_as_failure")
1214
1214
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1217,7 +1217,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1217
1217
  def uri(self) -> typing.Optional[builtins.str]:
1218
1218
  '''The URI for the monitor to hit.
1219
1219
 
1220
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri}
1220
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri}
1221
1221
  '''
1222
1222
  result = self._values.get("uri")
1223
1223
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1230,7 +1230,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1230
1230
 
1231
1231
  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.
1232
1232
 
1233
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime}
1233
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime}
1234
1234
  '''
1235
1235
  result = self._values.get("use_unsupported_legacy_runtime")
1236
1236
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1239,7 +1239,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1239
1239
  def validation_string(self) -> typing.Optional[builtins.str]:
1240
1240
  '''The string to validate against in the response.
1241
1241
 
1242
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string}
1242
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string}
1243
1243
  '''
1244
1244
  result = self._values.get("validation_string")
1245
1245
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1250,7 +1250,7 @@ class SyntheticsMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1250
1250
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1251
1251
  '''Verify SSL.
1252
1252
 
1253
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl}
1253
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl}
1254
1254
  '''
1255
1255
  result = self._values.get("verify_ssl")
1256
1256
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1280,8 +1280,8 @@ class SyntheticsMonitorCustomHeader:
1280
1280
  value: typing.Optional[builtins.str] = None,
1281
1281
  ) -> None:
1282
1282
  '''
1283
- :param name: Header name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
1284
- :param value: Header value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#value SyntheticsMonitor#value}
1283
+ :param name: Header name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
1284
+ :param value: Header value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#value SyntheticsMonitor#value}
1285
1285
  '''
1286
1286
  if __debug__:
1287
1287
  type_hints = typing.get_type_hints(_typecheckingstub__f32a614f2d86641eaba8d12588b166d5ea0d4f4b4f60bb429250bf5c8a87e4e2)
@@ -1297,7 +1297,7 @@ class SyntheticsMonitorCustomHeader:
1297
1297
  def name(self) -> typing.Optional[builtins.str]:
1298
1298
  '''Header name.
1299
1299
 
1300
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
1300
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name}
1301
1301
  '''
1302
1302
  result = self._values.get("name")
1303
1303
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1306,7 +1306,7 @@ class SyntheticsMonitorCustomHeader:
1306
1306
  def value(self) -> typing.Optional[builtins.str]:
1307
1307
  '''Header value.
1308
1308
 
1309
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#value SyntheticsMonitor#value}
1309
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#value SyntheticsMonitor#value}
1310
1310
  '''
1311
1311
  result = self._values.get("value")
1312
1312
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1512,8 +1512,8 @@ class SyntheticsMonitorTag:
1512
1512
  values: typing.Sequence[builtins.str],
1513
1513
  ) -> None:
1514
1514
  '''
1515
- :param key: Name of the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#key SyntheticsMonitor#key}
1516
- :param values: Values associated with the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#values SyntheticsMonitor#values}
1515
+ :param key: Name of the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#key SyntheticsMonitor#key}
1516
+ :param values: Values associated with the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#values SyntheticsMonitor#values}
1517
1517
  '''
1518
1518
  if __debug__:
1519
1519
  type_hints = typing.get_type_hints(_typecheckingstub__3dc2c5eba1632cc4b96a64b664e32781342a80ef508402e54857a80357494a8d)
@@ -1528,7 +1528,7 @@ class SyntheticsMonitorTag:
1528
1528
  def key(self) -> builtins.str:
1529
1529
  '''Name of the tag key.
1530
1530
 
1531
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#key SyntheticsMonitor#key}
1531
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#key SyntheticsMonitor#key}
1532
1532
  '''
1533
1533
  result = self._values.get("key")
1534
1534
  assert result is not None, "Required property 'key' is missing"
@@ -1538,7 +1538,7 @@ class SyntheticsMonitorTag:
1538
1538
  def values(self) -> typing.List[builtins.str]:
1539
1539
  '''Values associated with the tag key.
1540
1540
 
1541
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_monitor#values SyntheticsMonitor#values}
1541
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_monitor#values SyntheticsMonitor#values}
1542
1542
  '''
1543
1543
  result = self._values.get("values")
1544
1544
  assert result is not None, "Required property 'values' is missing"