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_notification_destination`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_notification_destination`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination).
4
+ Refer to the Terraform Registry for docs: [`newrelic_notification_destination`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class NotificationDestination(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.notificationDestination.NotificationDestination",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination newrelic_notification_destination}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination newrelic_notification_destination}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -70,21 +70,21 @@ class NotificationDestination(
70
70
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
71
71
  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,
72
72
  ) -> None:
73
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination newrelic_notification_destination} Resource.
73
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination newrelic_notification_destination} Resource.
74
74
 
75
75
  :param scope: The scope in which to define this construct.
76
76
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
77
- :param name: (Required) The name of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#name NotificationDestination#name}
78
- :param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#property NotificationDestination#property}
79
- :param type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#type NotificationDestination#type}
80
- :param account_id: The account ID under which to put the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#account_id NotificationDestination#account_id}
81
- :param active: Indicates whether the destination is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#active NotificationDestination#active}
82
- :param auth_basic: auth_basic block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
83
- :param auth_custom_header: auth_custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
84
- :param auth_token: auth_token block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
85
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#id NotificationDestination#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.
86
- :param secure_url: secure_url block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
87
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
77
+ :param name: (Required) The name of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#name NotificationDestination#name}
78
+ :param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#property NotificationDestination#property}
79
+ :param type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#type NotificationDestination#type}
80
+ :param account_id: The account ID under which to put the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#account_id NotificationDestination#account_id}
81
+ :param active: Indicates whether the destination is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#active NotificationDestination#active}
82
+ :param auth_basic: auth_basic block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
83
+ :param auth_custom_header: auth_custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
84
+ :param auth_token: auth_token block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
85
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#id NotificationDestination#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.
86
+ :param secure_url: secure_url block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
87
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
88
88
  :param connection:
89
89
  :param count:
90
90
  :param depends_on:
@@ -133,7 +133,7 @@ class NotificationDestination(
133
133
 
134
134
  :param scope: The scope in which to define this construct.
135
135
  :param import_to_id: The construct id used in the generated config for the NotificationDestination to import.
136
- :param import_from_id: The id of the existing NotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use
136
+ :param import_from_id: The id of the existing NotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use
137
137
  :param provider: ? Optional instance of the provider where the NotificationDestination to import is found.
138
138
  '''
139
139
  if __debug__:
@@ -147,8 +147,8 @@ class NotificationDestination(
147
147
  @jsii.member(jsii_name="putAuthBasic")
148
148
  def put_auth_basic(self, *, password: builtins.str, user: builtins.str) -> None:
149
149
  '''
150
- :param password: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#password NotificationDestination#password}.
151
- :param user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#user NotificationDestination#user}.
150
+ :param password: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#password NotificationDestination#password}.
151
+ :param user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#user NotificationDestination#user}.
152
152
  '''
153
153
  value = NotificationDestinationAuthBasic(password=password, user=user)
154
154
 
@@ -175,8 +175,8 @@ class NotificationDestination(
175
175
  prefix: typing.Optional[builtins.str] = None,
176
176
  ) -> None:
177
177
  '''
178
- :param token: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#token NotificationDestination#token}.
179
- :param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#prefix NotificationDestination#prefix}.
178
+ :param token: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#token NotificationDestination#token}.
179
+ :param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}.
180
180
  '''
181
181
  value = NotificationDestinationAuthToken(token=token, prefix=prefix)
182
182
 
@@ -203,8 +203,8 @@ class NotificationDestination(
203
203
  secure_suffix: builtins.str,
204
204
  ) -> None:
205
205
  '''
206
- :param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#prefix NotificationDestination#prefix}.
207
- :param secure_suffix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}.
206
+ :param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}.
207
+ :param secure_suffix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}.
208
208
  '''
209
209
  value = NotificationDestinationSecureUrl(
210
210
  prefix=prefix, secure_suffix=secure_suffix
@@ -220,8 +220,8 @@ class NotificationDestination(
220
220
  update: typing.Optional[builtins.str] = None,
221
221
  ) -> None:
222
222
  '''
223
- :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#create NotificationDestination#create}.
224
- :param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#update NotificationDestination#update}.
223
+ :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#create NotificationDestination#create}.
224
+ :param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#update NotificationDestination#update}.
225
225
  '''
226
226
  value = NotificationDestinationTimeouts(create=create, update=update)
227
227
 
@@ -452,8 +452,8 @@ class NotificationDestination(
452
452
  class NotificationDestinationAuthBasic:
453
453
  def __init__(self, *, password: builtins.str, user: builtins.str) -> None:
454
454
  '''
455
- :param password: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#password NotificationDestination#password}.
456
- :param user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#user NotificationDestination#user}.
455
+ :param password: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#password NotificationDestination#password}.
456
+ :param user: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#user NotificationDestination#user}.
457
457
  '''
458
458
  if __debug__:
459
459
  type_hints = typing.get_type_hints(_typecheckingstub__cc45d2b8cd8d06f89a9fe520c08098701f9593e22d9c7dab749c31b8c030e6e6)
@@ -466,14 +466,14 @@ class NotificationDestinationAuthBasic:
466
466
 
467
467
  @builtins.property
468
468
  def password(self) -> builtins.str:
469
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#password NotificationDestination#password}.'''
469
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#password NotificationDestination#password}.'''
470
470
  result = self._values.get("password")
471
471
  assert result is not None, "Required property 'password' is missing"
472
472
  return typing.cast(builtins.str, result)
473
473
 
474
474
  @builtins.property
475
475
  def user(self) -> builtins.str:
476
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#user NotificationDestination#user}.'''
476
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#user NotificationDestination#user}.'''
477
477
  result = self._values.get("user")
478
478
  assert result is not None, "Required property 'user' is missing"
479
479
  return typing.cast(builtins.str, result)
@@ -568,8 +568,8 @@ class NotificationDestinationAuthBasicOutputReference(
568
568
  class NotificationDestinationAuthCustomHeader:
569
569
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
570
570
  '''
571
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#key NotificationDestination#key}.
572
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#value NotificationDestination#value}.
571
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#key NotificationDestination#key}.
572
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#value NotificationDestination#value}.
573
573
  '''
574
574
  if __debug__:
575
575
  type_hints = typing.get_type_hints(_typecheckingstub__3851840b7ef373abc842d68541919e76b054a938d9f910f8b0cfb95506fdb89c)
@@ -582,14 +582,14 @@ class NotificationDestinationAuthCustomHeader:
582
582
 
583
583
  @builtins.property
584
584
  def key(self) -> builtins.str:
585
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#key NotificationDestination#key}.'''
585
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#key NotificationDestination#key}.'''
586
586
  result = self._values.get("key")
587
587
  assert result is not None, "Required property 'key' is missing"
588
588
  return typing.cast(builtins.str, result)
589
589
 
590
590
  @builtins.property
591
591
  def value(self) -> builtins.str:
592
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#value NotificationDestination#value}.'''
592
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#value NotificationDestination#value}.'''
593
593
  result = self._values.get("value")
594
594
  assert result is not None, "Required property 'value' is missing"
595
595
  return typing.cast(builtins.str, result)
@@ -790,8 +790,8 @@ class NotificationDestinationAuthToken:
790
790
  prefix: typing.Optional[builtins.str] = None,
791
791
  ) -> None:
792
792
  '''
793
- :param token: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#token NotificationDestination#token}.
794
- :param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#prefix NotificationDestination#prefix}.
793
+ :param token: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#token NotificationDestination#token}.
794
+ :param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}.
795
795
  '''
796
796
  if __debug__:
797
797
  type_hints = typing.get_type_hints(_typecheckingstub__52fd9c85d44541a751b81222b3d572e6b5de194ece9774d4f5963b68ddb95bfe)
@@ -805,14 +805,14 @@ class NotificationDestinationAuthToken:
805
805
 
806
806
  @builtins.property
807
807
  def token(self) -> builtins.str:
808
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#token NotificationDestination#token}.'''
808
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#token NotificationDestination#token}.'''
809
809
  result = self._values.get("token")
810
810
  assert result is not None, "Required property 'token' is missing"
811
811
  return typing.cast(builtins.str, result)
812
812
 
813
813
  @builtins.property
814
814
  def prefix(self) -> typing.Optional[builtins.str]:
815
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#prefix NotificationDestination#prefix}.'''
815
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}.'''
816
816
  result = self._values.get("prefix")
817
817
  return typing.cast(typing.Optional[builtins.str], result)
818
818
 
@@ -957,17 +957,17 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
957
957
  :param lifecycle:
958
958
  :param provider:
959
959
  :param provisioners:
960
- :param name: (Required) The name of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#name NotificationDestination#name}
961
- :param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#property NotificationDestination#property}
962
- :param type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#type NotificationDestination#type}
963
- :param account_id: The account ID under which to put the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#account_id NotificationDestination#account_id}
964
- :param active: Indicates whether the destination is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#active NotificationDestination#active}
965
- :param auth_basic: auth_basic block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
966
- :param auth_custom_header: auth_custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
967
- :param auth_token: auth_token block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
968
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#id NotificationDestination#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.
969
- :param secure_url: secure_url block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
970
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
960
+ :param name: (Required) The name of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#name NotificationDestination#name}
961
+ :param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#property NotificationDestination#property}
962
+ :param type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#type NotificationDestination#type}
963
+ :param account_id: The account ID under which to put the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#account_id NotificationDestination#account_id}
964
+ :param active: Indicates whether the destination is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#active NotificationDestination#active}
965
+ :param auth_basic: auth_basic block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
966
+ :param auth_custom_header: auth_custom_header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
967
+ :param auth_token: auth_token block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
968
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#id NotificationDestination#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.
969
+ :param secure_url: secure_url block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
970
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
971
971
  '''
972
972
  if isinstance(lifecycle, dict):
973
973
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -1103,7 +1103,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1103
1103
  def name(self) -> builtins.str:
1104
1104
  '''(Required) The name of the destination.
1105
1105
 
1106
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#name NotificationDestination#name}
1106
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#name NotificationDestination#name}
1107
1107
  '''
1108
1108
  result = self._values.get("name")
1109
1109
  assert result is not None, "Required property 'name' is missing"
@@ -1115,7 +1115,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1115
1115
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["NotificationDestinationProperty"]]:
1116
1116
  '''property block.
1117
1117
 
1118
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#property NotificationDestination#property}
1118
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#property NotificationDestination#property}
1119
1119
  '''
1120
1120
  result = self._values.get("property")
1121
1121
  assert result is not None, "Required property 'property' is missing"
@@ -1127,7 +1127,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1127
1127
 
1128
1128
  One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
1129
1129
 
1130
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#type NotificationDestination#type}
1130
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#type NotificationDestination#type}
1131
1131
  '''
1132
1132
  result = self._values.get("type")
1133
1133
  assert result is not None, "Required property 'type' is missing"
@@ -1137,7 +1137,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1137
1137
  def account_id(self) -> typing.Optional[jsii.Number]:
1138
1138
  '''The account ID under which to put the destination.
1139
1139
 
1140
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#account_id NotificationDestination#account_id}
1140
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#account_id NotificationDestination#account_id}
1141
1141
  '''
1142
1142
  result = self._values.get("account_id")
1143
1143
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1148,7 +1148,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1148
1148
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1149
1149
  '''Indicates whether the destination is active.
1150
1150
 
1151
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#active NotificationDestination#active}
1151
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#active NotificationDestination#active}
1152
1152
  '''
1153
1153
  result = self._values.get("active")
1154
1154
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1157,7 +1157,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1157
1157
  def auth_basic(self) -> typing.Optional[NotificationDestinationAuthBasic]:
1158
1158
  '''auth_basic block.
1159
1159
 
1160
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
1160
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
1161
1161
  '''
1162
1162
  result = self._values.get("auth_basic")
1163
1163
  return typing.cast(typing.Optional[NotificationDestinationAuthBasic], result)
@@ -1168,7 +1168,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1168
1168
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[NotificationDestinationAuthCustomHeader]]]:
1169
1169
  '''auth_custom_header block.
1170
1170
 
1171
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
1171
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
1172
1172
  '''
1173
1173
  result = self._values.get("auth_custom_header")
1174
1174
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[NotificationDestinationAuthCustomHeader]]], result)
@@ -1177,14 +1177,14 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1177
1177
  def auth_token(self) -> typing.Optional[NotificationDestinationAuthToken]:
1178
1178
  '''auth_token block.
1179
1179
 
1180
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
1180
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
1181
1181
  '''
1182
1182
  result = self._values.get("auth_token")
1183
1183
  return typing.cast(typing.Optional[NotificationDestinationAuthToken], result)
1184
1184
 
1185
1185
  @builtins.property
1186
1186
  def id(self) -> typing.Optional[builtins.str]:
1187
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#id NotificationDestination#id}.
1187
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#id NotificationDestination#id}.
1188
1188
 
1189
1189
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1190
1190
  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.
@@ -1196,7 +1196,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1196
1196
  def secure_url(self) -> typing.Optional["NotificationDestinationSecureUrl"]:
1197
1197
  '''secure_url block.
1198
1198
 
1199
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
1199
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
1200
1200
  '''
1201
1201
  result = self._values.get("secure_url")
1202
1202
  return typing.cast(typing.Optional["NotificationDestinationSecureUrl"], result)
@@ -1205,7 +1205,7 @@ class NotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1205
1205
  def timeouts(self) -> typing.Optional["NotificationDestinationTimeouts"]:
1206
1206
  '''timeouts block.
1207
1207
 
1208
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
1208
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
1209
1209
  '''
1210
1210
  result = self._values.get("timeouts")
1211
1211
  return typing.cast(typing.Optional["NotificationDestinationTimeouts"], result)
@@ -1242,10 +1242,10 @@ class NotificationDestinationProperty:
1242
1242
  label: typing.Optional[builtins.str] = None,
1243
1243
  ) -> None:
1244
1244
  '''
1245
- :param key: Notification property key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#key NotificationDestination#key}
1246
- :param value: Notification property value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#value NotificationDestination#value}
1247
- :param display_value: Notification property display key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#display_value NotificationDestination#display_value}
1248
- :param label: Notification property label. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#label NotificationDestination#label}
1245
+ :param key: Notification property key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#key NotificationDestination#key}
1246
+ :param value: Notification property value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#value NotificationDestination#value}
1247
+ :param display_value: Notification property display key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#display_value NotificationDestination#display_value}
1248
+ :param label: Notification property label. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#label NotificationDestination#label}
1249
1249
  '''
1250
1250
  if __debug__:
1251
1251
  type_hints = typing.get_type_hints(_typecheckingstub__acab913c865189c87c22695776e1fd576c1ab1eec898462f48894a37619f858c)
@@ -1266,7 +1266,7 @@ class NotificationDestinationProperty:
1266
1266
  def key(self) -> builtins.str:
1267
1267
  '''Notification property key.
1268
1268
 
1269
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#key NotificationDestination#key}
1269
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#key NotificationDestination#key}
1270
1270
  '''
1271
1271
  result = self._values.get("key")
1272
1272
  assert result is not None, "Required property 'key' is missing"
@@ -1276,7 +1276,7 @@ class NotificationDestinationProperty:
1276
1276
  def value(self) -> builtins.str:
1277
1277
  '''Notification property value.
1278
1278
 
1279
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#value NotificationDestination#value}
1279
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#value NotificationDestination#value}
1280
1280
  '''
1281
1281
  result = self._values.get("value")
1282
1282
  assert result is not None, "Required property 'value' is missing"
@@ -1286,7 +1286,7 @@ class NotificationDestinationProperty:
1286
1286
  def display_value(self) -> typing.Optional[builtins.str]:
1287
1287
  '''Notification property display key.
1288
1288
 
1289
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#display_value NotificationDestination#display_value}
1289
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#display_value NotificationDestination#display_value}
1290
1290
  '''
1291
1291
  result = self._values.get("display_value")
1292
1292
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1295,7 +1295,7 @@ class NotificationDestinationProperty:
1295
1295
  def label(self) -> typing.Optional[builtins.str]:
1296
1296
  '''Notification property label.
1297
1297
 
1298
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#label NotificationDestination#label}
1298
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#label NotificationDestination#label}
1299
1299
  '''
1300
1300
  result = self._values.get("label")
1301
1301
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1533,8 +1533,8 @@ class NotificationDestinationPropertyOutputReference(
1533
1533
  class NotificationDestinationSecureUrl:
1534
1534
  def __init__(self, *, prefix: builtins.str, secure_suffix: builtins.str) -> None:
1535
1535
  '''
1536
- :param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#prefix NotificationDestination#prefix}.
1537
- :param secure_suffix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}.
1536
+ :param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}.
1537
+ :param secure_suffix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}.
1538
1538
  '''
1539
1539
  if __debug__:
1540
1540
  type_hints = typing.get_type_hints(_typecheckingstub__463e7e3bf85590d4ca8fb2e225c2e30ed9e2694b56c94594b8561d2061e4aa8a)
@@ -1547,14 +1547,14 @@ class NotificationDestinationSecureUrl:
1547
1547
 
1548
1548
  @builtins.property
1549
1549
  def prefix(self) -> builtins.str:
1550
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#prefix NotificationDestination#prefix}.'''
1550
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}.'''
1551
1551
  result = self._values.get("prefix")
1552
1552
  assert result is not None, "Required property 'prefix' is missing"
1553
1553
  return typing.cast(builtins.str, result)
1554
1554
 
1555
1555
  @builtins.property
1556
1556
  def secure_suffix(self) -> builtins.str:
1557
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}.'''
1557
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}.'''
1558
1558
  result = self._values.get("secure_suffix")
1559
1559
  assert result is not None, "Required property 'secure_suffix' is missing"
1560
1560
  return typing.cast(builtins.str, result)
@@ -1654,8 +1654,8 @@ class NotificationDestinationTimeouts:
1654
1654
  update: typing.Optional[builtins.str] = None,
1655
1655
  ) -> None:
1656
1656
  '''
1657
- :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#create NotificationDestination#create}.
1658
- :param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#update NotificationDestination#update}.
1657
+ :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#create NotificationDestination#create}.
1658
+ :param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#update NotificationDestination#update}.
1659
1659
  '''
1660
1660
  if __debug__:
1661
1661
  type_hints = typing.get_type_hints(_typecheckingstub__c13315c3a3271ece7825e655f59cb0cc02852515859b99c05850485f92986de4)
@@ -1669,13 +1669,13 @@ class NotificationDestinationTimeouts:
1669
1669
 
1670
1670
  @builtins.property
1671
1671
  def create(self) -> typing.Optional[builtins.str]:
1672
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#create NotificationDestination#create}.'''
1672
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#create NotificationDestination#create}.'''
1673
1673
  result = self._values.get("create")
1674
1674
  return typing.cast(typing.Optional[builtins.str], result)
1675
1675
 
1676
1676
  @builtins.property
1677
1677
  def update(self) -> typing.Optional[builtins.str]:
1678
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/notification_destination#update NotificationDestination#update}.'''
1678
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/notification_destination#update NotificationDestination#update}.'''
1679
1679
  result = self._values.get("update")
1680
1680
  return typing.cast(typing.Optional[builtins.str], result)
1681
1681