cdktf-cdktf-provider-newrelic 13.7.0__py3-none-any.whl → 13.7.2__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.7.2.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 +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 +2139 -1225
  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.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.2.dist-info}/METADATA +4 -4
  72. cdktf_cdktf_provider_newrelic-13.7.2.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.7.0.dist-info/RECORD +0 -76
  75. {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.2.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.2.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.2.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
- # CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.0
2
+ # CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.4
3
3
 
4
- This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
+ This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs) bindings for [CDK for Terraform](https://cdk.tf).
5
5
 
6
6
  ## Available Packages
7
7
 
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform newrelic provider version
63
63
  These are the upstream dependencies:
64
64
 
65
65
  * [CDK for Terraform](https://cdk.tf)
66
- * [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0)
66
+ * [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4)
67
67
  * [Terraform Engine](https://terraform.io)
68
68
 
69
69
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
@@ -33,9 +33,9 @@ import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
35
  "@cdktf/provider-newrelic",
36
- "13.7.0",
36
+ "13.7.2",
37
37
  __name__[0:-6],
38
- "provider-newrelic@13.7.0.jsii.tgz",
38
+ "provider-newrelic@13.7.2.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_account_management`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_account_management`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management).
4
+ Refer to the Terraform Registry for docs: [`newrelic_account_management`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class AccountManagement(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.accountManagement.AccountManagement",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management newrelic_account_management}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management newrelic_account_management}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class AccountManagement(
62
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
63
63
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
64
64
  ) -> None:
65
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management newrelic_account_management} Resource.
65
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management newrelic_account_management} Resource.
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: Name of the account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#name AccountManagement#name}
70
- :param region: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#region AccountManagement#region}
71
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#id AccountManagement#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: Name of the account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#name AccountManagement#name}
70
+ :param region: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#region AccountManagement#region}
71
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#id AccountManagement#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 AccountManagement(
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 AccountManagement to import.
112
- :param import_from_id: The id of the existing AccountManagement that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing AccountManagement that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#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 AccountManagement to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -228,9 +228,9 @@ class AccountManagementConfig(_cdktf_9a9027ec.TerraformMetaArguments):
228
228
  :param lifecycle:
229
229
  :param provider:
230
230
  :param provisioners:
231
- :param name: Name of the account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#name AccountManagement#name}
232
- :param region: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#region AccountManagement#region}
233
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#id AccountManagement#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.
231
+ :param name: Name of the account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#name AccountManagement#name}
232
+ :param region: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#region AccountManagement#region}
233
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#id AccountManagement#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.
234
234
  '''
235
235
  if isinstance(lifecycle, dict):
236
236
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -335,7 +335,7 @@ class AccountManagementConfig(_cdktf_9a9027ec.TerraformMetaArguments):
335
335
  def name(self) -> builtins.str:
336
336
  '''Name of the account to be created.
337
337
 
338
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#name AccountManagement#name}
338
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#name AccountManagement#name}
339
339
  '''
340
340
  result = self._values.get("name")
341
341
  assert result is not None, "Required property 'name' is missing"
@@ -345,7 +345,7 @@ class AccountManagementConfig(_cdktf_9a9027ec.TerraformMetaArguments):
345
345
  def region(self) -> builtins.str:
346
346
  '''A description of what this parsing rule represents.
347
347
 
348
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#region AccountManagement#region}
348
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#region AccountManagement#region}
349
349
  '''
350
350
  result = self._values.get("region")
351
351
  assert result is not None, "Required property 'region' is missing"
@@ -353,7 +353,7 @@ class AccountManagementConfig(_cdktf_9a9027ec.TerraformMetaArguments):
353
353
 
354
354
  @builtins.property
355
355
  def id(self) -> typing.Optional[builtins.str]:
356
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#id AccountManagement#id}.
356
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#id AccountManagement#id}.
357
357
 
358
358
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
359
359
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_alert_channel`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_alert_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel).
4
+ Refer to the Terraform Registry for docs: [`newrelic_alert_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class AlertChannel(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.alertChannel.AlertChannel",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel newrelic_alert_channel}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel newrelic_alert_channel}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -64,15 +64,15 @@ class AlertChannel(
64
64
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
65
65
  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,
66
66
  ) -> None:
67
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel newrelic_alert_channel} Resource.
67
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel newrelic_alert_channel} Resource.
68
68
 
69
69
  :param scope: The scope in which to define this construct.
70
70
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
71
- :param name: (Required) The name of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#name AlertChannel#name}
72
- :param type: (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#type AlertChannel#type}
73
- :param account_id: The New Relic account ID where you want to create alert channels. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#account_id AlertChannel#account_id}
74
- :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#config AlertChannel#config}
75
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#id AlertChannel#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.
71
+ :param name: (Required) The name of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#name AlertChannel#name}
72
+ :param type: (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#type AlertChannel#type}
73
+ :param account_id: The New Relic account ID where you want to create alert channels. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#account_id AlertChannel#account_id}
74
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#config AlertChannel#config}
75
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#id AlertChannel#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.
76
76
  :param connection:
77
77
  :param count:
78
78
  :param depends_on:
@@ -115,7 +115,7 @@ class AlertChannel(
115
115
 
116
116
  :param scope: The scope in which to define this construct.
117
117
  :param import_to_id: The construct id used in the generated config for the AlertChannel to import.
118
- :param import_from_id: The id of the existing AlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use
118
+ :param import_from_id: The id of the existing AlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use
119
119
  :param provider: ? Optional instance of the provider where the AlertChannel to import is found.
120
120
  '''
121
121
  if __debug__:
@@ -153,27 +153,27 @@ class AlertChannel(
153
153
  user_id: typing.Optional[builtins.str] = None,
154
154
  ) -> None:
155
155
  '''
156
- :param api_key: The API key for integrating with OpsGenie. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#api_key AlertChannel#api_key}
157
- :param auth_password: Specifies an authentication password for use with a channel. Supported by the webhook channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password}
158
- :param auth_type: Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type}
159
- :param auth_username: Specifies an authentication username for use with a channel. Supported by the webhook channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username}
160
- :param base_url: The base URL of the webhook destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#base_url AlertChannel#base_url}
161
- :param channel: The Slack channel to send notifications to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#channel AlertChannel#channel}
162
- :param headers: A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#headers AlertChannel#headers}
163
- :param headers_string: Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string}
164
- :param include_json_attachment: true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment}
165
- :param key: The key for integrating with VictorOps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#key AlertChannel#key}
166
- :param payload: A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload AlertChannel#payload}
167
- :param payload_string: Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string}
168
- :param payload_type: Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type}
169
- :param recipients: A set of recipients for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#recipients AlertChannel#recipients}
170
- :param region: The data center region to store your data. Valid values are US and EU. Default is US. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#region AlertChannel#region}
171
- :param route_key: The route key for integrating with VictorOps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#route_key AlertChannel#route_key}
172
- :param service_key: Specifies the service key for integrating with Pagerduty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#service_key AlertChannel#service_key}
173
- :param tags: A set of tags for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#tags AlertChannel#tags}
174
- :param teams: A set of teams for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#teams AlertChannel#teams}
175
- :param url: Your organization's Slack URL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#url AlertChannel#url}
176
- :param user_id: The user ID for use with the user channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#user_id AlertChannel#user_id}
156
+ :param api_key: The API key for integrating with OpsGenie. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#api_key AlertChannel#api_key}
157
+ :param auth_password: Specifies an authentication password for use with a channel. Supported by the webhook channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_password AlertChannel#auth_password}
158
+ :param auth_type: Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_type AlertChannel#auth_type}
159
+ :param auth_username: Specifies an authentication username for use with a channel. Supported by the webhook channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_username AlertChannel#auth_username}
160
+ :param base_url: The base URL of the webhook destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#base_url AlertChannel#base_url}
161
+ :param channel: The Slack channel to send notifications to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#channel AlertChannel#channel}
162
+ :param headers: A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#headers AlertChannel#headers}
163
+ :param headers_string: Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#headers_string AlertChannel#headers_string}
164
+ :param include_json_attachment: true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment}
165
+ :param key: The key for integrating with VictorOps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#key AlertChannel#key}
166
+ :param payload: A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload AlertChannel#payload}
167
+ :param payload_string: Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload_string AlertChannel#payload_string}
168
+ :param payload_type: Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload_type AlertChannel#payload_type}
169
+ :param recipients: A set of recipients for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#recipients AlertChannel#recipients}
170
+ :param region: The data center region to store your data. Valid values are US and EU. Default is US. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#region AlertChannel#region}
171
+ :param route_key: The route key for integrating with VictorOps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#route_key AlertChannel#route_key}
172
+ :param service_key: Specifies the service key for integrating with Pagerduty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#service_key AlertChannel#service_key}
173
+ :param tags: A set of tags for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#tags AlertChannel#tags}
174
+ :param teams: A set of teams for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#teams AlertChannel#teams}
175
+ :param url: Your organization's Slack URL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#url AlertChannel#url}
176
+ :param user_id: The user ID for use with the user channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#user_id AlertChannel#user_id}
177
177
  '''
178
178
  value = AlertChannelConfigA(
179
179
  api_key=api_key,
@@ -348,11 +348,11 @@ class AlertChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
348
348
  :param lifecycle:
349
349
  :param provider:
350
350
  :param provisioners:
351
- :param name: (Required) The name of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#name AlertChannel#name}
352
- :param type: (Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#type AlertChannel#type}
353
- :param account_id: The New Relic account ID where you want to create alert channels. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#account_id AlertChannel#account_id}
354
- :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#config AlertChannel#config}
355
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#id AlertChannel#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.
351
+ :param name: (Required) The name of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#name AlertChannel#name}
352
+ :param type: (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#type AlertChannel#type}
353
+ :param account_id: The New Relic account ID where you want to create alert channels. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#account_id AlertChannel#account_id}
354
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#config AlertChannel#config}
355
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#id AlertChannel#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.
356
356
  '''
357
357
  if isinstance(lifecycle, dict):
358
358
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -465,7 +465,7 @@ class AlertChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
465
465
  def name(self) -> builtins.str:
466
466
  '''(Required) The name of the channel.
467
467
 
468
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#name AlertChannel#name}
468
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#name AlertChannel#name}
469
469
  '''
470
470
  result = self._values.get("name")
471
471
  assert result is not None, "Required property 'name' is missing"
@@ -473,9 +473,9 @@ class AlertChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
473
473
 
474
474
  @builtins.property
475
475
  def type(self) -> builtins.str:
476
- '''(Required) The type of channel. One of: (opsgenie, pagerduty, slack, user, victorops, webhook, email).
476
+ '''(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty).
477
477
 
478
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#type AlertChannel#type}
478
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#type AlertChannel#type}
479
479
  '''
480
480
  result = self._values.get("type")
481
481
  assert result is not None, "Required property 'type' is missing"
@@ -485,7 +485,7 @@ class AlertChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
485
485
  def account_id(self) -> typing.Optional[jsii.Number]:
486
486
  '''The New Relic account ID where you want to create alert channels.
487
487
 
488
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#account_id AlertChannel#account_id}
488
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#account_id AlertChannel#account_id}
489
489
  '''
490
490
  result = self._values.get("account_id")
491
491
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -494,14 +494,14 @@ class AlertChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
494
494
  def config(self) -> typing.Optional["AlertChannelConfigA"]:
495
495
  '''config block.
496
496
 
497
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#config AlertChannel#config}
497
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#config AlertChannel#config}
498
498
  '''
499
499
  result = self._values.get("config")
500
500
  return typing.cast(typing.Optional["AlertChannelConfigA"], result)
501
501
 
502
502
  @builtins.property
503
503
  def id(self) -> typing.Optional[builtins.str]:
504
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#id AlertChannel#id}.
504
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#id AlertChannel#id}.
505
505
 
506
506
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
507
507
  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.
@@ -575,27 +575,27 @@ class AlertChannelConfigA:
575
575
  user_id: typing.Optional[builtins.str] = None,
576
576
  ) -> None:
577
577
  '''
578
- :param api_key: The API key for integrating with OpsGenie. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#api_key AlertChannel#api_key}
579
- :param auth_password: Specifies an authentication password for use with a channel. Supported by the webhook channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password}
580
- :param auth_type: Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type}
581
- :param auth_username: Specifies an authentication username for use with a channel. Supported by the webhook channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username}
582
- :param base_url: The base URL of the webhook destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#base_url AlertChannel#base_url}
583
- :param channel: The Slack channel to send notifications to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#channel AlertChannel#channel}
584
- :param headers: A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#headers AlertChannel#headers}
585
- :param headers_string: Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string}
586
- :param include_json_attachment: true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment}
587
- :param key: The key for integrating with VictorOps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#key AlertChannel#key}
588
- :param payload: A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload AlertChannel#payload}
589
- :param payload_string: Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string}
590
- :param payload_type: Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type}
591
- :param recipients: A set of recipients for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#recipients AlertChannel#recipients}
592
- :param region: The data center region to store your data. Valid values are US and EU. Default is US. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#region AlertChannel#region}
593
- :param route_key: The route key for integrating with VictorOps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#route_key AlertChannel#route_key}
594
- :param service_key: Specifies the service key for integrating with Pagerduty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#service_key AlertChannel#service_key}
595
- :param tags: A set of tags for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#tags AlertChannel#tags}
596
- :param teams: A set of teams for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#teams AlertChannel#teams}
597
- :param url: Your organization's Slack URL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#url AlertChannel#url}
598
- :param user_id: The user ID for use with the user channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#user_id AlertChannel#user_id}
578
+ :param api_key: The API key for integrating with OpsGenie. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#api_key AlertChannel#api_key}
579
+ :param auth_password: Specifies an authentication password for use with a channel. Supported by the webhook channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_password AlertChannel#auth_password}
580
+ :param auth_type: Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_type AlertChannel#auth_type}
581
+ :param auth_username: Specifies an authentication username for use with a channel. Supported by the webhook channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_username AlertChannel#auth_username}
582
+ :param base_url: The base URL of the webhook destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#base_url AlertChannel#base_url}
583
+ :param channel: The Slack channel to send notifications to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#channel AlertChannel#channel}
584
+ :param headers: A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#headers AlertChannel#headers}
585
+ :param headers_string: Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#headers_string AlertChannel#headers_string}
586
+ :param include_json_attachment: true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment}
587
+ :param key: The key for integrating with VictorOps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#key AlertChannel#key}
588
+ :param payload: A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload AlertChannel#payload}
589
+ :param payload_string: Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload_string AlertChannel#payload_string}
590
+ :param payload_type: Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload_type AlertChannel#payload_type}
591
+ :param recipients: A set of recipients for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#recipients AlertChannel#recipients}
592
+ :param region: The data center region to store your data. Valid values are US and EU. Default is US. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#region AlertChannel#region}
593
+ :param route_key: The route key for integrating with VictorOps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#route_key AlertChannel#route_key}
594
+ :param service_key: Specifies the service key for integrating with Pagerduty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#service_key AlertChannel#service_key}
595
+ :param tags: A set of tags for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#tags AlertChannel#tags}
596
+ :param teams: A set of teams for targeting notifications. Multiple values are comma separated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#teams AlertChannel#teams}
597
+ :param url: Your organization's Slack URL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#url AlertChannel#url}
598
+ :param user_id: The user ID for use with the user channel type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#user_id AlertChannel#user_id}
599
599
  '''
600
600
  if __debug__:
601
601
  type_hints = typing.get_type_hints(_typecheckingstub__b2a5746c2e9e52df5745afb5ecc8360d8898afc597685bae990ef615f1dc9e0a)
@@ -668,7 +668,7 @@ class AlertChannelConfigA:
668
668
  def api_key(self) -> typing.Optional[builtins.str]:
669
669
  '''The API key for integrating with OpsGenie.
670
670
 
671
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#api_key AlertChannel#api_key}
671
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#api_key AlertChannel#api_key}
672
672
  '''
673
673
  result = self._values.get("api_key")
674
674
  return typing.cast(typing.Optional[builtins.str], result)
@@ -677,7 +677,7 @@ class AlertChannelConfigA:
677
677
  def auth_password(self) -> typing.Optional[builtins.str]:
678
678
  '''Specifies an authentication password for use with a channel. Supported by the webhook channel type.
679
679
 
680
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password}
680
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_password AlertChannel#auth_password}
681
681
  '''
682
682
  result = self._values.get("auth_password")
683
683
  return typing.cast(typing.Optional[builtins.str], result)
@@ -688,7 +688,7 @@ class AlertChannelConfigA:
688
688
 
689
689
  Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC.
690
690
 
691
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type}
691
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_type AlertChannel#auth_type}
692
692
  '''
693
693
  result = self._values.get("auth_type")
694
694
  return typing.cast(typing.Optional[builtins.str], result)
@@ -697,7 +697,7 @@ class AlertChannelConfigA:
697
697
  def auth_username(self) -> typing.Optional[builtins.str]:
698
698
  '''Specifies an authentication username for use with a channel. Supported by the webhook channel type.
699
699
 
700
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username}
700
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#auth_username AlertChannel#auth_username}
701
701
  '''
702
702
  result = self._values.get("auth_username")
703
703
  return typing.cast(typing.Optional[builtins.str], result)
@@ -706,7 +706,7 @@ class AlertChannelConfigA:
706
706
  def base_url(self) -> typing.Optional[builtins.str]:
707
707
  '''The base URL of the webhook destination.
708
708
 
709
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#base_url AlertChannel#base_url}
709
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#base_url AlertChannel#base_url}
710
710
  '''
711
711
  result = self._values.get("base_url")
712
712
  return typing.cast(typing.Optional[builtins.str], result)
@@ -715,7 +715,7 @@ class AlertChannelConfigA:
715
715
  def channel(self) -> typing.Optional[builtins.str]:
716
716
  '''The Slack channel to send notifications to.
717
717
 
718
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#channel AlertChannel#channel}
718
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#channel AlertChannel#channel}
719
719
  '''
720
720
  result = self._values.get("channel")
721
721
  return typing.cast(typing.Optional[builtins.str], result)
@@ -724,7 +724,7 @@ class AlertChannelConfigA:
724
724
  def headers(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
725
725
  '''A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload.
726
726
 
727
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#headers AlertChannel#headers}
727
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#headers AlertChannel#headers}
728
728
  '''
729
729
  result = self._values.get("headers")
730
730
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -733,7 +733,7 @@ class AlertChannelConfigA:
733
733
  def headers_string(self) -> typing.Optional[builtins.str]:
734
734
  '''Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers.
735
735
 
736
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string}
736
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#headers_string AlertChannel#headers_string}
737
737
  '''
738
738
  result = self._values.get("headers_string")
739
739
  return typing.cast(typing.Optional[builtins.str], result)
@@ -744,7 +744,7 @@ class AlertChannelConfigA:
744
744
 
745
745
  Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients.
746
746
 
747
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment}
747
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment}
748
748
  '''
749
749
  result = self._values.get("include_json_attachment")
750
750
  return typing.cast(typing.Optional[builtins.str], result)
@@ -753,7 +753,7 @@ class AlertChannelConfigA:
753
753
  def key(self) -> typing.Optional[builtins.str]:
754
754
  '''The key for integrating with VictorOps.
755
755
 
756
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#key AlertChannel#key}
756
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#key AlertChannel#key}
757
757
  '''
758
758
  result = self._values.get("key")
759
759
  return typing.cast(typing.Optional[builtins.str], result)
@@ -762,7 +762,7 @@ class AlertChannelConfigA:
762
762
  def payload(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
763
763
  '''A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument.
764
764
 
765
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload AlertChannel#payload}
765
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload AlertChannel#payload}
766
766
  '''
767
767
  result = self._values.get("payload")
768
768
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -771,7 +771,7 @@ class AlertChannelConfigA:
771
771
  def payload_string(self) -> typing.Optional[builtins.str]:
772
772
  '''Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload.
773
773
 
774
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string}
774
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload_string AlertChannel#payload_string}
775
775
  '''
776
776
  result = self._values.get("payload_string")
777
777
  return typing.cast(typing.Optional[builtins.str], result)
@@ -780,7 +780,7 @@ class AlertChannelConfigA:
780
780
  def payload_type(self) -> typing.Optional[builtins.str]:
781
781
  '''Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set.
782
782
 
783
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type}
783
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#payload_type AlertChannel#payload_type}
784
784
  '''
785
785
  result = self._values.get("payload_type")
786
786
  return typing.cast(typing.Optional[builtins.str], result)
@@ -789,7 +789,7 @@ class AlertChannelConfigA:
789
789
  def recipients(self) -> typing.Optional[builtins.str]:
790
790
  '''A set of recipients for targeting notifications. Multiple values are comma separated.
791
791
 
792
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#recipients AlertChannel#recipients}
792
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#recipients AlertChannel#recipients}
793
793
  '''
794
794
  result = self._values.get("recipients")
795
795
  return typing.cast(typing.Optional[builtins.str], result)
@@ -798,7 +798,7 @@ class AlertChannelConfigA:
798
798
  def region(self) -> typing.Optional[builtins.str]:
799
799
  '''The data center region to store your data. Valid values are US and EU. Default is US.
800
800
 
801
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#region AlertChannel#region}
801
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#region AlertChannel#region}
802
802
  '''
803
803
  result = self._values.get("region")
804
804
  return typing.cast(typing.Optional[builtins.str], result)
@@ -807,7 +807,7 @@ class AlertChannelConfigA:
807
807
  def route_key(self) -> typing.Optional[builtins.str]:
808
808
  '''The route key for integrating with VictorOps.
809
809
 
810
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#route_key AlertChannel#route_key}
810
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#route_key AlertChannel#route_key}
811
811
  '''
812
812
  result = self._values.get("route_key")
813
813
  return typing.cast(typing.Optional[builtins.str], result)
@@ -816,7 +816,7 @@ class AlertChannelConfigA:
816
816
  def service_key(self) -> typing.Optional[builtins.str]:
817
817
  '''Specifies the service key for integrating with Pagerduty.
818
818
 
819
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#service_key AlertChannel#service_key}
819
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#service_key AlertChannel#service_key}
820
820
  '''
821
821
  result = self._values.get("service_key")
822
822
  return typing.cast(typing.Optional[builtins.str], result)
@@ -825,7 +825,7 @@ class AlertChannelConfigA:
825
825
  def tags(self) -> typing.Optional[builtins.str]:
826
826
  '''A set of tags for targeting notifications. Multiple values are comma separated.
827
827
 
828
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#tags AlertChannel#tags}
828
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#tags AlertChannel#tags}
829
829
  '''
830
830
  result = self._values.get("tags")
831
831
  return typing.cast(typing.Optional[builtins.str], result)
@@ -834,7 +834,7 @@ class AlertChannelConfigA:
834
834
  def teams(self) -> typing.Optional[builtins.str]:
835
835
  '''A set of teams for targeting notifications. Multiple values are comma separated.
836
836
 
837
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#teams AlertChannel#teams}
837
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#teams AlertChannel#teams}
838
838
  '''
839
839
  result = self._values.get("teams")
840
840
  return typing.cast(typing.Optional[builtins.str], result)
@@ -843,7 +843,7 @@ class AlertChannelConfigA:
843
843
  def url(self) -> typing.Optional[builtins.str]:
844
844
  '''Your organization's Slack URL.
845
845
 
846
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#url AlertChannel#url}
846
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#url AlertChannel#url}
847
847
  '''
848
848
  result = self._values.get("url")
849
849
  return typing.cast(typing.Optional[builtins.str], result)
@@ -852,7 +852,7 @@ class AlertChannelConfigA:
852
852
  def user_id(self) -> typing.Optional[builtins.str]:
853
853
  '''The user ID for use with the user channel type.
854
854
 
855
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/alert_channel#user_id AlertChannel#user_id}
855
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/alert_channel#user_id AlertChannel#user_id}
856
856
  '''
857
857
  result = self._values.get("user_id")
858
858
  return typing.cast(typing.Optional[builtins.str], result)