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_nrql_drop_rule`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_nrql_drop_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule).
4
+ Refer to the Terraform Registry for docs: [`newrelic_nrql_drop_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class NrqlDropRule(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.nrqlDropRule.NrqlDropRule",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -65,16 +65,16 @@ class NrqlDropRule(
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/nrql_drop_rule newrelic_nrql_drop_rule} Resource.
68
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule} 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 action: The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#action NrqlDropRule#action}
73
- :param nrql: Explains which data to apply the drop rule to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql}
74
- :param account_id: Account with the NRQL drop rule will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id}
75
- :param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#description NrqlDropRule#description}
76
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#id NrqlDropRule#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.
77
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#timeouts NrqlDropRule#timeouts}
72
+ :param action: The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action}
73
+ :param nrql: Explains which data to apply the drop rule to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql}
74
+ :param account_id: Account with the NRQL drop rule will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id}
75
+ :param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description}
76
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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.
77
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#timeouts NrqlDropRule#timeouts}
78
78
  :param connection:
79
79
  :param count:
80
80
  :param depends_on:
@@ -118,7 +118,7 @@ class NrqlDropRule(
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 NrqlDropRule to import.
121
- :param import_from_id: The id of the existing NrqlDropRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use
121
+ :param import_from_id: The id of the existing NrqlDropRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#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 NrqlDropRule to import is found.
123
123
  '''
124
124
  if __debug__:
@@ -132,7 +132,7 @@ class NrqlDropRule(
132
132
  @jsii.member(jsii_name="putTimeouts")
133
133
  def put_timeouts(self, *, read: typing.Optional[builtins.str] = None) -> None:
134
134
  '''
135
- :param read: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#read NrqlDropRule#read}.
135
+ :param read: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#read NrqlDropRule#read}.
136
136
  '''
137
137
  value = NrqlDropRuleTimeouts(read=read)
138
138
 
@@ -320,12 +320,12 @@ class NrqlDropRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
320
320
  :param lifecycle:
321
321
  :param provider:
322
322
  :param provisioners:
323
- :param action: The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#action NrqlDropRule#action}
324
- :param nrql: Explains which data to apply the drop rule to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql}
325
- :param account_id: Account with the NRQL drop rule will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id}
326
- :param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#description NrqlDropRule#description}
327
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#id NrqlDropRule#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.
328
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#timeouts NrqlDropRule#timeouts}
323
+ :param action: The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action}
324
+ :param nrql: Explains which data to apply the drop rule to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql}
325
+ :param account_id: Account with the NRQL drop rule will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id}
326
+ :param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description}
327
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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.
328
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#timeouts NrqlDropRule#timeouts}
329
329
  '''
330
330
  if isinstance(lifecycle, dict):
331
331
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -441,7 +441,7 @@ class NrqlDropRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
441
441
  def action(self) -> builtins.str:
442
442
  '''The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates).
443
443
 
444
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#action NrqlDropRule#action}
444
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action}
445
445
  '''
446
446
  result = self._values.get("action")
447
447
  assert result is not None, "Required property 'action' is missing"
@@ -451,7 +451,7 @@ class NrqlDropRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
451
451
  def nrql(self) -> builtins.str:
452
452
  '''Explains which data to apply the drop rule to.
453
453
 
454
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql}
454
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql}
455
455
  '''
456
456
  result = self._values.get("nrql")
457
457
  assert result is not None, "Required property 'nrql' is missing"
@@ -461,7 +461,7 @@ class NrqlDropRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
461
461
  def account_id(self) -> typing.Optional[jsii.Number]:
462
462
  '''Account with the NRQL drop rule will be put.
463
463
 
464
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id}
464
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id}
465
465
  '''
466
466
  result = self._values.get("account_id")
467
467
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -470,14 +470,14 @@ class NrqlDropRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
470
470
  def description(self) -> typing.Optional[builtins.str]:
471
471
  '''Provides additional information about the rule.
472
472
 
473
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#description NrqlDropRule#description}
473
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description}
474
474
  '''
475
475
  result = self._values.get("description")
476
476
  return typing.cast(typing.Optional[builtins.str], result)
477
477
 
478
478
  @builtins.property
479
479
  def id(self) -> typing.Optional[builtins.str]:
480
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#id NrqlDropRule#id}.
480
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#id NrqlDropRule#id}.
481
481
 
482
482
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
483
483
  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.
@@ -489,7 +489,7 @@ class NrqlDropRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
489
489
  def timeouts(self) -> typing.Optional["NrqlDropRuleTimeouts"]:
490
490
  '''timeouts block.
491
491
 
492
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#timeouts NrqlDropRule#timeouts}
492
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#timeouts NrqlDropRule#timeouts}
493
493
  '''
494
494
  result = self._values.get("timeouts")
495
495
  return typing.cast(typing.Optional["NrqlDropRuleTimeouts"], result)
@@ -514,7 +514,7 @@ class NrqlDropRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
514
514
  class NrqlDropRuleTimeouts:
515
515
  def __init__(self, *, read: typing.Optional[builtins.str] = None) -> None:
516
516
  '''
517
- :param read: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#read NrqlDropRule#read}.
517
+ :param read: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#read NrqlDropRule#read}.
518
518
  '''
519
519
  if __debug__:
520
520
  type_hints = typing.get_type_hints(_typecheckingstub__42044c90ba549e047abbd619b0c4a81d4000f3f6460e9b4f8bbb26f35d409f30)
@@ -525,7 +525,7 @@ class NrqlDropRuleTimeouts:
525
525
 
526
526
  @builtins.property
527
527
  def read(self) -> typing.Optional[builtins.str]:
528
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/nrql_drop_rule#read NrqlDropRule#read}.'''
528
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/nrql_drop_rule#read NrqlDropRule#read}.'''
529
529
  result = self._values.get("read")
530
530
  return typing.cast(typing.Optional[builtins.str], result)
531
531
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_obfuscation_expression`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression).
4
+ Refer to the Terraform Registry for docs: [`newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class ObfuscationExpression(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.obfuscationExpression.ObfuscationExpression",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression newrelic_obfuscation_expression}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -64,15 +64,15 @@ class ObfuscationExpression(
64
64
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
65
65
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
66
66
  ) -> None:
67
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression newrelic_obfuscation_expression} Resource.
67
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression} Resource.
68
68
 
69
69
  :param scope: The scope in which to define this construct.
70
70
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
71
- :param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#name ObfuscationExpression#name}
72
- :param regex: Regex of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex}
73
- :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/obfuscation_expression#account_id ObfuscationExpression#account_id}
74
- :param description: Description of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#description ObfuscationExpression#description}
75
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#id ObfuscationExpression#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.
71
+ :param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name}
72
+ :param regex: Regex of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex}
73
+ :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/obfuscation_expression#account_id ObfuscationExpression#account_id}
74
+ :param description: Description of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description}
75
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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.
76
76
  :param connection:
77
77
  :param count:
78
78
  :param depends_on:
@@ -115,7 +115,7 @@ class ObfuscationExpression(
115
115
 
116
116
  :param scope: The scope in which to define this construct.
117
117
  :param import_to_id: The construct id used in the generated config for the ObfuscationExpression to import.
118
- :param import_from_id: The id of the existing ObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use
118
+ :param import_from_id: The id of the existing ObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use
119
119
  :param provider: ? Optional instance of the provider where the ObfuscationExpression to import is found.
120
120
  '''
121
121
  if __debug__:
@@ -280,11 +280,11 @@ class ObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
280
280
  :param lifecycle:
281
281
  :param provider:
282
282
  :param provisioners:
283
- :param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#name ObfuscationExpression#name}
284
- :param regex: Regex of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex}
285
- :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/obfuscation_expression#account_id ObfuscationExpression#account_id}
286
- :param description: Description of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#description ObfuscationExpression#description}
287
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#id ObfuscationExpression#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.
283
+ :param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name}
284
+ :param regex: Regex of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex}
285
+ :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/obfuscation_expression#account_id ObfuscationExpression#account_id}
286
+ :param description: Description of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description}
287
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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.
288
288
  '''
289
289
  if isinstance(lifecycle, dict):
290
290
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -395,7 +395,7 @@ class ObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
395
395
  def name(self) -> builtins.str:
396
396
  '''Name of expression.
397
397
 
398
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#name ObfuscationExpression#name}
398
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name}
399
399
  '''
400
400
  result = self._values.get("name")
401
401
  assert result is not None, "Required property 'name' is missing"
@@ -405,7 +405,7 @@ class ObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
405
405
  def regex(self) -> builtins.str:
406
406
  '''Regex of expression.
407
407
 
408
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex}
408
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex}
409
409
  '''
410
410
  result = self._values.get("regex")
411
411
  assert result is not None, "Required property 'regex' is missing"
@@ -415,7 +415,7 @@ class ObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
415
415
  def account_id(self) -> typing.Optional[jsii.Number]:
416
416
  '''The account id associated with the obfuscation expression.
417
417
 
418
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id}
418
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id}
419
419
  '''
420
420
  result = self._values.get("account_id")
421
421
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -424,14 +424,14 @@ class ObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
424
424
  def description(self) -> typing.Optional[builtins.str]:
425
425
  '''Description of expression.
426
426
 
427
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#description ObfuscationExpression#description}
427
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description}
428
428
  '''
429
429
  result = self._values.get("description")
430
430
  return typing.cast(typing.Optional[builtins.str], result)
431
431
 
432
432
  @builtins.property
433
433
  def id(self) -> typing.Optional[builtins.str]:
434
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_expression#id ObfuscationExpression#id}.
434
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_expression#id ObfuscationExpression#id}.
435
435
 
436
436
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
437
437
  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_obfuscation_rule`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_obfuscation_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule).
4
+ Refer to the Terraform Registry for docs: [`newrelic_obfuscation_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class ObfuscationRule(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.obfuscationRule.ObfuscationRule",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule newrelic_obfuscation_rule}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -66,17 +66,17 @@ class ObfuscationRule(
66
66
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
67
67
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
68
68
  ) -> None:
69
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule newrelic_obfuscation_rule} Resource.
69
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule} Resource.
70
70
 
71
71
  :param scope: The scope in which to define this construct.
72
72
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
73
- :param action: action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#action ObfuscationRule#action}
74
- :param enabled: Whether the rule should be applied or not to incoming data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled}
75
- :param filter: NRQL for determining whether a given log record should have obfuscation actions applied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#filter ObfuscationRule#filter}
76
- :param name: Name of rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#name ObfuscationRule#name}
77
- :param account_id: The account id associated with the obfuscation rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id}
78
- :param description: Description of rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#description ObfuscationRule#description}
79
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#id ObfuscationRule#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.
73
+ :param action: action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#action ObfuscationRule#action}
74
+ :param enabled: Whether the rule should be applied or not to incoming data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled}
75
+ :param filter: NRQL for determining whether a given log record should have obfuscation actions applied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter}
76
+ :param name: Name of rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#name ObfuscationRule#name}
77
+ :param account_id: The account id associated with the obfuscation rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id}
78
+ :param description: Description of rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#description ObfuscationRule#description}
79
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#id ObfuscationRule#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.
80
80
  :param connection:
81
81
  :param count:
82
82
  :param depends_on:
@@ -121,7 +121,7 @@ class ObfuscationRule(
121
121
 
122
122
  :param scope: The scope in which to define this construct.
123
123
  :param import_to_id: The construct id used in the generated config for the ObfuscationRule to import.
124
- :param import_from_id: The id of the existing ObfuscationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use
124
+ :param import_from_id: The id of the existing ObfuscationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use
125
125
  :param provider: ? Optional instance of the provider where the ObfuscationRule to import is found.
126
126
  '''
127
127
  if __debug__:
@@ -308,9 +308,9 @@ class ObfuscationRuleAction:
308
308
  method: builtins.str,
309
309
  ) -> None:
310
310
  '''
311
- :param attribute: Attribute names for action. An empty list applies the action to all the attributes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute}
312
- :param expression_id: Expression Id for action. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id}
313
- :param method: Obfuscation method to use. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#method ObfuscationRule#method}
311
+ :param attribute: Attribute names for action. An empty list applies the action to all the attributes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute}
312
+ :param expression_id: Expression Id for action. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id}
313
+ :param method: Obfuscation method to use. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#method ObfuscationRule#method}
314
314
  '''
315
315
  if __debug__:
316
316
  type_hints = typing.get_type_hints(_typecheckingstub__0de58c7b0339ff90a909eba2a917b937febc3e64dc8fa9ff4c87660e58beaca0)
@@ -327,7 +327,7 @@ class ObfuscationRuleAction:
327
327
  def attribute(self) -> typing.List[builtins.str]:
328
328
  '''Attribute names for action. An empty list applies the action to all the attributes.
329
329
 
330
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute}
330
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute}
331
331
  '''
332
332
  result = self._values.get("attribute")
333
333
  assert result is not None, "Required property 'attribute' is missing"
@@ -337,7 +337,7 @@ class ObfuscationRuleAction:
337
337
  def expression_id(self) -> builtins.str:
338
338
  '''Expression Id for action.
339
339
 
340
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id}
340
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id}
341
341
  '''
342
342
  result = self._values.get("expression_id")
343
343
  assert result is not None, "Required property 'expression_id' is missing"
@@ -347,7 +347,7 @@ class ObfuscationRuleAction:
347
347
  def method(self) -> builtins.str:
348
348
  '''Obfuscation method to use.
349
349
 
350
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#method ObfuscationRule#method}
350
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#method ObfuscationRule#method}
351
351
  '''
352
352
  result = self._values.get("method")
353
353
  assert result is not None, "Required property 'method' is missing"
@@ -597,13 +597,13 @@ class ObfuscationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
597
597
  :param lifecycle:
598
598
  :param provider:
599
599
  :param provisioners:
600
- :param action: action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#action ObfuscationRule#action}
601
- :param enabled: Whether the rule should be applied or not to incoming data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled}
602
- :param filter: NRQL for determining whether a given log record should have obfuscation actions applied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#filter ObfuscationRule#filter}
603
- :param name: Name of rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#name ObfuscationRule#name}
604
- :param account_id: The account id associated with the obfuscation rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id}
605
- :param description: Description of rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#description ObfuscationRule#description}
606
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#id ObfuscationRule#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.
600
+ :param action: action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#action ObfuscationRule#action}
601
+ :param enabled: Whether the rule should be applied or not to incoming data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled}
602
+ :param filter: NRQL for determining whether a given log record should have obfuscation actions applied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter}
603
+ :param name: Name of rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#name ObfuscationRule#name}
604
+ :param account_id: The account id associated with the obfuscation rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id}
605
+ :param description: Description of rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#description ObfuscationRule#description}
606
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#id ObfuscationRule#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.
607
607
  '''
608
608
  if isinstance(lifecycle, dict):
609
609
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -720,7 +720,7 @@ class ObfuscationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
720
720
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ObfuscationRuleAction]]:
721
721
  '''action block.
722
722
 
723
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#action ObfuscationRule#action}
723
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#action ObfuscationRule#action}
724
724
  '''
725
725
  result = self._values.get("action")
726
726
  assert result is not None, "Required property 'action' is missing"
@@ -730,7 +730,7 @@ class ObfuscationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
730
730
  def enabled(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
731
731
  '''Whether the rule should be applied or not to incoming data.
732
732
 
733
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled}
733
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled}
734
734
  '''
735
735
  result = self._values.get("enabled")
736
736
  assert result is not None, "Required property 'enabled' is missing"
@@ -740,7 +740,7 @@ class ObfuscationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
740
740
  def filter(self) -> builtins.str:
741
741
  '''NRQL for determining whether a given log record should have obfuscation actions applied.
742
742
 
743
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#filter ObfuscationRule#filter}
743
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter}
744
744
  '''
745
745
  result = self._values.get("filter")
746
746
  assert result is not None, "Required property 'filter' is missing"
@@ -750,7 +750,7 @@ class ObfuscationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
750
750
  def name(self) -> builtins.str:
751
751
  '''Name of rule.
752
752
 
753
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#name ObfuscationRule#name}
753
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#name ObfuscationRule#name}
754
754
  '''
755
755
  result = self._values.get("name")
756
756
  assert result is not None, "Required property 'name' is missing"
@@ -760,7 +760,7 @@ class ObfuscationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
760
760
  def account_id(self) -> typing.Optional[jsii.Number]:
761
761
  '''The account id associated with the obfuscation rule.
762
762
 
763
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id}
763
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id}
764
764
  '''
765
765
  result = self._values.get("account_id")
766
766
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -769,14 +769,14 @@ class ObfuscationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
769
769
  def description(self) -> typing.Optional[builtins.str]:
770
770
  '''Description of rule.
771
771
 
772
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#description ObfuscationRule#description}
772
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#description ObfuscationRule#description}
773
773
  '''
774
774
  result = self._values.get("description")
775
775
  return typing.cast(typing.Optional[builtins.str], result)
776
776
 
777
777
  @builtins.property
778
778
  def id(self) -> typing.Optional[builtins.str]:
779
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/obfuscation_rule#id ObfuscationRule#id}.
779
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/obfuscation_rule#id ObfuscationRule#id}.
780
780
 
781
781
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
782
782
  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.