cdktf-cdktf-provider-newrelic 13.7.2__py3-none-any.whl → 13.7.3__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.3.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.3.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.3.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.3.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_infra_alert_condition`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_infra_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_infra_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class InfraAlertCondition(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.infraAlertCondition.InfraAlertCondition",
|
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.5/docs/resources/infra_alert_condition newrelic_infra_alert_condition}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -75,26 +75,26 @@ class InfraAlertCondition(
|
|
75
75
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
76
76
|
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,
|
77
77
|
) -> None:
|
78
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition newrelic_infra_alert_condition} Resource.
|
79
79
|
|
80
80
|
:param scope: The scope in which to define this construct.
|
81
81
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
82
|
-
:param name: The Infrastructure alert condition's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
83
|
-
:param policy_id: The ID of the alert policy where this condition should be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
84
|
-
:param type: The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
85
|
-
:param comparison: The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
86
|
-
:param critical: critical block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
87
|
-
:param description: The description of the Infrastructure alert condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
88
|
-
:param enabled: Whether the condition is turned on or off. Valid values are true and false. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
89
|
-
:param event: The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
90
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
91
|
-
:param integration_provider: For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
92
|
-
:param process_where: Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
93
|
-
:param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
94
|
-
:param select: The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
95
|
-
:param violation_close_timer: Determines how much time, in hours, will pass before an incident is automatically closed. Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
96
|
-
:param warning: warning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
97
|
-
:param where: If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
82
|
+
:param name: The Infrastructure alert condition's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#name InfraAlertCondition#name}
|
83
|
+
:param policy_id: The ID of the alert policy where this condition should be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id}
|
84
|
+
:param type: The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#type InfraAlertCondition#type}
|
85
|
+
:param comparison: The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison}
|
86
|
+
:param critical: critical block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical}
|
87
|
+
:param description: The description of the Infrastructure alert condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#description InfraAlertCondition#description}
|
88
|
+
:param enabled: Whether the condition is turned on or off. Valid values are true and false. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled}
|
89
|
+
:param event: The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#event InfraAlertCondition#event}
|
90
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#id InfraAlertCondition#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.
|
91
|
+
:param integration_provider: For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider}
|
92
|
+
:param process_where: Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where}
|
93
|
+
:param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url}
|
94
|
+
:param select: The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#select InfraAlertCondition#select}
|
95
|
+
:param violation_close_timer: Determines how much time, in hours, will pass before an incident is automatically closed. Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer}
|
96
|
+
:param warning: warning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning}
|
97
|
+
:param where: If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#where InfraAlertCondition#where}
|
98
98
|
:param connection:
|
99
99
|
:param count:
|
100
100
|
:param depends_on:
|
@@ -148,7 +148,7 @@ class InfraAlertCondition(
|
|
148
148
|
|
149
149
|
:param scope: The scope in which to define this construct.
|
150
150
|
:param import_to_id: The construct id used in the generated config for the InfraAlertCondition to import.
|
151
|
-
:param import_from_id: The id of the existing InfraAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
151
|
+
:param import_from_id: The id of the existing InfraAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use
|
152
152
|
:param provider: ? Optional instance of the provider where the InfraAlertCondition to import is found.
|
153
153
|
'''
|
154
154
|
if __debug__:
|
@@ -168,9 +168,9 @@ class InfraAlertCondition(
|
|
168
168
|
value: typing.Optional[jsii.Number] = None,
|
169
169
|
) -> None:
|
170
170
|
'''
|
171
|
-
:param duration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
172
|
-
:param time_function: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
173
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
171
|
+
:param duration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}.
|
172
|
+
:param time_function: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}.
|
173
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#value InfraAlertCondition#value}.
|
174
174
|
'''
|
175
175
|
value_ = InfraAlertConditionCritical(
|
176
176
|
duration=duration, time_function=time_function, value=value
|
@@ -187,9 +187,9 @@ class InfraAlertCondition(
|
|
187
187
|
value: typing.Optional[jsii.Number] = None,
|
188
188
|
) -> None:
|
189
189
|
'''
|
190
|
-
:param duration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
191
|
-
:param time_function: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
192
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
190
|
+
:param duration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}.
|
191
|
+
:param time_function: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}.
|
192
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#value InfraAlertCondition#value}.
|
193
193
|
'''
|
194
194
|
value_ = InfraAlertConditionWarning(
|
195
195
|
duration=duration, time_function=time_function, value=value
|
@@ -606,22 +606,22 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
606
606
|
:param lifecycle:
|
607
607
|
:param provider:
|
608
608
|
:param provisioners:
|
609
|
-
:param name: The Infrastructure alert condition's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
610
|
-
:param policy_id: The ID of the alert policy where this condition should be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
611
|
-
:param type: The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
612
|
-
:param comparison: The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
613
|
-
:param critical: critical block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
614
|
-
:param description: The description of the Infrastructure alert condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
615
|
-
:param enabled: Whether the condition is turned on or off. Valid values are true and false. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
616
|
-
:param event: The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
617
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
618
|
-
:param integration_provider: For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
619
|
-
:param process_where: Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
620
|
-
:param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
621
|
-
:param select: The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
622
|
-
:param violation_close_timer: Determines how much time, in hours, will pass before an incident is automatically closed. Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
623
|
-
:param warning: warning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
624
|
-
:param where: If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
609
|
+
:param name: The Infrastructure alert condition's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#name InfraAlertCondition#name}
|
610
|
+
:param policy_id: The ID of the alert policy where this condition should be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id}
|
611
|
+
:param type: The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#type InfraAlertCondition#type}
|
612
|
+
:param comparison: The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison}
|
613
|
+
:param critical: critical block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical}
|
614
|
+
:param description: The description of the Infrastructure alert condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#description InfraAlertCondition#description}
|
615
|
+
:param enabled: Whether the condition is turned on or off. Valid values are true and false. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled}
|
616
|
+
:param event: The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#event InfraAlertCondition#event}
|
617
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#id InfraAlertCondition#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.
|
618
|
+
:param integration_provider: For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider}
|
619
|
+
:param process_where: Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where}
|
620
|
+
:param runbook_url: Runbook URL to display in notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url}
|
621
|
+
:param select: The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#select InfraAlertCondition#select}
|
622
|
+
:param violation_close_timer: Determines how much time, in hours, will pass before an incident is automatically closed. Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer}
|
623
|
+
:param warning: warning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning}
|
624
|
+
:param where: If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#where InfraAlertCondition#where}
|
625
625
|
'''
|
626
626
|
if isinstance(lifecycle, dict):
|
627
627
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -768,7 +768,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
768
768
|
def name(self) -> builtins.str:
|
769
769
|
'''The Infrastructure alert condition's name.
|
770
770
|
|
771
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
771
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#name InfraAlertCondition#name}
|
772
772
|
'''
|
773
773
|
result = self._values.get("name")
|
774
774
|
assert result is not None, "Required property 'name' is missing"
|
@@ -778,7 +778,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
778
778
|
def policy_id(self) -> jsii.Number:
|
779
779
|
'''The ID of the alert policy where this condition should be used.
|
780
780
|
|
781
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
781
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id}
|
782
782
|
'''
|
783
783
|
result = self._values.get("policy_id")
|
784
784
|
assert result is not None, "Required property 'policy_id' is missing"
|
@@ -788,7 +788,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
788
788
|
def type(self) -> builtins.str:
|
789
789
|
'''The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting.
|
790
790
|
|
791
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
791
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#type InfraAlertCondition#type}
|
792
792
|
'''
|
793
793
|
result = self._values.get("type")
|
794
794
|
assert result is not None, "Required property 'type' is missing"
|
@@ -800,7 +800,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
800
800
|
|
801
801
|
Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types.
|
802
802
|
|
803
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
803
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison}
|
804
804
|
'''
|
805
805
|
result = self._values.get("comparison")
|
806
806
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -809,7 +809,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
809
809
|
def critical(self) -> typing.Optional["InfraAlertConditionCritical"]:
|
810
810
|
'''critical block.
|
811
811
|
|
812
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
812
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical}
|
813
813
|
'''
|
814
814
|
result = self._values.get("critical")
|
815
815
|
return typing.cast(typing.Optional["InfraAlertConditionCritical"], result)
|
@@ -818,7 +818,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
818
818
|
def description(self) -> typing.Optional[builtins.str]:
|
819
819
|
'''The description of the Infrastructure alert condition.
|
820
820
|
|
821
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
821
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#description InfraAlertCondition#description}
|
822
822
|
'''
|
823
823
|
result = self._values.get("description")
|
824
824
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -829,7 +829,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
829
829
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
830
830
|
'''Whether the condition is turned on or off. Valid values are true and false. Defaults to true.
|
831
831
|
|
832
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
832
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled}
|
833
833
|
'''
|
834
834
|
result = self._values.get("enabled")
|
835
835
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -838,14 +838,14 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
838
838
|
def event(self) -> typing.Optional[builtins.str]:
|
839
839
|
'''The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type.
|
840
840
|
|
841
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
841
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#event InfraAlertCondition#event}
|
842
842
|
'''
|
843
843
|
result = self._values.get("event")
|
844
844
|
return typing.cast(typing.Optional[builtins.str], result)
|
845
845
|
|
846
846
|
@builtins.property
|
847
847
|
def id(self) -> typing.Optional[builtins.str]:
|
848
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
848
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#id InfraAlertCondition#id}.
|
849
849
|
|
850
850
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
851
851
|
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.
|
@@ -857,7 +857,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
857
857
|
def integration_provider(self) -> typing.Optional[builtins.str]:
|
858
858
|
'''For alerts on integrations, use this instead of event. Supported by the infra_metric condition type.
|
859
859
|
|
860
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
860
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider}
|
861
861
|
'''
|
862
862
|
result = self._values.get("integration_provider")
|
863
863
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -866,7 +866,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
866
866
|
def process_where(self) -> typing.Optional[builtins.str]:
|
867
867
|
'''Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type.
|
868
868
|
|
869
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
869
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where}
|
870
870
|
'''
|
871
871
|
result = self._values.get("process_where")
|
872
872
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -875,7 +875,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
875
875
|
def runbook_url(self) -> typing.Optional[builtins.str]:
|
876
876
|
'''Runbook URL to display in notifications.
|
877
877
|
|
878
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
878
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url}
|
879
879
|
'''
|
880
880
|
result = self._values.get("runbook_url")
|
881
881
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -886,7 +886,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
886
886
|
|
887
887
|
for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type.
|
888
888
|
|
889
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
889
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#select InfraAlertCondition#select}
|
890
890
|
'''
|
891
891
|
result = self._values.get("select")
|
892
892
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -897,7 +897,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
897
897
|
|
898
898
|
Valid values are 1, 2, 4, 8, 12, 24, 48, or 72
|
899
899
|
|
900
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
900
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer}
|
901
901
|
'''
|
902
902
|
result = self._values.get("violation_close_timer")
|
903
903
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -906,7 +906,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
906
906
|
def warning(self) -> typing.Optional["InfraAlertConditionWarning"]:
|
907
907
|
'''warning block.
|
908
908
|
|
909
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
909
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning}
|
910
910
|
'''
|
911
911
|
result = self._values.get("warning")
|
912
912
|
return typing.cast(typing.Optional["InfraAlertConditionWarning"], result)
|
@@ -915,7 +915,7 @@ class InfraAlertConditionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
915
915
|
def where(self) -> typing.Optional[builtins.str]:
|
916
916
|
'''If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'.
|
917
917
|
|
918
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
918
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#where InfraAlertCondition#where}
|
919
919
|
'''
|
920
920
|
result = self._values.get("where")
|
921
921
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -950,9 +950,9 @@ class InfraAlertConditionCritical:
|
|
950
950
|
value: typing.Optional[jsii.Number] = None,
|
951
951
|
) -> None:
|
952
952
|
'''
|
953
|
-
:param duration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
954
|
-
:param time_function: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
955
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
953
|
+
:param duration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}.
|
954
|
+
:param time_function: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}.
|
955
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#value InfraAlertCondition#value}.
|
956
956
|
'''
|
957
957
|
if __debug__:
|
958
958
|
type_hints = typing.get_type_hints(_typecheckingstub__7296760f72a4c0211f75374f9d66ff404e5b40874fa56eed8c0e564c69b9daeb)
|
@@ -969,20 +969,20 @@ class InfraAlertConditionCritical:
|
|
969
969
|
|
970
970
|
@builtins.property
|
971
971
|
def duration(self) -> jsii.Number:
|
972
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
972
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}.'''
|
973
973
|
result = self._values.get("duration")
|
974
974
|
assert result is not None, "Required property 'duration' is missing"
|
975
975
|
return typing.cast(jsii.Number, result)
|
976
976
|
|
977
977
|
@builtins.property
|
978
978
|
def time_function(self) -> typing.Optional[builtins.str]:
|
979
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
979
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}.'''
|
980
980
|
result = self._values.get("time_function")
|
981
981
|
return typing.cast(typing.Optional[builtins.str], result)
|
982
982
|
|
983
983
|
@builtins.property
|
984
984
|
def value(self) -> typing.Optional[jsii.Number]:
|
985
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
985
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#value InfraAlertCondition#value}.'''
|
986
986
|
result = self._values.get("value")
|
987
987
|
return typing.cast(typing.Optional[jsii.Number], result)
|
988
988
|
|
@@ -1111,9 +1111,9 @@ class InfraAlertConditionWarning:
|
|
1111
1111
|
value: typing.Optional[jsii.Number] = None,
|
1112
1112
|
) -> None:
|
1113
1113
|
'''
|
1114
|
-
:param duration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1115
|
-
:param time_function: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1116
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1114
|
+
:param duration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}.
|
1115
|
+
:param time_function: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}.
|
1116
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#value InfraAlertCondition#value}.
|
1117
1117
|
'''
|
1118
1118
|
if __debug__:
|
1119
1119
|
type_hints = typing.get_type_hints(_typecheckingstub__d5e07f2290f7788a889de4e4869c793e946a660ecede10497ba45ec8bb49b1b3)
|
@@ -1130,20 +1130,20 @@ class InfraAlertConditionWarning:
|
|
1130
1130
|
|
1131
1131
|
@builtins.property
|
1132
1132
|
def duration(self) -> jsii.Number:
|
1133
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1133
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}.'''
|
1134
1134
|
result = self._values.get("duration")
|
1135
1135
|
assert result is not None, "Required property 'duration' is missing"
|
1136
1136
|
return typing.cast(jsii.Number, result)
|
1137
1137
|
|
1138
1138
|
@builtins.property
|
1139
1139
|
def time_function(self) -> typing.Optional[builtins.str]:
|
1140
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1140
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}.'''
|
1141
1141
|
result = self._values.get("time_function")
|
1142
1142
|
return typing.cast(typing.Optional[builtins.str], result)
|
1143
1143
|
|
1144
1144
|
@builtins.property
|
1145
1145
|
def value(self) -> typing.Optional[jsii.Number]:
|
1146
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1146
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/infra_alert_condition#value InfraAlertCondition#value}.'''
|
1147
1147
|
result = self._values.get("value")
|
1148
1148
|
return typing.cast(typing.Optional[jsii.Number], result)
|
1149
1149
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_insights_event`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_insights_event`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_insights_event`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class InsightsEvent(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.insightsEvent.InsightsEvent",
|
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.5/docs/resources/insights_event newrelic_insights_event}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class InsightsEvent(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
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,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event newrelic_insights_event} Resource.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param event: event block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
68
|
+
:param event: event block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#event InsightsEvent#event}
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#id InsightsEvent#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.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class InsightsEvent(
|
|
106
106
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
108
108
|
:param import_to_id: The construct id used in the generated config for the InsightsEvent to import.
|
109
|
-
:param import_from_id: The id of the existing InsightsEvent that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
109
|
+
:param import_from_id: The id of the existing InsightsEvent that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use
|
110
110
|
:param provider: ? Optional instance of the provider where the InsightsEvent to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -214,8 +214,8 @@ class InsightsEventConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
214
214
|
:param lifecycle:
|
215
215
|
:param provider:
|
216
216
|
:param provisioners:
|
217
|
-
:param event: event block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
218
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
217
|
+
:param event: event block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#event InsightsEvent#event}
|
218
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#id InsightsEvent#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.
|
219
219
|
'''
|
220
220
|
if isinstance(lifecycle, dict):
|
221
221
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -320,7 +320,7 @@ class InsightsEventConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
320
320
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["InsightsEventEvent"]]:
|
321
321
|
'''event block.
|
322
322
|
|
323
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
323
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#event InsightsEvent#event}
|
324
324
|
'''
|
325
325
|
result = self._values.get("event")
|
326
326
|
assert result is not None, "Required property 'event' is missing"
|
@@ -328,7 +328,7 @@ class InsightsEventConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
328
328
|
|
329
329
|
@builtins.property
|
330
330
|
def id(self) -> typing.Optional[builtins.str]:
|
331
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
331
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#id InsightsEvent#id}.
|
332
332
|
|
333
333
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
334
334
|
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.
|
@@ -362,9 +362,9 @@ class InsightsEventEvent:
|
|
362
362
|
timestamp: typing.Optional[jsii.Number] = None,
|
363
363
|
) -> None:
|
364
364
|
'''
|
365
|
-
:param attribute: attribute block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
366
|
-
:param type: The event's name. Can be a combination of alphanumeric characters, underscores, and colons. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
367
|
-
:param timestamp: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
365
|
+
:param attribute: attribute block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#attribute InsightsEvent#attribute}
|
366
|
+
:param type: The event's name. Can be a combination of alphanumeric characters, underscores, and colons. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#type InsightsEvent#type}
|
367
|
+
:param timestamp: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#timestamp InsightsEvent#timestamp}
|
368
368
|
'''
|
369
369
|
if __debug__:
|
370
370
|
type_hints = typing.get_type_hints(_typecheckingstub__00bcc97ae199cb7b71ab4d8127a1e295c30ab5379ae18fe08091a3c4c938aea3)
|
@@ -384,7 +384,7 @@ class InsightsEventEvent:
|
|
384
384
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["InsightsEventEventAttribute"]]:
|
385
385
|
'''attribute block.
|
386
386
|
|
387
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
387
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#attribute InsightsEvent#attribute}
|
388
388
|
'''
|
389
389
|
result = self._values.get("attribute")
|
390
390
|
assert result is not None, "Required property 'attribute' is missing"
|
@@ -394,7 +394,7 @@ class InsightsEventEvent:
|
|
394
394
|
def type(self) -> builtins.str:
|
395
395
|
'''The event's name. Can be a combination of alphanumeric characters, underscores, and colons.
|
396
396
|
|
397
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
397
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#type InsightsEvent#type}
|
398
398
|
'''
|
399
399
|
result = self._values.get("type")
|
400
400
|
assert result is not None, "Required property 'type' is missing"
|
@@ -404,7 +404,7 @@ class InsightsEventEvent:
|
|
404
404
|
def timestamp(self) -> typing.Optional[jsii.Number]:
|
405
405
|
'''Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.
|
406
406
|
|
407
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
407
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#timestamp InsightsEvent#timestamp}
|
408
408
|
'''
|
409
409
|
result = self._values.get("timestamp")
|
410
410
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -435,9 +435,9 @@ class InsightsEventEventAttribute:
|
|
435
435
|
type: typing.Optional[builtins.str] = None,
|
436
436
|
) -> None:
|
437
437
|
'''
|
438
|
-
:param key: The name of the attribute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
439
|
-
:param value: The value of the attribute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
440
|
-
:param type: Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
438
|
+
:param key: The name of the attribute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#key InsightsEvent#key}
|
439
|
+
:param value: The value of the attribute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#value InsightsEvent#value}
|
440
|
+
:param type: Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#type InsightsEvent#type}
|
441
441
|
'''
|
442
442
|
if __debug__:
|
443
443
|
type_hints = typing.get_type_hints(_typecheckingstub__18d1d08e1e67d71273644f36398cd0dd9072920ac4416f29110daa203f572e92)
|
@@ -455,7 +455,7 @@ class InsightsEventEventAttribute:
|
|
455
455
|
def key(self) -> builtins.str:
|
456
456
|
'''The name of the attribute.
|
457
457
|
|
458
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
458
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#key InsightsEvent#key}
|
459
459
|
'''
|
460
460
|
result = self._values.get("key")
|
461
461
|
assert result is not None, "Required property 'key' is missing"
|
@@ -465,7 +465,7 @@ class InsightsEventEventAttribute:
|
|
465
465
|
def value(self) -> builtins.str:
|
466
466
|
'''The value of the attribute.
|
467
467
|
|
468
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
468
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#value InsightsEvent#value}
|
469
469
|
'''
|
470
470
|
result = self._values.get("value")
|
471
471
|
assert result is not None, "Required property 'value' is missing"
|
@@ -477,7 +477,7 @@ class InsightsEventEventAttribute:
|
|
477
477
|
|
478
478
|
This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string.
|
479
479
|
|
480
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
480
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/insights_event#type InsightsEvent#type}
|
481
481
|
'''
|
482
482
|
result = self._values.get("type")
|
483
483
|
return typing.cast(typing.Optional[builtins.str], result)
|