cdktf-cdktf-provider-newrelic 13.6.2__py3-none-any.whl → 13.7.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. cdktf_cdktf_provider_newrelic/__init__.py +5 -3
  2. cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
  5. cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
  6. cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +56 -56
  7. cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
  8. cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
  9. cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
  10. cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
  11. cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
  12. cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
  13. cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
  14. cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
  15. cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
  16. cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
  17. cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
  18. cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
  19. cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
  20. cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
  21. cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +1029 -0
  22. cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
  23. cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
  24. cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
  25. cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
  26. cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
  27. cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
  28. cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
  29. cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
  30. cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
  31. cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
  32. cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
  33. cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
  34. cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
  35. cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
  36. cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
  37. cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
  38. cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
  39. cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
  40. cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
  41. cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
  42. cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
  43. cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
  44. cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
  45. cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
  46. cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
  47. cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
  48. cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
  49. cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
  50. cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
  51. cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
  52. cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
  53. cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1224 -1224
  54. cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
  55. cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
  56. cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
  57. cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
  58. cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
  59. cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
  60. cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
  61. cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
  62. cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
  63. cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
  64. cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
  65. cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
  66. cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
  67. cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
  68. cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
  69. cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
  70. cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
  71. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/METADATA +4 -4
  72. cdktf_cdktf_provider_newrelic-13.7.0.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.6.2.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
  75. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_insights_event`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_insights_event`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/insights_event).
4
+ Refer to the Terraform Registry for docs: [`newrelic_insights_event`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event newrelic_insights_event}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event newrelic_insights_event} Resource.
64
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event#event InsightsEvent#event}
69
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/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.
68
+ :param event: event block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/insights_event#event InsightsEvent#event}
69
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use
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.0/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.69.1/docs/resources/insights_event#event InsightsEvent#event}
218
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/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.
217
+ :param event: event block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/insights_event#event InsightsEvent#event}
218
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event#event InsightsEvent#event}
323
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event#id InsightsEvent#id}.
331
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/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.69.1/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.69.1/docs/resources/insights_event#timestamp InsightsEvent#timestamp}
365
+ :param attribute: attribute block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.0/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.0/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.69.1/docs/resources/insights_event#attribute InsightsEvent#attribute}
387
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event#type InsightsEvent#type}
397
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event#timestamp InsightsEvent#timestamp}
407
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/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.69.1/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.69.1/docs/resources/insights_event#type InsightsEvent#type}
438
+ :param key: The name of the attribute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.0/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.0/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.69.1/docs/resources/insights_event#key InsightsEvent#key}
458
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event#value InsightsEvent#value}
468
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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.69.1/docs/resources/insights_event#type InsightsEvent#type}
480
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/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)
@@ -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.69.1/docs/resources/key_transaction).
4
+ Refer to the Terraform Registry for docs: [`newrelic_key_transaction`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction newrelic_key_transaction}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction newrelic_key_transaction} Resource.
68
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/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.69.1/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.69.1/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.69.1/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.69.1/docs/resources/key_transaction#name KeyTransaction#name}
77
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/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.
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.70.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.70.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.70.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.70.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.70.0/docs/resources/key_transaction#name KeyTransaction#name}
77
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction#import import section} in the documentation of this resource for the id to use
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.70.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.69.1/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.69.1/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.69.1/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.69.1/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.69.1/docs/resources/key_transaction#name KeyTransaction#name}
312
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/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.
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.70.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.70.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.70.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.70.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.70.0/docs/resources/key_transaction#name KeyTransaction#name}
312
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction#apdex_index KeyTransaction#apdex_index}
423
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction#application_guid KeyTransaction#application_guid}
433
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction#browser_apdex_target KeyTransaction#browser_apdex_target}
443
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction#metric_name KeyTransaction#metric_name}
453
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction#name KeyTransaction#name}
463
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/key_transaction#id KeyTransaction#id}.
471
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule).
4
+ Refer to the Terraform Registry for docs: [`newrelic_log_parsing_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule newrelic_log_parsing_rule}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule newrelic_log_parsing_rule} Resource.
71
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/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.69.1/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.69.1/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.69.1/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.69.1/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.69.1/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.69.1/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute}
82
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/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.69.1/docs/resources/log_parsing_rule#matched LogParsingRule#matched}
75
+ :param enabled: Whether or not this rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.69.1/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use
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.70.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.69.1/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.69.1/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.69.1/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.69.1/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.69.1/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.69.1/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.69.1/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute}
397
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/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.69.1/docs/resources/log_parsing_rule#matched LogParsingRule#matched}
390
+ :param enabled: Whether or not this rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.69.1/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled}
518
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule#grok LogParsingRule#grok}
528
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene}
538
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule#name LogParsingRule#name}
548
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql}
558
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id}
568
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute}
579
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule#id LogParsingRule#id}.
586
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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.69.1/docs/resources/log_parsing_rule#matched LogParsingRule#matched}
600
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.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)