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.
- cdktf_cdktf_provider_newrelic/__init__.py +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +57 -57
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1259 -1259
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.2.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/WHEEL +0 -0
- {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_script_monitor`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_synthetics_script_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_synthetics_script_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class SyntheticsScriptMonitor(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.syntheticsScriptMonitor.SyntheticsScriptMonitor",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -78,29 +78,29 @@ class SyntheticsScriptMonitor(
|
|
78
78
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
79
79
|
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,
|
80
80
|
) -> None:
|
81
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
81
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor} Resource.
|
82
82
|
|
83
83
|
:param scope: The scope in which to define this construct.
|
84
84
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
85
|
-
:param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
86
|
-
: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.
|
87
|
-
:param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
88
|
-
:param type: The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
89
|
-
:param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
90
|
-
: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.
|
91
|
-
: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.
|
92
|
-
: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.
|
93
|
-
: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.
|
94
|
-
: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.
|
95
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
96
|
-
:param location_private: location_private block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
97
|
-
:param locations_public: The public location(s) that the monitor will run jobs from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
98
|
-
: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.
|
99
|
-
: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.
|
100
|
-
:param script: The script that the monitor runs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
101
|
-
: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.
|
102
|
-
:param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
103
|
-
: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.
|
85
|
+
: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_script_monitor#name SyntheticsScriptMonitor#name}
|
86
|
+
: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_script_monitor#period SyntheticsScriptMonitor#period}
|
87
|
+
: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_script_monitor#status SyntheticsScriptMonitor#status}
|
88
|
+
:param type: The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type}
|
89
|
+
: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_script_monitor#account_id SyntheticsScriptMonitor#account_id}
|
90
|
+
: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.6/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers}
|
91
|
+
: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.6/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation}
|
92
|
+
: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.6/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices}
|
93
|
+
: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.6/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type}
|
94
|
+
: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.6/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script}
|
95
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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.
|
96
|
+
:param location_private: location_private block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private}
|
97
|
+
:param locations_public: The public location(s) that the monitor will run jobs from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public}
|
98
|
+
: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_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type}
|
99
|
+
: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_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version}
|
100
|
+
:param script: The script that the monitor runs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script}
|
101
|
+
: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.6/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language}
|
102
|
+
:param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag}
|
103
|
+
: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_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime}
|
104
104
|
:param connection:
|
105
105
|
:param count:
|
106
106
|
:param depends_on:
|
@@ -157,7 +157,7 @@ class SyntheticsScriptMonitor(
|
|
157
157
|
|
158
158
|
:param scope: The scope in which to define this construct.
|
159
159
|
:param import_to_id: The construct id used in the generated config for the SyntheticsScriptMonitor to import.
|
160
|
-
:param import_from_id: The id of the existing SyntheticsScriptMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
160
|
+
:param import_from_id: The id of the existing SyntheticsScriptMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use
|
161
161
|
:param provider: ? Optional instance of the provider where the SyntheticsScriptMonitor to import is found.
|
162
162
|
'''
|
163
163
|
if __debug__:
|
@@ -681,25 +681,25 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
681
681
|
:param lifecycle:
|
682
682
|
:param provider:
|
683
683
|
:param provisioners:
|
684
|
-
:param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
685
|
-
: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.
|
686
|
-
:param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
687
|
-
:param type: The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
688
|
-
:param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
689
|
-
: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.
|
690
|
-
: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.
|
691
|
-
: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.
|
692
|
-
: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.
|
693
|
-
: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.
|
694
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
695
|
-
:param location_private: location_private block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
696
|
-
:param locations_public: The public location(s) that the monitor will run jobs from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
697
|
-
: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.
|
698
|
-
: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.
|
699
|
-
:param script: The script that the monitor runs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
700
|
-
: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.
|
701
|
-
:param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
702
|
-
: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.
|
684
|
+
: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_script_monitor#name SyntheticsScriptMonitor#name}
|
685
|
+
: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_script_monitor#period SyntheticsScriptMonitor#period}
|
686
|
+
: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_script_monitor#status SyntheticsScriptMonitor#status}
|
687
|
+
:param type: The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type}
|
688
|
+
: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_script_monitor#account_id SyntheticsScriptMonitor#account_id}
|
689
|
+
: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.6/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers}
|
690
|
+
: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.6/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation}
|
691
|
+
: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.6/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices}
|
692
|
+
: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.6/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type}
|
693
|
+
: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.6/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script}
|
694
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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.
|
695
|
+
:param location_private: location_private block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private}
|
696
|
+
:param locations_public: The public location(s) that the monitor will run jobs from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public}
|
697
|
+
: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_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type}
|
698
|
+
: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_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version}
|
699
|
+
:param script: The script that the monitor runs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script}
|
700
|
+
: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.6/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language}
|
701
|
+
:param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag}
|
702
|
+
: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_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime}
|
703
703
|
'''
|
704
704
|
if isinstance(lifecycle, dict):
|
705
705
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -850,7 +850,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
850
850
|
def name(self) -> builtins.str:
|
851
851
|
'''The title of this monitor.
|
852
852
|
|
853
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
853
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name}
|
854
854
|
'''
|
855
855
|
result = self._values.get("name")
|
856
856
|
assert result is not None, "Required property 'name' is missing"
|
@@ -862,7 +862,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
862
862
|
|
863
863
|
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.
|
864
864
|
|
865
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
865
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period}
|
866
866
|
'''
|
867
867
|
result = self._values.get("period")
|
868
868
|
assert result is not None, "Required property 'period' is missing"
|
@@ -872,7 +872,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
872
872
|
def status(self) -> builtins.str:
|
873
873
|
'''The monitor status (ENABLED or DISABLED).
|
874
874
|
|
875
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
875
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status}
|
876
876
|
'''
|
877
877
|
result = self._values.get("status")
|
878
878
|
assert result is not None, "Required property 'status' is missing"
|
@@ -882,7 +882,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
882
882
|
def type(self) -> builtins.str:
|
883
883
|
'''The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API.
|
884
884
|
|
885
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
885
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type}
|
886
886
|
'''
|
887
887
|
result = self._values.get("type")
|
888
888
|
assert result is not None, "Required property 'type' is missing"
|
@@ -892,7 +892,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
892
892
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
893
893
|
'''ID of the newrelic account.
|
894
894
|
|
895
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
895
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id}
|
896
896
|
'''
|
897
897
|
result = self._values.get("account_id")
|
898
898
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -901,7 +901,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
901
901
|
def browsers(self) -> typing.Optional[typing.List[builtins.str]]:
|
902
902
|
'''The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX.
|
903
903
|
|
904
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
904
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers}
|
905
905
|
'''
|
906
906
|
result = self._values.get("browsers")
|
907
907
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -910,7 +910,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
910
910
|
def device_orientation(self) -> typing.Optional[builtins.str]:
|
911
911
|
'''The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE.
|
912
912
|
|
913
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
913
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation}
|
914
914
|
'''
|
915
915
|
result = self._values.get("device_orientation")
|
916
916
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -921,7 +921,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
921
921
|
|
922
922
|
Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT
|
923
923
|
|
924
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
924
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices}
|
925
925
|
'''
|
926
926
|
result = self._values.get("devices")
|
927
927
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -930,7 +930,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
930
930
|
def device_type(self) -> typing.Optional[builtins.str]:
|
931
931
|
'''The device type that a user can select. Valid values are MOBILE, TABLET, or NONE.
|
932
932
|
|
933
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
933
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type}
|
934
934
|
'''
|
935
935
|
result = self._values.get("device_type")
|
936
936
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -941,14 +941,14 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
941
941
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
942
942
|
'''Capture a screenshot during job execution.
|
943
943
|
|
944
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
944
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script}
|
945
945
|
'''
|
946
946
|
result = self._values.get("enable_screenshot_on_failure_and_script")
|
947
947
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
948
948
|
|
949
949
|
@builtins.property
|
950
950
|
def id(self) -> typing.Optional[builtins.str]:
|
951
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
951
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}.
|
952
952
|
|
953
953
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
954
954
|
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.
|
@@ -962,7 +962,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
962
962
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsScriptMonitorLocationPrivate"]]]:
|
963
963
|
'''location_private block.
|
964
964
|
|
965
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
965
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private}
|
966
966
|
'''
|
967
967
|
result = self._values.get("location_private")
|
968
968
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsScriptMonitorLocationPrivate"]]], result)
|
@@ -971,7 +971,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
971
971
|
def locations_public(self) -> typing.Optional[typing.List[builtins.str]]:
|
972
972
|
'''The public location(s) that the monitor will run jobs from.
|
973
973
|
|
974
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
974
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public}
|
975
975
|
'''
|
976
976
|
result = self._values.get("locations_public")
|
977
977
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -980,7 +980,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
980
980
|
def runtime_type(self) -> typing.Optional[builtins.str]:
|
981
981
|
'''The runtime type that the monitor will run.
|
982
982
|
|
983
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
983
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type}
|
984
984
|
'''
|
985
985
|
result = self._values.get("runtime_type")
|
986
986
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -989,7 +989,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
989
989
|
def runtime_type_version(self) -> typing.Optional[builtins.str]:
|
990
990
|
'''The specific semver version of the runtime type.
|
991
991
|
|
992
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
992
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version}
|
993
993
|
'''
|
994
994
|
result = self._values.get("runtime_type_version")
|
995
995
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -998,7 +998,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
998
998
|
def script(self) -> typing.Optional[builtins.str]:
|
999
999
|
'''The script that the monitor runs.
|
1000
1000
|
|
1001
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1001
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script}
|
1002
1002
|
'''
|
1003
1003
|
result = self._values.get("script")
|
1004
1004
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1007,7 +1007,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1007
1007
|
def script_language(self) -> typing.Optional[builtins.str]:
|
1008
1008
|
'''The programing language that should execute the script.
|
1009
1009
|
|
1010
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1010
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language}
|
1011
1011
|
'''
|
1012
1012
|
result = self._values.get("script_language")
|
1013
1013
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1018,7 +1018,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1018
1018
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsScriptMonitorTag"]]]:
|
1019
1019
|
'''tag block.
|
1020
1020
|
|
1021
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1021
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag}
|
1022
1022
|
'''
|
1023
1023
|
result = self._values.get("tag")
|
1024
1024
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsScriptMonitorTag"]]], result)
|
@@ -1031,7 +1031,7 @@ class SyntheticsScriptMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1031
1031
|
|
1032
1032
|
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.
|
1033
1033
|
|
1034
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1034
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime}
|
1035
1035
|
'''
|
1036
1036
|
result = self._values.get("use_unsupported_legacy_runtime")
|
1037
1037
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -1061,8 +1061,8 @@ class SyntheticsScriptMonitorLocationPrivate:
|
|
1061
1061
|
vse_password: typing.Optional[builtins.str] = None,
|
1062
1062
|
) -> None:
|
1063
1063
|
'''
|
1064
|
-
:param guid: The unique identifier for the Synthetics private location in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1065
|
-
:param vse_password: The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1064
|
+
:param guid: The unique identifier for the Synthetics private location in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid}
|
1065
|
+
:param vse_password: The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password}
|
1066
1066
|
'''
|
1067
1067
|
if __debug__:
|
1068
1068
|
type_hints = typing.get_type_hints(_typecheckingstub__59f45519a7aa9ab0b530a3e03029c62fa08fcadc8494c94e7d513d8ebadc9ba8)
|
@@ -1078,7 +1078,7 @@ class SyntheticsScriptMonitorLocationPrivate:
|
|
1078
1078
|
def guid(self) -> builtins.str:
|
1079
1079
|
'''The unique identifier for the Synthetics private location in New Relic.
|
1080
1080
|
|
1081
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1081
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid}
|
1082
1082
|
'''
|
1083
1083
|
result = self._values.get("guid")
|
1084
1084
|
assert result is not None, "Required property 'guid' is missing"
|
@@ -1088,7 +1088,7 @@ class SyntheticsScriptMonitorLocationPrivate:
|
|
1088
1088
|
def vse_password(self) -> typing.Optional[builtins.str]:
|
1089
1089
|
'''The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location).
|
1090
1090
|
|
1091
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1091
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password}
|
1092
1092
|
'''
|
1093
1093
|
result = self._values.get("vse_password")
|
1094
1094
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1293,8 +1293,8 @@ class SyntheticsScriptMonitorTag:
|
|
1293
1293
|
values: typing.Sequence[builtins.str],
|
1294
1294
|
) -> None:
|
1295
1295
|
'''
|
1296
|
-
:param key: Name of the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1297
|
-
:param values: Values associated with the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1296
|
+
: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_script_monitor#key SyntheticsScriptMonitor#key}
|
1297
|
+
: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_script_monitor#values SyntheticsScriptMonitor#values}
|
1298
1298
|
'''
|
1299
1299
|
if __debug__:
|
1300
1300
|
type_hints = typing.get_type_hints(_typecheckingstub__cfe61c1640ec7edaa957d7a02b825f7684ce6a541605aff3ccbad1cb4b632b91)
|
@@ -1309,7 +1309,7 @@ class SyntheticsScriptMonitorTag:
|
|
1309
1309
|
def key(self) -> builtins.str:
|
1310
1310
|
'''Name of the tag key.
|
1311
1311
|
|
1312
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1312
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key}
|
1313
1313
|
'''
|
1314
1314
|
result = self._values.get("key")
|
1315
1315
|
assert result is not None, "Required property 'key' is missing"
|
@@ -1319,7 +1319,7 @@ class SyntheticsScriptMonitorTag:
|
|
1319
1319
|
def values(self) -> typing.List[builtins.str]:
|
1320
1320
|
'''Values associated with the tag key.
|
1321
1321
|
|
1322
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1322
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values}
|
1323
1323
|
'''
|
1324
1324
|
result = self._values.get("values")
|
1325
1325
|
assert result is not None, "Required property 'values' is missing"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_synthetics_secure_credential`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_synthetics_secure_credential`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_synthetics_secure_credential`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class SyntheticsSecureCredential(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.syntheticsSecureCredential.SyntheticsSecureCredential",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -66,17 +66,17 @@ class SyntheticsSecureCredential(
|
|
66
66
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
67
67
|
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,
|
68
68
|
) -> None:
|
69
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
69
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential} Resource.
|
70
70
|
|
71
71
|
:param scope: The scope in which to define this construct.
|
72
72
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
73
|
-
:param key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
74
|
-
:param value: The secure credential's value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
75
|
-
:param account_id: The New Relic account ID where you want to create the secure credential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
76
|
-
:param description: The secure credential's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
77
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
-
:param last_updated: The time the secure credential was last updated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
79
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
73
|
+
:param key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key}
|
74
|
+
:param value: The secure credential's value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value}
|
75
|
+
:param account_id: The New Relic account ID where you want to create the secure credential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id}
|
76
|
+
:param description: The secure credential's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description}
|
77
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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.
|
78
|
+
:param last_updated: The time the secure credential was last updated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated}
|
79
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts}
|
80
80
|
:param connection:
|
81
81
|
:param count:
|
82
82
|
:param depends_on:
|
@@ -121,7 +121,7 @@ class SyntheticsSecureCredential(
|
|
121
121
|
|
122
122
|
:param scope: The scope in which to define this construct.
|
123
123
|
:param import_to_id: The construct id used in the generated config for the SyntheticsSecureCredential to import.
|
124
|
-
:param import_from_id: The id of the existing SyntheticsSecureCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
124
|
+
:param import_from_id: The id of the existing SyntheticsSecureCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use
|
125
125
|
:param provider: ? Optional instance of the provider where the SyntheticsSecureCredential to import is found.
|
126
126
|
'''
|
127
127
|
if __debug__:
|
@@ -135,7 +135,7 @@ class SyntheticsSecureCredential(
|
|
135
135
|
@jsii.member(jsii_name="putTimeouts")
|
136
136
|
def put_timeouts(self, *, read: typing.Optional[builtins.str] = None) -> None:
|
137
137
|
'''
|
138
|
-
:param read: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
138
|
+
:param read: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}.
|
139
139
|
'''
|
140
140
|
value = SyntheticsSecureCredentialTimeouts(read=read)
|
141
141
|
|
@@ -336,13 +336,13 @@ class SyntheticsSecureCredentialConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
336
336
|
:param lifecycle:
|
337
337
|
:param provider:
|
338
338
|
:param provisioners:
|
339
|
-
:param key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
340
|
-
:param value: The secure credential's value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
341
|
-
:param account_id: The New Relic account ID where you want to create the secure credential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
342
|
-
:param description: The secure credential's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
343
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
344
|
-
:param last_updated: The time the secure credential was last updated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
345
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
339
|
+
:param key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key}
|
340
|
+
:param value: The secure credential's value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value}
|
341
|
+
:param account_id: The New Relic account ID where you want to create the secure credential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id}
|
342
|
+
:param description: The secure credential's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description}
|
343
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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.
|
344
|
+
:param last_updated: The time the secure credential was last updated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated}
|
345
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts}
|
346
346
|
'''
|
347
347
|
if isinstance(lifecycle, dict):
|
348
348
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -463,7 +463,7 @@ class SyntheticsSecureCredentialConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
463
463
|
|
464
464
|
Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
|
465
465
|
|
466
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
466
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key}
|
467
467
|
'''
|
468
468
|
result = self._values.get("key")
|
469
469
|
assert result is not None, "Required property 'key' is missing"
|
@@ -473,7 +473,7 @@ class SyntheticsSecureCredentialConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
473
473
|
def value(self) -> builtins.str:
|
474
474
|
'''The secure credential's value.
|
475
475
|
|
476
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
476
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value}
|
477
477
|
'''
|
478
478
|
result = self._values.get("value")
|
479
479
|
assert result is not None, "Required property 'value' is missing"
|
@@ -483,7 +483,7 @@ class SyntheticsSecureCredentialConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
483
483
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
484
484
|
'''The New Relic account ID where you want to create the secure credential.
|
485
485
|
|
486
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
486
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id}
|
487
487
|
'''
|
488
488
|
result = self._values.get("account_id")
|
489
489
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -492,14 +492,14 @@ class SyntheticsSecureCredentialConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
492
492
|
def description(self) -> typing.Optional[builtins.str]:
|
493
493
|
'''The secure credential's description.
|
494
494
|
|
495
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
495
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description}
|
496
496
|
'''
|
497
497
|
result = self._values.get("description")
|
498
498
|
return typing.cast(typing.Optional[builtins.str], result)
|
499
499
|
|
500
500
|
@builtins.property
|
501
501
|
def id(self) -> typing.Optional[builtins.str]:
|
502
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
502
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}.
|
503
503
|
|
504
504
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
505
505
|
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.
|
@@ -511,7 +511,7 @@ class SyntheticsSecureCredentialConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
511
511
|
def last_updated(self) -> typing.Optional[builtins.str]:
|
512
512
|
'''The time the secure credential was last updated.
|
513
513
|
|
514
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
514
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated}
|
515
515
|
'''
|
516
516
|
result = self._values.get("last_updated")
|
517
517
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -520,7 +520,7 @@ class SyntheticsSecureCredentialConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
520
520
|
def timeouts(self) -> typing.Optional["SyntheticsSecureCredentialTimeouts"]:
|
521
521
|
'''timeouts block.
|
522
522
|
|
523
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
523
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts}
|
524
524
|
'''
|
525
525
|
result = self._values.get("timeouts")
|
526
526
|
return typing.cast(typing.Optional["SyntheticsSecureCredentialTimeouts"], result)
|
@@ -545,7 +545,7 @@ class SyntheticsSecureCredentialConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
545
545
|
class SyntheticsSecureCredentialTimeouts:
|
546
546
|
def __init__(self, *, read: typing.Optional[builtins.str] = None) -> None:
|
547
547
|
'''
|
548
|
-
:param read: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
548
|
+
:param read: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}.
|
549
549
|
'''
|
550
550
|
if __debug__:
|
551
551
|
type_hints = typing.get_type_hints(_typecheckingstub__30ee9f5c5aa39dabc7e25f5916507edc122a8cfedf3da4382d4ccfd05c141753)
|
@@ -556,7 +556,7 @@ class SyntheticsSecureCredentialTimeouts:
|
|
556
556
|
|
557
557
|
@builtins.property
|
558
558
|
def read(self) -> typing.Optional[builtins.str]:
|
559
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
559
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}.'''
|
560
560
|
result = self._values.get("read")
|
561
561
|
return typing.cast(typing.Optional[builtins.str], result)
|
562
562
|
|