cdktf-cdktf-provider-newrelic 13.7.2__py3-none-any.whl → 13.7.4__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 +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.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 +57 -57
- 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 +52 -52
- 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 +1259 -1259
- 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.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.2.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_monitor_downtime`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_monitor_downtime`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_monitor_downtime`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class MonitorDowntime(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.monitorDowntime.MonitorDowntime",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime newrelic_monitor_downtime}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -70,21 +70,21 @@ class MonitorDowntime(
|
|
70
70
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
71
71
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
72
72
|
) -> None:
|
73
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
73
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime newrelic_monitor_downtime} Resource.
|
74
74
|
|
75
75
|
:param scope: The scope in which to define this construct.
|
76
76
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
77
|
-
:param end_time: A datetime stamp signifying the end of the Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
-
:param mode: An identifier of the type of Monitor Downtime to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
79
|
-
:param name: A name to identify the Monitor Downtime to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
80
|
-
:param start_time: A datetime stamp signifying the start of the Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
81
|
-
:param time_zone: The timezone that applies to the Monitor Downtime schedule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
82
|
-
:param account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the ``account_id`` in the provider{} configuration if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
83
|
-
:param end_repeat: end_repeat block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
84
|
-
:param frequency: frequency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
85
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
86
|
-
:param maintenance_days: A list of maintenance days to be included with the created weekly Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
87
|
-
:param monitor_guids: A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
77
|
+
:param end_time: A datetime stamp signifying the end of the Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time}
|
78
|
+
:param mode: An identifier of the type of Monitor Downtime to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#mode MonitorDowntime#mode}
|
79
|
+
:param name: A name to identify the Monitor Downtime to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#name MonitorDowntime#name}
|
80
|
+
:param start_time: A datetime stamp signifying the start of the Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time}
|
81
|
+
:param time_zone: The timezone that applies to the Monitor Downtime schedule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone}
|
82
|
+
:param account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the ``account_id`` in the provider{} configuration if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id}
|
83
|
+
:param end_repeat: end_repeat block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat}
|
84
|
+
:param frequency: frequency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency}
|
85
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#id MonitorDowntime#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
86
|
+
:param maintenance_days: A list of maintenance days to be included with the created weekly Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days}
|
87
|
+
:param monitor_guids: A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids}
|
88
88
|
:param connection:
|
89
89
|
:param count:
|
90
90
|
:param depends_on:
|
@@ -133,7 +133,7 @@ class MonitorDowntime(
|
|
133
133
|
|
134
134
|
:param scope: The scope in which to define this construct.
|
135
135
|
:param import_to_id: The construct id used in the generated config for the MonitorDowntime to import.
|
136
|
-
:param import_from_id: The id of the existing MonitorDowntime that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
136
|
+
:param import_from_id: The id of the existing MonitorDowntime that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use
|
137
137
|
:param provider: ? Optional instance of the provider where the MonitorDowntime to import is found.
|
138
138
|
'''
|
139
139
|
if __debug__:
|
@@ -152,8 +152,8 @@ class MonitorDowntime(
|
|
152
152
|
on_repeat: typing.Optional[jsii.Number] = None,
|
153
153
|
) -> None:
|
154
154
|
'''
|
155
|
-
:param on_date: A date, on which the Monitor Downtime's repeat cycle is expected to end. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
156
|
-
:param on_repeat: Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
155
|
+
:param on_date: A date, on which the Monitor Downtime's repeat cycle is expected to end. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date}
|
156
|
+
:param on_repeat: Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat}
|
157
157
|
'''
|
158
158
|
value = MonitorDowntimeEndRepeat(on_date=on_date, on_repeat=on_repeat)
|
159
159
|
|
@@ -167,8 +167,8 @@ class MonitorDowntime(
|
|
167
167
|
days_of_week: typing.Optional[typing.Union["MonitorDowntimeFrequencyDaysOfWeek", typing.Dict[builtins.str, typing.Any]]] = None,
|
168
168
|
) -> None:
|
169
169
|
'''
|
170
|
-
:param days_of_month: A numerical list of days of a month on which the Monitor Downtime is scheduled to run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
171
|
-
:param days_of_week: days_of_week block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
170
|
+
:param days_of_month: A numerical list of days of a month on which the Monitor Downtime is scheduled to run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month}
|
171
|
+
:param days_of_week: days_of_week block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week}
|
172
172
|
'''
|
173
173
|
value = MonitorDowntimeFrequency(
|
174
174
|
days_of_month=days_of_month, days_of_week=days_of_week
|
@@ -442,17 +442,17 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
442
442
|
:param lifecycle:
|
443
443
|
:param provider:
|
444
444
|
:param provisioners:
|
445
|
-
:param end_time: A datetime stamp signifying the end of the Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
446
|
-
:param mode: An identifier of the type of Monitor Downtime to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
447
|
-
:param name: A name to identify the Monitor Downtime to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
448
|
-
:param start_time: A datetime stamp signifying the start of the Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
449
|
-
:param time_zone: The timezone that applies to the Monitor Downtime schedule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
450
|
-
:param account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the ``account_id`` in the provider{} configuration if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
451
|
-
:param end_repeat: end_repeat block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
452
|
-
:param frequency: frequency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
453
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
454
|
-
:param maintenance_days: A list of maintenance days to be included with the created weekly Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
455
|
-
:param monitor_guids: A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
445
|
+
:param end_time: A datetime stamp signifying the end of the Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time}
|
446
|
+
:param mode: An identifier of the type of Monitor Downtime to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#mode MonitorDowntime#mode}
|
447
|
+
:param name: A name to identify the Monitor Downtime to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#name MonitorDowntime#name}
|
448
|
+
:param start_time: A datetime stamp signifying the start of the Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time}
|
449
|
+
:param time_zone: The timezone that applies to the Monitor Downtime schedule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone}
|
450
|
+
:param account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the ``account_id`` in the provider{} configuration if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id}
|
451
|
+
:param end_repeat: end_repeat block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat}
|
452
|
+
:param frequency: frequency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency}
|
453
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#id MonitorDowntime#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.
|
454
|
+
:param maintenance_days: A list of maintenance days to be included with the created weekly Monitor Downtime. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days}
|
455
|
+
:param monitor_guids: A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids}
|
456
456
|
'''
|
457
457
|
if isinstance(lifecycle, dict):
|
458
458
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -582,7 +582,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
582
582
|
def end_time(self) -> builtins.str:
|
583
583
|
'''A datetime stamp signifying the end of the Monitor Downtime.
|
584
584
|
|
585
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
585
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time}
|
586
586
|
'''
|
587
587
|
result = self._values.get("end_time")
|
588
588
|
assert result is not None, "Required property 'end_time' is missing"
|
@@ -592,7 +592,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
592
592
|
def mode(self) -> builtins.str:
|
593
593
|
'''An identifier of the type of Monitor Downtime to be created.
|
594
594
|
|
595
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
595
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#mode MonitorDowntime#mode}
|
596
596
|
'''
|
597
597
|
result = self._values.get("mode")
|
598
598
|
assert result is not None, "Required property 'mode' is missing"
|
@@ -602,7 +602,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
602
602
|
def name(self) -> builtins.str:
|
603
603
|
'''A name to identify the Monitor Downtime to be created.
|
604
604
|
|
605
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
605
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#name MonitorDowntime#name}
|
606
606
|
'''
|
607
607
|
result = self._values.get("name")
|
608
608
|
assert result is not None, "Required property 'name' is missing"
|
@@ -612,7 +612,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
612
612
|
def start_time(self) -> builtins.str:
|
613
613
|
'''A datetime stamp signifying the start of the Monitor Downtime.
|
614
614
|
|
615
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
615
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time}
|
616
616
|
'''
|
617
617
|
result = self._values.get("start_time")
|
618
618
|
assert result is not None, "Required property 'start_time' is missing"
|
@@ -622,7 +622,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
622
622
|
def time_zone(self) -> builtins.str:
|
623
623
|
'''The timezone that applies to the Monitor Downtime schedule.
|
624
624
|
|
625
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
625
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone}
|
626
626
|
'''
|
627
627
|
result = self._values.get("time_zone")
|
628
628
|
assert result is not None, "Required property 'time_zone' is missing"
|
@@ -634,7 +634,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
634
634
|
|
635
635
|
Defaults to the ``account_id`` in the provider{} configuration if not specified.
|
636
636
|
|
637
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
637
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id}
|
638
638
|
'''
|
639
639
|
result = self._values.get("account_id")
|
640
640
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -643,7 +643,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
643
643
|
def end_repeat(self) -> typing.Optional["MonitorDowntimeEndRepeat"]:
|
644
644
|
'''end_repeat block.
|
645
645
|
|
646
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
646
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat}
|
647
647
|
'''
|
648
648
|
result = self._values.get("end_repeat")
|
649
649
|
return typing.cast(typing.Optional["MonitorDowntimeEndRepeat"], result)
|
@@ -652,14 +652,14 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
652
652
|
def frequency(self) -> typing.Optional["MonitorDowntimeFrequency"]:
|
653
653
|
'''frequency block.
|
654
654
|
|
655
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
655
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency}
|
656
656
|
'''
|
657
657
|
result = self._values.get("frequency")
|
658
658
|
return typing.cast(typing.Optional["MonitorDowntimeFrequency"], result)
|
659
659
|
|
660
660
|
@builtins.property
|
661
661
|
def id(self) -> typing.Optional[builtins.str]:
|
662
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
662
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#id MonitorDowntime#id}.
|
663
663
|
|
664
664
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
665
665
|
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.
|
@@ -671,7 +671,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
671
671
|
def maintenance_days(self) -> typing.Optional[typing.List[builtins.str]]:
|
672
672
|
'''A list of maintenance days to be included with the created weekly Monitor Downtime.
|
673
673
|
|
674
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
674
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days}
|
675
675
|
'''
|
676
676
|
result = self._values.get("maintenance_days")
|
677
677
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -680,7 +680,7 @@ class MonitorDowntimeConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
680
680
|
def monitor_guids(self) -> typing.Optional[typing.List[builtins.str]]:
|
681
681
|
'''A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied.
|
682
682
|
|
683
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
683
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids}
|
684
684
|
'''
|
685
685
|
result = self._values.get("monitor_guids")
|
686
686
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -710,8 +710,8 @@ class MonitorDowntimeEndRepeat:
|
|
710
710
|
on_repeat: typing.Optional[jsii.Number] = None,
|
711
711
|
) -> None:
|
712
712
|
'''
|
713
|
-
:param on_date: A date, on which the Monitor Downtime's repeat cycle is expected to end. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
714
|
-
:param on_repeat: Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
713
|
+
:param on_date: A date, on which the Monitor Downtime's repeat cycle is expected to end. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date}
|
714
|
+
:param on_repeat: Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat}
|
715
715
|
'''
|
716
716
|
if __debug__:
|
717
717
|
type_hints = typing.get_type_hints(_typecheckingstub__74bd9c03b5fe81f9bf4e6fe656a65c61fbf8f676809b9547f32b91e376dd1d41)
|
@@ -727,7 +727,7 @@ class MonitorDowntimeEndRepeat:
|
|
727
727
|
def on_date(self) -> typing.Optional[builtins.str]:
|
728
728
|
'''A date, on which the Monitor Downtime's repeat cycle is expected to end.
|
729
729
|
|
730
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
730
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date}
|
731
731
|
'''
|
732
732
|
result = self._values.get("on_date")
|
733
733
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -736,7 +736,7 @@ class MonitorDowntimeEndRepeat:
|
|
736
736
|
def on_repeat(self) -> typing.Optional[jsii.Number]:
|
737
737
|
'''Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end.
|
738
738
|
|
739
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
739
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat}
|
740
740
|
'''
|
741
741
|
result = self._values.get("on_repeat")
|
742
742
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -841,8 +841,8 @@ class MonitorDowntimeFrequency:
|
|
841
841
|
days_of_week: typing.Optional[typing.Union["MonitorDowntimeFrequencyDaysOfWeek", typing.Dict[builtins.str, typing.Any]]] = None,
|
842
842
|
) -> None:
|
843
843
|
'''
|
844
|
-
:param days_of_month: A numerical list of days of a month on which the Monitor Downtime is scheduled to run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
845
|
-
:param days_of_week: days_of_week block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
844
|
+
:param days_of_month: A numerical list of days of a month on which the Monitor Downtime is scheduled to run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month}
|
845
|
+
:param days_of_week: days_of_week block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week}
|
846
846
|
'''
|
847
847
|
if isinstance(days_of_week, dict):
|
848
848
|
days_of_week = MonitorDowntimeFrequencyDaysOfWeek(**days_of_week)
|
@@ -860,7 +860,7 @@ class MonitorDowntimeFrequency:
|
|
860
860
|
def days_of_month(self) -> typing.Optional[typing.List[jsii.Number]]:
|
861
861
|
'''A numerical list of days of a month on which the Monitor Downtime is scheduled to run.
|
862
862
|
|
863
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
863
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month}
|
864
864
|
'''
|
865
865
|
result = self._values.get("days_of_month")
|
866
866
|
return typing.cast(typing.Optional[typing.List[jsii.Number]], result)
|
@@ -869,7 +869,7 @@ class MonitorDowntimeFrequency:
|
|
869
869
|
def days_of_week(self) -> typing.Optional["MonitorDowntimeFrequencyDaysOfWeek"]:
|
870
870
|
'''days_of_week block.
|
871
871
|
|
872
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
872
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week}
|
873
873
|
'''
|
874
874
|
result = self._values.get("days_of_week")
|
875
875
|
return typing.cast(typing.Optional["MonitorDowntimeFrequencyDaysOfWeek"], result)
|
@@ -899,8 +899,8 @@ class MonitorDowntimeFrequencyDaysOfWeek:
|
|
899
899
|
week_day: builtins.str,
|
900
900
|
) -> None:
|
901
901
|
'''
|
902
|
-
:param ordinal_day_of_month: An occurrence of the day selected within the month. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
903
|
-
:param week_day: The day of the week on which the Monitor Downtime would run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
902
|
+
:param ordinal_day_of_month: An occurrence of the day selected within the month. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month}
|
903
|
+
:param week_day: The day of the week on which the Monitor Downtime would run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day}
|
904
904
|
'''
|
905
905
|
if __debug__:
|
906
906
|
type_hints = typing.get_type_hints(_typecheckingstub__cf7592de7ad276a459285f0b26de794971c22a6f5ca5575a08782186338e2963)
|
@@ -915,7 +915,7 @@ class MonitorDowntimeFrequencyDaysOfWeek:
|
|
915
915
|
def ordinal_day_of_month(self) -> builtins.str:
|
916
916
|
'''An occurrence of the day selected within the month.
|
917
917
|
|
918
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
918
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month}
|
919
919
|
'''
|
920
920
|
result = self._values.get("ordinal_day_of_month")
|
921
921
|
assert result is not None, "Required property 'ordinal_day_of_month' is missing"
|
@@ -925,7 +925,7 @@ class MonitorDowntimeFrequencyDaysOfWeek:
|
|
925
925
|
def week_day(self) -> builtins.str:
|
926
926
|
'''The day of the week on which the Monitor Downtime would run.
|
927
927
|
|
928
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
928
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day}
|
929
929
|
'''
|
930
930
|
result = self._values.get("week_day")
|
931
931
|
assert result is not None, "Required property 'week_day' is missing"
|
@@ -1041,8 +1041,8 @@ class MonitorDowntimeFrequencyOutputReference(
|
|
1041
1041
|
week_day: builtins.str,
|
1042
1042
|
) -> None:
|
1043
1043
|
'''
|
1044
|
-
:param ordinal_day_of_month: An occurrence of the day selected within the month. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1045
|
-
:param week_day: The day of the week on which the Monitor Downtime would run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1044
|
+
:param ordinal_day_of_month: An occurrence of the day selected within the month. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month}
|
1045
|
+
:param week_day: The day of the week on which the Monitor Downtime would run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day}
|
1046
1046
|
'''
|
1047
1047
|
value = MonitorDowntimeFrequencyDaysOfWeek(
|
1048
1048
|
ordinal_day_of_month=ordinal_day_of_month, week_day=week_day
|
@@ -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.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_notification_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
71
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
76
|
-
:param name: (Required) The name of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
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.
|
78
|
-
:param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
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.
|
80
|
-
:param account_id: The account id of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
81
|
-
:param active: Indicates whether the channel is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
82
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
83
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
75
|
+
:param destination_id: (Required) The id of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.6/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.6/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.6/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.6/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.6/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.6/docs/resources/notification_channel#active NotificationChannel#active}
|
82
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.6/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.70.
|
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.6/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.70.
|
163
|
-
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
162
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/notification_channel#create NotificationChannel#create}.
|
163
|
+
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
404
|
-
:param name: (Required) The name of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
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.
|
406
|
-
:param property: property block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
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.
|
408
|
-
:param account_id: The account id of the channel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
409
|
-
:param active: Indicates whether the channel is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
410
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
411
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
403
|
+
:param destination_id: (Required) The id of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.6/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.6/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.6/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.6/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.6/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.6/docs/resources/notification_channel#active NotificationChannel#active}
|
410
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.6/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.70.
|
533
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
543
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
553
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
565
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
577
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
587
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
598
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
605
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
617
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
655
|
-
:param value: Notification property value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
656
|
-
:param display_value: Notification property display key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
657
|
-
:param label: Notification property label. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
654
|
+
:param key: Notification property key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.6/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.6/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.6/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.70.
|
678
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
688
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
698
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
707
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
948
|
-
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
947
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/notification_channel#create NotificationChannel#create}.
|
948
|
+
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
962
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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.70.
|
968
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/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
|
|