cdktf-cdktf-provider-newrelic 13.7.3__py3-none-any.whl → 13.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.8.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +82 -82
- 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.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.3.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.3.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_monitor_downtime`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_monitor_downtime`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_monitor_downtime`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
73
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
83
|
-
:param end_repeat: end_repeat block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
84
|
-
:param frequency: frequency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
85
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.
|
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.
|
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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency}
|
85
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.72.0/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.72.0/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.
|
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.72.0/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.
|
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.
|
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.72.0/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.72.0/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.
|
171
|
-
:param days_of_week: days_of_week block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.72.0/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.72.0/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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
451
|
-
:param end_repeat: end_repeat block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
452
|
-
:param frequency: frequency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
453
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.
|
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.
|
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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency}
|
453
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.72.0/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.72.0/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.
|
585
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
595
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
605
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
615
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
625
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
637
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
646
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
655
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
662
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
674
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
683
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
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.
|
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.72.0/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.72.0/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.
|
730
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
739
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
845
|
-
:param days_of_week: days_of_week block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.72.0/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.72.0/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.
|
863
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
872
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
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.
|
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.72.0/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.72.0/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.
|
918
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
928
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/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.
|
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.
|
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.72.0/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.72.0/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
|