cdktf-cdktf-provider-newrelic 13.7.3__py3-none-any.whl → 13.8.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 +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.8.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +82 -82
- 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.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.3.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.3.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_key_transaction`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_key_transaction`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_key_transaction`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class KeyTransaction(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.keyTransaction.KeyTransaction",
|
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.72.0/docs/resources/key_transaction newrelic_key_transaction}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -65,16 +65,16 @@ class KeyTransaction(
|
|
65
65
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
66
66
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
67
67
|
) -> None:
|
68
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
68
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction newrelic_key_transaction} Resource.
|
69
69
|
|
70
70
|
:param scope: The scope in which to define this construct.
|
71
71
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
72
|
-
:param apdex_index: The acceptable amount of the time spent in the backend before customers get frustrated (Apdex target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param application_guid: The GUID of the application. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
74
|
-
:param browser_apdex_target: The acceptable amount of time for rendering a page in a browser before customers get frustrated (browser Apdex target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
-
:param metric_name: The name of the metric underlying this key transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
76
|
-
:param name: The name of the key transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
+
:param apdex_index: The acceptable amount of the time spent in the backend before customers get frustrated (Apdex target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#apdex_index KeyTransaction#apdex_index}
|
73
|
+
:param application_guid: The GUID of the application. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#application_guid KeyTransaction#application_guid}
|
74
|
+
:param browser_apdex_target: The acceptable amount of time for rendering a page in a browser before customers get frustrated (browser Apdex target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#browser_apdex_target KeyTransaction#browser_apdex_target}
|
75
|
+
:param metric_name: The name of the metric underlying this key transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#metric_name KeyTransaction#metric_name}
|
76
|
+
:param name: The name of the key transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#name KeyTransaction#name}
|
77
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#id KeyTransaction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
78
78
|
:param connection:
|
79
79
|
:param count:
|
80
80
|
:param depends_on:
|
@@ -118,7 +118,7 @@ class KeyTransaction(
|
|
118
118
|
|
119
119
|
:param scope: The scope in which to define this construct.
|
120
120
|
:param import_to_id: The construct id used in the generated config for the KeyTransaction to import.
|
121
|
-
:param import_from_id: The id of the existing KeyTransaction that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
121
|
+
:param import_from_id: The id of the existing KeyTransaction that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#import import section} in the documentation of this resource for the id to use
|
122
122
|
:param provider: ? Optional instance of the provider where the KeyTransaction to import is found.
|
123
123
|
'''
|
124
124
|
if __debug__:
|
@@ -304,12 +304,12 @@ class KeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
304
304
|
:param lifecycle:
|
305
305
|
:param provider:
|
306
306
|
:param provisioners:
|
307
|
-
:param apdex_index: The acceptable amount of the time spent in the backend before customers get frustrated (Apdex target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
308
|
-
:param application_guid: The GUID of the application. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
309
|
-
:param browser_apdex_target: The acceptable amount of time for rendering a page in a browser before customers get frustrated (browser Apdex target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
310
|
-
:param metric_name: The name of the metric underlying this key transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
311
|
-
:param name: The name of the key transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
312
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
307
|
+
:param apdex_index: The acceptable amount of the time spent in the backend before customers get frustrated (Apdex target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#apdex_index KeyTransaction#apdex_index}
|
308
|
+
:param application_guid: The GUID of the application. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#application_guid KeyTransaction#application_guid}
|
309
|
+
:param browser_apdex_target: The acceptable amount of time for rendering a page in a browser before customers get frustrated (browser Apdex target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#browser_apdex_target KeyTransaction#browser_apdex_target}
|
310
|
+
:param metric_name: The name of the metric underlying this key transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#metric_name KeyTransaction#metric_name}
|
311
|
+
:param name: The name of the key transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#name KeyTransaction#name}
|
312
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#id KeyTransaction#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.
|
313
313
|
'''
|
314
314
|
if isinstance(lifecycle, dict):
|
315
315
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -420,7 +420,7 @@ class KeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
420
420
|
def apdex_index(self) -> jsii.Number:
|
421
421
|
'''The acceptable amount of the time spent in the backend before customers get frustrated (Apdex target).
|
422
422
|
|
423
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
423
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#apdex_index KeyTransaction#apdex_index}
|
424
424
|
'''
|
425
425
|
result = self._values.get("apdex_index")
|
426
426
|
assert result is not None, "Required property 'apdex_index' is missing"
|
@@ -430,7 +430,7 @@ class KeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
430
430
|
def application_guid(self) -> builtins.str:
|
431
431
|
'''The GUID of the application.
|
432
432
|
|
433
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
433
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#application_guid KeyTransaction#application_guid}
|
434
434
|
'''
|
435
435
|
result = self._values.get("application_guid")
|
436
436
|
assert result is not None, "Required property 'application_guid' is missing"
|
@@ -440,7 +440,7 @@ class KeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
440
440
|
def browser_apdex_target(self) -> jsii.Number:
|
441
441
|
'''The acceptable amount of time for rendering a page in a browser before customers get frustrated (browser Apdex target).
|
442
442
|
|
443
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#browser_apdex_target KeyTransaction#browser_apdex_target}
|
444
444
|
'''
|
445
445
|
result = self._values.get("browser_apdex_target")
|
446
446
|
assert result is not None, "Required property 'browser_apdex_target' is missing"
|
@@ -450,7 +450,7 @@ class KeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
450
450
|
def metric_name(self) -> builtins.str:
|
451
451
|
'''The name of the metric underlying this key transaction.
|
452
452
|
|
453
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
453
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#metric_name KeyTransaction#metric_name}
|
454
454
|
'''
|
455
455
|
result = self._values.get("metric_name")
|
456
456
|
assert result is not None, "Required property 'metric_name' is missing"
|
@@ -460,7 +460,7 @@ class KeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
460
460
|
def name(self) -> builtins.str:
|
461
461
|
'''The name of the key transaction.
|
462
462
|
|
463
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
463
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#name KeyTransaction#name}
|
464
464
|
'''
|
465
465
|
result = self._values.get("name")
|
466
466
|
assert result is not None, "Required property 'name' is missing"
|
@@ -468,7 +468,7 @@ class KeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
468
468
|
|
469
469
|
@builtins.property
|
470
470
|
def id(self) -> typing.Optional[builtins.str]:
|
471
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
471
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/key_transaction#id KeyTransaction#id}.
|
472
472
|
|
473
473
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
474
474
|
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.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_log_parsing_rule`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_log_parsing_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_log_parsing_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class LogParsingRule(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.logParsingRule.LogParsingRule",
|
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.72.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -68,19 +68,19 @@ class LogParsingRule(
|
|
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.72.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule} 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 enabled: Whether or not this rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
76
|
-
:param grok: The Grok of what to parse. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param lucene: The Lucene to match events to the parsing rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
78
|
-
:param name: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
79
|
-
:param nrql: The NRQL to match events to the parsing rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
80
|
-
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
81
|
-
:param attribute: The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
82
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
83
|
-
:param matched: Whether the Grok pattern matched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
+
:param enabled: Whether or not this rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled}
|
76
|
+
:param grok: The Grok of what to parse. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok}
|
77
|
+
:param lucene: The Lucene to match events to the parsing rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene}
|
78
|
+
:param name: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#name LogParsingRule#name}
|
79
|
+
:param nrql: The NRQL to match events to the parsing rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql}
|
80
|
+
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id}
|
81
|
+
:param attribute: The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute}
|
82
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#id LogParsingRule#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.
|
83
|
+
:param matched: Whether the Grok pattern matched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched}
|
84
84
|
:param connection:
|
85
85
|
:param count:
|
86
86
|
:param depends_on:
|
@@ -127,7 +127,7 @@ class LogParsingRule(
|
|
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 LogParsingRule to import.
|
130
|
-
:param import_from_id: The id of the existing LogParsingRule 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 LogParsingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#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 LogParsingRule to import is found.
|
132
132
|
'''
|
133
133
|
if __debug__:
|
@@ -387,15 +387,15 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
387
387
|
:param lifecycle:
|
388
388
|
:param provider:
|
389
389
|
:param provisioners:
|
390
|
-
:param enabled: Whether or not this rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
391
|
-
:param grok: The Grok of what to parse. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
392
|
-
:param lucene: The Lucene to match events to the parsing rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
393
|
-
:param name: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
394
|
-
:param nrql: The NRQL to match events to the parsing rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
395
|
-
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
396
|
-
:param attribute: The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
397
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
398
|
-
:param matched: Whether the Grok pattern matched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
390
|
+
:param enabled: Whether or not this rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled}
|
391
|
+
:param grok: The Grok of what to parse. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok}
|
392
|
+
:param lucene: The Lucene to match events to the parsing rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene}
|
393
|
+
:param name: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#name LogParsingRule#name}
|
394
|
+
:param nrql: The NRQL to match events to the parsing rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql}
|
395
|
+
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id}
|
396
|
+
:param attribute: The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute}
|
397
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#id LogParsingRule#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.
|
398
|
+
:param matched: Whether the Grok pattern matched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched}
|
399
399
|
'''
|
400
400
|
if isinstance(lifecycle, dict):
|
401
401
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -515,7 +515,7 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
515
515
|
def enabled(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
516
516
|
'''Whether or not this rule is enabled.
|
517
517
|
|
518
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
518
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled}
|
519
519
|
'''
|
520
520
|
result = self._values.get("enabled")
|
521
521
|
assert result is not None, "Required property 'enabled' is missing"
|
@@ -525,7 +525,7 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
525
525
|
def grok(self) -> builtins.str:
|
526
526
|
'''The Grok of what to parse.
|
527
527
|
|
528
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
528
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok}
|
529
529
|
'''
|
530
530
|
result = self._values.get("grok")
|
531
531
|
assert result is not None, "Required property 'grok' is missing"
|
@@ -535,7 +535,7 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
535
535
|
def lucene(self) -> builtins.str:
|
536
536
|
'''The Lucene to match events to the parsing rule.
|
537
537
|
|
538
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
538
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene}
|
539
539
|
'''
|
540
540
|
result = self._values.get("lucene")
|
541
541
|
assert result is not None, "Required property 'lucene' is missing"
|
@@ -545,7 +545,7 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
545
545
|
def name(self) -> builtins.str:
|
546
546
|
'''A description of what this parsing rule represents.
|
547
547
|
|
548
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
548
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#name LogParsingRule#name}
|
549
549
|
'''
|
550
550
|
result = self._values.get("name")
|
551
551
|
assert result is not None, "Required property 'name' is missing"
|
@@ -555,7 +555,7 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
555
555
|
def nrql(self) -> builtins.str:
|
556
556
|
'''The NRQL to match events to the parsing rule.
|
557
557
|
|
558
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
558
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql}
|
559
559
|
'''
|
560
560
|
result = self._values.get("nrql")
|
561
561
|
assert result is not None, "Required property 'nrql' is missing"
|
@@ -565,7 +565,7 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
565
565
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
566
566
|
'''The account id associated with the obfuscation expression.
|
567
567
|
|
568
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
568
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id}
|
569
569
|
'''
|
570
570
|
result = self._values.get("account_id")
|
571
571
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -576,14 +576,14 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
576
576
|
|
577
577
|
If field is not provided, value will default to message.
|
578
578
|
|
579
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
579
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute}
|
580
580
|
'''
|
581
581
|
result = self._values.get("attribute")
|
582
582
|
return typing.cast(typing.Optional[builtins.str], result)
|
583
583
|
|
584
584
|
@builtins.property
|
585
585
|
def id(self) -> typing.Optional[builtins.str]:
|
586
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
586
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#id LogParsingRule#id}.
|
587
587
|
|
588
588
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
589
589
|
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.
|
@@ -597,7 +597,7 @@ class LogParsingRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
597
597
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
598
598
|
'''Whether the Grok pattern matched.
|
599
599
|
|
600
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
600
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched}
|
601
601
|
'''
|
602
602
|
result = self._values.get("matched")
|
603
603
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|