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.
- cdktf_cdktf_provider_newrelic/__init__.py +5 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.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 +56 -56
- 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 +1029 -0
- 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 +1224 -1224
- 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.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.6.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/WHEEL +0 -0
- {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_multilocation_alert_condition`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_synthetics_multilocation_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_synthetics_multilocation_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class SyntheticsMultilocationAlertCondition(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertCondition",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -68,19 +68,19 @@ class SyntheticsMultilocationAlertCondition(
|
|
68
68
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
69
69
|
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,
|
70
70
|
) -> None:
|
71
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition} Resource.
|
72
72
|
|
73
73
|
:param scope: The scope in which to define this construct.
|
74
74
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
75
|
-
:param critical: critical block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
76
|
-
:param entities: The GUIDs of the Synthetics monitors to alert on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param name: The title of this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
78
|
-
:param policy_id: The ID of the policy where this condition will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
79
|
-
:param enabled: Set whether to enable the alert condition. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
80
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
81
|
-
:param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
82
|
-
:param violation_time_limit_seconds: Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. Must be in the range of 300 to 2592000 (inclusive) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
83
|
-
:param warning: warning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
+
:param critical: critical block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical}
|
76
|
+
:param entities: The GUIDs of the Synthetics monitors to alert on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities}
|
77
|
+
:param name: The title of this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name}
|
78
|
+
:param policy_id: The ID of the policy where this condition will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id}
|
79
|
+
:param enabled: Set whether to enable the alert condition. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled}
|
80
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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.
|
81
|
+
:param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url}
|
82
|
+
:param violation_time_limit_seconds: Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. Must be in the range of 300 to 2592000 (inclusive) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds}
|
83
|
+
:param warning: warning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning}
|
84
84
|
:param connection:
|
85
85
|
:param count:
|
86
86
|
:param depends_on:
|
@@ -127,7 +127,7 @@ class SyntheticsMultilocationAlertCondition(
|
|
127
127
|
|
128
128
|
:param scope: The scope in which to define this construct.
|
129
129
|
:param import_to_id: The construct id used in the generated config for the SyntheticsMultilocationAlertCondition to import.
|
130
|
-
:param import_from_id: The id of the existing SyntheticsMultilocationAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
130
|
+
:param import_from_id: The id of the existing SyntheticsMultilocationAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use
|
131
131
|
:param provider: ? Optional instance of the provider where the SyntheticsMultilocationAlertCondition to import is found.
|
132
132
|
'''
|
133
133
|
if __debug__:
|
@@ -141,7 +141,7 @@ class SyntheticsMultilocationAlertCondition(
|
|
141
141
|
@jsii.member(jsii_name="putCritical")
|
142
142
|
def put_critical(self, *, threshold: jsii.Number) -> None:
|
143
143
|
'''
|
144
|
-
:param threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
144
|
+
:param threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold}
|
145
145
|
'''
|
146
146
|
value = SyntheticsMultilocationAlertConditionCritical(threshold=threshold)
|
147
147
|
|
@@ -150,7 +150,7 @@ class SyntheticsMultilocationAlertCondition(
|
|
150
150
|
@jsii.member(jsii_name="putWarning")
|
151
151
|
def put_warning(self, *, threshold: jsii.Number) -> None:
|
152
152
|
'''
|
153
|
-
:param threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
153
|
+
:param threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold}
|
154
154
|
'''
|
155
155
|
value = SyntheticsMultilocationAlertConditionWarning(threshold=threshold)
|
156
156
|
|
@@ -398,15 +398,15 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
398
398
|
:param lifecycle:
|
399
399
|
:param provider:
|
400
400
|
:param provisioners:
|
401
|
-
:param critical: critical block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
402
|
-
:param entities: The GUIDs of the Synthetics monitors to alert on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
403
|
-
:param name: The title of this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
404
|
-
:param policy_id: The ID of the policy where this condition will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
405
|
-
:param enabled: Set whether to enable the alert condition. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
406
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
407
|
-
:param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
408
|
-
:param violation_time_limit_seconds: Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. Must be in the range of 300 to 2592000 (inclusive) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
409
|
-
:param warning: warning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
401
|
+
:param critical: critical block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical}
|
402
|
+
:param entities: The GUIDs of the Synthetics monitors to alert on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities}
|
403
|
+
:param name: The title of this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name}
|
404
|
+
:param policy_id: The ID of the policy where this condition will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id}
|
405
|
+
:param enabled: Set whether to enable the alert condition. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled}
|
406
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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.
|
407
|
+
:param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url}
|
408
|
+
:param violation_time_limit_seconds: Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. Must be in the range of 300 to 2592000 (inclusive) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds}
|
409
|
+
:param warning: warning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning}
|
410
410
|
'''
|
411
411
|
if isinstance(lifecycle, dict):
|
412
412
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -531,7 +531,7 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
531
531
|
def critical(self) -> "SyntheticsMultilocationAlertConditionCritical":
|
532
532
|
'''critical block.
|
533
533
|
|
534
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
534
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical}
|
535
535
|
'''
|
536
536
|
result = self._values.get("critical")
|
537
537
|
assert result is not None, "Required property 'critical' is missing"
|
@@ -541,7 +541,7 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
541
541
|
def entities(self) -> typing.List[builtins.str]:
|
542
542
|
'''The GUIDs of the Synthetics monitors to alert on.
|
543
543
|
|
544
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
544
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities}
|
545
545
|
'''
|
546
546
|
result = self._values.get("entities")
|
547
547
|
assert result is not None, "Required property 'entities' is missing"
|
@@ -551,7 +551,7 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
551
551
|
def name(self) -> builtins.str:
|
552
552
|
'''The title of this condition.
|
553
553
|
|
554
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
554
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name}
|
555
555
|
'''
|
556
556
|
result = self._values.get("name")
|
557
557
|
assert result is not None, "Required property 'name' is missing"
|
@@ -561,7 +561,7 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
561
561
|
def policy_id(self) -> jsii.Number:
|
562
562
|
'''The ID of the policy where this condition will be used.
|
563
563
|
|
564
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
564
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id}
|
565
565
|
'''
|
566
566
|
result = self._values.get("policy_id")
|
567
567
|
assert result is not None, "Required property 'policy_id' is missing"
|
@@ -573,14 +573,14 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
573
573
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
574
574
|
'''Set whether to enable the alert condition. Defaults to true.
|
575
575
|
|
576
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
576
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled}
|
577
577
|
'''
|
578
578
|
result = self._values.get("enabled")
|
579
579
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
580
580
|
|
581
581
|
@builtins.property
|
582
582
|
def id(self) -> typing.Optional[builtins.str]:
|
583
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
583
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}.
|
584
584
|
|
585
585
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
586
586
|
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.
|
@@ -592,7 +592,7 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
592
592
|
def runbook_url(self) -> typing.Optional[builtins.str]:
|
593
593
|
'''Runbook URL to display in notifications.
|
594
594
|
|
595
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
595
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url}
|
596
596
|
'''
|
597
597
|
result = self._values.get("runbook_url")
|
598
598
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -603,7 +603,7 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
603
603
|
|
604
604
|
Must be in the range of 300 to 2592000 (inclusive)
|
605
605
|
|
606
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
606
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds}
|
607
607
|
'''
|
608
608
|
result = self._values.get("violation_time_limit_seconds")
|
609
609
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -614,7 +614,7 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
614
614
|
) -> typing.Optional["SyntheticsMultilocationAlertConditionWarning"]:
|
615
615
|
'''warning block.
|
616
616
|
|
617
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
617
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning}
|
618
618
|
'''
|
619
619
|
result = self._values.get("warning")
|
620
620
|
return typing.cast(typing.Optional["SyntheticsMultilocationAlertConditionWarning"], result)
|
@@ -639,7 +639,7 @@ class SyntheticsMultilocationAlertConditionConfig(
|
|
639
639
|
class SyntheticsMultilocationAlertConditionCritical:
|
640
640
|
def __init__(self, *, threshold: jsii.Number) -> None:
|
641
641
|
'''
|
642
|
-
:param threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
642
|
+
:param threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold}
|
643
643
|
'''
|
644
644
|
if __debug__:
|
645
645
|
type_hints = typing.get_type_hints(_typecheckingstub__5d66bf64626f2f5592e7f2fa1e9425a67eb2c005a58c137612971930adcf1fe7)
|
@@ -652,7 +652,7 @@ class SyntheticsMultilocationAlertConditionCritical:
|
|
652
652
|
def threshold(self) -> jsii.Number:
|
653
653
|
'''The minimum number of monitor locations that must be concurrently failing before an incident is opened.
|
654
654
|
|
655
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
655
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold}
|
656
656
|
'''
|
657
657
|
result = self._values.get("threshold")
|
658
658
|
assert result is not None, "Required property 'threshold' is missing"
|
@@ -733,7 +733,7 @@ class SyntheticsMultilocationAlertConditionCriticalOutputReference(
|
|
733
733
|
class SyntheticsMultilocationAlertConditionWarning:
|
734
734
|
def __init__(self, *, threshold: jsii.Number) -> None:
|
735
735
|
'''
|
736
|
-
:param threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
736
|
+
:param threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold}
|
737
737
|
'''
|
738
738
|
if __debug__:
|
739
739
|
type_hints = typing.get_type_hints(_typecheckingstub__a52638bfcd39328abd67d6b9fcc9f9ea4c8aceb8068a436f315435d8f6cdfa76)
|
@@ -746,7 +746,7 @@ class SyntheticsMultilocationAlertConditionWarning:
|
|
746
746
|
def threshold(self) -> jsii.Number:
|
747
747
|
'''The minimum number of monitor locations that must be concurrently failing before an incident is opened.
|
748
748
|
|
749
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
749
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold}
|
750
750
|
'''
|
751
751
|
result = self._values.get("threshold")
|
752
752
|
assert result is not None, "Required property 'threshold' is missing"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_synthetics_private_location`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_synthetics_private_location`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_synthetics_private_location`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class SyntheticsPrivateLocation(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.syntheticsPrivateLocation.SyntheticsPrivateLocation",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -64,15 +64,15 @@ class SyntheticsPrivateLocation(
|
|
64
64
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
65
65
|
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,
|
66
66
|
) -> None:
|
67
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
67
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location} Resource.
|
68
68
|
|
69
69
|
:param scope: The scope in which to define this construct.
|
70
70
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
71
|
-
:param description: The private location description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
-
:param name: The name of the private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
74
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
-
:param verified_script_execution: The private location requires a password to edit if value is true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
+
:param description: The private location description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description}
|
72
|
+
:param name: The name of the private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name}
|
73
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id}
|
74
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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.
|
75
|
+
:param verified_script_execution: The private location requires a password to edit if value is true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution}
|
76
76
|
:param connection:
|
77
77
|
:param count:
|
78
78
|
:param depends_on:
|
@@ -115,7 +115,7 @@ class SyntheticsPrivateLocation(
|
|
115
115
|
|
116
116
|
:param scope: The scope in which to define this construct.
|
117
117
|
:param import_to_id: The construct id used in the generated config for the SyntheticsPrivateLocation to import.
|
118
|
-
:param import_from_id: The id of the existing SyntheticsPrivateLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
118
|
+
:param import_from_id: The id of the existing SyntheticsPrivateLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use
|
119
119
|
:param provider: ? Optional instance of the provider where the SyntheticsPrivateLocation to import is found.
|
120
120
|
'''
|
121
121
|
if __debug__:
|
@@ -307,11 +307,11 @@ class SyntheticsPrivateLocationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
307
307
|
:param lifecycle:
|
308
308
|
:param provider:
|
309
309
|
:param provisioners:
|
310
|
-
:param description: The private location description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
311
|
-
:param name: The name of the private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
312
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
313
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
314
|
-
:param verified_script_execution: The private location requires a password to edit if value is true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
310
|
+
:param description: The private location description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description}
|
311
|
+
:param name: The name of the private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name}
|
312
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id}
|
313
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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.
|
314
|
+
:param verified_script_execution: The private location requires a password to edit if value is true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution}
|
315
315
|
'''
|
316
316
|
if isinstance(lifecycle, dict):
|
317
317
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -422,7 +422,7 @@ class SyntheticsPrivateLocationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
422
422
|
def description(self) -> builtins.str:
|
423
423
|
'''The private location description.
|
424
424
|
|
425
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
425
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description}
|
426
426
|
'''
|
427
427
|
result = self._values.get("description")
|
428
428
|
assert result is not None, "Required property 'description' is missing"
|
@@ -432,7 +432,7 @@ class SyntheticsPrivateLocationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
432
432
|
def name(self) -> builtins.str:
|
433
433
|
'''The name of the private location.
|
434
434
|
|
435
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
435
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name}
|
436
436
|
'''
|
437
437
|
result = self._values.get("name")
|
438
438
|
assert result is not None, "Required property 'name' is missing"
|
@@ -442,14 +442,14 @@ class SyntheticsPrivateLocationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
442
442
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
443
443
|
'''The ID of the account in New Relic.
|
444
444
|
|
445
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id}
|
446
446
|
'''
|
447
447
|
result = self._values.get("account_id")
|
448
448
|
return typing.cast(typing.Optional[jsii.Number], result)
|
449
449
|
|
450
450
|
@builtins.property
|
451
451
|
def id(self) -> typing.Optional[builtins.str]:
|
452
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
452
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}.
|
453
453
|
|
454
454
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
455
455
|
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.
|
@@ -463,7 +463,7 @@ class SyntheticsPrivateLocationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
463
463
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
464
464
|
'''The private location requires a password to edit if value is true.
|
465
465
|
|
466
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
466
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution}
|
467
467
|
'''
|
468
468
|
result = self._values.get("verified_script_execution")
|
469
469
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|