cdktf-cdktf-provider-pagerduty 13.10.1__py3-none-any.whl → 13.11.0__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 +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +46 -358
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +13 -493
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +15 -58
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +277 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +453 -51
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +286 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +26 -69
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.10.1.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.11.0.dist-info/RECORD +82 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.10.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.10.1.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.10.1.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.10.1.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.10.1.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.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.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class EventOrchestrationGlobal(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobal",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -48,14 +48,14 @@ class EventOrchestrationGlobal(
|
|
48
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
49
|
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
50
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
|
52
52
|
|
53
53
|
:param scope: The scope in which to define this construct.
|
54
54
|
: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.
|
56
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
|
56
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
|
57
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/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
59
|
:param connection:
|
60
60
|
:param count:
|
61
61
|
:param depends_on:
|
@@ -97,7 +97,7 @@ class EventOrchestrationGlobal(
|
|
97
97
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
99
99
|
: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.
|
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.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
|
101
101
|
:param provider: ? Optional instance of the provider where the EventOrchestrationGlobal to import is found.
|
102
102
|
'''
|
103
103
|
if __debug__:
|
@@ -115,7 +115,7 @@ class EventOrchestrationGlobal(
|
|
115
115
|
actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
116
116
|
) -> None:
|
117
117
|
'''
|
118
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
118
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
119
119
|
'''
|
120
120
|
value = EventOrchestrationGlobalCatchAll(actions=actions)
|
121
121
|
|
@@ -220,7 +220,7 @@ class EventOrchestrationGlobalCatchAll:
|
|
220
220
|
actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
221
221
|
) -> None:
|
222
222
|
'''
|
223
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
223
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
224
224
|
'''
|
225
225
|
if isinstance(actions, dict):
|
226
226
|
actions = EventOrchestrationGlobalCatchAllActions(**actions)
|
@@ -235,7 +235,7 @@ class EventOrchestrationGlobalCatchAll:
|
|
235
235
|
def actions(self) -> "EventOrchestrationGlobalCatchAllActions":
|
236
236
|
'''actions block.
|
237
237
|
|
238
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
238
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
239
239
|
'''
|
240
240
|
result = self._values.get("actions")
|
241
241
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -260,6 +260,7 @@ class EventOrchestrationGlobalCatchAll:
|
|
260
260
|
"annotate": "annotate",
|
261
261
|
"automation_action": "automationAction",
|
262
262
|
"drop_event": "dropEvent",
|
263
|
+
"escalation_policy": "escalationPolicy",
|
263
264
|
"event_action": "eventAction",
|
264
265
|
"extraction": "extraction",
|
265
266
|
"incident_custom_field_update": "incidentCustomFieldUpdate",
|
@@ -278,6 +279,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
278
279
|
annotate: typing.Optional[builtins.str] = None,
|
279
280
|
automation_action: typing.Optional[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationAction", typing.Dict[builtins.str, typing.Any]]] = None,
|
280
281
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
282
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
281
283
|
event_action: typing.Optional[builtins.str] = None,
|
282
284
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsExtraction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
283
285
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -289,18 +291,19 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
289
291
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
290
292
|
) -> None:
|
291
293
|
'''
|
292
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
293
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
294
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
295
|
-
:param
|
296
|
-
:param
|
297
|
-
:param
|
298
|
-
:param
|
299
|
-
:param
|
300
|
-
:param
|
301
|
-
:param
|
302
|
-
:param
|
303
|
-
:param
|
294
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
295
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
296
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
297
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
|
298
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
299
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
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.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
301
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
302
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
303
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
304
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
305
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
306
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
304
307
|
'''
|
305
308
|
if isinstance(automation_action, dict):
|
306
309
|
automation_action = EventOrchestrationGlobalCatchAllActionsAutomationAction(**automation_action)
|
@@ -309,6 +312,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
309
312
|
check_type(argname="argument annotate", value=annotate, expected_type=type_hints["annotate"])
|
310
313
|
check_type(argname="argument automation_action", value=automation_action, expected_type=type_hints["automation_action"])
|
311
314
|
check_type(argname="argument drop_event", value=drop_event, expected_type=type_hints["drop_event"])
|
315
|
+
check_type(argname="argument escalation_policy", value=escalation_policy, expected_type=type_hints["escalation_policy"])
|
312
316
|
check_type(argname="argument event_action", value=event_action, expected_type=type_hints["event_action"])
|
313
317
|
check_type(argname="argument extraction", value=extraction, expected_type=type_hints["extraction"])
|
314
318
|
check_type(argname="argument incident_custom_field_update", value=incident_custom_field_update, expected_type=type_hints["incident_custom_field_update"])
|
@@ -325,6 +329,8 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
325
329
|
self._values["automation_action"] = automation_action
|
326
330
|
if drop_event is not None:
|
327
331
|
self._values["drop_event"] = drop_event
|
332
|
+
if escalation_policy is not None:
|
333
|
+
self._values["escalation_policy"] = escalation_policy
|
328
334
|
if event_action is not None:
|
329
335
|
self._values["event_action"] = event_action
|
330
336
|
if extraction is not None:
|
@@ -346,7 +352,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
346
352
|
|
347
353
|
@builtins.property
|
348
354
|
def annotate(self) -> typing.Optional[builtins.str]:
|
349
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
355
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
|
350
356
|
result = self._values.get("annotate")
|
351
357
|
return typing.cast(typing.Optional[builtins.str], result)
|
352
358
|
|
@@ -356,7 +362,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
356
362
|
) -> typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"]:
|
357
363
|
'''automation_action block.
|
358
364
|
|
359
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
365
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
360
366
|
'''
|
361
367
|
result = self._values.get("automation_action")
|
362
368
|
return typing.cast(typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"], result)
|
@@ -365,13 +371,19 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
365
371
|
def drop_event(
|
366
372
|
self,
|
367
373
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
368
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
374
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
|
369
375
|
result = self._values.get("drop_event")
|
370
376
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
371
377
|
|
378
|
+
@builtins.property
|
379
|
+
def escalation_policy(self) -> typing.Optional[builtins.str]:
|
380
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.'''
|
381
|
+
result = self._values.get("escalation_policy")
|
382
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
383
|
+
|
372
384
|
@builtins.property
|
373
385
|
def event_action(self) -> typing.Optional[builtins.str]:
|
374
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
386
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
|
375
387
|
result = self._values.get("event_action")
|
376
388
|
return typing.cast(typing.Optional[builtins.str], result)
|
377
389
|
|
@@ -381,7 +393,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
381
393
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]]:
|
382
394
|
'''extraction block.
|
383
395
|
|
384
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
396
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
385
397
|
'''
|
386
398
|
result = self._values.get("extraction")
|
387
399
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]], result)
|
@@ -392,26 +404,26 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
392
404
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]]:
|
393
405
|
'''incident_custom_field_update block.
|
394
406
|
|
395
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
407
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
396
408
|
'''
|
397
409
|
result = self._values.get("incident_custom_field_update")
|
398
410
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]], result)
|
399
411
|
|
400
412
|
@builtins.property
|
401
413
|
def priority(self) -> typing.Optional[builtins.str]:
|
402
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
414
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
|
403
415
|
result = self._values.get("priority")
|
404
416
|
return typing.cast(typing.Optional[builtins.str], result)
|
405
417
|
|
406
418
|
@builtins.property
|
407
419
|
def route_to(self) -> typing.Optional[builtins.str]:
|
408
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
420
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
|
409
421
|
result = self._values.get("route_to")
|
410
422
|
return typing.cast(typing.Optional[builtins.str], result)
|
411
423
|
|
412
424
|
@builtins.property
|
413
425
|
def severity(self) -> typing.Optional[builtins.str]:
|
414
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
426
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
|
415
427
|
result = self._values.get("severity")
|
416
428
|
return typing.cast(typing.Optional[builtins.str], result)
|
417
429
|
|
@@ -419,13 +431,13 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
419
431
|
def suppress(
|
420
432
|
self,
|
421
433
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
422
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
434
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
|
423
435
|
result = self._values.get("suppress")
|
424
436
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
425
437
|
|
426
438
|
@builtins.property
|
427
439
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
428
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
440
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
|
429
441
|
result = self._values.get("suspend")
|
430
442
|
return typing.cast(typing.Optional[jsii.Number], result)
|
431
443
|
|
@@ -435,7 +447,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
435
447
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]]:
|
436
448
|
'''variable block.
|
437
449
|
|
438
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
450
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
439
451
|
'''
|
440
452
|
result = self._values.get("variable")
|
441
453
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]], result)
|
@@ -474,11 +486,11 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
474
486
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
475
487
|
) -> None:
|
476
488
|
'''
|
477
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
478
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
479
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
480
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
481
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
489
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
490
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
491
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
492
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
493
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
482
494
|
'''
|
483
495
|
if __debug__:
|
484
496
|
type_hints = typing.get_type_hints(_typecheckingstub__3aa7554157c3709e9796076b823722a932d57649b3cd18925319019ab07058f4)
|
@@ -500,14 +512,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
500
512
|
|
501
513
|
@builtins.property
|
502
514
|
def name(self) -> builtins.str:
|
503
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
515
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
504
516
|
result = self._values.get("name")
|
505
517
|
assert result is not None, "Required property 'name' is missing"
|
506
518
|
return typing.cast(builtins.str, result)
|
507
519
|
|
508
520
|
@builtins.property
|
509
521
|
def url(self) -> builtins.str:
|
510
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
522
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
|
511
523
|
result = self._values.get("url")
|
512
524
|
assert result is not None, "Required property 'url' is missing"
|
513
525
|
return typing.cast(builtins.str, result)
|
@@ -516,7 +528,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
516
528
|
def auto_send(
|
517
529
|
self,
|
518
530
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
519
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
531
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
|
520
532
|
result = self._values.get("auto_send")
|
521
533
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
522
534
|
|
@@ -526,7 +538,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
526
538
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]]:
|
527
539
|
'''header block.
|
528
540
|
|
529
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
541
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
530
542
|
'''
|
531
543
|
result = self._values.get("header")
|
532
544
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]], result)
|
@@ -537,7 +549,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
537
549
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]]:
|
538
550
|
'''parameter block.
|
539
551
|
|
540
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
552
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
541
553
|
'''
|
542
554
|
result = self._values.get("parameter")
|
543
555
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]], result)
|
@@ -562,8 +574,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
562
574
|
class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
|
563
575
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
564
576
|
'''
|
565
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
566
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
577
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
578
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
567
579
|
'''
|
568
580
|
if __debug__:
|
569
581
|
type_hints = typing.get_type_hints(_typecheckingstub__25d6263f7f939f16ce5239b58a28df658272be7a72592fe257cae14ddceb0570)
|
@@ -576,14 +588,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
|
|
576
588
|
|
577
589
|
@builtins.property
|
578
590
|
def key(self) -> builtins.str:
|
579
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
591
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
580
592
|
result = self._values.get("key")
|
581
593
|
assert result is not None, "Required property 'key' is missing"
|
582
594
|
return typing.cast(builtins.str, result)
|
583
595
|
|
584
596
|
@builtins.property
|
585
597
|
def value(self) -> builtins.str:
|
586
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
598
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
587
599
|
result = self._values.get("value")
|
588
600
|
assert result is not None, "Required property 'value' is missing"
|
589
601
|
return typing.cast(builtins.str, result)
|
@@ -939,8 +951,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputReference(
|
|
939
951
|
class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
|
940
952
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
941
953
|
'''
|
942
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
943
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
954
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
955
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
944
956
|
'''
|
945
957
|
if __debug__:
|
946
958
|
type_hints = typing.get_type_hints(_typecheckingstub__e8bf5cff7ab8d977bde6247d8b87a97cacc34598a770f783a035182d2b9a6bdf)
|
@@ -953,14 +965,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
|
|
953
965
|
|
954
966
|
@builtins.property
|
955
967
|
def key(self) -> builtins.str:
|
956
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
968
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
957
969
|
result = self._values.get("key")
|
958
970
|
assert result is not None, "Required property 'key' is missing"
|
959
971
|
return typing.cast(builtins.str, result)
|
960
972
|
|
961
973
|
@builtins.property
|
962
974
|
def value(self) -> builtins.str:
|
963
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
975
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
964
976
|
result = self._values.get("value")
|
965
977
|
assert result is not None, "Required property 'value' is missing"
|
966
978
|
return typing.cast(builtins.str, result)
|
@@ -1168,10 +1180,10 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
|
|
1168
1180
|
template: typing.Optional[builtins.str] = None,
|
1169
1181
|
) -> None:
|
1170
1182
|
'''
|
1171
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1172
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1173
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1174
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1183
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
|
1184
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
|
1185
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
|
1186
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
|
1175
1187
|
'''
|
1176
1188
|
if __debug__:
|
1177
1189
|
type_hints = typing.get_type_hints(_typecheckingstub__8c13c1c34aa2f8009fb969c1c9b9b3e863409eea556e7a2290eb65cdfb019a16)
|
@@ -1191,26 +1203,26 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
|
|
1191
1203
|
|
1192
1204
|
@builtins.property
|
1193
1205
|
def target(self) -> builtins.str:
|
1194
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1206
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
|
1195
1207
|
result = self._values.get("target")
|
1196
1208
|
assert result is not None, "Required property 'target' is missing"
|
1197
1209
|
return typing.cast(builtins.str, result)
|
1198
1210
|
|
1199
1211
|
@builtins.property
|
1200
1212
|
def regex(self) -> typing.Optional[builtins.str]:
|
1201
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1213
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
|
1202
1214
|
result = self._values.get("regex")
|
1203
1215
|
return typing.cast(typing.Optional[builtins.str], result)
|
1204
1216
|
|
1205
1217
|
@builtins.property
|
1206
1218
|
def source(self) -> typing.Optional[builtins.str]:
|
1207
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1219
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
|
1208
1220
|
result = self._values.get("source")
|
1209
1221
|
return typing.cast(typing.Optional[builtins.str], result)
|
1210
1222
|
|
1211
1223
|
@builtins.property
|
1212
1224
|
def template(self) -> typing.Optional[builtins.str]:
|
1213
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1225
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
|
1214
1226
|
result = self._values.get("template")
|
1215
1227
|
return typing.cast(typing.Optional[builtins.str], result)
|
1216
1228
|
|
@@ -1451,8 +1463,8 @@ class EventOrchestrationGlobalCatchAllActionsExtractionOutputReference(
|
|
1451
1463
|
class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
|
1452
1464
|
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
1453
1465
|
'''
|
1454
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1455
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1466
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/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.
|
1467
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
1456
1468
|
'''
|
1457
1469
|
if __debug__:
|
1458
1470
|
type_hints = typing.get_type_hints(_typecheckingstub__b375c4b1d808a3f460f31e3cf8a8afd1bf9ad8635ace71d2f46d2ab4d18a3978)
|
@@ -1465,7 +1477,7 @@ class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
|
|
1465
1477
|
|
1466
1478
|
@builtins.property
|
1467
1479
|
def id(self) -> builtins.str:
|
1468
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1480
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
1469
1481
|
|
1470
1482
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1471
1483
|
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.
|
@@ -1476,7 +1488,7 @@ class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
|
|
1476
1488
|
|
1477
1489
|
@builtins.property
|
1478
1490
|
def value(self) -> builtins.str:
|
1479
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1491
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
1480
1492
|
result = self._values.get("value")
|
1481
1493
|
assert result is not None, "Required property 'value' is missing"
|
1482
1494
|
return typing.cast(builtins.str, result)
|
@@ -1695,11 +1707,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1695
1707
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1696
1708
|
) -> None:
|
1697
1709
|
'''
|
1698
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1699
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1700
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1701
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1702
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1710
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
1711
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
1712
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
1713
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
1714
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
1703
1715
|
'''
|
1704
1716
|
value = EventOrchestrationGlobalCatchAllActionsAutomationAction(
|
1705
1717
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -1758,6 +1770,10 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1758
1770
|
def reset_drop_event(self) -> None:
|
1759
1771
|
return typing.cast(None, jsii.invoke(self, "resetDropEvent", []))
|
1760
1772
|
|
1773
|
+
@jsii.member(jsii_name="resetEscalationPolicy")
|
1774
|
+
def reset_escalation_policy(self) -> None:
|
1775
|
+
return typing.cast(None, jsii.invoke(self, "resetEscalationPolicy", []))
|
1776
|
+
|
1761
1777
|
@jsii.member(jsii_name="resetEventAction")
|
1762
1778
|
def reset_event_action(self) -> None:
|
1763
1779
|
return typing.cast(None, jsii.invoke(self, "resetEventAction", []))
|
@@ -1837,6 +1853,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1837
1853
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
1838
1854
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "dropEventInput"))
|
1839
1855
|
|
1856
|
+
@builtins.property
|
1857
|
+
@jsii.member(jsii_name="escalationPolicyInput")
|
1858
|
+
def escalation_policy_input(self) -> typing.Optional[builtins.str]:
|
1859
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "escalationPolicyInput"))
|
1860
|
+
|
1840
1861
|
@builtins.property
|
1841
1862
|
@jsii.member(jsii_name="eventActionInput")
|
1842
1863
|
def event_action_input(self) -> typing.Optional[builtins.str]:
|
@@ -1917,6 +1938,18 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1917
1938
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1918
1939
|
jsii.set(self, "dropEvent", value)
|
1919
1940
|
|
1941
|
+
@builtins.property
|
1942
|
+
@jsii.member(jsii_name="escalationPolicy")
|
1943
|
+
def escalation_policy(self) -> builtins.str:
|
1944
|
+
return typing.cast(builtins.str, jsii.get(self, "escalationPolicy"))
|
1945
|
+
|
1946
|
+
@escalation_policy.setter
|
1947
|
+
def escalation_policy(self, value: builtins.str) -> None:
|
1948
|
+
if __debug__:
|
1949
|
+
type_hints = typing.get_type_hints(_typecheckingstub__80d8120f541dc2661444cd9200ae6d1112eb55390749f3fe4c936d695591593f)
|
1950
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1951
|
+
jsii.set(self, "escalationPolicy", value)
|
1952
|
+
|
1920
1953
|
@builtins.property
|
1921
1954
|
@jsii.member(jsii_name="eventAction")
|
1922
1955
|
def event_action(self) -> builtins.str:
|
@@ -2025,10 +2058,10 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
|
|
2025
2058
|
value: builtins.str,
|
2026
2059
|
) -> None:
|
2027
2060
|
'''
|
2028
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2029
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2030
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2031
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2061
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
2062
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
|
2063
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
|
2064
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
2032
2065
|
'''
|
2033
2066
|
if __debug__:
|
2034
2067
|
type_hints = typing.get_type_hints(_typecheckingstub__3d0aeb509773364475895da1136016fd834150cbcd65e6a3c334ee82dbaf2482)
|
@@ -2045,28 +2078,28 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
|
|
2045
2078
|
|
2046
2079
|
@builtins.property
|
2047
2080
|
def name(self) -> builtins.str:
|
2048
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2081
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
2049
2082
|
result = self._values.get("name")
|
2050
2083
|
assert result is not None, "Required property 'name' is missing"
|
2051
2084
|
return typing.cast(builtins.str, result)
|
2052
2085
|
|
2053
2086
|
@builtins.property
|
2054
2087
|
def path(self) -> builtins.str:
|
2055
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2088
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
|
2056
2089
|
result = self._values.get("path")
|
2057
2090
|
assert result is not None, "Required property 'path' is missing"
|
2058
2091
|
return typing.cast(builtins.str, result)
|
2059
2092
|
|
2060
2093
|
@builtins.property
|
2061
2094
|
def type(self) -> builtins.str:
|
2062
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2095
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
|
2063
2096
|
result = self._values.get("type")
|
2064
2097
|
assert result is not None, "Required property 'type' is missing"
|
2065
2098
|
return typing.cast(builtins.str, result)
|
2066
2099
|
|
2067
2100
|
@builtins.property
|
2068
2101
|
def value(self) -> builtins.str:
|
2069
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2102
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
2070
2103
|
result = self._values.get("value")
|
2071
2104
|
assert result is not None, "Required property 'value' is missing"
|
2072
2105
|
return typing.cast(builtins.str, result)
|
@@ -2315,6 +2348,7 @@ class EventOrchestrationGlobalCatchAllOutputReference(
|
|
2315
2348
|
annotate: typing.Optional[builtins.str] = None,
|
2316
2349
|
automation_action: typing.Optional[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
2317
2350
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
2351
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
2318
2352
|
event_action: typing.Optional[builtins.str] = None,
|
2319
2353
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2320
2354
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -2326,23 +2360,25 @@ class EventOrchestrationGlobalCatchAllOutputReference(
|
|
2326
2360
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2327
2361
|
) -> None:
|
2328
2362
|
'''
|
2329
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2330
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2331
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2332
|
-
:param
|
2333
|
-
:param
|
2334
|
-
:param
|
2335
|
-
:param
|
2336
|
-
:param
|
2337
|
-
:param
|
2338
|
-
:param
|
2339
|
-
:param
|
2340
|
-
:param
|
2363
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
2364
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
2365
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
2366
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
|
2367
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
2368
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
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.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
2370
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
2371
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
2372
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
2373
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
2374
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
2375
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
2341
2376
|
'''
|
2342
2377
|
value = EventOrchestrationGlobalCatchAllActions(
|
2343
2378
|
annotate=annotate,
|
2344
2379
|
automation_action=automation_action,
|
2345
2380
|
drop_event=drop_event,
|
2381
|
+
escalation_policy=escalation_policy,
|
2346
2382
|
event_action=event_action,
|
2347
2383
|
extraction=extraction,
|
2348
2384
|
incident_custom_field_update=incident_custom_field_update,
|
@@ -2423,10 +2459,10 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2423
2459
|
:param lifecycle:
|
2424
2460
|
:param provider:
|
2425
2461
|
:param provisioners:
|
2426
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2427
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2428
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2429
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2462
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
|
2463
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
|
2464
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
2465
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/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.
|
2430
2466
|
'''
|
2431
2467
|
if isinstance(lifecycle, dict):
|
2432
2468
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2535,7 +2571,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2535
2571
|
def catch_all(self) -> EventOrchestrationGlobalCatchAll:
|
2536
2572
|
'''catch_all block.
|
2537
2573
|
|
2538
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2574
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
|
2539
2575
|
'''
|
2540
2576
|
result = self._values.get("catch_all")
|
2541
2577
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -2543,7 +2579,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2543
2579
|
|
2544
2580
|
@builtins.property
|
2545
2581
|
def event_orchestration(self) -> builtins.str:
|
2546
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2582
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
|
2547
2583
|
result = self._values.get("event_orchestration")
|
2548
2584
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
2549
2585
|
return typing.cast(builtins.str, result)
|
@@ -2554,7 +2590,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2554
2590
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSet"]]:
|
2555
2591
|
'''set block.
|
2556
2592
|
|
2557
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2593
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
2558
2594
|
'''
|
2559
2595
|
result = self._values.get("set")
|
2560
2596
|
assert result is not None, "Required property 'set' is missing"
|
@@ -2562,7 +2598,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2562
2598
|
|
2563
2599
|
@builtins.property
|
2564
2600
|
def id(self) -> typing.Optional[builtins.str]:
|
2565
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2601
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
2566
2602
|
|
2567
2603
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2568
2604
|
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.
|
@@ -2595,8 +2631,8 @@ class EventOrchestrationGlobalSet:
|
|
2595
2631
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2596
2632
|
) -> None:
|
2597
2633
|
'''
|
2598
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2599
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2634
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/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.
|
2635
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
|
2600
2636
|
'''
|
2601
2637
|
if __debug__:
|
2602
2638
|
type_hints = typing.get_type_hints(_typecheckingstub__305a6830506cb32487336526cc8631fb7f7318d68a61dabd395b65df1c2d7f56)
|
@@ -2610,7 +2646,7 @@ class EventOrchestrationGlobalSet:
|
|
2610
2646
|
|
2611
2647
|
@builtins.property
|
2612
2648
|
def id(self) -> builtins.str:
|
2613
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2649
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
2614
2650
|
|
2615
2651
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2616
2652
|
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.
|
@@ -2625,7 +2661,7 @@ class EventOrchestrationGlobalSet:
|
|
2625
2661
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]]:
|
2626
2662
|
'''rule block.
|
2627
2663
|
|
2628
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2664
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
|
2629
2665
|
'''
|
2630
2666
|
result = self._values.get("rule")
|
2631
2667
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]], result)
|
@@ -2842,10 +2878,10 @@ class EventOrchestrationGlobalSetRule:
|
|
2842
2878
|
label: typing.Optional[builtins.str] = None,
|
2843
2879
|
) -> None:
|
2844
2880
|
'''
|
2845
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2846
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2847
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2848
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2881
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
2882
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
|
2883
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
|
2884
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
|
2849
2885
|
'''
|
2850
2886
|
if isinstance(actions, dict):
|
2851
2887
|
actions = EventOrchestrationGlobalSetRuleActions(**actions)
|
@@ -2869,7 +2905,7 @@ class EventOrchestrationGlobalSetRule:
|
|
2869
2905
|
def actions(self) -> "EventOrchestrationGlobalSetRuleActions":
|
2870
2906
|
'''actions block.
|
2871
2907
|
|
2872
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2908
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
2873
2909
|
'''
|
2874
2910
|
result = self._values.get("actions")
|
2875
2911
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -2881,7 +2917,7 @@ class EventOrchestrationGlobalSetRule:
|
|
2881
2917
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]]:
|
2882
2918
|
'''condition block.
|
2883
2919
|
|
2884
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2920
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
|
2885
2921
|
'''
|
2886
2922
|
result = self._values.get("condition")
|
2887
2923
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]], result)
|
@@ -2890,13 +2926,13 @@ class EventOrchestrationGlobalSetRule:
|
|
2890
2926
|
def disabled(
|
2891
2927
|
self,
|
2892
2928
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2893
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2929
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
|
2894
2930
|
result = self._values.get("disabled")
|
2895
2931
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2896
2932
|
|
2897
2933
|
@builtins.property
|
2898
2934
|
def label(self) -> typing.Optional[builtins.str]:
|
2899
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2935
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
|
2900
2936
|
result = self._values.get("label")
|
2901
2937
|
return typing.cast(typing.Optional[builtins.str], result)
|
2902
2938
|
|
@@ -2919,6 +2955,7 @@ class EventOrchestrationGlobalSetRule:
|
|
2919
2955
|
"annotate": "annotate",
|
2920
2956
|
"automation_action": "automationAction",
|
2921
2957
|
"drop_event": "dropEvent",
|
2958
|
+
"escalation_policy": "escalationPolicy",
|
2922
2959
|
"event_action": "eventAction",
|
2923
2960
|
"extraction": "extraction",
|
2924
2961
|
"incident_custom_field_update": "incidentCustomFieldUpdate",
|
@@ -2937,6 +2974,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2937
2974
|
annotate: typing.Optional[builtins.str] = None,
|
2938
2975
|
automation_action: typing.Optional[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationAction", typing.Dict[builtins.str, typing.Any]]] = None,
|
2939
2976
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
2977
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
2940
2978
|
event_action: typing.Optional[builtins.str] = None,
|
2941
2979
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsExtraction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2942
2980
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -2948,18 +2986,19 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2948
2986
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2949
2987
|
) -> None:
|
2950
2988
|
'''
|
2951
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2952
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2953
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2954
|
-
:param
|
2955
|
-
:param
|
2956
|
-
:param
|
2957
|
-
:param
|
2958
|
-
:param
|
2959
|
-
:param
|
2960
|
-
:param
|
2961
|
-
:param
|
2962
|
-
:param
|
2989
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
2990
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
2991
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
2992
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
|
2993
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
2994
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
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.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
2996
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
2997
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
2998
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
2999
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
3000
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
3001
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
2963
3002
|
'''
|
2964
3003
|
if isinstance(automation_action, dict):
|
2965
3004
|
automation_action = EventOrchestrationGlobalSetRuleActionsAutomationAction(**automation_action)
|
@@ -2968,6 +3007,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2968
3007
|
check_type(argname="argument annotate", value=annotate, expected_type=type_hints["annotate"])
|
2969
3008
|
check_type(argname="argument automation_action", value=automation_action, expected_type=type_hints["automation_action"])
|
2970
3009
|
check_type(argname="argument drop_event", value=drop_event, expected_type=type_hints["drop_event"])
|
3010
|
+
check_type(argname="argument escalation_policy", value=escalation_policy, expected_type=type_hints["escalation_policy"])
|
2971
3011
|
check_type(argname="argument event_action", value=event_action, expected_type=type_hints["event_action"])
|
2972
3012
|
check_type(argname="argument extraction", value=extraction, expected_type=type_hints["extraction"])
|
2973
3013
|
check_type(argname="argument incident_custom_field_update", value=incident_custom_field_update, expected_type=type_hints["incident_custom_field_update"])
|
@@ -2984,6 +3024,8 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2984
3024
|
self._values["automation_action"] = automation_action
|
2985
3025
|
if drop_event is not None:
|
2986
3026
|
self._values["drop_event"] = drop_event
|
3027
|
+
if escalation_policy is not None:
|
3028
|
+
self._values["escalation_policy"] = escalation_policy
|
2987
3029
|
if event_action is not None:
|
2988
3030
|
self._values["event_action"] = event_action
|
2989
3031
|
if extraction is not None:
|
@@ -3005,7 +3047,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3005
3047
|
|
3006
3048
|
@builtins.property
|
3007
3049
|
def annotate(self) -> typing.Optional[builtins.str]:
|
3008
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3050
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
|
3009
3051
|
result = self._values.get("annotate")
|
3010
3052
|
return typing.cast(typing.Optional[builtins.str], result)
|
3011
3053
|
|
@@ -3015,7 +3057,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3015
3057
|
) -> typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"]:
|
3016
3058
|
'''automation_action block.
|
3017
3059
|
|
3018
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3060
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
3019
3061
|
'''
|
3020
3062
|
result = self._values.get("automation_action")
|
3021
3063
|
return typing.cast(typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"], result)
|
@@ -3024,13 +3066,19 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3024
3066
|
def drop_event(
|
3025
3067
|
self,
|
3026
3068
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3027
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3069
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
|
3028
3070
|
result = self._values.get("drop_event")
|
3029
3071
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3030
3072
|
|
3073
|
+
@builtins.property
|
3074
|
+
def escalation_policy(self) -> typing.Optional[builtins.str]:
|
3075
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.'''
|
3076
|
+
result = self._values.get("escalation_policy")
|
3077
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
3078
|
+
|
3031
3079
|
@builtins.property
|
3032
3080
|
def event_action(self) -> typing.Optional[builtins.str]:
|
3033
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3081
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
|
3034
3082
|
result = self._values.get("event_action")
|
3035
3083
|
return typing.cast(typing.Optional[builtins.str], result)
|
3036
3084
|
|
@@ -3040,7 +3088,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3040
3088
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]]:
|
3041
3089
|
'''extraction block.
|
3042
3090
|
|
3043
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3091
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
3044
3092
|
'''
|
3045
3093
|
result = self._values.get("extraction")
|
3046
3094
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]], result)
|
@@ -3051,26 +3099,26 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3051
3099
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]]:
|
3052
3100
|
'''incident_custom_field_update block.
|
3053
3101
|
|
3054
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3102
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
3055
3103
|
'''
|
3056
3104
|
result = self._values.get("incident_custom_field_update")
|
3057
3105
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]], result)
|
3058
3106
|
|
3059
3107
|
@builtins.property
|
3060
3108
|
def priority(self) -> typing.Optional[builtins.str]:
|
3061
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3109
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
|
3062
3110
|
result = self._values.get("priority")
|
3063
3111
|
return typing.cast(typing.Optional[builtins.str], result)
|
3064
3112
|
|
3065
3113
|
@builtins.property
|
3066
3114
|
def route_to(self) -> typing.Optional[builtins.str]:
|
3067
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3115
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
|
3068
3116
|
result = self._values.get("route_to")
|
3069
3117
|
return typing.cast(typing.Optional[builtins.str], result)
|
3070
3118
|
|
3071
3119
|
@builtins.property
|
3072
3120
|
def severity(self) -> typing.Optional[builtins.str]:
|
3073
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3121
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
|
3074
3122
|
result = self._values.get("severity")
|
3075
3123
|
return typing.cast(typing.Optional[builtins.str], result)
|
3076
3124
|
|
@@ -3078,13 +3126,13 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3078
3126
|
def suppress(
|
3079
3127
|
self,
|
3080
3128
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3081
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3129
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
|
3082
3130
|
result = self._values.get("suppress")
|
3083
3131
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3084
3132
|
|
3085
3133
|
@builtins.property
|
3086
3134
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
3087
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3135
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
|
3088
3136
|
result = self._values.get("suspend")
|
3089
3137
|
return typing.cast(typing.Optional[jsii.Number], result)
|
3090
3138
|
|
@@ -3094,7 +3142,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
3094
3142
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]]:
|
3095
3143
|
'''variable block.
|
3096
3144
|
|
3097
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3145
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
3098
3146
|
'''
|
3099
3147
|
result = self._values.get("variable")
|
3100
3148
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]], result)
|
@@ -3133,11 +3181,11 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3133
3181
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3134
3182
|
) -> None:
|
3135
3183
|
'''
|
3136
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3137
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3138
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3139
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3140
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3184
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
3185
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
3186
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
3187
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
3188
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
3141
3189
|
'''
|
3142
3190
|
if __debug__:
|
3143
3191
|
type_hints = typing.get_type_hints(_typecheckingstub__723d2a0275861d95017a3481ff6564df72221d81439af26b87052de7905dd603)
|
@@ -3159,14 +3207,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3159
3207
|
|
3160
3208
|
@builtins.property
|
3161
3209
|
def name(self) -> builtins.str:
|
3162
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3210
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
3163
3211
|
result = self._values.get("name")
|
3164
3212
|
assert result is not None, "Required property 'name' is missing"
|
3165
3213
|
return typing.cast(builtins.str, result)
|
3166
3214
|
|
3167
3215
|
@builtins.property
|
3168
3216
|
def url(self) -> builtins.str:
|
3169
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3217
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
|
3170
3218
|
result = self._values.get("url")
|
3171
3219
|
assert result is not None, "Required property 'url' is missing"
|
3172
3220
|
return typing.cast(builtins.str, result)
|
@@ -3175,7 +3223,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3175
3223
|
def auto_send(
|
3176
3224
|
self,
|
3177
3225
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3178
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3226
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
|
3179
3227
|
result = self._values.get("auto_send")
|
3180
3228
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3181
3229
|
|
@@ -3185,7 +3233,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3185
3233
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]]:
|
3186
3234
|
'''header block.
|
3187
3235
|
|
3188
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3236
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
3189
3237
|
'''
|
3190
3238
|
result = self._values.get("header")
|
3191
3239
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]], result)
|
@@ -3196,7 +3244,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3196
3244
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]]:
|
3197
3245
|
'''parameter block.
|
3198
3246
|
|
3199
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3247
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
3200
3248
|
'''
|
3201
3249
|
result = self._values.get("parameter")
|
3202
3250
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]], result)
|
@@ -3221,8 +3269,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
3221
3269
|
class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
|
3222
3270
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3223
3271
|
'''
|
3224
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3225
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3272
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
3273
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
3226
3274
|
'''
|
3227
3275
|
if __debug__:
|
3228
3276
|
type_hints = typing.get_type_hints(_typecheckingstub__541694733fc98eb5135d9d17e596b4cab74578defc3bdbfef6a43a56159f1877)
|
@@ -3235,14 +3283,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
|
|
3235
3283
|
|
3236
3284
|
@builtins.property
|
3237
3285
|
def key(self) -> builtins.str:
|
3238
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3286
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
3239
3287
|
result = self._values.get("key")
|
3240
3288
|
assert result is not None, "Required property 'key' is missing"
|
3241
3289
|
return typing.cast(builtins.str, result)
|
3242
3290
|
|
3243
3291
|
@builtins.property
|
3244
3292
|
def value(self) -> builtins.str:
|
3245
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3293
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
3246
3294
|
result = self._values.get("value")
|
3247
3295
|
assert result is not None, "Required property 'value' is missing"
|
3248
3296
|
return typing.cast(builtins.str, result)
|
@@ -3598,8 +3646,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReference(
|
|
3598
3646
|
class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
|
3599
3647
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3600
3648
|
'''
|
3601
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3602
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3649
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
3650
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
3603
3651
|
'''
|
3604
3652
|
if __debug__:
|
3605
3653
|
type_hints = typing.get_type_hints(_typecheckingstub__441d5eb0cfb56ea15348461de8ab1eeeb7ba29435b112be08856224068edc133)
|
@@ -3612,14 +3660,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
|
|
3612
3660
|
|
3613
3661
|
@builtins.property
|
3614
3662
|
def key(self) -> builtins.str:
|
3615
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3663
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
3616
3664
|
result = self._values.get("key")
|
3617
3665
|
assert result is not None, "Required property 'key' is missing"
|
3618
3666
|
return typing.cast(builtins.str, result)
|
3619
3667
|
|
3620
3668
|
@builtins.property
|
3621
3669
|
def value(self) -> builtins.str:
|
3622
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3670
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
3623
3671
|
result = self._values.get("value")
|
3624
3672
|
assert result is not None, "Required property 'value' is missing"
|
3625
3673
|
return typing.cast(builtins.str, result)
|
@@ -3827,10 +3875,10 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
|
|
3827
3875
|
template: typing.Optional[builtins.str] = None,
|
3828
3876
|
) -> None:
|
3829
3877
|
'''
|
3830
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3831
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3832
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3833
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3878
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
|
3879
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
|
3880
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
|
3881
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
|
3834
3882
|
'''
|
3835
3883
|
if __debug__:
|
3836
3884
|
type_hints = typing.get_type_hints(_typecheckingstub__4b92aecb9ded69cbe0d91dde0c5680d12062c234b53c0fd848e59d4dba288176)
|
@@ -3850,26 +3898,26 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
|
|
3850
3898
|
|
3851
3899
|
@builtins.property
|
3852
3900
|
def target(self) -> builtins.str:
|
3853
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3901
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
|
3854
3902
|
result = self._values.get("target")
|
3855
3903
|
assert result is not None, "Required property 'target' is missing"
|
3856
3904
|
return typing.cast(builtins.str, result)
|
3857
3905
|
|
3858
3906
|
@builtins.property
|
3859
3907
|
def regex(self) -> typing.Optional[builtins.str]:
|
3860
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3908
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
|
3861
3909
|
result = self._values.get("regex")
|
3862
3910
|
return typing.cast(typing.Optional[builtins.str], result)
|
3863
3911
|
|
3864
3912
|
@builtins.property
|
3865
3913
|
def source(self) -> typing.Optional[builtins.str]:
|
3866
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3914
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
|
3867
3915
|
result = self._values.get("source")
|
3868
3916
|
return typing.cast(typing.Optional[builtins.str], result)
|
3869
3917
|
|
3870
3918
|
@builtins.property
|
3871
3919
|
def template(self) -> typing.Optional[builtins.str]:
|
3872
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3920
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
|
3873
3921
|
result = self._values.get("template")
|
3874
3922
|
return typing.cast(typing.Optional[builtins.str], result)
|
3875
3923
|
|
@@ -4110,8 +4158,8 @@ class EventOrchestrationGlobalSetRuleActionsExtractionOutputReference(
|
|
4110
4158
|
class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
|
4111
4159
|
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
4112
4160
|
'''
|
4113
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4114
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4161
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/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.
|
4162
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
4115
4163
|
'''
|
4116
4164
|
if __debug__:
|
4117
4165
|
type_hints = typing.get_type_hints(_typecheckingstub__e428808da2e632206477fcba5c539e87b77ccf79dd1d8e26b1d7140d8295e18c)
|
@@ -4124,7 +4172,7 @@ class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
|
|
4124
4172
|
|
4125
4173
|
@builtins.property
|
4126
4174
|
def id(self) -> builtins.str:
|
4127
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4175
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
4128
4176
|
|
4129
4177
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
4130
4178
|
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.
|
@@ -4135,7 +4183,7 @@ class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
|
|
4135
4183
|
|
4136
4184
|
@builtins.property
|
4137
4185
|
def value(self) -> builtins.str:
|
4138
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4186
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
4139
4187
|
result = self._values.get("value")
|
4140
4188
|
assert result is not None, "Required property 'value' is missing"
|
4141
4189
|
return typing.cast(builtins.str, result)
|
@@ -4354,11 +4402,11 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
4354
4402
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4355
4403
|
) -> None:
|
4356
4404
|
'''
|
4357
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4358
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4359
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4360
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4361
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4405
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
4406
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
4407
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
4408
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
4409
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
4362
4410
|
'''
|
4363
4411
|
value = EventOrchestrationGlobalSetRuleActionsAutomationAction(
|
4364
4412
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -4417,6 +4465,10 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
4417
4465
|
def reset_drop_event(self) -> None:
|
4418
4466
|
return typing.cast(None, jsii.invoke(self, "resetDropEvent", []))
|
4419
4467
|
|
4468
|
+
@jsii.member(jsii_name="resetEscalationPolicy")
|
4469
|
+
def reset_escalation_policy(self) -> None:
|
4470
|
+
return typing.cast(None, jsii.invoke(self, "resetEscalationPolicy", []))
|
4471
|
+
|
4420
4472
|
@jsii.member(jsii_name="resetEventAction")
|
4421
4473
|
def reset_event_action(self) -> None:
|
4422
4474
|
return typing.cast(None, jsii.invoke(self, "resetEventAction", []))
|
@@ -4496,6 +4548,11 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
4496
4548
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
4497
4549
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "dropEventInput"))
|
4498
4550
|
|
4551
|
+
@builtins.property
|
4552
|
+
@jsii.member(jsii_name="escalationPolicyInput")
|
4553
|
+
def escalation_policy_input(self) -> typing.Optional[builtins.str]:
|
4554
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "escalationPolicyInput"))
|
4555
|
+
|
4499
4556
|
@builtins.property
|
4500
4557
|
@jsii.member(jsii_name="eventActionInput")
|
4501
4558
|
def event_action_input(self) -> typing.Optional[builtins.str]:
|
@@ -4576,6 +4633,18 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
4576
4633
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4577
4634
|
jsii.set(self, "dropEvent", value)
|
4578
4635
|
|
4636
|
+
@builtins.property
|
4637
|
+
@jsii.member(jsii_name="escalationPolicy")
|
4638
|
+
def escalation_policy(self) -> builtins.str:
|
4639
|
+
return typing.cast(builtins.str, jsii.get(self, "escalationPolicy"))
|
4640
|
+
|
4641
|
+
@escalation_policy.setter
|
4642
|
+
def escalation_policy(self, value: builtins.str) -> None:
|
4643
|
+
if __debug__:
|
4644
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8b9f627e19c7e2bbc4f656d65f6a0e0e9d4c84b992546cca7c07f40dc121ba5d)
|
4645
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4646
|
+
jsii.set(self, "escalationPolicy", value)
|
4647
|
+
|
4579
4648
|
@builtins.property
|
4580
4649
|
@jsii.member(jsii_name="eventAction")
|
4581
4650
|
def event_action(self) -> builtins.str:
|
@@ -4682,10 +4751,10 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
|
|
4682
4751
|
value: builtins.str,
|
4683
4752
|
) -> None:
|
4684
4753
|
'''
|
4685
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4686
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4687
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4688
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4754
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
4755
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
|
4756
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
|
4757
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
4689
4758
|
'''
|
4690
4759
|
if __debug__:
|
4691
4760
|
type_hints = typing.get_type_hints(_typecheckingstub__9975e599b66082aa161a92a72e86a6da50b9cbaa7b3cedfc9ff7f3bf8156c974)
|
@@ -4702,28 +4771,28 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
|
|
4702
4771
|
|
4703
4772
|
@builtins.property
|
4704
4773
|
def name(self) -> builtins.str:
|
4705
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4774
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
4706
4775
|
result = self._values.get("name")
|
4707
4776
|
assert result is not None, "Required property 'name' is missing"
|
4708
4777
|
return typing.cast(builtins.str, result)
|
4709
4778
|
|
4710
4779
|
@builtins.property
|
4711
4780
|
def path(self) -> builtins.str:
|
4712
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4781
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
|
4713
4782
|
result = self._values.get("path")
|
4714
4783
|
assert result is not None, "Required property 'path' is missing"
|
4715
4784
|
return typing.cast(builtins.str, result)
|
4716
4785
|
|
4717
4786
|
@builtins.property
|
4718
4787
|
def type(self) -> builtins.str:
|
4719
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4788
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
|
4720
4789
|
result = self._values.get("type")
|
4721
4790
|
assert result is not None, "Required property 'type' is missing"
|
4722
4791
|
return typing.cast(builtins.str, result)
|
4723
4792
|
|
4724
4793
|
@builtins.property
|
4725
4794
|
def value(self) -> builtins.str:
|
4726
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4795
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
4727
4796
|
result = self._values.get("value")
|
4728
4797
|
assert result is not None, "Required property 'value' is missing"
|
4729
4798
|
return typing.cast(builtins.str, result)
|
@@ -4953,7 +5022,7 @@ class EventOrchestrationGlobalSetRuleActionsVariableOutputReference(
|
|
4953
5022
|
class EventOrchestrationGlobalSetRuleCondition:
|
4954
5023
|
def __init__(self, *, expression: builtins.str) -> None:
|
4955
5024
|
'''
|
4956
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5025
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
|
4957
5026
|
'''
|
4958
5027
|
if __debug__:
|
4959
5028
|
type_hints = typing.get_type_hints(_typecheckingstub__195af8a9d56ef9e383b66a3a3513a01f6bfdedfa0d4b13150d22558077655b02)
|
@@ -4964,7 +5033,7 @@ class EventOrchestrationGlobalSetRuleCondition:
|
|
4964
5033
|
|
4965
5034
|
@builtins.property
|
4966
5035
|
def expression(self) -> builtins.str:
|
4967
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5036
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
|
4968
5037
|
result = self._values.get("expression")
|
4969
5038
|
assert result is not None, "Required property 'expression' is missing"
|
4970
5039
|
return typing.cast(builtins.str, result)
|
@@ -5261,6 +5330,7 @@ class EventOrchestrationGlobalSetRuleOutputReference(
|
|
5261
5330
|
annotate: typing.Optional[builtins.str] = None,
|
5262
5331
|
automation_action: typing.Optional[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
5263
5332
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
5333
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
5264
5334
|
event_action: typing.Optional[builtins.str] = None,
|
5265
5335
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5266
5336
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -5272,23 +5342,25 @@ class EventOrchestrationGlobalSetRuleOutputReference(
|
|
5272
5342
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5273
5343
|
) -> None:
|
5274
5344
|
'''
|
5275
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5276
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5277
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5278
|
-
:param
|
5279
|
-
:param
|
5280
|
-
:param
|
5281
|
-
:param
|
5282
|
-
:param
|
5283
|
-
:param
|
5284
|
-
:param
|
5285
|
-
:param
|
5286
|
-
:param
|
5345
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
5346
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
5347
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
5348
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
|
5349
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
5350
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
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.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
5352
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
5353
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
5354
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
5355
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
5356
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
5357
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
5287
5358
|
'''
|
5288
5359
|
value = EventOrchestrationGlobalSetRuleActions(
|
5289
5360
|
annotate=annotate,
|
5290
5361
|
automation_action=automation_action,
|
5291
5362
|
drop_event=drop_event,
|
5363
|
+
escalation_policy=escalation_policy,
|
5292
5364
|
event_action=event_action,
|
5293
5365
|
extraction=extraction,
|
5294
5366
|
incident_custom_field_update=incident_custom_field_update,
|
@@ -5525,6 +5597,7 @@ def _typecheckingstub__4583487669670db5685ff768c51203e4dba6962f41aedd2de51e461da
|
|
5525
5597
|
annotate: typing.Optional[builtins.str] = None,
|
5526
5598
|
automation_action: typing.Optional[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
5527
5599
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
5600
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
5528
5601
|
event_action: typing.Optional[builtins.str] = None,
|
5529
5602
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5530
5603
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -5935,6 +6008,12 @@ def _typecheckingstub__5e2c15d5e25c7b8321baf795eb000c1d666e84c255aed75eff2548003
|
|
5935
6008
|
"""Type checking stubs"""
|
5936
6009
|
pass
|
5937
6010
|
|
6011
|
+
def _typecheckingstub__80d8120f541dc2661444cd9200ae6d1112eb55390749f3fe4c936d695591593f(
|
6012
|
+
value: builtins.str,
|
6013
|
+
) -> None:
|
6014
|
+
"""Type checking stubs"""
|
6015
|
+
pass
|
6016
|
+
|
5938
6017
|
def _typecheckingstub__2c87815e3b5b954bc10f05a59c1cf8ec640d9fd25db52cf08ff9354fbc3ac76f(
|
5939
6018
|
value: builtins.str,
|
5940
6019
|
) -> None:
|
@@ -6182,6 +6261,7 @@ def _typecheckingstub__0ab71f345d2ef6d64b052b7646b40dfe5304ce125093203f5b34465d0
|
|
6182
6261
|
annotate: typing.Optional[builtins.str] = None,
|
6183
6262
|
automation_action: typing.Optional[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
6184
6263
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
6264
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
6185
6265
|
event_action: typing.Optional[builtins.str] = None,
|
6186
6266
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
6187
6267
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -6592,6 +6672,12 @@ def _typecheckingstub__601cc6514734204b43fefd3f9f0acfe12573580d215520898c6c84e7e
|
|
6592
6672
|
"""Type checking stubs"""
|
6593
6673
|
pass
|
6594
6674
|
|
6675
|
+
def _typecheckingstub__8b9f627e19c7e2bbc4f656d65f6a0e0e9d4c84b992546cca7c07f40dc121ba5d(
|
6676
|
+
value: builtins.str,
|
6677
|
+
) -> None:
|
6678
|
+
"""Type checking stubs"""
|
6679
|
+
pass
|
6680
|
+
|
6595
6681
|
def _typecheckingstub__53f280b06efc381fc28389eb037650d2e41a3e7bceb2189eb70744b83d53c185(
|
6596
6682
|
value: builtins.str,
|
6597
6683
|
) -> None:
|