cdktf-cdktf-provider-pagerduty 13.11.5__py3-none-any.whl → 13.11.7__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +19 -4
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.7.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +68 -53
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +44 -29
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +51 -36
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +213 -198
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +49 -34
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +66 -51
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +222 -207
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +49 -34
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +108 -93
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +38 -23
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +56 -41
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +61 -46
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +47 -32
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -35
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +71 -56
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +141 -126
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +63 -48
- cdktf_cdktf_provider_pagerduty/service/__init__.py +138 -123
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +37 -22
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +133 -118
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +106 -91
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +47 -32
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/team/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/user/__init__.py +50 -35
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +36 -21
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +57 -42
- {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/METADATA +6 -6
- cdktf_cdktf_provider_pagerduty-13.11.7.dist-info/RECORD +82 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.5.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.11.5.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_event_orchestration_global`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -16,7 +16,22 @@ import jsii
|
|
16
16
|
import publication
|
17
17
|
import typing_extensions
|
18
18
|
|
19
|
-
|
19
|
+
import typeguard
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
22
|
+
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
26
|
+
else:
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
28
|
+
pass
|
29
|
+
else:
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
33
|
+
else:
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
20
35
|
|
21
36
|
from .._jsii import *
|
22
37
|
|
@@ -29,7 +44,7 @@ class EventOrchestrationGlobal(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobal",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -48,14 +63,14 @@ class EventOrchestrationGlobal(
|
|
48
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
64
|
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,
|
50
65
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
|
52
67
|
|
53
68
|
:param scope: The scope in which to define this construct.
|
54
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
55
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
56
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
57
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
70
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
|
71
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
|
72
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
|
59
74
|
:param connection:
|
60
75
|
:param count:
|
61
76
|
:param depends_on:
|
@@ -97,7 +112,7 @@ class EventOrchestrationGlobal(
|
|
97
112
|
|
98
113
|
:param scope: The scope in which to define this construct.
|
99
114
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationGlobal to import.
|
100
|
-
:param import_from_id: The id of the existing EventOrchestrationGlobal that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
115
|
+
:param import_from_id: The id of the existing EventOrchestrationGlobal that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
|
101
116
|
:param provider: ? Optional instance of the provider where the EventOrchestrationGlobal to import is found.
|
102
117
|
'''
|
103
118
|
if __debug__:
|
@@ -115,7 +130,7 @@ class EventOrchestrationGlobal(
|
|
115
130
|
actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
116
131
|
) -> None:
|
117
132
|
'''
|
118
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
133
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
119
134
|
'''
|
120
135
|
value = EventOrchestrationGlobalCatchAll(actions=actions)
|
121
136
|
|
@@ -220,7 +235,7 @@ class EventOrchestrationGlobalCatchAll:
|
|
220
235
|
actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
221
236
|
) -> None:
|
222
237
|
'''
|
223
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
238
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
224
239
|
'''
|
225
240
|
if isinstance(actions, dict):
|
226
241
|
actions = EventOrchestrationGlobalCatchAllActions(**actions)
|
@@ -235,7 +250,7 @@ class EventOrchestrationGlobalCatchAll:
|
|
235
250
|
def actions(self) -> "EventOrchestrationGlobalCatchAllActions":
|
236
251
|
'''actions block.
|
237
252
|
|
238
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
253
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
239
254
|
'''
|
240
255
|
result = self._values.get("actions")
|
241
256
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -291,19 +306,19 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
291
306
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
292
307
|
) -> None:
|
293
308
|
'''
|
294
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
295
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
296
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
297
|
-
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
298
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
299
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
300
|
-
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
301
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
302
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
303
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
304
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
305
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
306
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
309
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
310
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
311
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
312
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
|
313
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
314
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
315
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
316
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
317
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
318
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
319
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
320
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
321
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
307
322
|
'''
|
308
323
|
if isinstance(automation_action, dict):
|
309
324
|
automation_action = EventOrchestrationGlobalCatchAllActionsAutomationAction(**automation_action)
|
@@ -352,7 +367,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
352
367
|
|
353
368
|
@builtins.property
|
354
369
|
def annotate(self) -> typing.Optional[builtins.str]:
|
355
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
370
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
|
356
371
|
result = self._values.get("annotate")
|
357
372
|
return typing.cast(typing.Optional[builtins.str], result)
|
358
373
|
|
@@ -362,7 +377,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
362
377
|
) -> typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"]:
|
363
378
|
'''automation_action block.
|
364
379
|
|
365
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
380
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
366
381
|
'''
|
367
382
|
result = self._values.get("automation_action")
|
368
383
|
return typing.cast(typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"], result)
|
@@ -371,19 +386,19 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
371
386
|
def drop_event(
|
372
387
|
self,
|
373
388
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
374
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
389
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
|
375
390
|
result = self._values.get("drop_event")
|
376
391
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
377
392
|
|
378
393
|
@builtins.property
|
379
394
|
def escalation_policy(self) -> typing.Optional[builtins.str]:
|
380
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
395
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.'''
|
381
396
|
result = self._values.get("escalation_policy")
|
382
397
|
return typing.cast(typing.Optional[builtins.str], result)
|
383
398
|
|
384
399
|
@builtins.property
|
385
400
|
def event_action(self) -> typing.Optional[builtins.str]:
|
386
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
401
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
|
387
402
|
result = self._values.get("event_action")
|
388
403
|
return typing.cast(typing.Optional[builtins.str], result)
|
389
404
|
|
@@ -393,7 +408,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
393
408
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]]:
|
394
409
|
'''extraction block.
|
395
410
|
|
396
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
411
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
397
412
|
'''
|
398
413
|
result = self._values.get("extraction")
|
399
414
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]], result)
|
@@ -404,26 +419,26 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
404
419
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]]:
|
405
420
|
'''incident_custom_field_update block.
|
406
421
|
|
407
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
422
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
408
423
|
'''
|
409
424
|
result = self._values.get("incident_custom_field_update")
|
410
425
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]], result)
|
411
426
|
|
412
427
|
@builtins.property
|
413
428
|
def priority(self) -> typing.Optional[builtins.str]:
|
414
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
429
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
|
415
430
|
result = self._values.get("priority")
|
416
431
|
return typing.cast(typing.Optional[builtins.str], result)
|
417
432
|
|
418
433
|
@builtins.property
|
419
434
|
def route_to(self) -> typing.Optional[builtins.str]:
|
420
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
435
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
|
421
436
|
result = self._values.get("route_to")
|
422
437
|
return typing.cast(typing.Optional[builtins.str], result)
|
423
438
|
|
424
439
|
@builtins.property
|
425
440
|
def severity(self) -> typing.Optional[builtins.str]:
|
426
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
441
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
|
427
442
|
result = self._values.get("severity")
|
428
443
|
return typing.cast(typing.Optional[builtins.str], result)
|
429
444
|
|
@@ -431,13 +446,13 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
431
446
|
def suppress(
|
432
447
|
self,
|
433
448
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
434
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
449
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
|
435
450
|
result = self._values.get("suppress")
|
436
451
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
437
452
|
|
438
453
|
@builtins.property
|
439
454
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
440
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
455
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
|
441
456
|
result = self._values.get("suspend")
|
442
457
|
return typing.cast(typing.Optional[jsii.Number], result)
|
443
458
|
|
@@ -447,7 +462,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
447
462
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]]:
|
448
463
|
'''variable block.
|
449
464
|
|
450
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
465
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
451
466
|
'''
|
452
467
|
result = self._values.get("variable")
|
453
468
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]], result)
|
@@ -486,11 +501,11 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
486
501
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
487
502
|
) -> None:
|
488
503
|
'''
|
489
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
490
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
491
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
492
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
493
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
504
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
505
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
506
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
507
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
508
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
494
509
|
'''
|
495
510
|
if __debug__:
|
496
511
|
type_hints = typing.get_type_hints(_typecheckingstub__3aa7554157c3709e9796076b823722a932d57649b3cd18925319019ab07058f4)
|
@@ -512,14 +527,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
512
527
|
|
513
528
|
@builtins.property
|
514
529
|
def name(self) -> builtins.str:
|
515
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
530
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
516
531
|
result = self._values.get("name")
|
517
532
|
assert result is not None, "Required property 'name' is missing"
|
518
533
|
return typing.cast(builtins.str, result)
|
519
534
|
|
520
535
|
@builtins.property
|
521
536
|
def url(self) -> builtins.str:
|
522
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
537
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
|
523
538
|
result = self._values.get("url")
|
524
539
|
assert result is not None, "Required property 'url' is missing"
|
525
540
|
return typing.cast(builtins.str, result)
|
@@ -528,7 +543,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
528
543
|
def auto_send(
|
529
544
|
self,
|
530
545
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
531
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
546
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
|
532
547
|
result = self._values.get("auto_send")
|
533
548
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
534
549
|
|
@@ -538,7 +553,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
538
553
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]]:
|
539
554
|
'''header block.
|
540
555
|
|
541
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
556
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
542
557
|
'''
|
543
558
|
result = self._values.get("header")
|
544
559
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]], result)
|
@@ -549,7 +564,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
549
564
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]]:
|
550
565
|
'''parameter block.
|
551
566
|
|
552
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
567
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
553
568
|
'''
|
554
569
|
result = self._values.get("parameter")
|
555
570
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]], result)
|
@@ -574,8 +589,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
574
589
|
class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
|
575
590
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
576
591
|
'''
|
577
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
578
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
592
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
593
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
579
594
|
'''
|
580
595
|
if __debug__:
|
581
596
|
type_hints = typing.get_type_hints(_typecheckingstub__25d6263f7f939f16ce5239b58a28df658272be7a72592fe257cae14ddceb0570)
|
@@ -588,14 +603,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
|
|
588
603
|
|
589
604
|
@builtins.property
|
590
605
|
def key(self) -> builtins.str:
|
591
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
606
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
592
607
|
result = self._values.get("key")
|
593
608
|
assert result is not None, "Required property 'key' is missing"
|
594
609
|
return typing.cast(builtins.str, result)
|
595
610
|
|
596
611
|
@builtins.property
|
597
612
|
def value(self) -> builtins.str:
|
598
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
613
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
599
614
|
result = self._values.get("value")
|
600
615
|
assert result is not None, "Required property 'value' is missing"
|
601
616
|
return typing.cast(builtins.str, result)
|
@@ -951,8 +966,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputReference(
|
|
951
966
|
class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
|
952
967
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
953
968
|
'''
|
954
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
955
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
969
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
970
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
956
971
|
'''
|
957
972
|
if __debug__:
|
958
973
|
type_hints = typing.get_type_hints(_typecheckingstub__e8bf5cff7ab8d977bde6247d8b87a97cacc34598a770f783a035182d2b9a6bdf)
|
@@ -965,14 +980,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
|
|
965
980
|
|
966
981
|
@builtins.property
|
967
982
|
def key(self) -> builtins.str:
|
968
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
983
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
969
984
|
result = self._values.get("key")
|
970
985
|
assert result is not None, "Required property 'key' is missing"
|
971
986
|
return typing.cast(builtins.str, result)
|
972
987
|
|
973
988
|
@builtins.property
|
974
989
|
def value(self) -> builtins.str:
|
975
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
990
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
976
991
|
result = self._values.get("value")
|
977
992
|
assert result is not None, "Required property 'value' is missing"
|
978
993
|
return typing.cast(builtins.str, result)
|
@@ -1180,10 +1195,10 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
|
|
1180
1195
|
template: typing.Optional[builtins.str] = None,
|
1181
1196
|
) -> None:
|
1182
1197
|
'''
|
1183
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1184
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1185
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1186
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1198
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
|
1199
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
|
1200
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
|
1201
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
|
1187
1202
|
'''
|
1188
1203
|
if __debug__:
|
1189
1204
|
type_hints = typing.get_type_hints(_typecheckingstub__8c13c1c34aa2f8009fb969c1c9b9b3e863409eea556e7a2290eb65cdfb019a16)
|
@@ -1203,26 +1218,26 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
|
|
1203
1218
|
|
1204
1219
|
@builtins.property
|
1205
1220
|
def target(self) -> builtins.str:
|
1206
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1221
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
|
1207
1222
|
result = self._values.get("target")
|
1208
1223
|
assert result is not None, "Required property 'target' is missing"
|
1209
1224
|
return typing.cast(builtins.str, result)
|
1210
1225
|
|
1211
1226
|
@builtins.property
|
1212
1227
|
def regex(self) -> typing.Optional[builtins.str]:
|
1213
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1228
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
|
1214
1229
|
result = self._values.get("regex")
|
1215
1230
|
return typing.cast(typing.Optional[builtins.str], result)
|
1216
1231
|
|
1217
1232
|
@builtins.property
|
1218
1233
|
def source(self) -> typing.Optional[builtins.str]:
|
1219
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1234
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
|
1220
1235
|
result = self._values.get("source")
|
1221
1236
|
return typing.cast(typing.Optional[builtins.str], result)
|
1222
1237
|
|
1223
1238
|
@builtins.property
|
1224
1239
|
def template(self) -> typing.Optional[builtins.str]:
|
1225
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1240
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
|
1226
1241
|
result = self._values.get("template")
|
1227
1242
|
return typing.cast(typing.Optional[builtins.str], result)
|
1228
1243
|
|
@@ -1463,8 +1478,8 @@ class EventOrchestrationGlobalCatchAllActionsExtractionOutputReference(
|
|
1463
1478
|
class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
|
1464
1479
|
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
1465
1480
|
'''
|
1466
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1467
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1481
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
|
1482
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
1468
1483
|
'''
|
1469
1484
|
if __debug__:
|
1470
1485
|
type_hints = typing.get_type_hints(_typecheckingstub__b375c4b1d808a3f460f31e3cf8a8afd1bf9ad8635ace71d2f46d2ab4d18a3978)
|
@@ -1477,7 +1492,7 @@ class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
|
|
1477
1492
|
|
1478
1493
|
@builtins.property
|
1479
1494
|
def id(self) -> builtins.str:
|
1480
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1495
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
1481
1496
|
|
1482
1497
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1483
1498
|
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.
|
@@ -1488,7 +1503,7 @@ class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
|
|
1488
1503
|
|
1489
1504
|
@builtins.property
|
1490
1505
|
def value(self) -> builtins.str:
|
1491
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1506
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
1492
1507
|
result = self._values.get("value")
|
1493
1508
|
assert result is not None, "Required property 'value' is missing"
|
1494
1509
|
return typing.cast(builtins.str, result)
|
@@ -1707,11 +1722,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1707
1722
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1708
1723
|
) -> None:
|
1709
1724
|
'''
|
1710
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1711
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1712
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1713
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1714
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1725
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
1726
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
1727
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
1728
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
1729
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
1715
1730
|
'''
|
1716
1731
|
value = EventOrchestrationGlobalCatchAllActionsAutomationAction(
|
1717
1732
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -2058,10 +2073,10 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
|
|
2058
2073
|
value: builtins.str,
|
2059
2074
|
) -> None:
|
2060
2075
|
'''
|
2061
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2062
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2063
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2064
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2076
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
2077
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
|
2078
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
|
2079
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
2065
2080
|
'''
|
2066
2081
|
if __debug__:
|
2067
2082
|
type_hints = typing.get_type_hints(_typecheckingstub__3d0aeb509773364475895da1136016fd834150cbcd65e6a3c334ee82dbaf2482)
|
@@ -2078,28 +2093,28 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
|
|
2078
2093
|
|
2079
2094
|
@builtins.property
|
2080
2095
|
def name(self) -> builtins.str:
|
2081
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2096
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
2082
2097
|
result = self._values.get("name")
|
2083
2098
|
assert result is not None, "Required property 'name' is missing"
|
2084
2099
|
return typing.cast(builtins.str, result)
|
2085
2100
|
|
2086
2101
|
@builtins.property
|
2087
2102
|
def path(self) -> builtins.str:
|
2088
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2103
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
|
2089
2104
|
result = self._values.get("path")
|
2090
2105
|
assert result is not None, "Required property 'path' is missing"
|
2091
2106
|
return typing.cast(builtins.str, result)
|
2092
2107
|
|
2093
2108
|
@builtins.property
|
2094
2109
|
def type(self) -> builtins.str:
|
2095
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2110
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
|
2096
2111
|
result = self._values.get("type")
|
2097
2112
|
assert result is not None, "Required property 'type' is missing"
|
2098
2113
|
return typing.cast(builtins.str, result)
|
2099
2114
|
|
2100
2115
|
@builtins.property
|
2101
2116
|
def value(self) -> builtins.str:
|
2102
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2117
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
2103
2118
|
result = self._values.get("value")
|
2104
2119
|
assert result is not None, "Required property 'value' is missing"
|
2105
2120
|
return typing.cast(builtins.str, result)
|
@@ -2360,19 +2375,19 @@ class EventOrchestrationGlobalCatchAllOutputReference(
|
|
2360
2375
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2361
2376
|
) -> None:
|
2362
2377
|
'''
|
2363
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2364
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2365
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2366
|
-
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2367
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2368
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2369
|
-
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2370
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2371
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2372
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2373
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2374
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2375
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2378
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
2379
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
2380
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
2381
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
|
2382
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
2383
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
2384
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
2385
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
2386
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
2387
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
2388
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
2389
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
2390
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
2376
2391
|
'''
|
2377
2392
|
value = EventOrchestrationGlobalCatchAllActions(
|
2378
2393
|
annotate=annotate,
|
@@ -2459,10 +2474,10 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2459
2474
|
:param lifecycle:
|
2460
2475
|
:param provider:
|
2461
2476
|
:param provisioners:
|
2462
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2463
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2464
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2465
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2477
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
|
2478
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
|
2479
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
2480
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
|
2466
2481
|
'''
|
2467
2482
|
if isinstance(lifecycle, dict):
|
2468
2483
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2571,7 +2586,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2571
2586
|
def catch_all(self) -> EventOrchestrationGlobalCatchAll:
|
2572
2587
|
'''catch_all block.
|
2573
2588
|
|
2574
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2589
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
|
2575
2590
|
'''
|
2576
2591
|
result = self._values.get("catch_all")
|
2577
2592
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -2579,7 +2594,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2579
2594
|
|
2580
2595
|
@builtins.property
|
2581
2596
|
def event_orchestration(self) -> builtins.str:
|
2582
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2597
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
|
2583
2598
|
result = self._values.get("event_orchestration")
|
2584
2599
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
2585
2600
|
return typing.cast(builtins.str, result)
|
@@ -2590,7 +2605,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2590
2605
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSet"]]:
|
2591
2606
|
'''set block.
|
2592
2607
|
|
2593
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2608
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
2594
2609
|
'''
|
2595
2610
|
result = self._values.get("set")
|
2596
2611
|
assert result is not None, "Required property 'set' is missing"
|
@@ -2598,7 +2613,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2598
2613
|
|
2599
2614
|
@builtins.property
|
2600
2615
|
def id(self) -> typing.Optional[builtins.str]:
|
2601
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2616
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
2602
2617
|
|
2603
2618
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2604
2619
|
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.
|
@@ -2631,8 +2646,8 @@ class EventOrchestrationGlobalSet:
|
|
2631
2646
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2632
2647
|
) -> None:
|
2633
2648
|
'''
|
2634
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2635
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2649
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
|
2650
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
|
2636
2651
|
'''
|
2637
2652
|
if __debug__:
|
2638
2653
|
type_hints = typing.get_type_hints(_typecheckingstub__305a6830506cb32487336526cc8631fb7f7318d68a61dabd395b65df1c2d7f56)
|
@@ -2646,7 +2661,7 @@ class EventOrchestrationGlobalSet:
|
|
2646
2661
|
|
2647
2662
|
@builtins.property
|
2648
2663
|
def id(self) -> builtins.str:
|
2649
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2664
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
2650
2665
|
|
2651
2666
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2652
2667
|
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.
|
@@ -2661,7 +2676,7 @@ class EventOrchestrationGlobalSet:
|
|
2661
2676
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]]:
|
2662
2677
|
'''rule block.
|
2663
2678
|
|
2664
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2679
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
|
2665
2680
|
'''
|
2666
2681
|
result = self._values.get("rule")
|
2667
2682
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]], result)
|
@@ -2878,10 +2893,10 @@ class EventOrchestrationGlobalSetRule:
|
|
2878
2893
|
label: typing.Optional[builtins.str] = None,
|
2879
2894
|
) -> None:
|
2880
2895
|
'''
|
2881
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2882
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2883
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2884
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2896
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
2897
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
|
2898
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
|
2899
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
|
2885
2900
|
'''
|
2886
2901
|
if isinstance(actions, dict):
|
2887
2902
|
actions = EventOrchestrationGlobalSetRuleActions(**actions)
|
@@ -2905,7 +2920,7 @@ class EventOrchestrationGlobalSetRule:
|
|
2905
2920
|
def actions(self) -> "EventOrchestrationGlobalSetRuleActions":
|
2906
2921
|
'''actions block.
|
2907
2922
|
|
2908
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2923
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
2909
2924
|
'''
|
2910
2925
|
result = self._values.get("actions")
|
2911
2926
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -2917,7 +2932,7 @@ class EventOrchestrationGlobalSetRule:
|
|
2917
2932
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]]:
|
2918
2933
|
'''condition block.
|
2919
2934
|
|
2920
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2935
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
|
2921
2936
|
'''
|
2922
2937
|
result = self._values.get("condition")
|
2923
2938
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]], result)
|
@@ -2926,13 +2941,13 @@ class EventOrchestrationGlobalSetRule:
|
|
2926
2941
|
def disabled(
|
2927
2942
|
self,
|
2928
2943
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2929
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2944
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
|
2930
2945
|
result = self._values.get("disabled")
|
2931
2946
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2932
2947
|
|
2933
2948
|
@builtins.property
|
2934
2949
|
def label(self) -> typing.Optional[builtins.str]:
|
2935
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2950
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
|
2936
2951
|
result = self._values.get("label")
|
2937
2952
|
return typing.cast(typing.Optional[builtins.str], result)
|
2938
2953
|
|
@@ -2986,19 +3001,19 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2986
3001
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2987
3002
|
) -> None:
|
2988
3003
|
'''
|
2989
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2990
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2991
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2992
|
-
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2993
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2994
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2995
|
-
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2996
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2997
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2998
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2999
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3000
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3001
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3004
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
3005
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
3006
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
3007
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
|
3008
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
3009
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
3010
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
3011
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
3012
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
3013
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
3014
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
3015
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
3016
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
3002
3017
|
'''
|
3003
3018
|
if isinstance(automation_action, dict):
|
3004
3019
|
automation_action = EventOrchestrationGlobalSetRuleActionsAutomationAction(**automation_action)
|
@@ -3047,7 +3062,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3047
3062
|
|
3048
3063
|
@builtins.property
|
3049
3064
|
def annotate(self) -> typing.Optional[builtins.str]:
|
3050
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3065
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
|
3051
3066
|
result = self._values.get("annotate")
|
3052
3067
|
return typing.cast(typing.Optional[builtins.str], result)
|
3053
3068
|
|
@@ -3057,7 +3072,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3057
3072
|
) -> typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"]:
|
3058
3073
|
'''automation_action block.
|
3059
3074
|
|
3060
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3075
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
3061
3076
|
'''
|
3062
3077
|
result = self._values.get("automation_action")
|
3063
3078
|
return typing.cast(typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"], result)
|
@@ -3066,19 +3081,19 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3066
3081
|
def drop_event(
|
3067
3082
|
self,
|
3068
3083
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3069
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3084
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
|
3070
3085
|
result = self._values.get("drop_event")
|
3071
3086
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3072
3087
|
|
3073
3088
|
@builtins.property
|
3074
3089
|
def escalation_policy(self) -> typing.Optional[builtins.str]:
|
3075
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3090
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.'''
|
3076
3091
|
result = self._values.get("escalation_policy")
|
3077
3092
|
return typing.cast(typing.Optional[builtins.str], result)
|
3078
3093
|
|
3079
3094
|
@builtins.property
|
3080
3095
|
def event_action(self) -> typing.Optional[builtins.str]:
|
3081
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3096
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
|
3082
3097
|
result = self._values.get("event_action")
|
3083
3098
|
return typing.cast(typing.Optional[builtins.str], result)
|
3084
3099
|
|
@@ -3088,7 +3103,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3088
3103
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]]:
|
3089
3104
|
'''extraction block.
|
3090
3105
|
|
3091
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3106
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
3092
3107
|
'''
|
3093
3108
|
result = self._values.get("extraction")
|
3094
3109
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]], result)
|
@@ -3099,26 +3114,26 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3099
3114
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]]:
|
3100
3115
|
'''incident_custom_field_update block.
|
3101
3116
|
|
3102
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3117
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
3103
3118
|
'''
|
3104
3119
|
result = self._values.get("incident_custom_field_update")
|
3105
3120
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]], result)
|
3106
3121
|
|
3107
3122
|
@builtins.property
|
3108
3123
|
def priority(self) -> typing.Optional[builtins.str]:
|
3109
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3124
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
|
3110
3125
|
result = self._values.get("priority")
|
3111
3126
|
return typing.cast(typing.Optional[builtins.str], result)
|
3112
3127
|
|
3113
3128
|
@builtins.property
|
3114
3129
|
def route_to(self) -> typing.Optional[builtins.str]:
|
3115
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3130
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
|
3116
3131
|
result = self._values.get("route_to")
|
3117
3132
|
return typing.cast(typing.Optional[builtins.str], result)
|
3118
3133
|
|
3119
3134
|
@builtins.property
|
3120
3135
|
def severity(self) -> typing.Optional[builtins.str]:
|
3121
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3136
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
|
3122
3137
|
result = self._values.get("severity")
|
3123
3138
|
return typing.cast(typing.Optional[builtins.str], result)
|
3124
3139
|
|
@@ -3126,13 +3141,13 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3126
3141
|
def suppress(
|
3127
3142
|
self,
|
3128
3143
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3129
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3144
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
|
3130
3145
|
result = self._values.get("suppress")
|
3131
3146
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3132
3147
|
|
3133
3148
|
@builtins.property
|
3134
3149
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
3135
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3150
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
|
3136
3151
|
result = self._values.get("suspend")
|
3137
3152
|
return typing.cast(typing.Optional[jsii.Number], result)
|
3138
3153
|
|
@@ -3142,7 +3157,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3142
3157
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]]:
|
3143
3158
|
'''variable block.
|
3144
3159
|
|
3145
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3160
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
3146
3161
|
'''
|
3147
3162
|
result = self._values.get("variable")
|
3148
3163
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]], result)
|
@@ -3181,11 +3196,11 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3181
3196
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3182
3197
|
) -> None:
|
3183
3198
|
'''
|
3184
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3185
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3186
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3187
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3188
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3199
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
3200
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
3201
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
3202
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
3203
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
3189
3204
|
'''
|
3190
3205
|
if __debug__:
|
3191
3206
|
type_hints = typing.get_type_hints(_typecheckingstub__723d2a0275861d95017a3481ff6564df72221d81439af26b87052de7905dd603)
|
@@ -3207,14 +3222,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3207
3222
|
|
3208
3223
|
@builtins.property
|
3209
3224
|
def name(self) -> builtins.str:
|
3210
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3225
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
3211
3226
|
result = self._values.get("name")
|
3212
3227
|
assert result is not None, "Required property 'name' is missing"
|
3213
3228
|
return typing.cast(builtins.str, result)
|
3214
3229
|
|
3215
3230
|
@builtins.property
|
3216
3231
|
def url(self) -> builtins.str:
|
3217
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3232
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
|
3218
3233
|
result = self._values.get("url")
|
3219
3234
|
assert result is not None, "Required property 'url' is missing"
|
3220
3235
|
return typing.cast(builtins.str, result)
|
@@ -3223,7 +3238,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3223
3238
|
def auto_send(
|
3224
3239
|
self,
|
3225
3240
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3226
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3241
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
|
3227
3242
|
result = self._values.get("auto_send")
|
3228
3243
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3229
3244
|
|
@@ -3233,7 +3248,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3233
3248
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]]:
|
3234
3249
|
'''header block.
|
3235
3250
|
|
3236
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3251
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
3237
3252
|
'''
|
3238
3253
|
result = self._values.get("header")
|
3239
3254
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]], result)
|
@@ -3244,7 +3259,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3244
3259
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]]:
|
3245
3260
|
'''parameter block.
|
3246
3261
|
|
3247
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3262
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
3248
3263
|
'''
|
3249
3264
|
result = self._values.get("parameter")
|
3250
3265
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]], result)
|
@@ -3269,8 +3284,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3269
3284
|
class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
|
3270
3285
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3271
3286
|
'''
|
3272
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3273
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3287
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
3288
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
3274
3289
|
'''
|
3275
3290
|
if __debug__:
|
3276
3291
|
type_hints = typing.get_type_hints(_typecheckingstub__541694733fc98eb5135d9d17e596b4cab74578defc3bdbfef6a43a56159f1877)
|
@@ -3283,14 +3298,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
|
|
3283
3298
|
|
3284
3299
|
@builtins.property
|
3285
3300
|
def key(self) -> builtins.str:
|
3286
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3301
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
3287
3302
|
result = self._values.get("key")
|
3288
3303
|
assert result is not None, "Required property 'key' is missing"
|
3289
3304
|
return typing.cast(builtins.str, result)
|
3290
3305
|
|
3291
3306
|
@builtins.property
|
3292
3307
|
def value(self) -> builtins.str:
|
3293
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3308
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
3294
3309
|
result = self._values.get("value")
|
3295
3310
|
assert result is not None, "Required property 'value' is missing"
|
3296
3311
|
return typing.cast(builtins.str, result)
|
@@ -3646,8 +3661,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReference(
|
|
3646
3661
|
class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
|
3647
3662
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3648
3663
|
'''
|
3649
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3650
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3664
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
3665
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
3651
3666
|
'''
|
3652
3667
|
if __debug__:
|
3653
3668
|
type_hints = typing.get_type_hints(_typecheckingstub__441d5eb0cfb56ea15348461de8ab1eeeb7ba29435b112be08856224068edc133)
|
@@ -3660,14 +3675,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
|
|
3660
3675
|
|
3661
3676
|
@builtins.property
|
3662
3677
|
def key(self) -> builtins.str:
|
3663
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3678
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
3664
3679
|
result = self._values.get("key")
|
3665
3680
|
assert result is not None, "Required property 'key' is missing"
|
3666
3681
|
return typing.cast(builtins.str, result)
|
3667
3682
|
|
3668
3683
|
@builtins.property
|
3669
3684
|
def value(self) -> builtins.str:
|
3670
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3685
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
3671
3686
|
result = self._values.get("value")
|
3672
3687
|
assert result is not None, "Required property 'value' is missing"
|
3673
3688
|
return typing.cast(builtins.str, result)
|
@@ -3875,10 +3890,10 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
|
|
3875
3890
|
template: typing.Optional[builtins.str] = None,
|
3876
3891
|
) -> None:
|
3877
3892
|
'''
|
3878
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3879
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3880
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3881
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3893
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
|
3894
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
|
3895
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
|
3896
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
|
3882
3897
|
'''
|
3883
3898
|
if __debug__:
|
3884
3899
|
type_hints = typing.get_type_hints(_typecheckingstub__4b92aecb9ded69cbe0d91dde0c5680d12062c234b53c0fd848e59d4dba288176)
|
@@ -3898,26 +3913,26 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
|
|
3898
3913
|
|
3899
3914
|
@builtins.property
|
3900
3915
|
def target(self) -> builtins.str:
|
3901
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3916
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
|
3902
3917
|
result = self._values.get("target")
|
3903
3918
|
assert result is not None, "Required property 'target' is missing"
|
3904
3919
|
return typing.cast(builtins.str, result)
|
3905
3920
|
|
3906
3921
|
@builtins.property
|
3907
3922
|
def regex(self) -> typing.Optional[builtins.str]:
|
3908
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3923
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
|
3909
3924
|
result = self._values.get("regex")
|
3910
3925
|
return typing.cast(typing.Optional[builtins.str], result)
|
3911
3926
|
|
3912
3927
|
@builtins.property
|
3913
3928
|
def source(self) -> typing.Optional[builtins.str]:
|
3914
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3929
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
|
3915
3930
|
result = self._values.get("source")
|
3916
3931
|
return typing.cast(typing.Optional[builtins.str], result)
|
3917
3932
|
|
3918
3933
|
@builtins.property
|
3919
3934
|
def template(self) -> typing.Optional[builtins.str]:
|
3920
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
3935
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
|
3921
3936
|
result = self._values.get("template")
|
3922
3937
|
return typing.cast(typing.Optional[builtins.str], result)
|
3923
3938
|
|
@@ -4158,8 +4173,8 @@ class EventOrchestrationGlobalSetRuleActionsExtractionOutputReference(
|
|
4158
4173
|
class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
|
4159
4174
|
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
4160
4175
|
'''
|
4161
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4162
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4176
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
|
4177
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
4163
4178
|
'''
|
4164
4179
|
if __debug__:
|
4165
4180
|
type_hints = typing.get_type_hints(_typecheckingstub__e428808da2e632206477fcba5c539e87b77ccf79dd1d8e26b1d7140d8295e18c)
|
@@ -4172,7 +4187,7 @@ class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
|
|
4172
4187
|
|
4173
4188
|
@builtins.property
|
4174
4189
|
def id(self) -> builtins.str:
|
4175
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4190
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
4176
4191
|
|
4177
4192
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
4178
4193
|
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.
|
@@ -4183,7 +4198,7 @@ class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
|
|
4183
4198
|
|
4184
4199
|
@builtins.property
|
4185
4200
|
def value(self) -> builtins.str:
|
4186
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4201
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
4187
4202
|
result = self._values.get("value")
|
4188
4203
|
assert result is not None, "Required property 'value' is missing"
|
4189
4204
|
return typing.cast(builtins.str, result)
|
@@ -4402,11 +4417,11 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
4402
4417
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4403
4418
|
) -> None:
|
4404
4419
|
'''
|
4405
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4406
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4407
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4408
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4409
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4420
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
4421
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
4422
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
4423
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
4424
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
4410
4425
|
'''
|
4411
4426
|
value = EventOrchestrationGlobalSetRuleActionsAutomationAction(
|
4412
4427
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -4751,10 +4766,10 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
|
|
4751
4766
|
value: builtins.str,
|
4752
4767
|
) -> None:
|
4753
4768
|
'''
|
4754
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4755
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4756
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4757
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4769
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
4770
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
|
4771
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
|
4772
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
4758
4773
|
'''
|
4759
4774
|
if __debug__:
|
4760
4775
|
type_hints = typing.get_type_hints(_typecheckingstub__9975e599b66082aa161a92a72e86a6da50b9cbaa7b3cedfc9ff7f3bf8156c974)
|
@@ -4771,28 +4786,28 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
|
|
4771
4786
|
|
4772
4787
|
@builtins.property
|
4773
4788
|
def name(self) -> builtins.str:
|
4774
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4789
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
4775
4790
|
result = self._values.get("name")
|
4776
4791
|
assert result is not None, "Required property 'name' is missing"
|
4777
4792
|
return typing.cast(builtins.str, result)
|
4778
4793
|
|
4779
4794
|
@builtins.property
|
4780
4795
|
def path(self) -> builtins.str:
|
4781
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4796
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
|
4782
4797
|
result = self._values.get("path")
|
4783
4798
|
assert result is not None, "Required property 'path' is missing"
|
4784
4799
|
return typing.cast(builtins.str, result)
|
4785
4800
|
|
4786
4801
|
@builtins.property
|
4787
4802
|
def type(self) -> builtins.str:
|
4788
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4803
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
|
4789
4804
|
result = self._values.get("type")
|
4790
4805
|
assert result is not None, "Required property 'type' is missing"
|
4791
4806
|
return typing.cast(builtins.str, result)
|
4792
4807
|
|
4793
4808
|
@builtins.property
|
4794
4809
|
def value(self) -> builtins.str:
|
4795
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4810
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
4796
4811
|
result = self._values.get("value")
|
4797
4812
|
assert result is not None, "Required property 'value' is missing"
|
4798
4813
|
return typing.cast(builtins.str, result)
|
@@ -5022,7 +5037,7 @@ class EventOrchestrationGlobalSetRuleActionsVariableOutputReference(
|
|
5022
5037
|
class EventOrchestrationGlobalSetRuleCondition:
|
5023
5038
|
def __init__(self, *, expression: builtins.str) -> None:
|
5024
5039
|
'''
|
5025
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5040
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
|
5026
5041
|
'''
|
5027
5042
|
if __debug__:
|
5028
5043
|
type_hints = typing.get_type_hints(_typecheckingstub__195af8a9d56ef9e383b66a3a3513a01f6bfdedfa0d4b13150d22558077655b02)
|
@@ -5033,7 +5048,7 @@ class EventOrchestrationGlobalSetRuleCondition:
|
|
5033
5048
|
|
5034
5049
|
@builtins.property
|
5035
5050
|
def expression(self) -> builtins.str:
|
5036
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5051
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
|
5037
5052
|
result = self._values.get("expression")
|
5038
5053
|
assert result is not None, "Required property 'expression' is missing"
|
5039
5054
|
return typing.cast(builtins.str, result)
|
@@ -5342,19 +5357,19 @@ class EventOrchestrationGlobalSetRuleOutputReference(
|
|
5342
5357
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5343
5358
|
) -> None:
|
5344
5359
|
'''
|
5345
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5346
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5347
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5348
|
-
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5349
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5350
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5351
|
-
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5352
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5353
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5354
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5355
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5356
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5357
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
5360
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
5361
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
5362
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
5363
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
|
5364
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
5365
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
5366
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
5367
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
5368
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
5369
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
5370
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
5371
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
5372
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
5358
5373
|
'''
|
5359
5374
|
value = EventOrchestrationGlobalSetRuleActions(
|
5360
5375
|
annotate=annotate,
|