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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. cdktf_cdktf_provider_newrelic/__init__.py +5 -3
  2. cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.1.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 +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 +1029 -0
  22. cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
  23. cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
  24. cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
  25. cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
  26. cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
  27. cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
  28. cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
  29. cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
  30. cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
  31. cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
  32. cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
  33. cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
  34. cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
  35. cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
  36. cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
  37. cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
  38. cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
  39. cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
  40. cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
  41. cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
  42. cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
  43. cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
  44. cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
  45. cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
  46. cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
  47. cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
  48. cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
  49. cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
  50. cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
  51. cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
  52. cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
  53. cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1224 -1224
  54. cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
  55. cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
  56. cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
  57. cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
  58. cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
  59. cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
  60. cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
  61. cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
  62. cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
  63. cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
  64. cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
  65. cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
  66. cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
  67. cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
  68. cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
  69. cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
  70. cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
  71. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/METADATA +4 -4
  72. cdktf_cdktf_provider_newrelic-13.7.1.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.6.2.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
  75. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/top_level.txt +0 -0
@@ -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.69.1/docs/data-sources/account).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/account newrelic_account}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/account newrelic_account} Data Source.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.69.1/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.69.1/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.69.1/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.70.2/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.2/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.2/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.2/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.69.1/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.70.2/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.69.1/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.69.1/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.69.1/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.69.1/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.70.2/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.2/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.2/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.2/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.69.1/docs/data-sources/account#account_id DataNewrelicAccount#account_id}
377
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/account#id DataNewrelicAccount#id}.
384
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/account#name DataNewrelicAccount#name}
396
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/account#scope DataNewrelicAccount#scope}
405
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.70.2/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.69.1/docs/data-sources/alert_channel newrelic_alert_channel}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/alert_channel newrelic_alert_channel} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.69.1/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.69.1/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.70.2/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.2/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.2/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.69.1/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.70.2/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.69.1/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.69.1/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.69.1/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.70.2/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.2/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.2/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.69.1/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name}
358
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id}
368
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}.
375
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.
@@ -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.69.1/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.70.2/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.69.1/docs/data-sources/alert_policy newrelic_alert_policy}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/alert_policy newrelic_alert_policy} Data Source.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.69.1/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.69.1/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.69.1/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.70.2/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.2/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.2/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.2/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.69.1/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.70.2/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.69.1/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.69.1/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.69.1/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.69.1/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.70.2/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.2/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.2/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.2/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.69.1/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name}
383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id}
393
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}.
400
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference}
412
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/application).
4
+ Refer to the Terraform Registry for docs: [`data_newrelic_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/application newrelic_application}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/application newrelic_application} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/application#name DataNewrelicApplication#name}
69
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/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.70.2/docs/data-sources/application#name DataNewrelicApplication#name}
69
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.70.2/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.69.1/docs/data-sources/application#name DataNewrelicApplication#name}
220
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/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.70.2/docs/data-sources/application#name DataNewrelicApplication#name}
220
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/application#name DataNewrelicApplication#name}
323
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/application#id DataNewrelicApplication#id}.
331
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.70.2/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.69.1/docs/data-sources/authentication_domain newrelic_authentication_domain}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/authentication_domain newrelic_authentication_domain} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.70.2/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.69.1/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.70.2/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.69.1/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.70.2/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.69.1/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name}
288
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.70.2/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.69.1/docs/data-sources/cloud_account newrelic_cloud_account}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/cloud_account newrelic_cloud_account} Data Source.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/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.69.1/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.69.1/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.69.1/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.70.2/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.2/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.2/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.2/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.69.1/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.70.2/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.69.1/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.69.1/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.69.1/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.69.1/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.70.2/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.2/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.2/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.2/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.69.1/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider}
368
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name}
378
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id}
388
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.69.1/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}.
395
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.