cdktf-cdktf-provider-newrelic 13.7.4__py3-none-any.whl → 13.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. cdktf_cdktf_provider_newrelic/__init__.py +3 -3
  2. cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.8.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 +52 -52
  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 +1259 -1259
  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.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +4 -4
  72. cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +0 -76
  75. {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_newrelic_alert_policy`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_newrelic_alert_policy`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_alert_policy`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataNewrelicAlertPolicy(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataNewrelicAlertPolicy.DataNewrelicAlertPolicy",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy newrelic_alert_policy}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy newrelic_alert_policy}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class DataNewrelicAlertPolicy(
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.70.6/docs/data-sources/alert_policy newrelic_alert_policy} Data Source.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy newrelic_alert_policy} Data Source.
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 name: The name of the alert policy in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name}
71
- :param account_id: The New Relic account ID to operate on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id}
72
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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 incident_preference: The rollup strategy for the policy, which can be ``PER_POLICY``, ``PER_CONDITION``, or ``PER_CONDITION_AND_TARGET``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference}
70
+ :param name: The name of the alert policy in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name}
71
+ :param account_id: The New Relic account ID to operate on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id}
72
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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 incident_preference: The rollup strategy for the policy, which can be ``PER_POLICY``, ``PER_CONDITION``, or ``PER_CONDITION_AND_TARGET``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference}
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class DataNewrelicAlertPolicy(
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 DataNewrelicAlertPolicy to import.
115
- :param import_from_id: The id of the existing DataNewrelicAlertPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing DataNewrelicAlertPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#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 DataNewrelicAlertPolicy to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -268,10 +268,10 @@ class DataNewrelicAlertPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
268
268
  :param lifecycle:
269
269
  :param provider:
270
270
  :param provisioners:
271
- :param name: The name of the alert policy in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name}
272
- :param account_id: The New Relic account ID to operate on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id}
273
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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.
274
- :param incident_preference: The rollup strategy for the policy, which can be ``PER_POLICY``, ``PER_CONDITION``, or ``PER_CONDITION_AND_TARGET``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference}
271
+ :param name: The name of the alert policy in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name}
272
+ :param account_id: The New Relic account ID to operate on. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id}
273
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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.
274
+ :param incident_preference: The rollup strategy for the policy, which can be ``PER_POLICY``, ``PER_CONDITION``, or ``PER_CONDITION_AND_TARGET``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference}
275
275
  '''
276
276
  if isinstance(lifecycle, dict):
277
277
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -380,7 +380,7 @@ class DataNewrelicAlertPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
380
380
  def name(self) -> builtins.str:
381
381
  '''The name of the alert policy in New Relic.
382
382
 
383
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name}
383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name}
384
384
  '''
385
385
  result = self._values.get("name")
386
386
  assert result is not None, "Required property 'name' is missing"
@@ -390,14 +390,14 @@ class DataNewrelicAlertPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
390
390
  def account_id(self) -> typing.Optional[jsii.Number]:
391
391
  '''The New Relic account ID to operate on.
392
392
 
393
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id}
393
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id}
394
394
  '''
395
395
  result = self._values.get("account_id")
396
396
  return typing.cast(typing.Optional[jsii.Number], result)
397
397
 
398
398
  @builtins.property
399
399
  def id(self) -> typing.Optional[builtins.str]:
400
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}.
400
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}.
401
401
 
402
402
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
403
403
  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.
@@ -409,7 +409,7 @@ class DataNewrelicAlertPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
409
409
  def incident_preference(self) -> typing.Optional[builtins.str]:
410
410
  '''The rollup strategy for the policy, which can be ``PER_POLICY``, ``PER_CONDITION``, or ``PER_CONDITION_AND_TARGET``.
411
411
 
412
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference}
412
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference}
413
413
  '''
414
414
  result = self._values.get("incident_preference")
415
415
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_newrelic_application`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_newrelic_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataNewrelicApplication(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataNewrelicApplication.DataNewrelicApplication",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application newrelic_application}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application newrelic_application}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -61,12 +61,12 @@ class DataNewrelicApplication(
61
61
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
62
62
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
63
63
  ) -> None:
64
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application newrelic_application} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application newrelic_application} Data Source.
65
65
 
66
66
  :param scope: The scope in which to define this construct.
67
67
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
68
- :param name: The name of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application#name DataNewrelicApplication#name}
69
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application#id DataNewrelicApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
68
+ :param name: The name of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application#name DataNewrelicApplication#name}
69
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application#id DataNewrelicApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
70
70
  :param connection:
71
71
  :param count:
72
72
  :param depends_on:
@@ -106,7 +106,7 @@ class DataNewrelicApplication(
106
106
 
107
107
  :param scope: The scope in which to define this construct.
108
108
  :param import_to_id: The construct id used in the generated config for the DataNewrelicApplication to import.
109
- :param import_from_id: The id of the existing DataNewrelicApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataNewrelicApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
110
110
  :param provider: ? Optional instance of the provider where the DataNewrelicApplication to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -216,8 +216,8 @@ class DataNewrelicApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
216
216
  :param lifecycle:
217
217
  :param provider:
218
218
  :param provisioners:
219
- :param name: The name of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application#name DataNewrelicApplication#name}
220
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application#id DataNewrelicApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
219
+ :param name: The name of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application#name DataNewrelicApplication#name}
220
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application#id DataNewrelicApplication#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.
221
221
  '''
222
222
  if isinstance(lifecycle, dict):
223
223
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -320,7 +320,7 @@ class DataNewrelicApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
320
320
  def name(self) -> builtins.str:
321
321
  '''The name of the application in New Relic.
322
322
 
323
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application#name DataNewrelicApplication#name}
323
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application#name DataNewrelicApplication#name}
324
324
  '''
325
325
  result = self._values.get("name")
326
326
  assert result is not None, "Required property 'name' is missing"
@@ -328,7 +328,7 @@ class DataNewrelicApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
328
328
 
329
329
  @builtins.property
330
330
  def id(self) -> typing.Optional[builtins.str]:
331
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/application#id DataNewrelicApplication#id}.
331
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/application#id DataNewrelicApplication#id}.
332
332
 
333
333
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
334
334
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_newrelic_authentication_domain`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_newrelic_authentication_domain`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/authentication_domain).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_authentication_domain`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/authentication_domain).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataNewrelicAuthenticationDomain(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataNewrelicAuthenticationDomain.DataNewrelicAuthenticationDomain",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/authentication_domain newrelic_authentication_domain}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/authentication_domain newrelic_authentication_domain}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataNewrelicAuthenticationDomain(
60
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
61
61
  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,
62
62
  ) -> None:
63
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/authentication_domain newrelic_authentication_domain} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/authentication_domain newrelic_authentication_domain} Data Source.
64
64
 
65
65
  :param scope: The scope in which to define this construct.
66
66
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
67
- :param name: The name of the authentication domain to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name}
67
+ :param name: The name of the authentication domain to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name}
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataNewrelicAuthenticationDomain(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataNewrelicAuthenticationDomain to import.
106
- :param import_from_id: The id of the existing DataNewrelicAuthenticationDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataNewrelicAuthenticationDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataNewrelicAuthenticationDomain to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -185,7 +185,7 @@ class DataNewrelicAuthenticationDomainConfig(_cdktf_9a9027ec.TerraformMetaArgume
185
185
  :param lifecycle:
186
186
  :param provider:
187
187
  :param provisioners:
188
- :param name: The name of the authentication domain to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name}
188
+ :param name: The name of the authentication domain to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name}
189
189
  '''
190
190
  if isinstance(lifecycle, dict):
191
191
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -285,7 +285,7 @@ class DataNewrelicAuthenticationDomainConfig(_cdktf_9a9027ec.TerraformMetaArgume
285
285
  def name(self) -> builtins.str:
286
286
  '''The name of the authentication domain to be queried.
287
287
 
288
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name}
288
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name}
289
289
  '''
290
290
  result = self._values.get("name")
291
291
  assert result is not None, "Required property 'name' is missing"
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_newrelic_cloud_account`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_newrelic_cloud_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_cloud_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataNewrelicCloudAccount(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataNewrelicCloudAccount.DataNewrelicCloudAccount",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account newrelic_cloud_account}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account newrelic_cloud_account}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class DataNewrelicCloudAccount(
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.70.6/docs/data-sources/cloud_account newrelic_cloud_account} Data Source.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account newrelic_cloud_account} Data Source.
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 cloud_provider: The cloud provider of the account, e.g. aws, gcp, azure. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider}
71
- :param name: The name of the cloud account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name}
72
- :param account_id: The ID of the New Relic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id}
73
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
70
+ :param cloud_provider: The cloud provider of the account, e.g. aws, gcp, azure. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider}
71
+ :param name: The name of the cloud account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name}
72
+ :param account_id: The ID of the New Relic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id}
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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.
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class DataNewrelicCloudAccount(
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 DataNewrelicCloudAccount to import.
115
- :param import_from_id: The id of the existing DataNewrelicCloudAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing DataNewrelicCloudAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#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 DataNewrelicCloudAccount to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -254,10 +254,10 @@ class DataNewrelicCloudAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
254
254
  :param lifecycle:
255
255
  :param provider:
256
256
  :param provisioners:
257
- :param cloud_provider: The cloud provider of the account, e.g. aws, gcp, azure. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider}
258
- :param name: The name of the cloud account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name}
259
- :param account_id: The ID of the New Relic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id}
260
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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.
257
+ :param cloud_provider: The cloud provider of the account, e.g. aws, gcp, azure. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider}
258
+ :param name: The name of the cloud account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name}
259
+ :param account_id: The ID of the New Relic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id}
260
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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.
261
261
  '''
262
262
  if isinstance(lifecycle, dict):
263
263
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -365,7 +365,7 @@ class DataNewrelicCloudAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
365
  def cloud_provider(self) -> builtins.str:
366
366
  '''The cloud provider of the account, e.g. aws, gcp, azure.
367
367
 
368
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider}
368
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider}
369
369
  '''
370
370
  result = self._values.get("cloud_provider")
371
371
  assert result is not None, "Required property 'cloud_provider' is missing"
@@ -375,7 +375,7 @@ class DataNewrelicCloudAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
375
375
  def name(self) -> builtins.str:
376
376
  '''The name of the cloud account.
377
377
 
378
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name}
378
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name}
379
379
  '''
380
380
  result = self._values.get("name")
381
381
  assert result is not None, "Required property 'name' is missing"
@@ -385,14 +385,14 @@ class DataNewrelicCloudAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
385
385
  def account_id(self) -> typing.Optional[jsii.Number]:
386
386
  '''The ID of the New Relic account.
387
387
 
388
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id}
388
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id}
389
389
  '''
390
390
  result = self._values.get("account_id")
391
391
  return typing.cast(typing.Optional[jsii.Number], result)
392
392
 
393
393
  @builtins.property
394
394
  def id(self) -> typing.Optional[builtins.str]:
395
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}.
395
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}.
396
396
 
397
397
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
398
398
  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
  # `data_newrelic_entity`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_newrelic_entity`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_entity`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataNewrelicEntity(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataNewrelicEntity.DataNewrelicEntity",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity newrelic_entity}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity newrelic_entity}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -68,19 +68,19 @@ class DataNewrelicEntity(
68
68
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
69
69
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
70
70
  ) -> None:
71
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity newrelic_entity} Data Source.
71
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity newrelic_entity} Data Source.
72
72
 
73
73
  :param scope: The scope in which to define this construct.
74
74
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
75
- :param name: The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#name DataNewrelicEntity#name}
76
- :param account_id: The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
77
- :param domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#domain DataNewrelicEntity#domain}
78
- :param entity_tags: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.
79
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#id DataNewrelicEntity#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
- :param ignore_case: Ignore case when searching the entity name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
81
- :param ignore_not_found: A boolean attribute which when set to true, does not throw an error if the queried entity is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
82
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#tag DataNewrelicEntity#tag}
83
- :param type: The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#type DataNewrelicEntity#type}
75
+ :param name: The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#name DataNewrelicEntity#name}
76
+ :param account_id: The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
77
+ :param domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#domain DataNewrelicEntity#domain}
78
+ :param entity_tags: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.
79
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#id DataNewrelicEntity#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
+ :param ignore_case: Ignore case when searching the entity name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
81
+ :param ignore_not_found: A boolean attribute which when set to true, does not throw an error if the queried entity is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
82
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#tag DataNewrelicEntity#tag}
83
+ :param type: The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#type DataNewrelicEntity#type}
84
84
  :param connection:
85
85
  :param count:
86
86
  :param depends_on:
@@ -127,7 +127,7 @@ class DataNewrelicEntity(
127
127
 
128
128
  :param scope: The scope in which to define this construct.
129
129
  :param import_to_id: The construct id used in the generated config for the DataNewrelicEntity to import.
130
- :param import_from_id: The id of the existing DataNewrelicEntity that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use
130
+ :param import_from_id: The id of the existing DataNewrelicEntity that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use
131
131
  :param provider: ? Optional instance of the provider where the DataNewrelicEntity to import is found.
132
132
  '''
133
133
  if __debug__:
@@ -423,15 +423,15 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
423
423
  :param lifecycle:
424
424
  :param provider:
425
425
  :param provisioners:
426
- :param name: The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#name DataNewrelicEntity#name}
427
- :param account_id: The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
428
- :param domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#domain DataNewrelicEntity#domain}
429
- :param entity_tags: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.
430
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#id DataNewrelicEntity#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.
431
- :param ignore_case: Ignore case when searching the entity name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
432
- :param ignore_not_found: A boolean attribute which when set to true, does not throw an error if the queried entity is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
433
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#tag DataNewrelicEntity#tag}
434
- :param type: The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#type DataNewrelicEntity#type}
426
+ :param name: The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#name DataNewrelicEntity#name}
427
+ :param account_id: The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
428
+ :param domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#domain DataNewrelicEntity#domain}
429
+ :param entity_tags: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.
430
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#id DataNewrelicEntity#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.
431
+ :param ignore_case: Ignore case when searching the entity name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
432
+ :param ignore_not_found: A boolean attribute which when set to true, does not throw an error if the queried entity is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
433
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#tag DataNewrelicEntity#tag}
434
+ :param type: The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#type DataNewrelicEntity#type}
435
435
  '''
436
436
  if isinstance(lifecycle, dict):
437
437
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -557,7 +557,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
557
557
 
558
558
  The first entity matching this name for the given search parameters will be returned.
559
559
 
560
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#name DataNewrelicEntity#name}
560
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#name DataNewrelicEntity#name}
561
561
  '''
562
562
  result = self._values.get("name")
563
563
  assert result is not None, "Required property 'name' is missing"
@@ -569,7 +569,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
569
569
 
570
570
  if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved.
571
571
 
572
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
572
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
573
573
  '''
574
574
  result = self._values.get("account_id")
575
575
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -580,20 +580,20 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
580
580
 
581
581
  Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched.
582
582
 
583
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#domain DataNewrelicEntity#domain}
583
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#domain DataNewrelicEntity#domain}
584
584
  '''
585
585
  result = self._values.get("domain")
586
586
  return typing.cast(typing.Optional[builtins.str], result)
587
587
 
588
588
  @builtins.property
589
589
  def entity_tags(self) -> typing.Optional[builtins.str]:
590
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.'''
590
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.'''
591
591
  result = self._values.get("entity_tags")
592
592
  return typing.cast(typing.Optional[builtins.str], result)
593
593
 
594
594
  @builtins.property
595
595
  def id(self) -> typing.Optional[builtins.str]:
596
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#id DataNewrelicEntity#id}.
596
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#id DataNewrelicEntity#id}.
597
597
 
598
598
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
599
599
  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,7 +607,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
607
607
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
608
608
  '''Ignore case when searching the entity name.
609
609
 
610
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
610
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
611
611
  '''
612
612
  result = self._values.get("ignore_case")
613
613
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -618,7 +618,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
618
618
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
619
619
  '''A boolean attribute which when set to true, does not throw an error if the queried entity is not found.
620
620
 
621
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
621
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
622
622
  '''
623
623
  result = self._values.get("ignore_not_found")
624
624
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -629,7 +629,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
629
629
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataNewrelicEntityTag"]]]:
630
630
  '''tag block.
631
631
 
632
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#tag DataNewrelicEntity#tag}
632
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#tag DataNewrelicEntity#tag}
633
633
  '''
634
634
  result = self._values.get("tag")
635
635
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataNewrelicEntityTag"]]], result)
@@ -638,7 +638,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
638
638
  def type(self) -> typing.Optional[builtins.str]:
639
639
  '''The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD.
640
640
 
641
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#type DataNewrelicEntity#type}
641
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#type DataNewrelicEntity#type}
642
642
  '''
643
643
  result = self._values.get("type")
644
644
  return typing.cast(typing.Optional[builtins.str], result)
@@ -663,8 +663,8 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
663
663
  class DataNewrelicEntityTag:
664
664
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
665
665
  '''
666
- :param key: The tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#key DataNewrelicEntity#key}
667
- :param value: The tag value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#value DataNewrelicEntity#value}
666
+ :param key: The tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#key DataNewrelicEntity#key}
667
+ :param value: The tag value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#value DataNewrelicEntity#value}
668
668
  '''
669
669
  if __debug__:
670
670
  type_hints = typing.get_type_hints(_typecheckingstub__03f9447261922e55190fb63217be09d147069a6b43d878025496c80f84801e31)
@@ -679,7 +679,7 @@ class DataNewrelicEntityTag:
679
679
  def key(self) -> builtins.str:
680
680
  '''The tag key.
681
681
 
682
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#key DataNewrelicEntity#key}
682
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#key DataNewrelicEntity#key}
683
683
  '''
684
684
  result = self._values.get("key")
685
685
  assert result is not None, "Required property 'key' is missing"
@@ -689,7 +689,7 @@ class DataNewrelicEntityTag:
689
689
  def value(self) -> builtins.str:
690
690
  '''The tag value.
691
691
 
692
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/data-sources/entity#value DataNewrelicEntity#value}
692
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/entity#value DataNewrelicEntity#value}
693
693
  '''
694
694
  result = self._values.get("value")
695
695
  assert result is not None, "Required property 'value' is missing"