cdktf-cdktf-provider-pagerduty 13.10.2__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 +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- 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 +16 -16
- 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.2.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.11.0.dist-info/RECORD +82 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.10.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.10.2.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.10.2.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.10.2.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.10.2.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_service`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class EventOrchestrationService(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
|
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_service pagerduty_event_orchestration_service}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -49,15 +49,15 @@ class EventOrchestrationService(
|
|
49
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
50
50
|
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,
|
51
51
|
) -> None:
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
|
53
53
|
|
54
54
|
:param scope: The scope in which to define this construct.
|
55
55
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
56
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
59
|
-
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
60
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
+
: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_service#catch_all EventOrchestrationService#catch_all}
|
57
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
|
58
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
59
|
+
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
61
61
|
:param connection:
|
62
62
|
:param count:
|
63
63
|
:param depends_on:
|
@@ -100,7 +100,7 @@ class EventOrchestrationService(
|
|
100
100
|
|
101
101
|
:param scope: The scope in which to define this construct.
|
102
102
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
|
103
|
-
:param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
103
|
+
:param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
|
104
104
|
:param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
|
105
105
|
'''
|
106
106
|
if __debug__:
|
@@ -118,7 +118,7 @@ class EventOrchestrationService(
|
|
118
118
|
actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
119
119
|
) -> None:
|
120
120
|
'''
|
121
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
121
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
122
122
|
'''
|
123
123
|
value = EventOrchestrationServiceCatchAll(actions=actions)
|
124
124
|
|
@@ -251,7 +251,7 @@ class EventOrchestrationServiceCatchAll:
|
|
251
251
|
actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
252
252
|
) -> None:
|
253
253
|
'''
|
254
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
254
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
255
255
|
'''
|
256
256
|
if isinstance(actions, dict):
|
257
257
|
actions = EventOrchestrationServiceCatchAllActions(**actions)
|
@@ -266,7 +266,7 @@ class EventOrchestrationServiceCatchAll:
|
|
266
266
|
def actions(self) -> "EventOrchestrationServiceCatchAllActions":
|
267
267
|
'''actions block.
|
268
268
|
|
269
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
269
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
270
270
|
'''
|
271
271
|
result = self._values.get("actions")
|
272
272
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -290,6 +290,7 @@ class EventOrchestrationServiceCatchAll:
|
|
290
290
|
name_mapping={
|
291
291
|
"annotate": "annotate",
|
292
292
|
"automation_action": "automationAction",
|
293
|
+
"escalation_policy": "escalationPolicy",
|
293
294
|
"event_action": "eventAction",
|
294
295
|
"extraction": "extraction",
|
295
296
|
"incident_custom_field_update": "incidentCustomFieldUpdate",
|
@@ -308,6 +309,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
308
309
|
*,
|
309
310
|
annotate: typing.Optional[builtins.str] = None,
|
310
311
|
automation_action: typing.Optional[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationAction", typing.Dict[builtins.str, typing.Any]]] = None,
|
312
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
311
313
|
event_action: typing.Optional[builtins.str] = None,
|
312
314
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsExtraction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
313
315
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -320,18 +322,19 @@ class EventOrchestrationServiceCatchAllActions:
|
|
320
322
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
321
323
|
) -> None:
|
322
324
|
'''
|
323
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
324
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
325
|
-
:param
|
326
|
-
:param
|
327
|
-
:param
|
328
|
-
:param
|
329
|
-
:param
|
330
|
-
:param
|
331
|
-
:param
|
332
|
-
:param
|
333
|
-
:param
|
334
|
-
:param
|
325
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
326
|
+
: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_service#automation_action EventOrchestrationService#automation_action}
|
327
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
|
328
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
329
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
330
|
+
: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_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
331
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
332
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
333
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
334
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
335
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
336
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
337
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
335
338
|
'''
|
336
339
|
if isinstance(automation_action, dict):
|
337
340
|
automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
|
@@ -341,6 +344,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
341
344
|
type_hints = typing.get_type_hints(_typecheckingstub__beda496736753331da07674d5c1607aa07ba1c479670cc6ddf2e0acb104b6e1a)
|
342
345
|
check_type(argname="argument annotate", value=annotate, expected_type=type_hints["annotate"])
|
343
346
|
check_type(argname="argument automation_action", value=automation_action, expected_type=type_hints["automation_action"])
|
347
|
+
check_type(argname="argument escalation_policy", value=escalation_policy, expected_type=type_hints["escalation_policy"])
|
344
348
|
check_type(argname="argument event_action", value=event_action, expected_type=type_hints["event_action"])
|
345
349
|
check_type(argname="argument extraction", value=extraction, expected_type=type_hints["extraction"])
|
346
350
|
check_type(argname="argument incident_custom_field_update", value=incident_custom_field_update, expected_type=type_hints["incident_custom_field_update"])
|
@@ -356,6 +360,8 @@ class EventOrchestrationServiceCatchAllActions:
|
|
356
360
|
self._values["annotate"] = annotate
|
357
361
|
if automation_action is not None:
|
358
362
|
self._values["automation_action"] = automation_action
|
363
|
+
if escalation_policy is not None:
|
364
|
+
self._values["escalation_policy"] = escalation_policy
|
359
365
|
if event_action is not None:
|
360
366
|
self._values["event_action"] = event_action
|
361
367
|
if extraction is not None:
|
@@ -379,7 +385,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
379
385
|
|
380
386
|
@builtins.property
|
381
387
|
def annotate(self) -> typing.Optional[builtins.str]:
|
382
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
388
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
|
383
389
|
result = self._values.get("annotate")
|
384
390
|
return typing.cast(typing.Optional[builtins.str], result)
|
385
391
|
|
@@ -389,14 +395,20 @@ class EventOrchestrationServiceCatchAllActions:
|
|
389
395
|
) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
|
390
396
|
'''automation_action block.
|
391
397
|
|
392
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
398
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
393
399
|
'''
|
394
400
|
result = self._values.get("automation_action")
|
395
401
|
return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
|
396
402
|
|
403
|
+
@builtins.property
|
404
|
+
def escalation_policy(self) -> typing.Optional[builtins.str]:
|
405
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
|
406
|
+
result = self._values.get("escalation_policy")
|
407
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
408
|
+
|
397
409
|
@builtins.property
|
398
410
|
def event_action(self) -> typing.Optional[builtins.str]:
|
399
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
411
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
|
400
412
|
result = self._values.get("event_action")
|
401
413
|
return typing.cast(typing.Optional[builtins.str], result)
|
402
414
|
|
@@ -406,7 +418,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
406
418
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
|
407
419
|
'''extraction block.
|
408
420
|
|
409
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
421
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
410
422
|
'''
|
411
423
|
result = self._values.get("extraction")
|
412
424
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
|
@@ -417,7 +429,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
417
429
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]]:
|
418
430
|
'''incident_custom_field_update block.
|
419
431
|
|
420
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
432
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
421
433
|
'''
|
422
434
|
result = self._values.get("incident_custom_field_update")
|
423
435
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]], result)
|
@@ -428,26 +440,26 @@ class EventOrchestrationServiceCatchAllActions:
|
|
428
440
|
) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
|
429
441
|
'''pagerduty_automation_action block.
|
430
442
|
|
431
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
432
444
|
'''
|
433
445
|
result = self._values.get("pagerduty_automation_action")
|
434
446
|
return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
|
435
447
|
|
436
448
|
@builtins.property
|
437
449
|
def priority(self) -> typing.Optional[builtins.str]:
|
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_service#priority EventOrchestrationService#priority}.'''
|
439
451
|
result = self._values.get("priority")
|
440
452
|
return typing.cast(typing.Optional[builtins.str], result)
|
441
453
|
|
442
454
|
@builtins.property
|
443
455
|
def route_to(self) -> typing.Optional[builtins.str]:
|
444
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
456
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
|
445
457
|
result = self._values.get("route_to")
|
446
458
|
return typing.cast(typing.Optional[builtins.str], result)
|
447
459
|
|
448
460
|
@builtins.property
|
449
461
|
def severity(self) -> typing.Optional[builtins.str]:
|
450
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
462
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
|
451
463
|
result = self._values.get("severity")
|
452
464
|
return typing.cast(typing.Optional[builtins.str], result)
|
453
465
|
|
@@ -455,13 +467,13 @@ class EventOrchestrationServiceCatchAllActions:
|
|
455
467
|
def suppress(
|
456
468
|
self,
|
457
469
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
458
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
470
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
|
459
471
|
result = self._values.get("suppress")
|
460
472
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
461
473
|
|
462
474
|
@builtins.property
|
463
475
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
464
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
476
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
|
465
477
|
result = self._values.get("suspend")
|
466
478
|
return typing.cast(typing.Optional[jsii.Number], result)
|
467
479
|
|
@@ -471,7 +483,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
471
483
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
|
472
484
|
'''variable block.
|
473
485
|
|
474
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
486
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
475
487
|
'''
|
476
488
|
result = self._values.get("variable")
|
477
489
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
|
@@ -510,11 +522,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
510
522
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
511
523
|
) -> None:
|
512
524
|
'''
|
513
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
514
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
515
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
516
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
517
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
525
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
526
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
527
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
528
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
529
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
518
530
|
'''
|
519
531
|
if __debug__:
|
520
532
|
type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
|
@@ -536,14 +548,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
536
548
|
|
537
549
|
@builtins.property
|
538
550
|
def name(self) -> builtins.str:
|
539
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
551
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
540
552
|
result = self._values.get("name")
|
541
553
|
assert result is not None, "Required property 'name' is missing"
|
542
554
|
return typing.cast(builtins.str, result)
|
543
555
|
|
544
556
|
@builtins.property
|
545
557
|
def url(self) -> builtins.str:
|
546
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
558
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
|
547
559
|
result = self._values.get("url")
|
548
560
|
assert result is not None, "Required property 'url' is missing"
|
549
561
|
return typing.cast(builtins.str, result)
|
@@ -552,7 +564,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
552
564
|
def auto_send(
|
553
565
|
self,
|
554
566
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
555
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
567
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
|
556
568
|
result = self._values.get("auto_send")
|
557
569
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
558
570
|
|
@@ -562,7 +574,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
562
574
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
|
563
575
|
'''header block.
|
564
576
|
|
565
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
577
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
566
578
|
'''
|
567
579
|
result = self._values.get("header")
|
568
580
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
|
@@ -573,7 +585,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
573
585
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
|
574
586
|
'''parameter block.
|
575
587
|
|
576
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
588
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
577
589
|
'''
|
578
590
|
result = self._values.get("parameter")
|
579
591
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
|
@@ -598,8 +610,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
598
610
|
class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
|
599
611
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
600
612
|
'''
|
601
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
602
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
613
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
614
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
603
615
|
'''
|
604
616
|
if __debug__:
|
605
617
|
type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
|
@@ -612,14 +624,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
|
|
612
624
|
|
613
625
|
@builtins.property
|
614
626
|
def key(self) -> builtins.str:
|
615
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
627
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
616
628
|
result = self._values.get("key")
|
617
629
|
assert result is not None, "Required property 'key' is missing"
|
618
630
|
return typing.cast(builtins.str, result)
|
619
631
|
|
620
632
|
@builtins.property
|
621
633
|
def value(self) -> builtins.str:
|
622
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
634
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
623
635
|
result = self._values.get("value")
|
624
636
|
assert result is not None, "Required property 'value' is missing"
|
625
637
|
return typing.cast(builtins.str, result)
|
@@ -975,8 +987,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
|
|
975
987
|
class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
|
976
988
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
977
989
|
'''
|
978
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
979
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
990
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
991
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
980
992
|
'''
|
981
993
|
if __debug__:
|
982
994
|
type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
|
@@ -989,14 +1001,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
|
|
989
1001
|
|
990
1002
|
@builtins.property
|
991
1003
|
def key(self) -> builtins.str:
|
992
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1004
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
993
1005
|
result = self._values.get("key")
|
994
1006
|
assert result is not None, "Required property 'key' is missing"
|
995
1007
|
return typing.cast(builtins.str, result)
|
996
1008
|
|
997
1009
|
@builtins.property
|
998
1010
|
def value(self) -> builtins.str:
|
999
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1011
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
1000
1012
|
result = self._values.get("value")
|
1001
1013
|
assert result is not None, "Required property 'value' is missing"
|
1002
1014
|
return typing.cast(builtins.str, result)
|
@@ -1204,10 +1216,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
|
|
1204
1216
|
template: typing.Optional[builtins.str] = None,
|
1205
1217
|
) -> None:
|
1206
1218
|
'''
|
1207
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1208
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1209
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1210
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1219
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
|
1220
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
|
1221
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
|
1222
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
|
1211
1223
|
'''
|
1212
1224
|
if __debug__:
|
1213
1225
|
type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
|
@@ -1227,26 +1239,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
|
|
1227
1239
|
|
1228
1240
|
@builtins.property
|
1229
1241
|
def target(self) -> builtins.str:
|
1230
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1242
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
|
1231
1243
|
result = self._values.get("target")
|
1232
1244
|
assert result is not None, "Required property 'target' is missing"
|
1233
1245
|
return typing.cast(builtins.str, result)
|
1234
1246
|
|
1235
1247
|
@builtins.property
|
1236
1248
|
def regex(self) -> typing.Optional[builtins.str]:
|
1237
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1249
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
|
1238
1250
|
result = self._values.get("regex")
|
1239
1251
|
return typing.cast(typing.Optional[builtins.str], result)
|
1240
1252
|
|
1241
1253
|
@builtins.property
|
1242
1254
|
def source(self) -> typing.Optional[builtins.str]:
|
1243
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1255
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
|
1244
1256
|
result = self._values.get("source")
|
1245
1257
|
return typing.cast(typing.Optional[builtins.str], result)
|
1246
1258
|
|
1247
1259
|
@builtins.property
|
1248
1260
|
def template(self) -> typing.Optional[builtins.str]:
|
1249
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1261
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
|
1250
1262
|
result = self._values.get("template")
|
1251
1263
|
return typing.cast(typing.Optional[builtins.str], result)
|
1252
1264
|
|
@@ -1487,8 +1499,8 @@ class EventOrchestrationServiceCatchAllActionsExtractionOutputReference(
|
|
1487
1499
|
class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
|
1488
1500
|
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
1489
1501
|
'''
|
1490
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1491
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1502
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
1503
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
1492
1504
|
'''
|
1493
1505
|
if __debug__:
|
1494
1506
|
type_hints = typing.get_type_hints(_typecheckingstub__01c0a9c05e20146e2fbbf0f5af59e520a0ab811ae8ef69b936a08bfba4f12841)
|
@@ -1501,7 +1513,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
|
|
1501
1513
|
|
1502
1514
|
@builtins.property
|
1503
1515
|
def id(self) -> builtins.str:
|
1504
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1516
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
1505
1517
|
|
1506
1518
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1507
1519
|
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.
|
@@ -1512,7 +1524,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
|
|
1512
1524
|
|
1513
1525
|
@builtins.property
|
1514
1526
|
def value(self) -> builtins.str:
|
1515
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1527
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
1516
1528
|
result = self._values.get("value")
|
1517
1529
|
assert result is not None, "Required property 'value' is missing"
|
1518
1530
|
return typing.cast(builtins.str, result)
|
@@ -1731,11 +1743,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1731
1743
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1732
1744
|
) -> None:
|
1733
1745
|
'''
|
1734
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1735
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1736
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1737
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1738
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1746
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
1747
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
1748
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
1749
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
1750
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
1739
1751
|
'''
|
1740
1752
|
value = EventOrchestrationServiceCatchAllActionsAutomationAction(
|
1741
1753
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -1772,7 +1784,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1772
1784
|
@jsii.member(jsii_name="putPagerdutyAutomationAction")
|
1773
1785
|
def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
|
1774
1786
|
'''
|
1775
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1787
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
1776
1788
|
'''
|
1777
1789
|
value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
|
1778
1790
|
action_id=action_id
|
@@ -1801,6 +1813,10 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1801
1813
|
def reset_automation_action(self) -> None:
|
1802
1814
|
return typing.cast(None, jsii.invoke(self, "resetAutomationAction", []))
|
1803
1815
|
|
1816
|
+
@jsii.member(jsii_name="resetEscalationPolicy")
|
1817
|
+
def reset_escalation_policy(self) -> None:
|
1818
|
+
return typing.cast(None, jsii.invoke(self, "resetEscalationPolicy", []))
|
1819
|
+
|
1804
1820
|
@jsii.member(jsii_name="resetEventAction")
|
1805
1821
|
def reset_event_action(self) -> None:
|
1806
1822
|
return typing.cast(None, jsii.invoke(self, "resetEventAction", []))
|
@@ -1884,6 +1900,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1884
1900
|
) -> typing.Optional[EventOrchestrationServiceCatchAllActionsAutomationAction]:
|
1885
1901
|
return typing.cast(typing.Optional[EventOrchestrationServiceCatchAllActionsAutomationAction], jsii.get(self, "automationActionInput"))
|
1886
1902
|
|
1903
|
+
@builtins.property
|
1904
|
+
@jsii.member(jsii_name="escalationPolicyInput")
|
1905
|
+
def escalation_policy_input(self) -> typing.Optional[builtins.str]:
|
1906
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "escalationPolicyInput"))
|
1907
|
+
|
1887
1908
|
@builtins.property
|
1888
1909
|
@jsii.member(jsii_name="eventActionInput")
|
1889
1910
|
def event_action_input(self) -> typing.Optional[builtins.str]:
|
@@ -1956,6 +1977,18 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1956
1977
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1957
1978
|
jsii.set(self, "annotate", value)
|
1958
1979
|
|
1980
|
+
@builtins.property
|
1981
|
+
@jsii.member(jsii_name="escalationPolicy")
|
1982
|
+
def escalation_policy(self) -> builtins.str:
|
1983
|
+
return typing.cast(builtins.str, jsii.get(self, "escalationPolicy"))
|
1984
|
+
|
1985
|
+
@escalation_policy.setter
|
1986
|
+
def escalation_policy(self, value: builtins.str) -> None:
|
1987
|
+
if __debug__:
|
1988
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d5d7e3a9e5fbfb4df62bc37ac8b154fc3a9493394a779db7451286ee79c0c99)
|
1989
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1990
|
+
jsii.set(self, "escalationPolicy", value)
|
1991
|
+
|
1959
1992
|
@builtins.property
|
1960
1993
|
@jsii.member(jsii_name="eventAction")
|
1961
1994
|
def event_action(self) -> builtins.str:
|
@@ -2057,7 +2090,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
2057
2090
|
class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
|
2058
2091
|
def __init__(self, *, action_id: builtins.str) -> None:
|
2059
2092
|
'''
|
2060
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2093
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
2061
2094
|
'''
|
2062
2095
|
if __debug__:
|
2063
2096
|
type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
|
@@ -2068,7 +2101,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
|
|
2068
2101
|
|
2069
2102
|
@builtins.property
|
2070
2103
|
def action_id(self) -> builtins.str:
|
2071
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2104
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
|
2072
2105
|
result = self._values.get("action_id")
|
2073
2106
|
assert result is not None, "Required property 'action_id' is missing"
|
2074
2107
|
return typing.cast(builtins.str, result)
|
@@ -2155,10 +2188,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
|
|
2155
2188
|
value: builtins.str,
|
2156
2189
|
) -> None:
|
2157
2190
|
'''
|
2158
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2159
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2160
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2161
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2191
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
2192
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
|
2193
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
|
2194
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
2162
2195
|
'''
|
2163
2196
|
if __debug__:
|
2164
2197
|
type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
|
@@ -2175,28 +2208,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
|
|
2175
2208
|
|
2176
2209
|
@builtins.property
|
2177
2210
|
def name(self) -> builtins.str:
|
2178
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2211
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
2179
2212
|
result = self._values.get("name")
|
2180
2213
|
assert result is not None, "Required property 'name' is missing"
|
2181
2214
|
return typing.cast(builtins.str, result)
|
2182
2215
|
|
2183
2216
|
@builtins.property
|
2184
2217
|
def path(self) -> builtins.str:
|
2185
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2218
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
|
2186
2219
|
result = self._values.get("path")
|
2187
2220
|
assert result is not None, "Required property 'path' is missing"
|
2188
2221
|
return typing.cast(builtins.str, result)
|
2189
2222
|
|
2190
2223
|
@builtins.property
|
2191
2224
|
def type(self) -> builtins.str:
|
2192
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2225
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
|
2193
2226
|
result = self._values.get("type")
|
2194
2227
|
assert result is not None, "Required property 'type' is missing"
|
2195
2228
|
return typing.cast(builtins.str, result)
|
2196
2229
|
|
2197
2230
|
@builtins.property
|
2198
2231
|
def value(self) -> builtins.str:
|
2199
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2232
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
2200
2233
|
result = self._values.get("value")
|
2201
2234
|
assert result is not None, "Required property 'value' is missing"
|
2202
2235
|
return typing.cast(builtins.str, result)
|
@@ -2444,6 +2477,7 @@ class EventOrchestrationServiceCatchAllOutputReference(
|
|
2444
2477
|
*,
|
2445
2478
|
annotate: typing.Optional[builtins.str] = None,
|
2446
2479
|
automation_action: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
2480
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
2447
2481
|
event_action: typing.Optional[builtins.str] = None,
|
2448
2482
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2449
2483
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -2456,22 +2490,24 @@ class EventOrchestrationServiceCatchAllOutputReference(
|
|
2456
2490
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2457
2491
|
) -> None:
|
2458
2492
|
'''
|
2459
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2460
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2461
|
-
:param
|
2462
|
-
:param
|
2463
|
-
:param
|
2464
|
-
:param
|
2465
|
-
:param
|
2466
|
-
:param
|
2467
|
-
:param
|
2468
|
-
:param
|
2469
|
-
:param
|
2470
|
-
:param
|
2493
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
2494
|
+
: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_service#automation_action EventOrchestrationService#automation_action}
|
2495
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
|
2496
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
2497
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
2498
|
+
: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_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
2499
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
2500
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
2501
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
2502
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
2503
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
2504
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
2505
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
2471
2506
|
'''
|
2472
2507
|
value = EventOrchestrationServiceCatchAllActions(
|
2473
2508
|
annotate=annotate,
|
2474
2509
|
automation_action=automation_action,
|
2510
|
+
escalation_policy=escalation_policy,
|
2475
2511
|
event_action=event_action,
|
2476
2512
|
extraction=extraction,
|
2477
2513
|
incident_custom_field_update=incident_custom_field_update,
|
@@ -2557,11 +2593,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2557
2593
|
:param lifecycle:
|
2558
2594
|
:param provider:
|
2559
2595
|
:param provisioners:
|
2560
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2561
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2562
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2563
|
-
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2564
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2596
|
+
: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_service#catch_all EventOrchestrationService#catch_all}
|
2597
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
|
2598
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
2599
|
+
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
|
2600
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
2565
2601
|
'''
|
2566
2602
|
if isinstance(lifecycle, dict):
|
2567
2603
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2673,7 +2709,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2673
2709
|
def catch_all(self) -> EventOrchestrationServiceCatchAll:
|
2674
2710
|
'''catch_all block.
|
2675
2711
|
|
2676
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2712
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
2677
2713
|
'''
|
2678
2714
|
result = self._values.get("catch_all")
|
2679
2715
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -2681,7 +2717,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2681
2717
|
|
2682
2718
|
@builtins.property
|
2683
2719
|
def service(self) -> builtins.str:
|
2684
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2720
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
|
2685
2721
|
result = self._values.get("service")
|
2686
2722
|
assert result is not None, "Required property 'service' is missing"
|
2687
2723
|
return typing.cast(builtins.str, result)
|
@@ -2692,7 +2728,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2692
2728
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
|
2693
2729
|
'''set block.
|
2694
2730
|
|
2695
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2731
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
2696
2732
|
'''
|
2697
2733
|
result = self._values.get("set")
|
2698
2734
|
assert result is not None, "Required property 'set' is missing"
|
@@ -2702,13 +2738,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2702
2738
|
def enable_event_orchestration_for_service(
|
2703
2739
|
self,
|
2704
2740
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2705
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2741
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
|
2706
2742
|
result = self._values.get("enable_event_orchestration_for_service")
|
2707
2743
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2708
2744
|
|
2709
2745
|
@builtins.property
|
2710
2746
|
def id(self) -> typing.Optional[builtins.str]:
|
2711
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2747
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
2712
2748
|
|
2713
2749
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2714
2750
|
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.
|
@@ -2741,8 +2777,8 @@ class EventOrchestrationServiceSet:
|
|
2741
2777
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2742
2778
|
) -> None:
|
2743
2779
|
'''
|
2744
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2745
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2780
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
2781
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
2746
2782
|
'''
|
2747
2783
|
if __debug__:
|
2748
2784
|
type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
|
@@ -2756,7 +2792,7 @@ class EventOrchestrationServiceSet:
|
|
2756
2792
|
|
2757
2793
|
@builtins.property
|
2758
2794
|
def id(self) -> builtins.str:
|
2759
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2795
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
2760
2796
|
|
2761
2797
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2762
2798
|
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.
|
@@ -2771,7 +2807,7 @@ class EventOrchestrationServiceSet:
|
|
2771
2807
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
|
2772
2808
|
'''rule block.
|
2773
2809
|
|
2774
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2810
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
2775
2811
|
'''
|
2776
2812
|
result = self._values.get("rule")
|
2777
2813
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
|
@@ -2988,10 +3024,10 @@ class EventOrchestrationServiceSetRule:
|
|
2988
3024
|
label: typing.Optional[builtins.str] = None,
|
2989
3025
|
) -> None:
|
2990
3026
|
'''
|
2991
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2992
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2993
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2994
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3027
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
3028
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
3029
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
|
3030
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
|
2995
3031
|
'''
|
2996
3032
|
if isinstance(actions, dict):
|
2997
3033
|
actions = EventOrchestrationServiceSetRuleActions(**actions)
|
@@ -3015,7 +3051,7 @@ class EventOrchestrationServiceSetRule:
|
|
3015
3051
|
def actions(self) -> "EventOrchestrationServiceSetRuleActions":
|
3016
3052
|
'''actions block.
|
3017
3053
|
|
3018
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3054
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
3019
3055
|
'''
|
3020
3056
|
result = self._values.get("actions")
|
3021
3057
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -3027,7 +3063,7 @@ class EventOrchestrationServiceSetRule:
|
|
3027
3063
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
|
3028
3064
|
'''condition block.
|
3029
3065
|
|
3030
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3066
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
3031
3067
|
'''
|
3032
3068
|
result = self._values.get("condition")
|
3033
3069
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
|
@@ -3036,13 +3072,13 @@ class EventOrchestrationServiceSetRule:
|
|
3036
3072
|
def disabled(
|
3037
3073
|
self,
|
3038
3074
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3039
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3075
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
|
3040
3076
|
result = self._values.get("disabled")
|
3041
3077
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3042
3078
|
|
3043
3079
|
@builtins.property
|
3044
3080
|
def label(self) -> typing.Optional[builtins.str]:
|
3045
|
-
'''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_service#label EventOrchestrationService#label}.'''
|
3046
3082
|
result = self._values.get("label")
|
3047
3083
|
return typing.cast(typing.Optional[builtins.str], result)
|
3048
3084
|
|
@@ -3064,6 +3100,7 @@ class EventOrchestrationServiceSetRule:
|
|
3064
3100
|
name_mapping={
|
3065
3101
|
"annotate": "annotate",
|
3066
3102
|
"automation_action": "automationAction",
|
3103
|
+
"escalation_policy": "escalationPolicy",
|
3067
3104
|
"event_action": "eventAction",
|
3068
3105
|
"extraction": "extraction",
|
3069
3106
|
"incident_custom_field_update": "incidentCustomFieldUpdate",
|
@@ -3082,6 +3119,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3082
3119
|
*,
|
3083
3120
|
annotate: typing.Optional[builtins.str] = None,
|
3084
3121
|
automation_action: typing.Optional[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationAction", typing.Dict[builtins.str, typing.Any]]] = None,
|
3122
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
3085
3123
|
event_action: typing.Optional[builtins.str] = None,
|
3086
3124
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsExtraction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3087
3125
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -3094,18 +3132,19 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3094
3132
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3095
3133
|
) -> None:
|
3096
3134
|
'''
|
3097
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3098
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3099
|
-
:param
|
3100
|
-
:param
|
3101
|
-
:param
|
3102
|
-
:param
|
3103
|
-
:param
|
3104
|
-
:param
|
3105
|
-
:param
|
3106
|
-
:param
|
3107
|
-
:param
|
3108
|
-
:param
|
3135
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
3136
|
+
: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_service#automation_action EventOrchestrationService#automation_action}
|
3137
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
|
3138
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
3139
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
3140
|
+
: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_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
3141
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
3142
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
3143
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
3144
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
3145
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
3146
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
3147
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
3109
3148
|
'''
|
3110
3149
|
if isinstance(automation_action, dict):
|
3111
3150
|
automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
|
@@ -3115,6 +3154,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3115
3154
|
type_hints = typing.get_type_hints(_typecheckingstub__92d01a8d7979022feb679e0e11e8d9988bb013c9596d06df8bd8fe112cf360fa)
|
3116
3155
|
check_type(argname="argument annotate", value=annotate, expected_type=type_hints["annotate"])
|
3117
3156
|
check_type(argname="argument automation_action", value=automation_action, expected_type=type_hints["automation_action"])
|
3157
|
+
check_type(argname="argument escalation_policy", value=escalation_policy, expected_type=type_hints["escalation_policy"])
|
3118
3158
|
check_type(argname="argument event_action", value=event_action, expected_type=type_hints["event_action"])
|
3119
3159
|
check_type(argname="argument extraction", value=extraction, expected_type=type_hints["extraction"])
|
3120
3160
|
check_type(argname="argument incident_custom_field_update", value=incident_custom_field_update, expected_type=type_hints["incident_custom_field_update"])
|
@@ -3130,6 +3170,8 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3130
3170
|
self._values["annotate"] = annotate
|
3131
3171
|
if automation_action is not None:
|
3132
3172
|
self._values["automation_action"] = automation_action
|
3173
|
+
if escalation_policy is not None:
|
3174
|
+
self._values["escalation_policy"] = escalation_policy
|
3133
3175
|
if event_action is not None:
|
3134
3176
|
self._values["event_action"] = event_action
|
3135
3177
|
if extraction is not None:
|
@@ -3153,7 +3195,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3153
3195
|
|
3154
3196
|
@builtins.property
|
3155
3197
|
def annotate(self) -> typing.Optional[builtins.str]:
|
3156
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3198
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
|
3157
3199
|
result = self._values.get("annotate")
|
3158
3200
|
return typing.cast(typing.Optional[builtins.str], result)
|
3159
3201
|
|
@@ -3163,14 +3205,20 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3163
3205
|
) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
|
3164
3206
|
'''automation_action block.
|
3165
3207
|
|
3166
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3208
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
3167
3209
|
'''
|
3168
3210
|
result = self._values.get("automation_action")
|
3169
3211
|
return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
|
3170
3212
|
|
3213
|
+
@builtins.property
|
3214
|
+
def escalation_policy(self) -> typing.Optional[builtins.str]:
|
3215
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
|
3216
|
+
result = self._values.get("escalation_policy")
|
3217
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
3218
|
+
|
3171
3219
|
@builtins.property
|
3172
3220
|
def event_action(self) -> typing.Optional[builtins.str]:
|
3173
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3221
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
|
3174
3222
|
result = self._values.get("event_action")
|
3175
3223
|
return typing.cast(typing.Optional[builtins.str], result)
|
3176
3224
|
|
@@ -3180,7 +3228,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3180
3228
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
|
3181
3229
|
'''extraction block.
|
3182
3230
|
|
3183
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3231
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
3184
3232
|
'''
|
3185
3233
|
result = self._values.get("extraction")
|
3186
3234
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
|
@@ -3191,7 +3239,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3191
3239
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]]:
|
3192
3240
|
'''incident_custom_field_update block.
|
3193
3241
|
|
3194
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3242
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
3195
3243
|
'''
|
3196
3244
|
result = self._values.get("incident_custom_field_update")
|
3197
3245
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]], result)
|
@@ -3202,26 +3250,26 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3202
3250
|
) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
|
3203
3251
|
'''pagerduty_automation_action block.
|
3204
3252
|
|
3205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3253
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
3206
3254
|
'''
|
3207
3255
|
result = self._values.get("pagerduty_automation_action")
|
3208
3256
|
return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
|
3209
3257
|
|
3210
3258
|
@builtins.property
|
3211
3259
|
def priority(self) -> typing.Optional[builtins.str]:
|
3212
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3260
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
|
3213
3261
|
result = self._values.get("priority")
|
3214
3262
|
return typing.cast(typing.Optional[builtins.str], result)
|
3215
3263
|
|
3216
3264
|
@builtins.property
|
3217
3265
|
def route_to(self) -> typing.Optional[builtins.str]:
|
3218
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3266
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
|
3219
3267
|
result = self._values.get("route_to")
|
3220
3268
|
return typing.cast(typing.Optional[builtins.str], result)
|
3221
3269
|
|
3222
3270
|
@builtins.property
|
3223
3271
|
def severity(self) -> typing.Optional[builtins.str]:
|
3224
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3272
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
|
3225
3273
|
result = self._values.get("severity")
|
3226
3274
|
return typing.cast(typing.Optional[builtins.str], result)
|
3227
3275
|
|
@@ -3229,13 +3277,13 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3229
3277
|
def suppress(
|
3230
3278
|
self,
|
3231
3279
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3232
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3280
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
|
3233
3281
|
result = self._values.get("suppress")
|
3234
3282
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3235
3283
|
|
3236
3284
|
@builtins.property
|
3237
3285
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
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_service#suspend EventOrchestrationService#suspend}.'''
|
3239
3287
|
result = self._values.get("suspend")
|
3240
3288
|
return typing.cast(typing.Optional[jsii.Number], result)
|
3241
3289
|
|
@@ -3245,7 +3293,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3245
3293
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
|
3246
3294
|
'''variable block.
|
3247
3295
|
|
3248
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3296
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
3249
3297
|
'''
|
3250
3298
|
result = self._values.get("variable")
|
3251
3299
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
|
@@ -3284,11 +3332,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3284
3332
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3285
3333
|
) -> None:
|
3286
3334
|
'''
|
3287
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3288
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3289
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3290
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3291
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3335
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
3336
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
3337
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
3338
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
3339
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
3292
3340
|
'''
|
3293
3341
|
if __debug__:
|
3294
3342
|
type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
|
@@ -3310,14 +3358,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3310
3358
|
|
3311
3359
|
@builtins.property
|
3312
3360
|
def name(self) -> builtins.str:
|
3313
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3361
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
3314
3362
|
result = self._values.get("name")
|
3315
3363
|
assert result is not None, "Required property 'name' is missing"
|
3316
3364
|
return typing.cast(builtins.str, result)
|
3317
3365
|
|
3318
3366
|
@builtins.property
|
3319
3367
|
def url(self) -> builtins.str:
|
3320
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3368
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
|
3321
3369
|
result = self._values.get("url")
|
3322
3370
|
assert result is not None, "Required property 'url' is missing"
|
3323
3371
|
return typing.cast(builtins.str, result)
|
@@ -3326,7 +3374,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3326
3374
|
def auto_send(
|
3327
3375
|
self,
|
3328
3376
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3329
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3377
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
|
3330
3378
|
result = self._values.get("auto_send")
|
3331
3379
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3332
3380
|
|
@@ -3336,7 +3384,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3336
3384
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
|
3337
3385
|
'''header block.
|
3338
3386
|
|
3339
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3387
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
3340
3388
|
'''
|
3341
3389
|
result = self._values.get("header")
|
3342
3390
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
|
@@ -3347,7 +3395,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3347
3395
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
|
3348
3396
|
'''parameter block.
|
3349
3397
|
|
3350
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3398
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
3351
3399
|
'''
|
3352
3400
|
result = self._values.get("parameter")
|
3353
3401
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
|
@@ -3372,8 +3420,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3372
3420
|
class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
|
3373
3421
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3374
3422
|
'''
|
3375
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3376
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3423
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
3424
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3377
3425
|
'''
|
3378
3426
|
if __debug__:
|
3379
3427
|
type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
|
@@ -3386,14 +3434,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
|
|
3386
3434
|
|
3387
3435
|
@builtins.property
|
3388
3436
|
def key(self) -> builtins.str:
|
3389
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3437
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
3390
3438
|
result = self._values.get("key")
|
3391
3439
|
assert result is not None, "Required property 'key' is missing"
|
3392
3440
|
return typing.cast(builtins.str, result)
|
3393
3441
|
|
3394
3442
|
@builtins.property
|
3395
3443
|
def value(self) -> builtins.str:
|
3396
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3444
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
3397
3445
|
result = self._values.get("value")
|
3398
3446
|
assert result is not None, "Required property 'value' is missing"
|
3399
3447
|
return typing.cast(builtins.str, result)
|
@@ -3749,8 +3797,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
|
|
3749
3797
|
class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
|
3750
3798
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3751
3799
|
'''
|
3752
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3753
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3800
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
3801
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3754
3802
|
'''
|
3755
3803
|
if __debug__:
|
3756
3804
|
type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
|
@@ -3763,14 +3811,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
|
|
3763
3811
|
|
3764
3812
|
@builtins.property
|
3765
3813
|
def key(self) -> builtins.str:
|
3766
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3814
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
3767
3815
|
result = self._values.get("key")
|
3768
3816
|
assert result is not None, "Required property 'key' is missing"
|
3769
3817
|
return typing.cast(builtins.str, result)
|
3770
3818
|
|
3771
3819
|
@builtins.property
|
3772
3820
|
def value(self) -> builtins.str:
|
3773
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3821
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
3774
3822
|
result = self._values.get("value")
|
3775
3823
|
assert result is not None, "Required property 'value' is missing"
|
3776
3824
|
return typing.cast(builtins.str, result)
|
@@ -3978,10 +4026,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
|
|
3978
4026
|
template: typing.Optional[builtins.str] = None,
|
3979
4027
|
) -> None:
|
3980
4028
|
'''
|
3981
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3982
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3983
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3984
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4029
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
|
4030
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
|
4031
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
|
4032
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
|
3985
4033
|
'''
|
3986
4034
|
if __debug__:
|
3987
4035
|
type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
|
@@ -4001,26 +4049,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
|
|
4001
4049
|
|
4002
4050
|
@builtins.property
|
4003
4051
|
def target(self) -> builtins.str:
|
4004
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4052
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
|
4005
4053
|
result = self._values.get("target")
|
4006
4054
|
assert result is not None, "Required property 'target' is missing"
|
4007
4055
|
return typing.cast(builtins.str, result)
|
4008
4056
|
|
4009
4057
|
@builtins.property
|
4010
4058
|
def regex(self) -> typing.Optional[builtins.str]:
|
4011
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4059
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
|
4012
4060
|
result = self._values.get("regex")
|
4013
4061
|
return typing.cast(typing.Optional[builtins.str], result)
|
4014
4062
|
|
4015
4063
|
@builtins.property
|
4016
4064
|
def source(self) -> typing.Optional[builtins.str]:
|
4017
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4065
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
|
4018
4066
|
result = self._values.get("source")
|
4019
4067
|
return typing.cast(typing.Optional[builtins.str], result)
|
4020
4068
|
|
4021
4069
|
@builtins.property
|
4022
4070
|
def template(self) -> typing.Optional[builtins.str]:
|
4023
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4071
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
|
4024
4072
|
result = self._values.get("template")
|
4025
4073
|
return typing.cast(typing.Optional[builtins.str], result)
|
4026
4074
|
|
@@ -4261,8 +4309,8 @@ class EventOrchestrationServiceSetRuleActionsExtractionOutputReference(
|
|
4261
4309
|
class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
|
4262
4310
|
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
4263
4311
|
'''
|
4264
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4265
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4312
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
4313
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
4266
4314
|
'''
|
4267
4315
|
if __debug__:
|
4268
4316
|
type_hints = typing.get_type_hints(_typecheckingstub__31f6fe127b5965fad04ba280bc2b0717d92426f136ed60e964ca92c3c58da09a)
|
@@ -4275,7 +4323,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
|
|
4275
4323
|
|
4276
4324
|
@builtins.property
|
4277
4325
|
def id(self) -> builtins.str:
|
4278
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4326
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
4279
4327
|
|
4280
4328
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
4281
4329
|
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.
|
@@ -4286,7 +4334,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
|
|
4286
4334
|
|
4287
4335
|
@builtins.property
|
4288
4336
|
def value(self) -> builtins.str:
|
4289
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4337
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
4290
4338
|
result = self._values.get("value")
|
4291
4339
|
assert result is not None, "Required property 'value' is missing"
|
4292
4340
|
return typing.cast(builtins.str, result)
|
@@ -4505,11 +4553,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4505
4553
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4506
4554
|
) -> None:
|
4507
4555
|
'''
|
4508
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4509
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4510
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4511
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4512
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4556
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
4557
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
4558
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
4559
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
4560
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
4513
4561
|
'''
|
4514
4562
|
value = EventOrchestrationServiceSetRuleActionsAutomationAction(
|
4515
4563
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -4546,7 +4594,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4546
4594
|
@jsii.member(jsii_name="putPagerdutyAutomationAction")
|
4547
4595
|
def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
|
4548
4596
|
'''
|
4549
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4597
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
4550
4598
|
'''
|
4551
4599
|
value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
|
4552
4600
|
action_id=action_id
|
@@ -4575,6 +4623,10 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4575
4623
|
def reset_automation_action(self) -> None:
|
4576
4624
|
return typing.cast(None, jsii.invoke(self, "resetAutomationAction", []))
|
4577
4625
|
|
4626
|
+
@jsii.member(jsii_name="resetEscalationPolicy")
|
4627
|
+
def reset_escalation_policy(self) -> None:
|
4628
|
+
return typing.cast(None, jsii.invoke(self, "resetEscalationPolicy", []))
|
4629
|
+
|
4578
4630
|
@jsii.member(jsii_name="resetEventAction")
|
4579
4631
|
def reset_event_action(self) -> None:
|
4580
4632
|
return typing.cast(None, jsii.invoke(self, "resetEventAction", []))
|
@@ -4658,6 +4710,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4658
4710
|
) -> typing.Optional[EventOrchestrationServiceSetRuleActionsAutomationAction]:
|
4659
4711
|
return typing.cast(typing.Optional[EventOrchestrationServiceSetRuleActionsAutomationAction], jsii.get(self, "automationActionInput"))
|
4660
4712
|
|
4713
|
+
@builtins.property
|
4714
|
+
@jsii.member(jsii_name="escalationPolicyInput")
|
4715
|
+
def escalation_policy_input(self) -> typing.Optional[builtins.str]:
|
4716
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "escalationPolicyInput"))
|
4717
|
+
|
4661
4718
|
@builtins.property
|
4662
4719
|
@jsii.member(jsii_name="eventActionInput")
|
4663
4720
|
def event_action_input(self) -> typing.Optional[builtins.str]:
|
@@ -4730,6 +4787,18 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4730
4787
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4731
4788
|
jsii.set(self, "annotate", value)
|
4732
4789
|
|
4790
|
+
@builtins.property
|
4791
|
+
@jsii.member(jsii_name="escalationPolicy")
|
4792
|
+
def escalation_policy(self) -> builtins.str:
|
4793
|
+
return typing.cast(builtins.str, jsii.get(self, "escalationPolicy"))
|
4794
|
+
|
4795
|
+
@escalation_policy.setter
|
4796
|
+
def escalation_policy(self, value: builtins.str) -> None:
|
4797
|
+
if __debug__:
|
4798
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6d46dd7640bb20e227293ffc2a5d4df407a53ec08f38f23739d1bc09c8e63b9a)
|
4799
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4800
|
+
jsii.set(self, "escalationPolicy", value)
|
4801
|
+
|
4733
4802
|
@builtins.property
|
4734
4803
|
@jsii.member(jsii_name="eventAction")
|
4735
4804
|
def event_action(self) -> builtins.str:
|
@@ -4831,7 +4900,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4831
4900
|
class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
|
4832
4901
|
def __init__(self, *, action_id: builtins.str) -> None:
|
4833
4902
|
'''
|
4834
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4903
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
4835
4904
|
'''
|
4836
4905
|
if __debug__:
|
4837
4906
|
type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
|
@@ -4842,7 +4911,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
|
|
4842
4911
|
|
4843
4912
|
@builtins.property
|
4844
4913
|
def action_id(self) -> builtins.str:
|
4845
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4914
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
|
4846
4915
|
result = self._values.get("action_id")
|
4847
4916
|
assert result is not None, "Required property 'action_id' is missing"
|
4848
4917
|
return typing.cast(builtins.str, result)
|
@@ -4929,10 +4998,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
|
|
4929
4998
|
value: builtins.str,
|
4930
4999
|
) -> None:
|
4931
5000
|
'''
|
4932
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4933
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4934
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4935
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5001
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
5002
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
|
5003
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
|
5004
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
4936
5005
|
'''
|
4937
5006
|
if __debug__:
|
4938
5007
|
type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
|
@@ -4949,28 +5018,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
|
|
4949
5018
|
|
4950
5019
|
@builtins.property
|
4951
5020
|
def name(self) -> builtins.str:
|
4952
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5021
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
4953
5022
|
result = self._values.get("name")
|
4954
5023
|
assert result is not None, "Required property 'name' is missing"
|
4955
5024
|
return typing.cast(builtins.str, result)
|
4956
5025
|
|
4957
5026
|
@builtins.property
|
4958
5027
|
def path(self) -> builtins.str:
|
4959
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5028
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
|
4960
5029
|
result = self._values.get("path")
|
4961
5030
|
assert result is not None, "Required property 'path' is missing"
|
4962
5031
|
return typing.cast(builtins.str, result)
|
4963
5032
|
|
4964
5033
|
@builtins.property
|
4965
5034
|
def type(self) -> builtins.str:
|
4966
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5035
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
|
4967
5036
|
result = self._values.get("type")
|
4968
5037
|
assert result is not None, "Required property 'type' is missing"
|
4969
5038
|
return typing.cast(builtins.str, result)
|
4970
5039
|
|
4971
5040
|
@builtins.property
|
4972
5041
|
def value(self) -> builtins.str:
|
4973
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5042
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
4974
5043
|
result = self._values.get("value")
|
4975
5044
|
assert result is not None, "Required property 'value' is missing"
|
4976
5045
|
return typing.cast(builtins.str, result)
|
@@ -5200,7 +5269,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
|
|
5200
5269
|
class EventOrchestrationServiceSetRuleCondition:
|
5201
5270
|
def __init__(self, *, expression: builtins.str) -> None:
|
5202
5271
|
'''
|
5203
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5272
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
|
5204
5273
|
'''
|
5205
5274
|
if __debug__:
|
5206
5275
|
type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
|
@@ -5211,7 +5280,7 @@ class EventOrchestrationServiceSetRuleCondition:
|
|
5211
5280
|
|
5212
5281
|
@builtins.property
|
5213
5282
|
def expression(self) -> builtins.str:
|
5214
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5283
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
|
5215
5284
|
result = self._values.get("expression")
|
5216
5285
|
assert result is not None, "Required property 'expression' is missing"
|
5217
5286
|
return typing.cast(builtins.str, result)
|
@@ -5507,6 +5576,7 @@ class EventOrchestrationServiceSetRuleOutputReference(
|
|
5507
5576
|
*,
|
5508
5577
|
annotate: typing.Optional[builtins.str] = None,
|
5509
5578
|
automation_action: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
5579
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
5510
5580
|
event_action: typing.Optional[builtins.str] = None,
|
5511
5581
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5512
5582
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -5519,22 +5589,24 @@ class EventOrchestrationServiceSetRuleOutputReference(
|
|
5519
5589
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5520
5590
|
) -> None:
|
5521
5591
|
'''
|
5522
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5523
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5524
|
-
:param
|
5525
|
-
:param
|
5526
|
-
:param
|
5527
|
-
:param
|
5528
|
-
:param
|
5529
|
-
:param
|
5530
|
-
:param
|
5531
|
-
:param
|
5532
|
-
:param
|
5533
|
-
:param
|
5592
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
5593
|
+
: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_service#automation_action EventOrchestrationService#automation_action}
|
5594
|
+
:param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
|
5595
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
5596
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
5597
|
+
: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_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
5598
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
5599
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
5600
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
5601
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
5602
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
5603
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
5604
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
5534
5605
|
'''
|
5535
5606
|
value = EventOrchestrationServiceSetRuleActions(
|
5536
5607
|
annotate=annotate,
|
5537
5608
|
automation_action=automation_action,
|
5609
|
+
escalation_policy=escalation_policy,
|
5538
5610
|
event_action=event_action,
|
5539
5611
|
extraction=extraction,
|
5540
5612
|
incident_custom_field_update=incident_custom_field_update,
|
@@ -5782,6 +5854,7 @@ def _typecheckingstub__beda496736753331da07674d5c1607aa07ba1c479670cc6ddf2e0acb1
|
|
5782
5854
|
*,
|
5783
5855
|
annotate: typing.Optional[builtins.str] = None,
|
5784
5856
|
automation_action: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
5857
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
5785
5858
|
event_action: typing.Optional[builtins.str] = None,
|
5786
5859
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5787
5860
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -6187,6 +6260,12 @@ def _typecheckingstub__d6068ff5148d7065f07e1849c9b135708e390d307454ddb5b679ed636
|
|
6187
6260
|
"""Type checking stubs"""
|
6188
6261
|
pass
|
6189
6262
|
|
6263
|
+
def _typecheckingstub__7d5d7e3a9e5fbfb4df62bc37ac8b154fc3a9493394a779db7451286ee79c0c99(
|
6264
|
+
value: builtins.str,
|
6265
|
+
) -> None:
|
6266
|
+
"""Type checking stubs"""
|
6267
|
+
pass
|
6268
|
+
|
6190
6269
|
def _typecheckingstub__82505222497a3807b05b8ae86653bc1267ec13242eddd69bc864fdd2e3a396a8(
|
6191
6270
|
value: builtins.str,
|
6192
6271
|
) -> None:
|
@@ -6460,6 +6539,7 @@ def _typecheckingstub__92d01a8d7979022feb679e0e11e8d9988bb013c9596d06df8bd8fe112
|
|
6460
6539
|
*,
|
6461
6540
|
annotate: typing.Optional[builtins.str] = None,
|
6462
6541
|
automation_action: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
6542
|
+
escalation_policy: typing.Optional[builtins.str] = None,
|
6463
6543
|
event_action: typing.Optional[builtins.str] = None,
|
6464
6544
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
6465
6545
|
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
@@ -6865,6 +6945,12 @@ def _typecheckingstub__2a2f96bf0583c6c17889a63fddecaf346a3d54127f1be252d01b516ce
|
|
6865
6945
|
"""Type checking stubs"""
|
6866
6946
|
pass
|
6867
6947
|
|
6948
|
+
def _typecheckingstub__6d46dd7640bb20e227293ffc2a5d4df407a53ec08f38f23739d1bc09c8e63b9a(
|
6949
|
+
value: builtins.str,
|
6950
|
+
) -> None:
|
6951
|
+
"""Type checking stubs"""
|
6952
|
+
pass
|
6953
|
+
|
6868
6954
|
def _typecheckingstub__02139bc93b33ee38fafed1ea1a9b4d9a264bbdd0ecb2a25c22c06b5e27137f33(
|
6869
6955
|
value: builtins.str,
|
6870
6956
|
) -> None:
|