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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +82 -82
  6. cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +57 -57
  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.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +5 -5
  72. cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.3.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.7.3.dist-info/RECORD +0 -76
  75. {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_cloud_gcp_link_account`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account).
4
+ Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class CloudGcpLinkAccount(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.cloudGcpLinkAccount.CloudGcpLinkAccount",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class CloudGcpLinkAccount(
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.5/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account} 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 name: name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
71
- :param project_id: project id of the Gcp account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
72
- :param account_id: accountID of newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id}
73
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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 name: name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
71
+ :param project_id: project id of the Gcp account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
72
+ :param account_id: accountID of newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id}
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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 CloudGcpLinkAccount(
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 CloudGcpLinkAccount to import.
115
- :param import_from_id: The id of the existing CloudGcpLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_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 CloudGcpLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_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 CloudGcpLinkAccount to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -254,10 +254,10 @@ class CloudGcpLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
254
254
  :param lifecycle:
255
255
  :param provider:
256
256
  :param provisioners:
257
- :param name: name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
258
- :param project_id: project id of the Gcp account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
259
- :param account_id: accountID of newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id}
260
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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 name: name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
258
+ :param project_id: project id of the Gcp account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
259
+ :param account_id: accountID of newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id}
260
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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 CloudGcpLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
365
  def name(self) -> builtins.str:
366
366
  '''name of the linked account.
367
367
 
368
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
368
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
369
369
  '''
370
370
  result = self._values.get("name")
371
371
  assert result is not None, "Required property 'name' is missing"
@@ -375,7 +375,7 @@ class CloudGcpLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
375
375
  def project_id(self) -> builtins.str:
376
376
  '''project id of the Gcp account.
377
377
 
378
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
378
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
379
379
  '''
380
380
  result = self._values.get("project_id")
381
381
  assert result is not None, "Required property 'project_id' is missing"
@@ -385,14 +385,14 @@ class CloudGcpLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
385
385
  def account_id(self) -> typing.Optional[jsii.Number]:
386
386
  '''accountID of newrelic account.
387
387
 
388
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id}
388
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#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.5/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}.
395
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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
  # `newrelic_cloud_oci_link_account`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_cloud_oci_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account).
4
+ Refer to the Terraform Registry for docs: [`newrelic_cloud_oci_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class CloudOciLinkAccount(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.cloudOciLinkAccount.CloudOciLinkAccount",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account newrelic_cloud_oci_link_account}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account newrelic_cloud_oci_link_account}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -75,26 +75,26 @@ class CloudOciLinkAccount(
75
75
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
76
76
  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,
77
77
  ) -> None:
78
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account newrelic_cloud_oci_link_account} Resource.
78
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account newrelic_cloud_oci_link_account} Resource.
79
79
 
80
80
  :param scope: The scope in which to define this construct.
81
81
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
82
- :param compartment_ocid: The New Relic compartment OCID in OCI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
83
- :param name: The linked account name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
84
- :param oci_client_id: The client ID for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
85
- :param oci_client_secret: The client secret for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
86
- :param oci_domain_url: The OCI domain URL for WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
87
- :param oci_home_region: The home region of the tenancy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
88
- :param oci_svc_user_name: The service user name for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
89
- :param tenant_id: The OCI tenant identifier. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
90
- :param account_id: The New Relic account ID where you want to link the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
91
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#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.
92
- :param ingest_vault_ocid: The OCI ingest secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
93
- :param instrumentation_type: Specifies the type of integration, such as metrics, logs, or a combination of logs and metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
94
- :param logging_stack_ocid: The Logging stack identifier for the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
95
- :param metric_stack_ocid: The metric stack identifier for the OCI account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
96
- :param oci_region: The OCI region for the account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
97
- :param user_vault_ocid: The user secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
82
+ :param compartment_ocid: The New Relic compartment OCID in OCI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
83
+ :param name: The linked account name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
84
+ :param oci_client_id: The client ID for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
85
+ :param oci_client_secret: The client secret for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
86
+ :param oci_domain_url: The OCI domain URL for WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
87
+ :param oci_home_region: The home region of the tenancy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
88
+ :param oci_svc_user_name: The service user name for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
89
+ :param tenant_id: The OCI tenant identifier. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
90
+ :param account_id: The New Relic account ID where you want to link the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
91
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#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.
92
+ :param ingest_vault_ocid: The OCI ingest secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
93
+ :param instrumentation_type: Specifies the type of integration, such as metrics, logs, or a combination of logs and metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
94
+ :param logging_stack_ocid: The Logging stack identifier for the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
95
+ :param metric_stack_ocid: The metric stack identifier for the OCI account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
96
+ :param oci_region: The OCI region for the account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
97
+ :param user_vault_ocid: The user secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
98
98
  :param connection:
99
99
  :param count:
100
100
  :param depends_on:
@@ -148,7 +148,7 @@ class CloudOciLinkAccount(
148
148
 
149
149
  :param scope: The scope in which to define this construct.
150
150
  :param import_to_id: The construct id used in the generated config for the CloudOciLinkAccount to import.
151
- :param import_from_id: The id of the existing CloudOciLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#import import section} in the documentation of this resource for the id to use
151
+ :param import_from_id: The id of the existing CloudOciLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#import import section} in the documentation of this resource for the id to use
152
152
  :param provider: ? Optional instance of the provider where the CloudOciLinkAccount to import is found.
153
153
  '''
154
154
  if __debug__:
@@ -542,22 +542,22 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
542
542
  :param lifecycle:
543
543
  :param provider:
544
544
  :param provisioners:
545
- :param compartment_ocid: The New Relic compartment OCID in OCI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
546
- :param name: The linked account name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
547
- :param oci_client_id: The client ID for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
548
- :param oci_client_secret: The client secret for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
549
- :param oci_domain_url: The OCI domain URL for WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
550
- :param oci_home_region: The home region of the tenancy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
551
- :param oci_svc_user_name: The service user name for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
552
- :param tenant_id: The OCI tenant identifier. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
553
- :param account_id: The New Relic account ID where you want to link the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
554
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#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.
555
- :param ingest_vault_ocid: The OCI ingest secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
556
- :param instrumentation_type: Specifies the type of integration, such as metrics, logs, or a combination of logs and metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
557
- :param logging_stack_ocid: The Logging stack identifier for the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
558
- :param metric_stack_ocid: The metric stack identifier for the OCI account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
559
- :param oci_region: The OCI region for the account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
560
- :param user_vault_ocid: The user secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
545
+ :param compartment_ocid: The New Relic compartment OCID in OCI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
546
+ :param name: The linked account name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
547
+ :param oci_client_id: The client ID for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
548
+ :param oci_client_secret: The client secret for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
549
+ :param oci_domain_url: The OCI domain URL for WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
550
+ :param oci_home_region: The home region of the tenancy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
551
+ :param oci_svc_user_name: The service user name for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
552
+ :param tenant_id: The OCI tenant identifier. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
553
+ :param account_id: The New Relic account ID where you want to link the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
554
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#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.
555
+ :param ingest_vault_ocid: The OCI ingest secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
556
+ :param instrumentation_type: Specifies the type of integration, such as metrics, logs, or a combination of logs and metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
557
+ :param logging_stack_ocid: The Logging stack identifier for the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
558
+ :param metric_stack_ocid: The metric stack identifier for the OCI account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
559
+ :param oci_region: The OCI region for the account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
560
+ :param user_vault_ocid: The user secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
561
561
  '''
562
562
  if isinstance(lifecycle, dict):
563
563
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -695,7 +695,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
695
695
  def compartment_ocid(self) -> builtins.str:
696
696
  '''The New Relic compartment OCID in OCI.
697
697
 
698
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
698
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
699
699
  '''
700
700
  result = self._values.get("compartment_ocid")
701
701
  assert result is not None, "Required property 'compartment_ocid' is missing"
@@ -705,7 +705,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
705
705
  def name(self) -> builtins.str:
706
706
  '''The linked account name.
707
707
 
708
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
708
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
709
709
  '''
710
710
  result = self._values.get("name")
711
711
  assert result is not None, "Required property 'name' is missing"
@@ -715,7 +715,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
715
715
  def oci_client_id(self) -> builtins.str:
716
716
  '''The client ID for OCI WIF.
717
717
 
718
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
718
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
719
719
  '''
720
720
  result = self._values.get("oci_client_id")
721
721
  assert result is not None, "Required property 'oci_client_id' is missing"
@@ -725,7 +725,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
725
725
  def oci_client_secret(self) -> builtins.str:
726
726
  '''The client secret for OCI WIF.
727
727
 
728
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
728
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
729
729
  '''
730
730
  result = self._values.get("oci_client_secret")
731
731
  assert result is not None, "Required property 'oci_client_secret' is missing"
@@ -735,7 +735,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
735
735
  def oci_domain_url(self) -> builtins.str:
736
736
  '''The OCI domain URL for WIF.
737
737
 
738
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
738
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
739
739
  '''
740
740
  result = self._values.get("oci_domain_url")
741
741
  assert result is not None, "Required property 'oci_domain_url' is missing"
@@ -745,7 +745,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
745
745
  def oci_home_region(self) -> builtins.str:
746
746
  '''The home region of the tenancy.
747
747
 
748
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
748
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
749
749
  '''
750
750
  result = self._values.get("oci_home_region")
751
751
  assert result is not None, "Required property 'oci_home_region' is missing"
@@ -755,7 +755,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
755
755
  def oci_svc_user_name(self) -> builtins.str:
756
756
  '''The service user name for OCI WIF.
757
757
 
758
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
758
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
759
759
  '''
760
760
  result = self._values.get("oci_svc_user_name")
761
761
  assert result is not None, "Required property 'oci_svc_user_name' is missing"
@@ -765,7 +765,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
765
765
  def tenant_id(self) -> builtins.str:
766
766
  '''The OCI tenant identifier.
767
767
 
768
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
768
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
769
769
  '''
770
770
  result = self._values.get("tenant_id")
771
771
  assert result is not None, "Required property 'tenant_id' is missing"
@@ -775,14 +775,14 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
775
775
  def account_id(self) -> typing.Optional[jsii.Number]:
776
776
  '''The New Relic account ID where you want to link the OCI account.
777
777
 
778
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
778
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
779
779
  '''
780
780
  result = self._values.get("account_id")
781
781
  return typing.cast(typing.Optional[jsii.Number], result)
782
782
 
783
783
  @builtins.property
784
784
  def id(self) -> typing.Optional[builtins.str]:
785
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#id}.
785
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#id}.
786
786
 
787
787
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
788
788
  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.
@@ -794,7 +794,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
794
794
  def ingest_vault_ocid(self) -> typing.Optional[builtins.str]:
795
795
  '''The OCI ingest secret OCID.
796
796
 
797
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
797
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
798
798
  '''
799
799
  result = self._values.get("ingest_vault_ocid")
800
800
  return typing.cast(typing.Optional[builtins.str], result)
@@ -803,7 +803,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
803
803
  def instrumentation_type(self) -> typing.Optional[builtins.str]:
804
804
  '''Specifies the type of integration, such as metrics, logs, or a combination of logs and metrics.
805
805
 
806
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
806
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
807
807
  '''
808
808
  result = self._values.get("instrumentation_type")
809
809
  return typing.cast(typing.Optional[builtins.str], result)
@@ -812,7 +812,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
812
812
  def logging_stack_ocid(self) -> typing.Optional[builtins.str]:
813
813
  '''The Logging stack identifier for the OCI account.
814
814
 
815
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
815
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
816
816
  '''
817
817
  result = self._values.get("logging_stack_ocid")
818
818
  return typing.cast(typing.Optional[builtins.str], result)
@@ -821,7 +821,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
821
821
  def metric_stack_ocid(self) -> typing.Optional[builtins.str]:
822
822
  '''The metric stack identifier for the OCI account. This field is only used for updates, not during initial creation.
823
823
 
824
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
824
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
825
825
  '''
826
826
  result = self._values.get("metric_stack_ocid")
827
827
  return typing.cast(typing.Optional[builtins.str], result)
@@ -830,7 +830,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
830
830
  def oci_region(self) -> typing.Optional[builtins.str]:
831
831
  '''The OCI region for the account. This field is only used for updates, not during initial creation.
832
832
 
833
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
833
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
834
834
  '''
835
835
  result = self._values.get("oci_region")
836
836
  return typing.cast(typing.Optional[builtins.str], result)
@@ -839,7 +839,7 @@ class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
839
839
  def user_vault_ocid(self) -> typing.Optional[builtins.str]:
840
840
  '''The user secret OCID.
841
841
 
842
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
842
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
843
843
  '''
844
844
  result = self._values.get("user_vault_ocid")
845
845
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_newrelic_account`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_newrelic_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataNewrelicAccount(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataNewrelicAccount.DataNewrelicAccount",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account newrelic_account}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account newrelic_account}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class DataNewrelicAccount(
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.5/docs/data-sources/account newrelic_account} Data Source.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account newrelic_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 account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#account_id DataNewrelicAccount#account_id}
71
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#id DataNewrelicAccount#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 account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#name DataNewrelicAccount#name}
73
- :param scope: The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#scope DataNewrelicAccount#scope}
70
+ :param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id}
71
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#id DataNewrelicAccount#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 account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#name DataNewrelicAccount#name}
73
+ :param scope: The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#scope DataNewrelicAccount#scope}
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class DataNewrelicAccount(
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 DataNewrelicAccount to import.
115
- :param import_from_id: The id of the existing DataNewrelicAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/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 DataNewrelicAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/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 DataNewrelicAccount to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -262,10 +262,10 @@ class DataNewrelicAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
262
262
  :param lifecycle:
263
263
  :param provider:
264
264
  :param provisioners:
265
- :param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#account_id DataNewrelicAccount#account_id}
266
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#id DataNewrelicAccount#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.
267
- :param name: The name of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#name DataNewrelicAccount#name}
268
- :param scope: The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#scope DataNewrelicAccount#scope}
265
+ :param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id}
266
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#id DataNewrelicAccount#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.
267
+ :param name: The name of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#name DataNewrelicAccount#name}
268
+ :param scope: The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#scope DataNewrelicAccount#scope}
269
269
  '''
270
270
  if isinstance(lifecycle, dict):
271
271
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -374,14 +374,14 @@ class DataNewrelicAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
374
374
  def account_id(self) -> typing.Optional[jsii.Number]:
375
375
  '''The ID of the account in New Relic.
376
376
 
377
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#account_id DataNewrelicAccount#account_id}
377
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id}
378
378
  '''
379
379
  result = self._values.get("account_id")
380
380
  return typing.cast(typing.Optional[jsii.Number], result)
381
381
 
382
382
  @builtins.property
383
383
  def id(self) -> typing.Optional[builtins.str]:
384
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#id DataNewrelicAccount#id}.
384
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#id DataNewrelicAccount#id}.
385
385
 
386
386
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
387
387
  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.
@@ -393,7 +393,7 @@ class DataNewrelicAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
393
393
  def name(self) -> typing.Optional[builtins.str]:
394
394
  '''The name of the account in New Relic.
395
395
 
396
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#name DataNewrelicAccount#name}
396
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#name DataNewrelicAccount#name}
397
397
  '''
398
398
  result = self._values.get("name")
399
399
  return typing.cast(typing.Optional[builtins.str], result)
@@ -402,7 +402,7 @@ class DataNewrelicAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
402
402
  def scope(self) -> typing.Optional[builtins.str]:
403
403
  '''The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region".
404
404
 
405
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/account#scope DataNewrelicAccount#scope}
405
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/account#scope DataNewrelicAccount#scope}
406
406
  '''
407
407
  result = self._values.get("scope")
408
408
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_newrelic_alert_channel`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_newrelic_alert_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_alert_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataNewrelicAlertChannel(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.dataNewrelicAlertChannel.DataNewrelicAlertChannel",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel newrelic_alert_channel}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel newrelic_alert_channel}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class DataNewrelicAlertChannel(
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.70.5/docs/data-sources/alert_channel newrelic_alert_channel} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel newrelic_alert_channel} 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 name: The name of the alert channel in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name}
70
- :param account_id: The New Relic account ID where you want to retrieve the alert channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id}
71
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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.
69
+ :param name: The name of the alert channel in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name}
70
+ :param account_id: The New Relic account ID where you want to retrieve the alert channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id}
71
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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
72
  :param connection:
73
73
  :param count:
74
74
  :param depends_on:
@@ -109,7 +109,7 @@ class DataNewrelicAlertChannel(
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 DataNewrelicAlertChannel to import.
112
- :param import_from_id: The id of the existing DataNewrelicAlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing DataNewrelicAlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#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 DataNewrelicAlertChannel to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -247,9 +247,9 @@ class DataNewrelicAlertChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
247
247
  :param lifecycle:
248
248
  :param provider:
249
249
  :param provisioners:
250
- :param name: The name of the alert channel in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name}
251
- :param account_id: The New Relic account ID where you want to retrieve the alert channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id}
252
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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.
250
+ :param name: The name of the alert channel in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name}
251
+ :param account_id: The New Relic account ID where you want to retrieve the alert channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id}
252
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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.
253
253
  '''
254
254
  if isinstance(lifecycle, dict):
255
255
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -355,7 +355,7 @@ class DataNewrelicAlertChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
355
355
  def name(self) -> builtins.str:
356
356
  '''The name of the alert channel in New Relic.
357
357
 
358
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name}
358
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name}
359
359
  '''
360
360
  result = self._values.get("name")
361
361
  assert result is not None, "Required property 'name' is missing"
@@ -365,14 +365,14 @@ class DataNewrelicAlertChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
365
  def account_id(self) -> typing.Optional[jsii.Number]:
366
366
  '''The New Relic account ID where you want to retrieve the alert channel.
367
367
 
368
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id}
368
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id}
369
369
  '''
370
370
  result = self._values.get("account_id")
371
371
  return typing.cast(typing.Optional[jsii.Number], result)
372
372
 
373
373
  @builtins.property
374
374
  def id(self) -> typing.Optional[builtins.str]:
375
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}.
375
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}.
376
376
 
377
377
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
378
378
  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.