cdktf-cdktf-provider-newrelic 13.6.2__py3-none-any.whl → 13.7.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.
- cdktf_cdktf_provider_newrelic/__init__.py +5 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +56 -56
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +1029 -0
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1224 -1224
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.6.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_notification_channel`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_notification_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_notification_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class NotificationChannel(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.notificationChannel.NotificationChannel",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel newrelic_notification_channel}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -68,19 +68,19 @@ class NotificationChannel(
|
|
68
68
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
69
69
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
70
70
|
) -> None:
|
71
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel newrelic_notification_channel} Resource.
|
72
72
|
|
73
73
|
:param scope: The scope in which to define this construct.
|
74
74
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
75
|
-
:param destination_id: (Required) The id of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
76
|
-
:param name: (Required) The name of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param product: (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
78
|
-
:param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
79
|
-
:param type: (Required) The type of the channel. One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, 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.
|
80
|
-
:param account_id: The account id of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
81
|
-
:param active: Indicates whether the channel is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
82
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
83
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
+
:param destination_id: (Required) The id of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id}
|
76
|
+
: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/notification_channel#name NotificationChannel#name}
|
77
|
+
:param product: (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#product NotificationChannel#product}
|
78
|
+
:param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#property NotificationChannel#property}
|
79
|
+
:param type: (Required) The type of the channel. One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, 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.0/docs/resources/notification_channel#type NotificationChannel#type}
|
80
|
+
:param account_id: The account id of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#account_id NotificationChannel#account_id}
|
81
|
+
:param active: Indicates whether the channel is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#active NotificationChannel#active}
|
82
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#id NotificationChannel#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.
|
83
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts}
|
84
84
|
:param connection:
|
85
85
|
:param count:
|
86
86
|
:param depends_on:
|
@@ -127,7 +127,7 @@ class NotificationChannel(
|
|
127
127
|
|
128
128
|
:param scope: The scope in which to define this construct.
|
129
129
|
:param import_to_id: The construct id used in the generated config for the NotificationChannel to import.
|
130
|
-
:param import_from_id: The id of the existing NotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
130
|
+
:param import_from_id: The id of the existing NotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use
|
131
131
|
:param provider: ? Optional instance of the provider where the NotificationChannel to import is found.
|
132
132
|
'''
|
133
133
|
if __debug__:
|
@@ -159,8 +159,8 @@ class NotificationChannel(
|
|
159
159
|
update: typing.Optional[builtins.str] = None,
|
160
160
|
) -> None:
|
161
161
|
'''
|
162
|
-
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
163
|
-
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
162
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#create NotificationChannel#create}.
|
163
|
+
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#update NotificationChannel#update}.
|
164
164
|
'''
|
165
165
|
value = NotificationChannelTimeouts(create=create, update=update)
|
166
166
|
|
@@ -400,15 +400,15 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
400
400
|
:param lifecycle:
|
401
401
|
:param provider:
|
402
402
|
:param provisioners:
|
403
|
-
:param destination_id: (Required) The id of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
404
|
-
:param name: (Required) The name of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
405
|
-
:param product: (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
406
|
-
:param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
407
|
-
:param type: (Required) The type of the channel. One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, 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.
|
408
|
-
:param account_id: The account id of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
409
|
-
:param active: Indicates whether the channel is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
410
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
411
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
403
|
+
:param destination_id: (Required) The id of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id}
|
404
|
+
: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/notification_channel#name NotificationChannel#name}
|
405
|
+
:param product: (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#product NotificationChannel#product}
|
406
|
+
:param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#property NotificationChannel#property}
|
407
|
+
:param type: (Required) The type of the channel. One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, 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.0/docs/resources/notification_channel#type NotificationChannel#type}
|
408
|
+
:param account_id: The account id of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#account_id NotificationChannel#account_id}
|
409
|
+
:param active: Indicates whether the channel is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#active NotificationChannel#active}
|
410
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#id NotificationChannel#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.
|
411
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts}
|
412
412
|
'''
|
413
413
|
if isinstance(lifecycle, dict):
|
414
414
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -530,7 +530,7 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
530
530
|
def destination_id(self) -> builtins.str:
|
531
531
|
'''(Required) The id of the destination.
|
532
532
|
|
533
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
533
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id}
|
534
534
|
'''
|
535
535
|
result = self._values.get("destination_id")
|
536
536
|
assert result is not None, "Required property 'destination_id' is missing"
|
@@ -540,7 +540,7 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
540
540
|
def name(self) -> builtins.str:
|
541
541
|
'''(Required) The name of the channel.
|
542
542
|
|
543
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
543
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#name NotificationChannel#name}
|
544
544
|
'''
|
545
545
|
result = self._values.get("name")
|
546
546
|
assert result is not None, "Required property 'name' is missing"
|
@@ -550,7 +550,7 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
550
550
|
def product(self) -> builtins.str:
|
551
551
|
'''(Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT).
|
552
552
|
|
553
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
553
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#product NotificationChannel#product}
|
554
554
|
'''
|
555
555
|
result = self._values.get("product")
|
556
556
|
assert result is not None, "Required property 'product' is missing"
|
@@ -562,7 +562,7 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
562
562
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["NotificationChannelProperty"]]:
|
563
563
|
'''property block.
|
564
564
|
|
565
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
565
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#property NotificationChannel#property}
|
566
566
|
'''
|
567
567
|
result = self._values.get("property")
|
568
568
|
assert result is not None, "Required property 'property' is missing"
|
@@ -574,7 +574,7 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
574
574
|
|
575
575
|
One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
|
576
576
|
|
577
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
577
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#type NotificationChannel#type}
|
578
578
|
'''
|
579
579
|
result = self._values.get("type")
|
580
580
|
assert result is not None, "Required property 'type' is missing"
|
@@ -584,7 +584,7 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
584
584
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
585
585
|
'''The account id of the channel.
|
586
586
|
|
587
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
587
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#account_id NotificationChannel#account_id}
|
588
588
|
'''
|
589
589
|
result = self._values.get("account_id")
|
590
590
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -595,14 +595,14 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
595
595
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
596
596
|
'''Indicates whether the channel is active.
|
597
597
|
|
598
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
598
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#active NotificationChannel#active}
|
599
599
|
'''
|
600
600
|
result = self._values.get("active")
|
601
601
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
602
602
|
|
603
603
|
@builtins.property
|
604
604
|
def id(self) -> typing.Optional[builtins.str]:
|
605
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
605
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#id NotificationChannel#id}.
|
606
606
|
|
607
607
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
608
608
|
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.
|
@@ -614,7 +614,7 @@ class NotificationChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
614
614
|
def timeouts(self) -> typing.Optional["NotificationChannelTimeouts"]:
|
615
615
|
'''timeouts block.
|
616
616
|
|
617
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
617
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts}
|
618
618
|
'''
|
619
619
|
result = self._values.get("timeouts")
|
620
620
|
return typing.cast(typing.Optional["NotificationChannelTimeouts"], result)
|
@@ -651,10 +651,10 @@ class NotificationChannelProperty:
|
|
651
651
|
label: typing.Optional[builtins.str] = None,
|
652
652
|
) -> None:
|
653
653
|
'''
|
654
|
-
:param key: Notification property key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
655
|
-
:param value: Notification property value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
656
|
-
:param display_value: Notification property display key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
657
|
-
:param label: Notification property label. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
654
|
+
:param key: Notification property key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#key NotificationChannel#key}
|
655
|
+
:param value: Notification property value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#value NotificationChannel#value}
|
656
|
+
:param display_value: Notification property display key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#display_value NotificationChannel#display_value}
|
657
|
+
:param label: Notification property label. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#label NotificationChannel#label}
|
658
658
|
'''
|
659
659
|
if __debug__:
|
660
660
|
type_hints = typing.get_type_hints(_typecheckingstub__6235cd005f2ed4ee7250d41a5dd6c4aac41a70b90f6a3e1618958ca7fb27963b)
|
@@ -675,7 +675,7 @@ class NotificationChannelProperty:
|
|
675
675
|
def key(self) -> builtins.str:
|
676
676
|
'''Notification property key.
|
677
677
|
|
678
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
678
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#key NotificationChannel#key}
|
679
679
|
'''
|
680
680
|
result = self._values.get("key")
|
681
681
|
assert result is not None, "Required property 'key' is missing"
|
@@ -685,7 +685,7 @@ class NotificationChannelProperty:
|
|
685
685
|
def value(self) -> builtins.str:
|
686
686
|
'''Notification property value.
|
687
687
|
|
688
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
688
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#value NotificationChannel#value}
|
689
689
|
'''
|
690
690
|
result = self._values.get("value")
|
691
691
|
assert result is not None, "Required property 'value' is missing"
|
@@ -695,7 +695,7 @@ class NotificationChannelProperty:
|
|
695
695
|
def display_value(self) -> typing.Optional[builtins.str]:
|
696
696
|
'''Notification property display key.
|
697
697
|
|
698
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
698
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#display_value NotificationChannel#display_value}
|
699
699
|
'''
|
700
700
|
result = self._values.get("display_value")
|
701
701
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -704,7 +704,7 @@ class NotificationChannelProperty:
|
|
704
704
|
def label(self) -> typing.Optional[builtins.str]:
|
705
705
|
'''Notification property label.
|
706
706
|
|
707
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
707
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#label NotificationChannel#label}
|
708
708
|
'''
|
709
709
|
result = self._values.get("label")
|
710
710
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -944,8 +944,8 @@ class NotificationChannelTimeouts:
|
|
944
944
|
update: typing.Optional[builtins.str] = None,
|
945
945
|
) -> None:
|
946
946
|
'''
|
947
|
-
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
948
|
-
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
947
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#create NotificationChannel#create}.
|
948
|
+
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#update NotificationChannel#update}.
|
949
949
|
'''
|
950
950
|
if __debug__:
|
951
951
|
type_hints = typing.get_type_hints(_typecheckingstub__c1550f2e39b71cf3715a50a512d3f04acc2cf2aee1b379062202bc64f051cb5f)
|
@@ -959,13 +959,13 @@ class NotificationChannelTimeouts:
|
|
959
959
|
|
960
960
|
@builtins.property
|
961
961
|
def create(self) -> typing.Optional[builtins.str]:
|
962
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
962
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#create NotificationChannel#create}.'''
|
963
963
|
result = self._values.get("create")
|
964
964
|
return typing.cast(typing.Optional[builtins.str], result)
|
965
965
|
|
966
966
|
@builtins.property
|
967
967
|
def update(self) -> typing.Optional[builtins.str]:
|
968
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
968
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/notification_channel#update NotificationChannel#update}.'''
|
969
969
|
result = self._values.get("update")
|
970
970
|
return typing.cast(typing.Optional[builtins.str], result)
|
971
971
|
|