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
  # `data_newrelic_user`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataNewrelicUser(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataNewrelicUser.DataNewrelicUser",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user newrelic_user}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user newrelic_user}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class DataNewrelicUser(
62
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
63
63
  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,
64
64
  ) -> None:
65
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user newrelic_user} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user newrelic_user} Data Source.
66
66
 
67
67
  :param scope: The scope in which to define this construct.
68
68
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
69
- :param authentication_domain_id: The ID of the Authentication Domain the user being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
70
- :param email_id: The email ID of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#email_id DataNewrelicUser#email_id}
71
- :param name: The name of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#name DataNewrelicUser#name}
69
+ :param authentication_domain_id: The ID of the Authentication Domain the user being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
70
+ :param email_id: The email ID of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#email_id DataNewrelicUser#email_id}
71
+ :param name: The name of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#name DataNewrelicUser#name}
72
72
  :param connection:
73
73
  :param count:
74
74
  :param depends_on:
@@ -109,7 +109,7 @@ class DataNewrelicUser(
109
109
 
110
110
  :param scope: The scope in which to define this construct.
111
111
  :param import_to_id: The construct id used in the generated config for the DataNewrelicUser to import.
112
- :param import_from_id: The id of the existing DataNewrelicUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing DataNewrelicUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
113
113
  :param provider: ? Optional instance of the provider where the DataNewrelicUser to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -237,9 +237,9 @@ class DataNewrelicUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
237
237
  :param lifecycle:
238
238
  :param provider:
239
239
  :param provisioners:
240
- :param authentication_domain_id: The ID of the Authentication Domain the user being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
241
- :param email_id: The email ID of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#email_id DataNewrelicUser#email_id}
242
- :param name: The name of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#name DataNewrelicUser#name}
240
+ :param authentication_domain_id: The ID of the Authentication Domain the user being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
241
+ :param email_id: The email ID of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#email_id DataNewrelicUser#email_id}
242
+ :param name: The name of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#name DataNewrelicUser#name}
243
243
  '''
244
244
  if isinstance(lifecycle, dict):
245
245
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -345,7 +345,7 @@ class DataNewrelicUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
345
345
  def authentication_domain_id(self) -> builtins.str:
346
346
  '''The ID of the Authentication Domain the user being queried would belong to.
347
347
 
348
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
348
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
349
349
  '''
350
350
  result = self._values.get("authentication_domain_id")
351
351
  assert result is not None, "Required property 'authentication_domain_id' is missing"
@@ -355,7 +355,7 @@ class DataNewrelicUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
355
355
  def email_id(self) -> typing.Optional[builtins.str]:
356
356
  '''The email ID of the user to be queried.
357
357
 
358
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#email_id DataNewrelicUser#email_id}
358
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#email_id DataNewrelicUser#email_id}
359
359
  '''
360
360
  result = self._values.get("email_id")
361
361
  return typing.cast(typing.Optional[builtins.str], result)
@@ -364,7 +364,7 @@ class DataNewrelicUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
364
364
  def name(self) -> typing.Optional[builtins.str]:
365
365
  '''The name of the user to be queried.
366
366
 
367
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/data-sources/user#name DataNewrelicUser#name}
367
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/data-sources/user#name DataNewrelicUser#name}
368
368
  '''
369
369
  result = self._values.get("name")
370
370
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_data_partition_rule`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_data_partition_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule).
4
+ Refer to the Terraform Registry for docs: [`newrelic_data_partition_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPartitionRule(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataPartitionRule.DataPartitionRule",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule newrelic_data_partition_rule}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule newrelic_data_partition_rule}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -67,18 +67,18 @@ class DataPartitionRule(
67
67
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
68
68
  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,
69
69
  ) -> None:
70
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule newrelic_data_partition_rule} Resource.
70
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule newrelic_data_partition_rule} Resource.
71
71
 
72
72
  :param scope: The scope in which to define this construct.
73
73
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
74
- :param enabled: Whether or not this data partition rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
75
- :param nrql: The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
76
- :param retention_policy: The retention policy of the data partition data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
77
- :param target_data_partition: The name of the data partition where logs will be allocated once the rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
78
- :param account_id: The account id associated with the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
79
- :param description: The description of the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#description DataPartitionRule#description}
80
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#id DataPartitionRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
81
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
74
+ :param enabled: Whether or not this data partition rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
75
+ :param nrql: The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
76
+ :param retention_policy: The retention policy of the data partition data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
77
+ :param target_data_partition: The name of the data partition where logs will be allocated once the rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
78
+ :param account_id: The account id associated with the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
79
+ :param description: The description of the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#description DataPartitionRule#description}
80
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#id DataPartitionRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
81
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
82
82
  :param connection:
83
83
  :param count:
84
84
  :param depends_on:
@@ -124,7 +124,7 @@ class DataPartitionRule(
124
124
 
125
125
  :param scope: The scope in which to define this construct.
126
126
  :param import_to_id: The construct id used in the generated config for the DataPartitionRule to import.
127
- :param import_from_id: The id of the existing DataPartitionRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use
127
+ :param import_from_id: The id of the existing DataPartitionRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use
128
128
  :param provider: ? Optional instance of the provider where the DataPartitionRule to import is found.
129
129
  '''
130
130
  if __debug__:
@@ -138,7 +138,7 @@ class DataPartitionRule(
138
138
  @jsii.member(jsii_name="putTimeouts")
139
139
  def put_timeouts(self, *, create: typing.Optional[builtins.str] = None) -> None:
140
140
  '''
141
- :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#create DataPartitionRule#create}.
141
+ :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#create DataPartitionRule#create}.
142
142
  '''
143
143
  value = DataPartitionRuleTimeouts(create=create)
144
144
 
@@ -364,14 +364,14 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
364
364
  :param lifecycle:
365
365
  :param provider:
366
366
  :param provisioners:
367
- :param enabled: Whether or not this data partition rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
368
- :param nrql: The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
369
- :param retention_policy: The retention policy of the data partition data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
370
- :param target_data_partition: The name of the data partition where logs will be allocated once the rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
371
- :param account_id: The account id associated with the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
372
- :param description: The description of the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#description DataPartitionRule#description}
373
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#id DataPartitionRule#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.
374
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
367
+ :param enabled: Whether or not this data partition rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
368
+ :param nrql: The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
369
+ :param retention_policy: The retention policy of the data partition data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
370
+ :param target_data_partition: The name of the data partition where logs will be allocated once the rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
371
+ :param account_id: The account id associated with the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
372
+ :param description: The description of the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#description DataPartitionRule#description}
373
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#id DataPartitionRule#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.
374
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
375
375
  '''
376
376
  if isinstance(lifecycle, dict):
377
377
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -491,7 +491,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
491
491
  def enabled(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
492
492
  '''Whether or not this data partition rule is enabled.
493
493
 
494
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
494
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
495
495
  '''
496
496
  result = self._values.get("enabled")
497
497
  assert result is not None, "Required property 'enabled' is missing"
@@ -503,7 +503,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
503
503
 
504
504
  Logs matching this criteria will be routed to the specified data partition.
505
505
 
506
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
506
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
507
507
  '''
508
508
  result = self._values.get("nrql")
509
509
  assert result is not None, "Required property 'nrql' is missing"
@@ -513,7 +513,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
513
513
  def retention_policy(self) -> builtins.str:
514
514
  '''The retention policy of the data partition data.
515
515
 
516
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
516
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
517
517
  '''
518
518
  result = self._values.get("retention_policy")
519
519
  assert result is not None, "Required property 'retention_policy' is missing"
@@ -523,7 +523,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
523
523
  def target_data_partition(self) -> builtins.str:
524
524
  '''The name of the data partition where logs will be allocated once the rule is enabled.
525
525
 
526
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
526
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
527
527
  '''
528
528
  result = self._values.get("target_data_partition")
529
529
  assert result is not None, "Required property 'target_data_partition' is missing"
@@ -533,7 +533,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
533
533
  def account_id(self) -> typing.Optional[jsii.Number]:
534
534
  '''The account id associated with the data partition rule.
535
535
 
536
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
536
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
537
537
  '''
538
538
  result = self._values.get("account_id")
539
539
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -542,14 +542,14 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
542
542
  def description(self) -> typing.Optional[builtins.str]:
543
543
  '''The description of the data partition rule.
544
544
 
545
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#description DataPartitionRule#description}
545
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#description DataPartitionRule#description}
546
546
  '''
547
547
  result = self._values.get("description")
548
548
  return typing.cast(typing.Optional[builtins.str], result)
549
549
 
550
550
  @builtins.property
551
551
  def id(self) -> typing.Optional[builtins.str]:
552
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#id DataPartitionRule#id}.
552
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#id DataPartitionRule#id}.
553
553
 
554
554
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
555
555
  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.
@@ -561,7 +561,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
561
561
  def timeouts(self) -> typing.Optional["DataPartitionRuleTimeouts"]:
562
562
  '''timeouts block.
563
563
 
564
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
564
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
565
565
  '''
566
566
  result = self._values.get("timeouts")
567
567
  return typing.cast(typing.Optional["DataPartitionRuleTimeouts"], result)
@@ -586,7 +586,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
586
586
  class DataPartitionRuleTimeouts:
587
587
  def __init__(self, *, create: typing.Optional[builtins.str] = None) -> None:
588
588
  '''
589
- :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#create DataPartitionRule#create}.
589
+ :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#create DataPartitionRule#create}.
590
590
  '''
591
591
  if __debug__:
592
592
  type_hints = typing.get_type_hints(_typecheckingstub__dd8f30b4aa1d4aa39cf25d1b04f63859c876e103fce6c2e34f71f60ae6d92e81)
@@ -597,7 +597,7 @@ class DataPartitionRuleTimeouts:
597
597
 
598
598
  @builtins.property
599
599
  def create(self) -> typing.Optional[builtins.str]:
600
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/data_partition_rule#create DataPartitionRule#create}.'''
600
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/data_partition_rule#create DataPartitionRule#create}.'''
601
601
  result = self._values.get("create")
602
602
  return typing.cast(typing.Optional[builtins.str], result)
603
603
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_entity_tags`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_entity_tags`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags).
4
+ Refer to the Terraform Registry for docs: [`newrelic_entity_tags`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class EntityTags(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.entityTags.EntityTags",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags newrelic_entity_tags}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags newrelic_entity_tags}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class EntityTags(
63
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
64
64
  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,
65
65
  ) -> None:
66
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags newrelic_entity_tags} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags newrelic_entity_tags} Resource.
67
67
 
68
68
  :param scope: The scope in which to define this construct.
69
69
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
70
- :param guid: The guid of the entity to tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#guid EntityTags#guid}
71
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#tag EntityTags#tag}
72
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#id EntityTags#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 timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#timeouts EntityTags#timeouts}
70
+ :param guid: The guid of the entity to tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#guid EntityTags#guid}
71
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#tag EntityTags#tag}
72
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#id EntityTags#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 timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#timeouts EntityTags#timeouts}
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class EntityTags(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the EntityTags to import.
115
- :param import_from_id: The id of the existing EntityTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing EntityTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the EntityTags to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -139,7 +139,7 @@ class EntityTags(
139
139
  @jsii.member(jsii_name="putTimeouts")
140
140
  def put_timeouts(self, *, create: typing.Optional[builtins.str] = None) -> None:
141
141
  '''
142
- :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#create EntityTags#create}.
142
+ :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#create EntityTags#create}.
143
143
  '''
144
144
  value = EntityTagsTimeouts(create=create)
145
145
 
@@ -266,10 +266,10 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
266
266
  :param lifecycle:
267
267
  :param provider:
268
268
  :param provisioners:
269
- :param guid: The guid of the entity to tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#guid EntityTags#guid}
270
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#tag EntityTags#tag}
271
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#id EntityTags#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.
272
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#timeouts EntityTags#timeouts}
269
+ :param guid: The guid of the entity to tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#guid EntityTags#guid}
270
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#tag EntityTags#tag}
271
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#id EntityTags#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.
272
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#timeouts EntityTags#timeouts}
273
273
  '''
274
274
  if isinstance(lifecycle, dict):
275
275
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -379,7 +379,7 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
379
379
  def guid(self) -> builtins.str:
380
380
  '''The guid of the entity to tag.
381
381
 
382
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#guid EntityTags#guid}
382
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#guid EntityTags#guid}
383
383
  '''
384
384
  result = self._values.get("guid")
385
385
  assert result is not None, "Required property 'guid' is missing"
@@ -391,7 +391,7 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
391
391
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EntityTagsTag"]]:
392
392
  '''tag block.
393
393
 
394
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#tag EntityTags#tag}
394
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#tag EntityTags#tag}
395
395
  '''
396
396
  result = self._values.get("tag")
397
397
  assert result is not None, "Required property 'tag' is missing"
@@ -399,7 +399,7 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
399
399
 
400
400
  @builtins.property
401
401
  def id(self) -> typing.Optional[builtins.str]:
402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#id EntityTags#id}.
402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#id EntityTags#id}.
403
403
 
404
404
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
405
405
  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.
@@ -411,7 +411,7 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
411
411
  def timeouts(self) -> typing.Optional["EntityTagsTimeouts"]:
412
412
  '''timeouts block.
413
413
 
414
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#timeouts EntityTags#timeouts}
414
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#timeouts EntityTags#timeouts}
415
415
  '''
416
416
  result = self._values.get("timeouts")
417
417
  return typing.cast(typing.Optional["EntityTagsTimeouts"], result)
@@ -441,8 +441,8 @@ class EntityTagsTag:
441
441
  values: typing.Sequence[builtins.str],
442
442
  ) -> None:
443
443
  '''
444
- :param key: The tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#key EntityTags#key}
445
- :param values: The tag values. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#values EntityTags#values}
444
+ :param key: The tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#key EntityTags#key}
445
+ :param values: The tag values. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#values EntityTags#values}
446
446
  '''
447
447
  if __debug__:
448
448
  type_hints = typing.get_type_hints(_typecheckingstub__7dd412ea552f387dd9f9e3dc04f9d532b54ec363b31e412a9798646f4ed9069f)
@@ -457,7 +457,7 @@ class EntityTagsTag:
457
457
  def key(self) -> builtins.str:
458
458
  '''The tag key.
459
459
 
460
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#key EntityTags#key}
460
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#key EntityTags#key}
461
461
  '''
462
462
  result = self._values.get("key")
463
463
  assert result is not None, "Required property 'key' is missing"
@@ -467,7 +467,7 @@ class EntityTagsTag:
467
467
  def values(self) -> typing.List[builtins.str]:
468
468
  '''The tag values.
469
469
 
470
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#values EntityTags#values}
470
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#values EntityTags#values}
471
471
  '''
472
472
  result = self._values.get("values")
473
473
  assert result is not None, "Required property 'values' is missing"
@@ -661,7 +661,7 @@ class EntityTagsTagOutputReference(
661
661
  class EntityTagsTimeouts:
662
662
  def __init__(self, *, create: typing.Optional[builtins.str] = None) -> None:
663
663
  '''
664
- :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#create EntityTags#create}.
664
+ :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#create EntityTags#create}.
665
665
  '''
666
666
  if __debug__:
667
667
  type_hints = typing.get_type_hints(_typecheckingstub__0269b4a840807664a4ff89b2ef95a19c92506dfe5bd474a1679dafad8dd5c2ad)
@@ -672,7 +672,7 @@ class EntityTagsTimeouts:
672
672
 
673
673
  @builtins.property
674
674
  def create(self) -> typing.Optional[builtins.str]:
675
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/entity_tags#create EntityTags#create}.'''
675
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/entity_tags#create EntityTags#create}.'''
676
676
  result = self._values.get("create")
677
677
  return typing.cast(typing.Optional[builtins.str], result)
678
678
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_events_to_metrics_rule`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_events_to_metrics_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule).
4
+ Refer to the Terraform Registry for docs: [`newrelic_events_to_metrics_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class EventsToMetricsRule(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.eventsToMetricsRule.EventsToMetricsRule",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -65,16 +65,16 @@ class EventsToMetricsRule(
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/events_to_metrics_rule newrelic_events_to_metrics_rule} Resource.
68
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_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 name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
73
- :param nrql: Explains how to create metrics from events. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
74
- :param account_id: Account with the event and where the metrics will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#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/events_to_metrics_rule#description EventsToMetricsRule#description}
76
- :param enabled: True means this rule is enabled. False means the rule is currently not creating metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
77
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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 name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
73
+ :param nrql: Explains how to create metrics from events. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
74
+ :param account_id: Account with the event and where the metrics will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#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/events_to_metrics_rule#description EventsToMetricsRule#description}
76
+ :param enabled: True means this rule is enabled. False means the rule is currently not creating metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
77
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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 EventsToMetricsRule(
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 EventsToMetricsRule to import.
121
- :param import_from_id: The id of the existing EventsToMetricsRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_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 EventsToMetricsRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_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 EventsToMetricsRule to import is found.
123
123
  '''
124
124
  if __debug__:
@@ -316,12 +316,12 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
316
316
  :param lifecycle:
317
317
  :param provider:
318
318
  :param provisioners:
319
- :param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
320
- :param nrql: Explains how to create metrics from events. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
321
- :param account_id: Account with the event and where the metrics will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
322
- :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/events_to_metrics_rule#description EventsToMetricsRule#description}
323
- :param enabled: True means this rule is enabled. False means the rule is currently not creating metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
324
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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.
319
+ :param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
320
+ :param nrql: Explains how to create metrics from events. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
321
+ :param account_id: Account with the event and where the metrics will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
322
+ :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/events_to_metrics_rule#description EventsToMetricsRule#description}
323
+ :param enabled: True means this rule is enabled. False means the rule is currently not creating metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
324
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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.
325
325
  '''
326
326
  if isinstance(lifecycle, dict):
327
327
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -435,7 +435,7 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
435
435
  def name(self) -> builtins.str:
436
436
  '''The name of the rule. This must be unique within an account.
437
437
 
438
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
438
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
439
439
  '''
440
440
  result = self._values.get("name")
441
441
  assert result is not None, "Required property 'name' is missing"
@@ -445,7 +445,7 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
445
445
  def nrql(self) -> builtins.str:
446
446
  '''Explains how to create metrics from events.
447
447
 
448
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
448
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
449
449
  '''
450
450
  result = self._values.get("nrql")
451
451
  assert result is not None, "Required property 'nrql' is missing"
@@ -455,7 +455,7 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
455
455
  def account_id(self) -> typing.Optional[jsii.Number]:
456
456
  '''Account with the event and where the metrics will be put.
457
457
 
458
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
458
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
459
459
  '''
460
460
  result = self._values.get("account_id")
461
461
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -464,7 +464,7 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
464
464
  def description(self) -> typing.Optional[builtins.str]:
465
465
  '''Provides additional information about the rule.
466
466
 
467
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description}
467
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description}
468
468
  '''
469
469
  result = self._values.get("description")
470
470
  return typing.cast(typing.Optional[builtins.str], result)
@@ -475,14 +475,14 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
475
475
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
476
476
  '''True means this rule is enabled. False means the rule is currently not creating metrics.
477
477
 
478
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
478
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
479
479
  '''
480
480
  result = self._values.get("enabled")
481
481
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
482
482
 
483
483
  @builtins.property
484
484
  def id(self) -> typing.Optional[builtins.str]:
485
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}.
485
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}.
486
486
 
487
487
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
488
488
  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.