cdktf-cdktf-provider-pagerduty 13.4.1__py3-none-any.whl → 13.6.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.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- 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 +29 -72
- 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 +17 -60
- 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_integration/__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 +10 -10
- 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 +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- 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 +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- 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 +10 -10
- 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 +30 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +35 -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 +918 -208
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +927 -217
- 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 +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- 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 +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
- 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 +27 -27
- 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 +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
- 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_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +77 -0
- {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
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.10.0/docs/resources/event_orchestration_service).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class EventOrchestrationService(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -46,15 +46,15 @@ class EventOrchestrationService(
|
|
46
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
47
|
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,
|
48
48
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
|
50
50
|
|
51
51
|
:param scope: The scope in which to define this construct.
|
52
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
53
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
54
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
-
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
54
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
|
55
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
56
|
+
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
|
57
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
58
58
|
:param connection:
|
59
59
|
:param count:
|
60
60
|
:param depends_on:
|
@@ -97,7 +97,7 @@ class EventOrchestrationService(
|
|
97
97
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
99
99
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
|
100
|
-
: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.
|
100
|
+
: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.10.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
|
101
101
|
:param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
|
102
102
|
'''
|
103
103
|
if __debug__:
|
@@ -115,7 +115,7 @@ class EventOrchestrationService(
|
|
115
115
|
actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
116
116
|
) -> None:
|
117
117
|
'''
|
118
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
118
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
119
119
|
'''
|
120
120
|
value = EventOrchestrationServiceCatchAll(actions=actions)
|
121
121
|
|
@@ -248,7 +248,7 @@ class EventOrchestrationServiceCatchAll:
|
|
248
248
|
actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
249
249
|
) -> None:
|
250
250
|
'''
|
251
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
251
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
252
252
|
'''
|
253
253
|
if isinstance(actions, dict):
|
254
254
|
actions = EventOrchestrationServiceCatchAllActions(**actions)
|
@@ -263,7 +263,7 @@ class EventOrchestrationServiceCatchAll:
|
|
263
263
|
def actions(self) -> "EventOrchestrationServiceCatchAllActions":
|
264
264
|
'''actions block.
|
265
265
|
|
266
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
266
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
267
267
|
'''
|
268
268
|
result = self._values.get("actions")
|
269
269
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -289,6 +289,7 @@ class EventOrchestrationServiceCatchAll:
|
|
289
289
|
"automation_action": "automationAction",
|
290
290
|
"event_action": "eventAction",
|
291
291
|
"extraction": "extraction",
|
292
|
+
"incident_custom_field_update": "incidentCustomFieldUpdate",
|
292
293
|
"pagerduty_automation_action": "pagerdutyAutomationAction",
|
293
294
|
"priority": "priority",
|
294
295
|
"route_to": "routeTo",
|
@@ -306,6 +307,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
306
307
|
automation_action: typing.Optional[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationAction", typing.Dict[builtins.str, typing.Any]]] = None,
|
307
308
|
event_action: typing.Optional[builtins.str] = None,
|
308
309
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsExtraction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
310
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
309
311
|
pagerduty_automation_action: typing.Optional[typing.Union["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction", typing.Dict[builtins.str, typing.Any]]] = None,
|
310
312
|
priority: typing.Optional[builtins.str] = None,
|
311
313
|
route_to: typing.Optional[builtins.str] = None,
|
@@ -315,17 +317,18 @@ class EventOrchestrationServiceCatchAllActions:
|
|
315
317
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
316
318
|
) -> None:
|
317
319
|
'''
|
318
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
319
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
320
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
321
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
322
|
-
:param
|
323
|
-
:param
|
324
|
-
:param
|
325
|
-
:param
|
326
|
-
:param
|
327
|
-
:param
|
328
|
-
:param
|
320
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
321
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
322
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
323
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
324
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
325
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
326
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
327
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
328
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
329
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
330
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
331
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
329
332
|
'''
|
330
333
|
if isinstance(automation_action, dict):
|
331
334
|
automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
|
@@ -337,6 +340,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
337
340
|
check_type(argname="argument automation_action", value=automation_action, expected_type=type_hints["automation_action"])
|
338
341
|
check_type(argname="argument event_action", value=event_action, expected_type=type_hints["event_action"])
|
339
342
|
check_type(argname="argument extraction", value=extraction, expected_type=type_hints["extraction"])
|
343
|
+
check_type(argname="argument incident_custom_field_update", value=incident_custom_field_update, expected_type=type_hints["incident_custom_field_update"])
|
340
344
|
check_type(argname="argument pagerduty_automation_action", value=pagerduty_automation_action, expected_type=type_hints["pagerduty_automation_action"])
|
341
345
|
check_type(argname="argument priority", value=priority, expected_type=type_hints["priority"])
|
342
346
|
check_type(argname="argument route_to", value=route_to, expected_type=type_hints["route_to"])
|
@@ -353,6 +357,8 @@ class EventOrchestrationServiceCatchAllActions:
|
|
353
357
|
self._values["event_action"] = event_action
|
354
358
|
if extraction is not None:
|
355
359
|
self._values["extraction"] = extraction
|
360
|
+
if incident_custom_field_update is not None:
|
361
|
+
self._values["incident_custom_field_update"] = incident_custom_field_update
|
356
362
|
if pagerduty_automation_action is not None:
|
357
363
|
self._values["pagerduty_automation_action"] = pagerduty_automation_action
|
358
364
|
if priority is not None:
|
@@ -370,7 +376,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
370
376
|
|
371
377
|
@builtins.property
|
372
378
|
def annotate(self) -> typing.Optional[builtins.str]:
|
373
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
379
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
|
374
380
|
result = self._values.get("annotate")
|
375
381
|
return typing.cast(typing.Optional[builtins.str], result)
|
376
382
|
|
@@ -380,14 +386,14 @@ class EventOrchestrationServiceCatchAllActions:
|
|
380
386
|
) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
|
381
387
|
'''automation_action block.
|
382
388
|
|
383
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
389
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
384
390
|
'''
|
385
391
|
result = self._values.get("automation_action")
|
386
392
|
return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
|
387
393
|
|
388
394
|
@builtins.property
|
389
395
|
def event_action(self) -> typing.Optional[builtins.str]:
|
390
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
396
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
|
391
397
|
result = self._values.get("event_action")
|
392
398
|
return typing.cast(typing.Optional[builtins.str], result)
|
393
399
|
|
@@ -397,37 +403,48 @@ class EventOrchestrationServiceCatchAllActions:
|
|
397
403
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
|
398
404
|
'''extraction block.
|
399
405
|
|
400
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
406
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
401
407
|
'''
|
402
408
|
result = self._values.get("extraction")
|
403
409
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
|
404
410
|
|
411
|
+
@builtins.property
|
412
|
+
def incident_custom_field_update(
|
413
|
+
self,
|
414
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]]:
|
415
|
+
'''incident_custom_field_update block.
|
416
|
+
|
417
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
418
|
+
'''
|
419
|
+
result = self._values.get("incident_custom_field_update")
|
420
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]], result)
|
421
|
+
|
405
422
|
@builtins.property
|
406
423
|
def pagerduty_automation_action(
|
407
424
|
self,
|
408
425
|
) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
|
409
426
|
'''pagerduty_automation_action block.
|
410
427
|
|
411
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
428
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
412
429
|
'''
|
413
430
|
result = self._values.get("pagerduty_automation_action")
|
414
431
|
return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
|
415
432
|
|
416
433
|
@builtins.property
|
417
434
|
def priority(self) -> typing.Optional[builtins.str]:
|
418
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
435
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
|
419
436
|
result = self._values.get("priority")
|
420
437
|
return typing.cast(typing.Optional[builtins.str], result)
|
421
438
|
|
422
439
|
@builtins.property
|
423
440
|
def route_to(self) -> typing.Optional[builtins.str]:
|
424
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
441
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
|
425
442
|
result = self._values.get("route_to")
|
426
443
|
return typing.cast(typing.Optional[builtins.str], result)
|
427
444
|
|
428
445
|
@builtins.property
|
429
446
|
def severity(self) -> typing.Optional[builtins.str]:
|
430
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
447
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
|
431
448
|
result = self._values.get("severity")
|
432
449
|
return typing.cast(typing.Optional[builtins.str], result)
|
433
450
|
|
@@ -435,13 +452,13 @@ class EventOrchestrationServiceCatchAllActions:
|
|
435
452
|
def suppress(
|
436
453
|
self,
|
437
454
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
438
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
455
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
|
439
456
|
result = self._values.get("suppress")
|
440
457
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
441
458
|
|
442
459
|
@builtins.property
|
443
460
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
444
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
461
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
|
445
462
|
result = self._values.get("suspend")
|
446
463
|
return typing.cast(typing.Optional[jsii.Number], result)
|
447
464
|
|
@@ -451,7 +468,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
451
468
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
|
452
469
|
'''variable block.
|
453
470
|
|
454
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
471
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
455
472
|
'''
|
456
473
|
result = self._values.get("variable")
|
457
474
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
|
@@ -490,11 +507,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
490
507
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
491
508
|
) -> None:
|
492
509
|
'''
|
493
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
494
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
495
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
496
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
497
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
510
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
511
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
512
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
513
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
514
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
498
515
|
'''
|
499
516
|
if __debug__:
|
500
517
|
type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
|
@@ -516,14 +533,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
516
533
|
|
517
534
|
@builtins.property
|
518
535
|
def name(self) -> builtins.str:
|
519
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
536
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
520
537
|
result = self._values.get("name")
|
521
538
|
assert result is not None, "Required property 'name' is missing"
|
522
539
|
return typing.cast(builtins.str, result)
|
523
540
|
|
524
541
|
@builtins.property
|
525
542
|
def url(self) -> builtins.str:
|
526
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
543
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
|
527
544
|
result = self._values.get("url")
|
528
545
|
assert result is not None, "Required property 'url' is missing"
|
529
546
|
return typing.cast(builtins.str, result)
|
@@ -532,7 +549,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
532
549
|
def auto_send(
|
533
550
|
self,
|
534
551
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
535
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
552
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
|
536
553
|
result = self._values.get("auto_send")
|
537
554
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
538
555
|
|
@@ -542,7 +559,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
542
559
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
|
543
560
|
'''header block.
|
544
561
|
|
545
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
562
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
546
563
|
'''
|
547
564
|
result = self._values.get("header")
|
548
565
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
|
@@ -553,7 +570,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
553
570
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
|
554
571
|
'''parameter block.
|
555
572
|
|
556
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
573
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
557
574
|
'''
|
558
575
|
result = self._values.get("parameter")
|
559
576
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
|
@@ -578,8 +595,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
578
595
|
class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
|
579
596
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
580
597
|
'''
|
581
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
582
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
598
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
599
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
583
600
|
'''
|
584
601
|
if __debug__:
|
585
602
|
type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
|
@@ -592,14 +609,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
|
|
592
609
|
|
593
610
|
@builtins.property
|
594
611
|
def key(self) -> builtins.str:
|
595
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
612
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
596
613
|
result = self._values.get("key")
|
597
614
|
assert result is not None, "Required property 'key' is missing"
|
598
615
|
return typing.cast(builtins.str, result)
|
599
616
|
|
600
617
|
@builtins.property
|
601
618
|
def value(self) -> builtins.str:
|
602
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
619
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
603
620
|
result = self._values.get("value")
|
604
621
|
assert result is not None, "Required property 'value' is missing"
|
605
622
|
return typing.cast(builtins.str, result)
|
@@ -955,8 +972,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
|
|
955
972
|
class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
|
956
973
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
957
974
|
'''
|
958
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
959
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
975
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
976
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
960
977
|
'''
|
961
978
|
if __debug__:
|
962
979
|
type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
|
@@ -969,14 +986,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
|
|
969
986
|
|
970
987
|
@builtins.property
|
971
988
|
def key(self) -> builtins.str:
|
972
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
989
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
973
990
|
result = self._values.get("key")
|
974
991
|
assert result is not None, "Required property 'key' is missing"
|
975
992
|
return typing.cast(builtins.str, result)
|
976
993
|
|
977
994
|
@builtins.property
|
978
995
|
def value(self) -> builtins.str:
|
979
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
996
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
980
997
|
result = self._values.get("value")
|
981
998
|
assert result is not None, "Required property 'value' is missing"
|
982
999
|
return typing.cast(builtins.str, result)
|
@@ -1184,10 +1201,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
|
|
1184
1201
|
template: typing.Optional[builtins.str] = None,
|
1185
1202
|
) -> None:
|
1186
1203
|
'''
|
1187
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1188
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1189
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1190
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1204
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
|
1205
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
|
1206
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
|
1207
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
|
1191
1208
|
'''
|
1192
1209
|
if __debug__:
|
1193
1210
|
type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
|
@@ -1207,26 +1224,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
|
|
1207
1224
|
|
1208
1225
|
@builtins.property
|
1209
1226
|
def target(self) -> builtins.str:
|
1210
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1227
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
|
1211
1228
|
result = self._values.get("target")
|
1212
1229
|
assert result is not None, "Required property 'target' is missing"
|
1213
1230
|
return typing.cast(builtins.str, result)
|
1214
1231
|
|
1215
1232
|
@builtins.property
|
1216
1233
|
def regex(self) -> typing.Optional[builtins.str]:
|
1217
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1234
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
|
1218
1235
|
result = self._values.get("regex")
|
1219
1236
|
return typing.cast(typing.Optional[builtins.str], result)
|
1220
1237
|
|
1221
1238
|
@builtins.property
|
1222
1239
|
def source(self) -> typing.Optional[builtins.str]:
|
1223
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1240
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
|
1224
1241
|
result = self._values.get("source")
|
1225
1242
|
return typing.cast(typing.Optional[builtins.str], result)
|
1226
1243
|
|
1227
1244
|
@builtins.property
|
1228
1245
|
def template(self) -> typing.Optional[builtins.str]:
|
1229
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1246
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
|
1230
1247
|
result = self._values.get("template")
|
1231
1248
|
return typing.cast(typing.Optional[builtins.str], result)
|
1232
1249
|
|
@@ -1459,6 +1476,227 @@ class EventOrchestrationServiceCatchAllActionsExtractionOutputReference(
|
|
1459
1476
|
jsii.set(self, "internalValue", value)
|
1460
1477
|
|
1461
1478
|
|
1479
|
+
@jsii.data_type(
|
1480
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate",
|
1481
|
+
jsii_struct_bases=[],
|
1482
|
+
name_mapping={"id": "id", "value": "value"},
|
1483
|
+
)
|
1484
|
+
class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
|
1485
|
+
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
1486
|
+
'''
|
1487
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
1488
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
1489
|
+
'''
|
1490
|
+
if __debug__:
|
1491
|
+
type_hints = typing.get_type_hints(_typecheckingstub__01c0a9c05e20146e2fbbf0f5af59e520a0ab811ae8ef69b936a08bfba4f12841)
|
1492
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
1493
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1494
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
1495
|
+
"id": id,
|
1496
|
+
"value": value,
|
1497
|
+
}
|
1498
|
+
|
1499
|
+
@builtins.property
|
1500
|
+
def id(self) -> builtins.str:
|
1501
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
1502
|
+
|
1503
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1504
|
+
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.
|
1505
|
+
'''
|
1506
|
+
result = self._values.get("id")
|
1507
|
+
assert result is not None, "Required property 'id' is missing"
|
1508
|
+
return typing.cast(builtins.str, result)
|
1509
|
+
|
1510
|
+
@builtins.property
|
1511
|
+
def value(self) -> builtins.str:
|
1512
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
1513
|
+
result = self._values.get("value")
|
1514
|
+
assert result is not None, "Required property 'value' is missing"
|
1515
|
+
return typing.cast(builtins.str, result)
|
1516
|
+
|
1517
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
1518
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
1519
|
+
|
1520
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
1521
|
+
return not (rhs == self)
|
1522
|
+
|
1523
|
+
def __repr__(self) -> str:
|
1524
|
+
return "EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate(%s)" % ", ".join(
|
1525
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
1526
|
+
)
|
1527
|
+
|
1528
|
+
|
1529
|
+
class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateList(
|
1530
|
+
_cdktf_9a9027ec.ComplexList,
|
1531
|
+
metaclass=jsii.JSIIMeta,
|
1532
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateList",
|
1533
|
+
):
|
1534
|
+
def __init__(
|
1535
|
+
self,
|
1536
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1537
|
+
terraform_attribute: builtins.str,
|
1538
|
+
wraps_set: builtins.bool,
|
1539
|
+
) -> None:
|
1540
|
+
'''
|
1541
|
+
:param terraform_resource: The parent resource.
|
1542
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1543
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
1544
|
+
'''
|
1545
|
+
if __debug__:
|
1546
|
+
type_hints = typing.get_type_hints(_typecheckingstub__af2e9d21783215883a12a82a16b43cad514ea8b982bbaedf770dc0ff180471f8)
|
1547
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1548
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1549
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
1550
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
1551
|
+
|
1552
|
+
@jsii.member(jsii_name="get")
|
1553
|
+
def get(
|
1554
|
+
self,
|
1555
|
+
index: jsii.Number,
|
1556
|
+
) -> "EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateOutputReference":
|
1557
|
+
'''
|
1558
|
+
:param index: the index of the item to return.
|
1559
|
+
'''
|
1560
|
+
if __debug__:
|
1561
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fd85779a67094424f1ad8c5716fe8d59aef933a14295066d6df3387c8844e746)
|
1562
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
1563
|
+
return typing.cast("EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateOutputReference", jsii.invoke(self, "get", [index]))
|
1564
|
+
|
1565
|
+
@builtins.property
|
1566
|
+
@jsii.member(jsii_name="terraformAttribute")
|
1567
|
+
def _terraform_attribute(self) -> builtins.str:
|
1568
|
+
'''The attribute on the parent resource this class is referencing.'''
|
1569
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
1570
|
+
|
1571
|
+
@_terraform_attribute.setter
|
1572
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
1573
|
+
if __debug__:
|
1574
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cb7a33de99b8396d0f606d51d456360418441a9f10b29d34fc30ce0c92a63c01)
|
1575
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1576
|
+
jsii.set(self, "terraformAttribute", value)
|
1577
|
+
|
1578
|
+
@builtins.property
|
1579
|
+
@jsii.member(jsii_name="terraformResource")
|
1580
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
1581
|
+
'''The parent resource.'''
|
1582
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
1583
|
+
|
1584
|
+
@_terraform_resource.setter
|
1585
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
1586
|
+
if __debug__:
|
1587
|
+
type_hints = typing.get_type_hints(_typecheckingstub__333491a1b5d1937e52e5ce178b326b78d4f2066b85069501f8ec14cd84ca30a5)
|
1588
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1589
|
+
jsii.set(self, "terraformResource", value)
|
1590
|
+
|
1591
|
+
@builtins.property
|
1592
|
+
@jsii.member(jsii_name="wrapsSet")
|
1593
|
+
def _wraps_set(self) -> builtins.bool:
|
1594
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
1595
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
1596
|
+
|
1597
|
+
@_wraps_set.setter
|
1598
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
1599
|
+
if __debug__:
|
1600
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fefc2ace9d08f8dfa42a96c1ee70cbd0138f891f404784e14cfe789d776a7553)
|
1601
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1602
|
+
jsii.set(self, "wrapsSet", value)
|
1603
|
+
|
1604
|
+
@builtins.property
|
1605
|
+
@jsii.member(jsii_name="internalValue")
|
1606
|
+
def internal_value(
|
1607
|
+
self,
|
1608
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]]]:
|
1609
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]]], jsii.get(self, "internalValue"))
|
1610
|
+
|
1611
|
+
@internal_value.setter
|
1612
|
+
def internal_value(
|
1613
|
+
self,
|
1614
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]]],
|
1615
|
+
) -> None:
|
1616
|
+
if __debug__:
|
1617
|
+
type_hints = typing.get_type_hints(_typecheckingstub__38cc3cd94d58efb4d4f8c7e86724e4c83e08d329ac50ca475adc45a9b878a79b)
|
1618
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1619
|
+
jsii.set(self, "internalValue", value)
|
1620
|
+
|
1621
|
+
|
1622
|
+
class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateOutputReference(
|
1623
|
+
_cdktf_9a9027ec.ComplexObject,
|
1624
|
+
metaclass=jsii.JSIIMeta,
|
1625
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateOutputReference",
|
1626
|
+
):
|
1627
|
+
def __init__(
|
1628
|
+
self,
|
1629
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1630
|
+
terraform_attribute: builtins.str,
|
1631
|
+
complex_object_index: jsii.Number,
|
1632
|
+
complex_object_is_from_set: builtins.bool,
|
1633
|
+
) -> None:
|
1634
|
+
'''
|
1635
|
+
:param terraform_resource: The parent resource.
|
1636
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1637
|
+
:param complex_object_index: the index of this item in the list.
|
1638
|
+
:param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
1639
|
+
'''
|
1640
|
+
if __debug__:
|
1641
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c084db4e2919ce91d89472be23915b3181e6e0efac8e81210bb23f4feb65a843)
|
1642
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1643
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1644
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
1645
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
1646
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
1647
|
+
|
1648
|
+
@builtins.property
|
1649
|
+
@jsii.member(jsii_name="idInput")
|
1650
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
1651
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
1652
|
+
|
1653
|
+
@builtins.property
|
1654
|
+
@jsii.member(jsii_name="valueInput")
|
1655
|
+
def value_input(self) -> typing.Optional[builtins.str]:
|
1656
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "valueInput"))
|
1657
|
+
|
1658
|
+
@builtins.property
|
1659
|
+
@jsii.member(jsii_name="id")
|
1660
|
+
def id(self) -> builtins.str:
|
1661
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
1662
|
+
|
1663
|
+
@id.setter
|
1664
|
+
def id(self, value: builtins.str) -> None:
|
1665
|
+
if __debug__:
|
1666
|
+
type_hints = typing.get_type_hints(_typecheckingstub__382689c1b1146d190f503f7735623845ebe79352f84d6e99003952c461a9ea24)
|
1667
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1668
|
+
jsii.set(self, "id", value)
|
1669
|
+
|
1670
|
+
@builtins.property
|
1671
|
+
@jsii.member(jsii_name="value")
|
1672
|
+
def value(self) -> builtins.str:
|
1673
|
+
return typing.cast(builtins.str, jsii.get(self, "value"))
|
1674
|
+
|
1675
|
+
@value.setter
|
1676
|
+
def value(self, value: builtins.str) -> None:
|
1677
|
+
if __debug__:
|
1678
|
+
type_hints = typing.get_type_hints(_typecheckingstub__811321dcfd3f9c27d81b98cb45814d26e86c3ce1115657a400406d535e563f48)
|
1679
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1680
|
+
jsii.set(self, "value", value)
|
1681
|
+
|
1682
|
+
@builtins.property
|
1683
|
+
@jsii.member(jsii_name="internalValue")
|
1684
|
+
def internal_value(
|
1685
|
+
self,
|
1686
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]]:
|
1687
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]], jsii.get(self, "internalValue"))
|
1688
|
+
|
1689
|
+
@internal_value.setter
|
1690
|
+
def internal_value(
|
1691
|
+
self,
|
1692
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]],
|
1693
|
+
) -> None:
|
1694
|
+
if __debug__:
|
1695
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b4a5bde59fd077fb13bc3390986492a560ceabb8dfceb5373935f0003db83ae4)
|
1696
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1697
|
+
jsii.set(self, "internalValue", value)
|
1698
|
+
|
1699
|
+
|
1462
1700
|
class EventOrchestrationServiceCatchAllActionsOutputReference(
|
1463
1701
|
_cdktf_9a9027ec.ComplexObject,
|
1464
1702
|
metaclass=jsii.JSIIMeta,
|
@@ -1490,11 +1728,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1490
1728
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1491
1729
|
) -> None:
|
1492
1730
|
'''
|
1493
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1494
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1495
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1496
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1497
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1731
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
1732
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
1733
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
1734
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
1735
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
1498
1736
|
'''
|
1499
1737
|
value = EventOrchestrationServiceCatchAllActionsAutomationAction(
|
1500
1738
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -1515,10 +1753,23 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1515
1753
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1516
1754
|
return typing.cast(None, jsii.invoke(self, "putExtraction", [value]))
|
1517
1755
|
|
1756
|
+
@jsii.member(jsii_name="putIncidentCustomFieldUpdate")
|
1757
|
+
def put_incident_custom_field_update(
|
1758
|
+
self,
|
1759
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]],
|
1760
|
+
) -> None:
|
1761
|
+
'''
|
1762
|
+
:param value: -
|
1763
|
+
'''
|
1764
|
+
if __debug__:
|
1765
|
+
type_hints = typing.get_type_hints(_typecheckingstub__685fd28b1d68820fb065771a742c2b574663e76fbc7dc6192d2696d61c61fb18)
|
1766
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1767
|
+
return typing.cast(None, jsii.invoke(self, "putIncidentCustomFieldUpdate", [value]))
|
1768
|
+
|
1518
1769
|
@jsii.member(jsii_name="putPagerdutyAutomationAction")
|
1519
1770
|
def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
|
1520
1771
|
'''
|
1521
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1772
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
1522
1773
|
'''
|
1523
1774
|
value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
|
1524
1775
|
action_id=action_id
|
@@ -1555,6 +1806,10 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1555
1806
|
def reset_extraction(self) -> None:
|
1556
1807
|
return typing.cast(None, jsii.invoke(self, "resetExtraction", []))
|
1557
1808
|
|
1809
|
+
@jsii.member(jsii_name="resetIncidentCustomFieldUpdate")
|
1810
|
+
def reset_incident_custom_field_update(self) -> None:
|
1811
|
+
return typing.cast(None, jsii.invoke(self, "resetIncidentCustomFieldUpdate", []))
|
1812
|
+
|
1558
1813
|
@jsii.member(jsii_name="resetPagerdutyAutomationAction")
|
1559
1814
|
def reset_pagerduty_automation_action(self) -> None:
|
1560
1815
|
return typing.cast(None, jsii.invoke(self, "resetPagerdutyAutomationAction", []))
|
@@ -1595,6 +1850,13 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1595
1850
|
def extraction(self) -> EventOrchestrationServiceCatchAllActionsExtractionList:
|
1596
1851
|
return typing.cast(EventOrchestrationServiceCatchAllActionsExtractionList, jsii.get(self, "extraction"))
|
1597
1852
|
|
1853
|
+
@builtins.property
|
1854
|
+
@jsii.member(jsii_name="incidentCustomFieldUpdate")
|
1855
|
+
def incident_custom_field_update(
|
1856
|
+
self,
|
1857
|
+
) -> EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateList:
|
1858
|
+
return typing.cast(EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateList, jsii.get(self, "incidentCustomFieldUpdate"))
|
1859
|
+
|
1598
1860
|
@builtins.property
|
1599
1861
|
@jsii.member(jsii_name="pagerdutyAutomationAction")
|
1600
1862
|
def pagerduty_automation_action(
|
@@ -1631,6 +1893,13 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1631
1893
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsExtraction]]]:
|
1632
1894
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsExtraction]]], jsii.get(self, "extractionInput"))
|
1633
1895
|
|
1896
|
+
@builtins.property
|
1897
|
+
@jsii.member(jsii_name="incidentCustomFieldUpdateInput")
|
1898
|
+
def incident_custom_field_update_input(
|
1899
|
+
self,
|
1900
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]]]:
|
1901
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]]], jsii.get(self, "incidentCustomFieldUpdateInput"))
|
1902
|
+
|
1634
1903
|
@builtins.property
|
1635
1904
|
@jsii.member(jsii_name="pagerdutyAutomationActionInput")
|
1636
1905
|
def pagerduty_automation_action_input(
|
@@ -1785,7 +2054,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1785
2054
|
class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
|
1786
2055
|
def __init__(self, *, action_id: builtins.str) -> None:
|
1787
2056
|
'''
|
1788
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2057
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
1789
2058
|
'''
|
1790
2059
|
if __debug__:
|
1791
2060
|
type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
|
@@ -1796,7 +2065,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
|
|
1796
2065
|
|
1797
2066
|
@builtins.property
|
1798
2067
|
def action_id(self) -> builtins.str:
|
1799
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2068
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
|
1800
2069
|
result = self._values.get("action_id")
|
1801
2070
|
assert result is not None, "Required property 'action_id' is missing"
|
1802
2071
|
return typing.cast(builtins.str, result)
|
@@ -1883,10 +2152,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
|
|
1883
2152
|
value: builtins.str,
|
1884
2153
|
) -> None:
|
1885
2154
|
'''
|
1886
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1887
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1888
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1889
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2155
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
2156
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
|
2157
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
|
2158
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
1890
2159
|
'''
|
1891
2160
|
if __debug__:
|
1892
2161
|
type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
|
@@ -1903,28 +2172,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
|
|
1903
2172
|
|
1904
2173
|
@builtins.property
|
1905
2174
|
def name(self) -> builtins.str:
|
1906
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2175
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
1907
2176
|
result = self._values.get("name")
|
1908
2177
|
assert result is not None, "Required property 'name' is missing"
|
1909
2178
|
return typing.cast(builtins.str, result)
|
1910
2179
|
|
1911
2180
|
@builtins.property
|
1912
2181
|
def path(self) -> builtins.str:
|
1913
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2182
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
|
1914
2183
|
result = self._values.get("path")
|
1915
2184
|
assert result is not None, "Required property 'path' is missing"
|
1916
2185
|
return typing.cast(builtins.str, result)
|
1917
2186
|
|
1918
2187
|
@builtins.property
|
1919
2188
|
def type(self) -> builtins.str:
|
1920
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2189
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
|
1921
2190
|
result = self._values.get("type")
|
1922
2191
|
assert result is not None, "Required property 'type' is missing"
|
1923
2192
|
return typing.cast(builtins.str, result)
|
1924
2193
|
|
1925
2194
|
@builtins.property
|
1926
2195
|
def value(self) -> builtins.str:
|
1927
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2196
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
1928
2197
|
result = self._values.get("value")
|
1929
2198
|
assert result is not None, "Required property 'value' is missing"
|
1930
2199
|
return typing.cast(builtins.str, result)
|
@@ -2174,6 +2443,7 @@ class EventOrchestrationServiceCatchAllOutputReference(
|
|
2174
2443
|
automation_action: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
2175
2444
|
event_action: typing.Optional[builtins.str] = None,
|
2176
2445
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2446
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2177
2447
|
pagerduty_automation_action: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
2178
2448
|
priority: typing.Optional[builtins.str] = None,
|
2179
2449
|
route_to: typing.Optional[builtins.str] = None,
|
@@ -2183,23 +2453,25 @@ class EventOrchestrationServiceCatchAllOutputReference(
|
|
2183
2453
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2184
2454
|
) -> None:
|
2185
2455
|
'''
|
2186
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2187
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2188
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2189
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2190
|
-
:param
|
2191
|
-
:param
|
2192
|
-
:param
|
2193
|
-
:param
|
2194
|
-
:param
|
2195
|
-
:param
|
2196
|
-
:param
|
2456
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
2457
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
2458
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
2459
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
2460
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
2461
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
2462
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
2463
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
2464
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
2465
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
2466
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
2467
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
2197
2468
|
'''
|
2198
2469
|
value = EventOrchestrationServiceCatchAllActions(
|
2199
2470
|
annotate=annotate,
|
2200
2471
|
automation_action=automation_action,
|
2201
2472
|
event_action=event_action,
|
2202
2473
|
extraction=extraction,
|
2474
|
+
incident_custom_field_update=incident_custom_field_update,
|
2203
2475
|
pagerduty_automation_action=pagerduty_automation_action,
|
2204
2476
|
priority=priority,
|
2205
2477
|
route_to=route_to,
|
@@ -2282,11 +2554,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2282
2554
|
:param lifecycle:
|
2283
2555
|
:param provider:
|
2284
2556
|
:param provisioners:
|
2285
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2286
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2287
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2288
|
-
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2289
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2557
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
2558
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
|
2559
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
2560
|
+
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
|
2561
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
2290
2562
|
'''
|
2291
2563
|
if isinstance(lifecycle, dict):
|
2292
2564
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2398,7 +2670,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2398
2670
|
def catch_all(self) -> EventOrchestrationServiceCatchAll:
|
2399
2671
|
'''catch_all block.
|
2400
2672
|
|
2401
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2673
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
2402
2674
|
'''
|
2403
2675
|
result = self._values.get("catch_all")
|
2404
2676
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -2406,7 +2678,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2406
2678
|
|
2407
2679
|
@builtins.property
|
2408
2680
|
def service(self) -> builtins.str:
|
2409
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2681
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
|
2410
2682
|
result = self._values.get("service")
|
2411
2683
|
assert result is not None, "Required property 'service' is missing"
|
2412
2684
|
return typing.cast(builtins.str, result)
|
@@ -2417,7 +2689,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2417
2689
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
|
2418
2690
|
'''set block.
|
2419
2691
|
|
2420
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2692
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
2421
2693
|
'''
|
2422
2694
|
result = self._values.get("set")
|
2423
2695
|
assert result is not None, "Required property 'set' is missing"
|
@@ -2427,13 +2699,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2427
2699
|
def enable_event_orchestration_for_service(
|
2428
2700
|
self,
|
2429
2701
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2430
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2702
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
|
2431
2703
|
result = self._values.get("enable_event_orchestration_for_service")
|
2432
2704
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2433
2705
|
|
2434
2706
|
@builtins.property
|
2435
2707
|
def id(self) -> typing.Optional[builtins.str]:
|
2436
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2708
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
2437
2709
|
|
2438
2710
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2439
2711
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -2466,8 +2738,8 @@ class EventOrchestrationServiceSet:
|
|
2466
2738
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2467
2739
|
) -> None:
|
2468
2740
|
'''
|
2469
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2470
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2741
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
2742
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
2471
2743
|
'''
|
2472
2744
|
if __debug__:
|
2473
2745
|
type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
|
@@ -2481,7 +2753,7 @@ class EventOrchestrationServiceSet:
|
|
2481
2753
|
|
2482
2754
|
@builtins.property
|
2483
2755
|
def id(self) -> builtins.str:
|
2484
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2756
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
2485
2757
|
|
2486
2758
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2487
2759
|
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.
|
@@ -2496,7 +2768,7 @@ class EventOrchestrationServiceSet:
|
|
2496
2768
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
|
2497
2769
|
'''rule block.
|
2498
2770
|
|
2499
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2771
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
2500
2772
|
'''
|
2501
2773
|
result = self._values.get("rule")
|
2502
2774
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
|
@@ -2713,10 +2985,10 @@ class EventOrchestrationServiceSetRule:
|
|
2713
2985
|
label: typing.Optional[builtins.str] = None,
|
2714
2986
|
) -> None:
|
2715
2987
|
'''
|
2716
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2717
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2718
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2719
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2988
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
2989
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
2990
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
|
2991
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
|
2720
2992
|
'''
|
2721
2993
|
if isinstance(actions, dict):
|
2722
2994
|
actions = EventOrchestrationServiceSetRuleActions(**actions)
|
@@ -2740,7 +3012,7 @@ class EventOrchestrationServiceSetRule:
|
|
2740
3012
|
def actions(self) -> "EventOrchestrationServiceSetRuleActions":
|
2741
3013
|
'''actions block.
|
2742
3014
|
|
2743
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3015
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
2744
3016
|
'''
|
2745
3017
|
result = self._values.get("actions")
|
2746
3018
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -2752,7 +3024,7 @@ class EventOrchestrationServiceSetRule:
|
|
2752
3024
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
|
2753
3025
|
'''condition block.
|
2754
3026
|
|
2755
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3027
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
2756
3028
|
'''
|
2757
3029
|
result = self._values.get("condition")
|
2758
3030
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
|
@@ -2761,13 +3033,13 @@ class EventOrchestrationServiceSetRule:
|
|
2761
3033
|
def disabled(
|
2762
3034
|
self,
|
2763
3035
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2764
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3036
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
|
2765
3037
|
result = self._values.get("disabled")
|
2766
3038
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2767
3039
|
|
2768
3040
|
@builtins.property
|
2769
3041
|
def label(self) -> typing.Optional[builtins.str]:
|
2770
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3042
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
|
2771
3043
|
result = self._values.get("label")
|
2772
3044
|
return typing.cast(typing.Optional[builtins.str], result)
|
2773
3045
|
|
@@ -2791,6 +3063,7 @@ class EventOrchestrationServiceSetRule:
|
|
2791
3063
|
"automation_action": "automationAction",
|
2792
3064
|
"event_action": "eventAction",
|
2793
3065
|
"extraction": "extraction",
|
3066
|
+
"incident_custom_field_update": "incidentCustomFieldUpdate",
|
2794
3067
|
"pagerduty_automation_action": "pagerdutyAutomationAction",
|
2795
3068
|
"priority": "priority",
|
2796
3069
|
"route_to": "routeTo",
|
@@ -2808,6 +3081,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2808
3081
|
automation_action: typing.Optional[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationAction", typing.Dict[builtins.str, typing.Any]]] = None,
|
2809
3082
|
event_action: typing.Optional[builtins.str] = None,
|
2810
3083
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsExtraction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3084
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2811
3085
|
pagerduty_automation_action: typing.Optional[typing.Union["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction", typing.Dict[builtins.str, typing.Any]]] = None,
|
2812
3086
|
priority: typing.Optional[builtins.str] = None,
|
2813
3087
|
route_to: typing.Optional[builtins.str] = None,
|
@@ -2817,17 +3091,18 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2817
3091
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2818
3092
|
) -> None:
|
2819
3093
|
'''
|
2820
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2821
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2822
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2823
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2824
|
-
:param
|
2825
|
-
:param
|
2826
|
-
:param
|
2827
|
-
:param
|
2828
|
-
:param
|
2829
|
-
:param
|
2830
|
-
:param
|
3094
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
3095
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
3096
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
3097
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
3098
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
3099
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
3100
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
3101
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
3102
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
3103
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
3104
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
3105
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
2831
3106
|
'''
|
2832
3107
|
if isinstance(automation_action, dict):
|
2833
3108
|
automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
|
@@ -2839,6 +3114,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2839
3114
|
check_type(argname="argument automation_action", value=automation_action, expected_type=type_hints["automation_action"])
|
2840
3115
|
check_type(argname="argument event_action", value=event_action, expected_type=type_hints["event_action"])
|
2841
3116
|
check_type(argname="argument extraction", value=extraction, expected_type=type_hints["extraction"])
|
3117
|
+
check_type(argname="argument incident_custom_field_update", value=incident_custom_field_update, expected_type=type_hints["incident_custom_field_update"])
|
2842
3118
|
check_type(argname="argument pagerduty_automation_action", value=pagerduty_automation_action, expected_type=type_hints["pagerduty_automation_action"])
|
2843
3119
|
check_type(argname="argument priority", value=priority, expected_type=type_hints["priority"])
|
2844
3120
|
check_type(argname="argument route_to", value=route_to, expected_type=type_hints["route_to"])
|
@@ -2855,6 +3131,8 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2855
3131
|
self._values["event_action"] = event_action
|
2856
3132
|
if extraction is not None:
|
2857
3133
|
self._values["extraction"] = extraction
|
3134
|
+
if incident_custom_field_update is not None:
|
3135
|
+
self._values["incident_custom_field_update"] = incident_custom_field_update
|
2858
3136
|
if pagerduty_automation_action is not None:
|
2859
3137
|
self._values["pagerduty_automation_action"] = pagerduty_automation_action
|
2860
3138
|
if priority is not None:
|
@@ -2872,7 +3150,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2872
3150
|
|
2873
3151
|
@builtins.property
|
2874
3152
|
def annotate(self) -> typing.Optional[builtins.str]:
|
2875
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3153
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
|
2876
3154
|
result = self._values.get("annotate")
|
2877
3155
|
return typing.cast(typing.Optional[builtins.str], result)
|
2878
3156
|
|
@@ -2882,14 +3160,14 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2882
3160
|
) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
|
2883
3161
|
'''automation_action block.
|
2884
3162
|
|
2885
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3163
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
2886
3164
|
'''
|
2887
3165
|
result = self._values.get("automation_action")
|
2888
3166
|
return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
|
2889
3167
|
|
2890
3168
|
@builtins.property
|
2891
3169
|
def event_action(self) -> typing.Optional[builtins.str]:
|
2892
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3170
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
|
2893
3171
|
result = self._values.get("event_action")
|
2894
3172
|
return typing.cast(typing.Optional[builtins.str], result)
|
2895
3173
|
|
@@ -2899,37 +3177,48 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2899
3177
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
|
2900
3178
|
'''extraction block.
|
2901
3179
|
|
2902
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3180
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
2903
3181
|
'''
|
2904
3182
|
result = self._values.get("extraction")
|
2905
3183
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
|
2906
3184
|
|
3185
|
+
@builtins.property
|
3186
|
+
def incident_custom_field_update(
|
3187
|
+
self,
|
3188
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]]:
|
3189
|
+
'''incident_custom_field_update block.
|
3190
|
+
|
3191
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
3192
|
+
'''
|
3193
|
+
result = self._values.get("incident_custom_field_update")
|
3194
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]], result)
|
3195
|
+
|
2907
3196
|
@builtins.property
|
2908
3197
|
def pagerduty_automation_action(
|
2909
3198
|
self,
|
2910
3199
|
) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
|
2911
3200
|
'''pagerduty_automation_action block.
|
2912
3201
|
|
2913
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3202
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
2914
3203
|
'''
|
2915
3204
|
result = self._values.get("pagerduty_automation_action")
|
2916
3205
|
return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
|
2917
3206
|
|
2918
3207
|
@builtins.property
|
2919
3208
|
def priority(self) -> typing.Optional[builtins.str]:
|
2920
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3209
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
|
2921
3210
|
result = self._values.get("priority")
|
2922
3211
|
return typing.cast(typing.Optional[builtins.str], result)
|
2923
3212
|
|
2924
3213
|
@builtins.property
|
2925
3214
|
def route_to(self) -> typing.Optional[builtins.str]:
|
2926
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3215
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
|
2927
3216
|
result = self._values.get("route_to")
|
2928
3217
|
return typing.cast(typing.Optional[builtins.str], result)
|
2929
3218
|
|
2930
3219
|
@builtins.property
|
2931
3220
|
def severity(self) -> typing.Optional[builtins.str]:
|
2932
|
-
'''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.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
|
2933
3222
|
result = self._values.get("severity")
|
2934
3223
|
return typing.cast(typing.Optional[builtins.str], result)
|
2935
3224
|
|
@@ -2937,13 +3226,13 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2937
3226
|
def suppress(
|
2938
3227
|
self,
|
2939
3228
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2940
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3229
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
|
2941
3230
|
result = self._values.get("suppress")
|
2942
3231
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2943
3232
|
|
2944
3233
|
@builtins.property
|
2945
3234
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
2946
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3235
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
|
2947
3236
|
result = self._values.get("suspend")
|
2948
3237
|
return typing.cast(typing.Optional[jsii.Number], result)
|
2949
3238
|
|
@@ -2953,7 +3242,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2953
3242
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
|
2954
3243
|
'''variable block.
|
2955
3244
|
|
2956
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3245
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
2957
3246
|
'''
|
2958
3247
|
result = self._values.get("variable")
|
2959
3248
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
|
@@ -2992,11 +3281,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
2992
3281
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2993
3282
|
) -> None:
|
2994
3283
|
'''
|
2995
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2996
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2997
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2998
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2999
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3284
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
3285
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
3286
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
3287
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
3288
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
3000
3289
|
'''
|
3001
3290
|
if __debug__:
|
3002
3291
|
type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
|
@@ -3018,14 +3307,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3018
3307
|
|
3019
3308
|
@builtins.property
|
3020
3309
|
def name(self) -> builtins.str:
|
3021
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3310
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
3022
3311
|
result = self._values.get("name")
|
3023
3312
|
assert result is not None, "Required property 'name' is missing"
|
3024
3313
|
return typing.cast(builtins.str, result)
|
3025
3314
|
|
3026
3315
|
@builtins.property
|
3027
3316
|
def url(self) -> builtins.str:
|
3028
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3317
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
|
3029
3318
|
result = self._values.get("url")
|
3030
3319
|
assert result is not None, "Required property 'url' is missing"
|
3031
3320
|
return typing.cast(builtins.str, result)
|
@@ -3034,7 +3323,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3034
3323
|
def auto_send(
|
3035
3324
|
self,
|
3036
3325
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3037
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3326
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
|
3038
3327
|
result = self._values.get("auto_send")
|
3039
3328
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3040
3329
|
|
@@ -3044,7 +3333,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3044
3333
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
|
3045
3334
|
'''header block.
|
3046
3335
|
|
3047
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3336
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
3048
3337
|
'''
|
3049
3338
|
result = self._values.get("header")
|
3050
3339
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
|
@@ -3055,7 +3344,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3055
3344
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
|
3056
3345
|
'''parameter block.
|
3057
3346
|
|
3058
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3347
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
3059
3348
|
'''
|
3060
3349
|
result = self._values.get("parameter")
|
3061
3350
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
|
@@ -3080,8 +3369,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3080
3369
|
class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
|
3081
3370
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3082
3371
|
'''
|
3083
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3084
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3372
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
3373
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3085
3374
|
'''
|
3086
3375
|
if __debug__:
|
3087
3376
|
type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
|
@@ -3094,14 +3383,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
|
|
3094
3383
|
|
3095
3384
|
@builtins.property
|
3096
3385
|
def key(self) -> builtins.str:
|
3097
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3386
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
3098
3387
|
result = self._values.get("key")
|
3099
3388
|
assert result is not None, "Required property 'key' is missing"
|
3100
3389
|
return typing.cast(builtins.str, result)
|
3101
3390
|
|
3102
3391
|
@builtins.property
|
3103
3392
|
def value(self) -> builtins.str:
|
3104
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3393
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
3105
3394
|
result = self._values.get("value")
|
3106
3395
|
assert result is not None, "Required property 'value' is missing"
|
3107
3396
|
return typing.cast(builtins.str, result)
|
@@ -3457,8 +3746,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
|
|
3457
3746
|
class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
|
3458
3747
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3459
3748
|
'''
|
3460
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3461
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3749
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
3750
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3462
3751
|
'''
|
3463
3752
|
if __debug__:
|
3464
3753
|
type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
|
@@ -3471,14 +3760,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
|
|
3471
3760
|
|
3472
3761
|
@builtins.property
|
3473
3762
|
def key(self) -> builtins.str:
|
3474
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3763
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
3475
3764
|
result = self._values.get("key")
|
3476
3765
|
assert result is not None, "Required property 'key' is missing"
|
3477
3766
|
return typing.cast(builtins.str, result)
|
3478
3767
|
|
3479
3768
|
@builtins.property
|
3480
3769
|
def value(self) -> builtins.str:
|
3481
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3770
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
3482
3771
|
result = self._values.get("value")
|
3483
3772
|
assert result is not None, "Required property 'value' is missing"
|
3484
3773
|
return typing.cast(builtins.str, result)
|
@@ -3686,10 +3975,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
|
|
3686
3975
|
template: typing.Optional[builtins.str] = None,
|
3687
3976
|
) -> None:
|
3688
3977
|
'''
|
3689
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3690
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3691
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3692
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3978
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
|
3979
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
|
3980
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
|
3981
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
|
3693
3982
|
'''
|
3694
3983
|
if __debug__:
|
3695
3984
|
type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
|
@@ -3709,26 +3998,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
|
|
3709
3998
|
|
3710
3999
|
@builtins.property
|
3711
4000
|
def target(self) -> builtins.str:
|
3712
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4001
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
|
3713
4002
|
result = self._values.get("target")
|
3714
4003
|
assert result is not None, "Required property 'target' is missing"
|
3715
4004
|
return typing.cast(builtins.str, result)
|
3716
4005
|
|
3717
4006
|
@builtins.property
|
3718
4007
|
def regex(self) -> typing.Optional[builtins.str]:
|
3719
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4008
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
|
3720
4009
|
result = self._values.get("regex")
|
3721
4010
|
return typing.cast(typing.Optional[builtins.str], result)
|
3722
4011
|
|
3723
4012
|
@builtins.property
|
3724
4013
|
def source(self) -> typing.Optional[builtins.str]:
|
3725
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4014
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
|
3726
4015
|
result = self._values.get("source")
|
3727
4016
|
return typing.cast(typing.Optional[builtins.str], result)
|
3728
4017
|
|
3729
4018
|
@builtins.property
|
3730
4019
|
def template(self) -> typing.Optional[builtins.str]:
|
3731
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4020
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
|
3732
4021
|
result = self._values.get("template")
|
3733
4022
|
return typing.cast(typing.Optional[builtins.str], result)
|
3734
4023
|
|
@@ -3961,46 +4250,267 @@ class EventOrchestrationServiceSetRuleActionsExtractionOutputReference(
|
|
3961
4250
|
jsii.set(self, "internalValue", value)
|
3962
4251
|
|
3963
4252
|
|
3964
|
-
|
3965
|
-
|
3966
|
-
|
3967
|
-
|
3968
|
-
)
|
3969
|
-
|
3970
|
-
|
3971
|
-
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
3972
|
-
terraform_attribute: builtins.str,
|
3973
|
-
) -> None:
|
4253
|
+
@jsii.data_type(
|
4254
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate",
|
4255
|
+
jsii_struct_bases=[],
|
4256
|
+
name_mapping={"id": "id", "value": "value"},
|
4257
|
+
)
|
4258
|
+
class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
|
4259
|
+
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
3974
4260
|
'''
|
3975
|
-
:param
|
3976
|
-
:param
|
4261
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
4262
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3977
4263
|
'''
|
3978
4264
|
if __debug__:
|
3979
|
-
type_hints = typing.get_type_hints(
|
3980
|
-
check_type(argname="argument
|
3981
|
-
check_type(argname="argument
|
3982
|
-
|
4265
|
+
type_hints = typing.get_type_hints(_typecheckingstub__31f6fe127b5965fad04ba280bc2b0717d92426f136ed60e964ca92c3c58da09a)
|
4266
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
4267
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4268
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
4269
|
+
"id": id,
|
4270
|
+
"value": value,
|
4271
|
+
}
|
3983
4272
|
|
3984
|
-
@
|
3985
|
-
def
|
3986
|
-
|
3987
|
-
|
3988
|
-
|
3989
|
-
|
3990
|
-
|
3991
|
-
|
3992
|
-
|
3993
|
-
|
3994
|
-
|
3995
|
-
|
3996
|
-
|
3997
|
-
|
3998
|
-
|
3999
|
-
|
4000
|
-
|
4001
|
-
|
4002
|
-
|
4003
|
-
)
|
4273
|
+
@builtins.property
|
4274
|
+
def id(self) -> builtins.str:
|
4275
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
4276
|
+
|
4277
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
4278
|
+
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.
|
4279
|
+
'''
|
4280
|
+
result = self._values.get("id")
|
4281
|
+
assert result is not None, "Required property 'id' is missing"
|
4282
|
+
return typing.cast(builtins.str, result)
|
4283
|
+
|
4284
|
+
@builtins.property
|
4285
|
+
def value(self) -> builtins.str:
|
4286
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
4287
|
+
result = self._values.get("value")
|
4288
|
+
assert result is not None, "Required property 'value' is missing"
|
4289
|
+
return typing.cast(builtins.str, result)
|
4290
|
+
|
4291
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
4292
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
4293
|
+
|
4294
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
4295
|
+
return not (rhs == self)
|
4296
|
+
|
4297
|
+
def __repr__(self) -> str:
|
4298
|
+
return "EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate(%s)" % ", ".join(
|
4299
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
4300
|
+
)
|
4301
|
+
|
4302
|
+
|
4303
|
+
class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateList(
|
4304
|
+
_cdktf_9a9027ec.ComplexList,
|
4305
|
+
metaclass=jsii.JSIIMeta,
|
4306
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateList",
|
4307
|
+
):
|
4308
|
+
def __init__(
|
4309
|
+
self,
|
4310
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
4311
|
+
terraform_attribute: builtins.str,
|
4312
|
+
wraps_set: builtins.bool,
|
4313
|
+
) -> None:
|
4314
|
+
'''
|
4315
|
+
:param terraform_resource: The parent resource.
|
4316
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
4317
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
4318
|
+
'''
|
4319
|
+
if __debug__:
|
4320
|
+
type_hints = typing.get_type_hints(_typecheckingstub__04a46e3f60c8f1cbaa855f45141abbcb421c4b60f9738f4c1d0c939edc22a4f4)
|
4321
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
4322
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
4323
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
4324
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
4325
|
+
|
4326
|
+
@jsii.member(jsii_name="get")
|
4327
|
+
def get(
|
4328
|
+
self,
|
4329
|
+
index: jsii.Number,
|
4330
|
+
) -> "EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateOutputReference":
|
4331
|
+
'''
|
4332
|
+
:param index: the index of the item to return.
|
4333
|
+
'''
|
4334
|
+
if __debug__:
|
4335
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2f0c8dc90ffb2f1437f2f829307704a2739b0ef2aebf82b15f4bd3fd55730962)
|
4336
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
4337
|
+
return typing.cast("EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateOutputReference", jsii.invoke(self, "get", [index]))
|
4338
|
+
|
4339
|
+
@builtins.property
|
4340
|
+
@jsii.member(jsii_name="terraformAttribute")
|
4341
|
+
def _terraform_attribute(self) -> builtins.str:
|
4342
|
+
'''The attribute on the parent resource this class is referencing.'''
|
4343
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
4344
|
+
|
4345
|
+
@_terraform_attribute.setter
|
4346
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
4347
|
+
if __debug__:
|
4348
|
+
type_hints = typing.get_type_hints(_typecheckingstub__baee1352b3a3a5a344c7d86b86046b68a9ed502998fde3c0469b7fa061512bfe)
|
4349
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4350
|
+
jsii.set(self, "terraformAttribute", value)
|
4351
|
+
|
4352
|
+
@builtins.property
|
4353
|
+
@jsii.member(jsii_name="terraformResource")
|
4354
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
4355
|
+
'''The parent resource.'''
|
4356
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
4357
|
+
|
4358
|
+
@_terraform_resource.setter
|
4359
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
4360
|
+
if __debug__:
|
4361
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d5a9bbe3b304db45653ef1a27fa534750d87aa28fbd99296f3fa983d4f274cd)
|
4362
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4363
|
+
jsii.set(self, "terraformResource", value)
|
4364
|
+
|
4365
|
+
@builtins.property
|
4366
|
+
@jsii.member(jsii_name="wrapsSet")
|
4367
|
+
def _wraps_set(self) -> builtins.bool:
|
4368
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
4369
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
4370
|
+
|
4371
|
+
@_wraps_set.setter
|
4372
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
4373
|
+
if __debug__:
|
4374
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b275d69a69b360a1e7cc2435e62750024a45dbb47b5b64da117e3fa08fcb7732)
|
4375
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4376
|
+
jsii.set(self, "wrapsSet", value)
|
4377
|
+
|
4378
|
+
@builtins.property
|
4379
|
+
@jsii.member(jsii_name="internalValue")
|
4380
|
+
def internal_value(
|
4381
|
+
self,
|
4382
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]]]:
|
4383
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]]], jsii.get(self, "internalValue"))
|
4384
|
+
|
4385
|
+
@internal_value.setter
|
4386
|
+
def internal_value(
|
4387
|
+
self,
|
4388
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]]],
|
4389
|
+
) -> None:
|
4390
|
+
if __debug__:
|
4391
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4f42c4449ee9e0137b2b1efecab9a5d7d056c9ec1cdc540c309555071335b29c)
|
4392
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4393
|
+
jsii.set(self, "internalValue", value)
|
4394
|
+
|
4395
|
+
|
4396
|
+
class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateOutputReference(
|
4397
|
+
_cdktf_9a9027ec.ComplexObject,
|
4398
|
+
metaclass=jsii.JSIIMeta,
|
4399
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateOutputReference",
|
4400
|
+
):
|
4401
|
+
def __init__(
|
4402
|
+
self,
|
4403
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
4404
|
+
terraform_attribute: builtins.str,
|
4405
|
+
complex_object_index: jsii.Number,
|
4406
|
+
complex_object_is_from_set: builtins.bool,
|
4407
|
+
) -> None:
|
4408
|
+
'''
|
4409
|
+
:param terraform_resource: The parent resource.
|
4410
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
4411
|
+
:param complex_object_index: the index of this item in the list.
|
4412
|
+
:param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
4413
|
+
'''
|
4414
|
+
if __debug__:
|
4415
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3b76511bc5a3d0e949046fe28350b3e945a560ad47b31818379598d1cf447045)
|
4416
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
4417
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
4418
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
4419
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
4420
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
4421
|
+
|
4422
|
+
@builtins.property
|
4423
|
+
@jsii.member(jsii_name="idInput")
|
4424
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
4425
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
4426
|
+
|
4427
|
+
@builtins.property
|
4428
|
+
@jsii.member(jsii_name="valueInput")
|
4429
|
+
def value_input(self) -> typing.Optional[builtins.str]:
|
4430
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "valueInput"))
|
4431
|
+
|
4432
|
+
@builtins.property
|
4433
|
+
@jsii.member(jsii_name="id")
|
4434
|
+
def id(self) -> builtins.str:
|
4435
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
4436
|
+
|
4437
|
+
@id.setter
|
4438
|
+
def id(self, value: builtins.str) -> None:
|
4439
|
+
if __debug__:
|
4440
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dc5d5717b1ee73fdb0719b97b5bb5f38dd68889acc3b2039d546ac142543daee)
|
4441
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4442
|
+
jsii.set(self, "id", value)
|
4443
|
+
|
4444
|
+
@builtins.property
|
4445
|
+
@jsii.member(jsii_name="value")
|
4446
|
+
def value(self) -> builtins.str:
|
4447
|
+
return typing.cast(builtins.str, jsii.get(self, "value"))
|
4448
|
+
|
4449
|
+
@value.setter
|
4450
|
+
def value(self, value: builtins.str) -> None:
|
4451
|
+
if __debug__:
|
4452
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e0333ebce896d701681164be3cfb8833760df92454178af6c3ab1a058df4f0fc)
|
4453
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4454
|
+
jsii.set(self, "value", value)
|
4455
|
+
|
4456
|
+
@builtins.property
|
4457
|
+
@jsii.member(jsii_name="internalValue")
|
4458
|
+
def internal_value(
|
4459
|
+
self,
|
4460
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]]:
|
4461
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]], jsii.get(self, "internalValue"))
|
4462
|
+
|
4463
|
+
@internal_value.setter
|
4464
|
+
def internal_value(
|
4465
|
+
self,
|
4466
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]],
|
4467
|
+
) -> None:
|
4468
|
+
if __debug__:
|
4469
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1a020f60ebbed77c23be1d976fc5eba6c2fd8c495753f5dbfe85f6d0905dfb77)
|
4470
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4471
|
+
jsii.set(self, "internalValue", value)
|
4472
|
+
|
4473
|
+
|
4474
|
+
class EventOrchestrationServiceSetRuleActionsOutputReference(
|
4475
|
+
_cdktf_9a9027ec.ComplexObject,
|
4476
|
+
metaclass=jsii.JSIIMeta,
|
4477
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationServiceSetRuleActionsOutputReference",
|
4478
|
+
):
|
4479
|
+
def __init__(
|
4480
|
+
self,
|
4481
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
4482
|
+
terraform_attribute: builtins.str,
|
4483
|
+
) -> None:
|
4484
|
+
'''
|
4485
|
+
:param terraform_resource: The parent resource.
|
4486
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
4487
|
+
'''
|
4488
|
+
if __debug__:
|
4489
|
+
type_hints = typing.get_type_hints(_typecheckingstub__74a2eed5c2f5cbc8119b8237a4b08ca7e8cc3925050e0d33131c0b661c66521c)
|
4490
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
4491
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
4492
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
4493
|
+
|
4494
|
+
@jsii.member(jsii_name="putAutomationAction")
|
4495
|
+
def put_automation_action(
|
4496
|
+
self,
|
4497
|
+
*,
|
4498
|
+
name: builtins.str,
|
4499
|
+
url: builtins.str,
|
4500
|
+
auto_send: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
4501
|
+
header: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionHeader, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4502
|
+
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4503
|
+
) -> None:
|
4504
|
+
'''
|
4505
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
4506
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
4507
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
4508
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
4509
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
4510
|
+
'''
|
4511
|
+
value = EventOrchestrationServiceSetRuleActionsAutomationAction(
|
4512
|
+
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
4513
|
+
)
|
4004
4514
|
|
4005
4515
|
return typing.cast(None, jsii.invoke(self, "putAutomationAction", [value]))
|
4006
4516
|
|
@@ -4017,10 +4527,23 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4017
4527
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4018
4528
|
return typing.cast(None, jsii.invoke(self, "putExtraction", [value]))
|
4019
4529
|
|
4530
|
+
@jsii.member(jsii_name="putIncidentCustomFieldUpdate")
|
4531
|
+
def put_incident_custom_field_update(
|
4532
|
+
self,
|
4533
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]],
|
4534
|
+
) -> None:
|
4535
|
+
'''
|
4536
|
+
:param value: -
|
4537
|
+
'''
|
4538
|
+
if __debug__:
|
4539
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d19c1ab50576ddbeebbe90961057beff6aa9771c495fa5dfc3df34d9f262c5a4)
|
4540
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4541
|
+
return typing.cast(None, jsii.invoke(self, "putIncidentCustomFieldUpdate", [value]))
|
4542
|
+
|
4020
4543
|
@jsii.member(jsii_name="putPagerdutyAutomationAction")
|
4021
4544
|
def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
|
4022
4545
|
'''
|
4023
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4546
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
4024
4547
|
'''
|
4025
4548
|
value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
|
4026
4549
|
action_id=action_id
|
@@ -4057,6 +4580,10 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4057
4580
|
def reset_extraction(self) -> None:
|
4058
4581
|
return typing.cast(None, jsii.invoke(self, "resetExtraction", []))
|
4059
4582
|
|
4583
|
+
@jsii.member(jsii_name="resetIncidentCustomFieldUpdate")
|
4584
|
+
def reset_incident_custom_field_update(self) -> None:
|
4585
|
+
return typing.cast(None, jsii.invoke(self, "resetIncidentCustomFieldUpdate", []))
|
4586
|
+
|
4060
4587
|
@jsii.member(jsii_name="resetPagerdutyAutomationAction")
|
4061
4588
|
def reset_pagerduty_automation_action(self) -> None:
|
4062
4589
|
return typing.cast(None, jsii.invoke(self, "resetPagerdutyAutomationAction", []))
|
@@ -4097,6 +4624,13 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4097
4624
|
def extraction(self) -> EventOrchestrationServiceSetRuleActionsExtractionList:
|
4098
4625
|
return typing.cast(EventOrchestrationServiceSetRuleActionsExtractionList, jsii.get(self, "extraction"))
|
4099
4626
|
|
4627
|
+
@builtins.property
|
4628
|
+
@jsii.member(jsii_name="incidentCustomFieldUpdate")
|
4629
|
+
def incident_custom_field_update(
|
4630
|
+
self,
|
4631
|
+
) -> EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateList:
|
4632
|
+
return typing.cast(EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateList, jsii.get(self, "incidentCustomFieldUpdate"))
|
4633
|
+
|
4100
4634
|
@builtins.property
|
4101
4635
|
@jsii.member(jsii_name="pagerdutyAutomationAction")
|
4102
4636
|
def pagerduty_automation_action(
|
@@ -4133,6 +4667,13 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4133
4667
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsExtraction]]]:
|
4134
4668
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsExtraction]]], jsii.get(self, "extractionInput"))
|
4135
4669
|
|
4670
|
+
@builtins.property
|
4671
|
+
@jsii.member(jsii_name="incidentCustomFieldUpdateInput")
|
4672
|
+
def incident_custom_field_update_input(
|
4673
|
+
self,
|
4674
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]]]:
|
4675
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]]], jsii.get(self, "incidentCustomFieldUpdateInput"))
|
4676
|
+
|
4136
4677
|
@builtins.property
|
4137
4678
|
@jsii.member(jsii_name="pagerdutyAutomationActionInput")
|
4138
4679
|
def pagerduty_automation_action_input(
|
@@ -4287,7 +4828,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4287
4828
|
class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
|
4288
4829
|
def __init__(self, *, action_id: builtins.str) -> None:
|
4289
4830
|
'''
|
4290
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4831
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
4291
4832
|
'''
|
4292
4833
|
if __debug__:
|
4293
4834
|
type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
|
@@ -4298,7 +4839,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
|
|
4298
4839
|
|
4299
4840
|
@builtins.property
|
4300
4841
|
def action_id(self) -> builtins.str:
|
4301
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4842
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
|
4302
4843
|
result = self._values.get("action_id")
|
4303
4844
|
assert result is not None, "Required property 'action_id' is missing"
|
4304
4845
|
return typing.cast(builtins.str, result)
|
@@ -4385,10 +4926,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
|
|
4385
4926
|
value: builtins.str,
|
4386
4927
|
) -> None:
|
4387
4928
|
'''
|
4388
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4389
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4390
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4391
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4929
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
4930
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
|
4931
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
|
4932
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
4392
4933
|
'''
|
4393
4934
|
if __debug__:
|
4394
4935
|
type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
|
@@ -4405,28 +4946,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
|
|
4405
4946
|
|
4406
4947
|
@builtins.property
|
4407
4948
|
def name(self) -> builtins.str:
|
4408
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4949
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
4409
4950
|
result = self._values.get("name")
|
4410
4951
|
assert result is not None, "Required property 'name' is missing"
|
4411
4952
|
return typing.cast(builtins.str, result)
|
4412
4953
|
|
4413
4954
|
@builtins.property
|
4414
4955
|
def path(self) -> builtins.str:
|
4415
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4956
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
|
4416
4957
|
result = self._values.get("path")
|
4417
4958
|
assert result is not None, "Required property 'path' is missing"
|
4418
4959
|
return typing.cast(builtins.str, result)
|
4419
4960
|
|
4420
4961
|
@builtins.property
|
4421
4962
|
def type(self) -> builtins.str:
|
4422
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4963
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
|
4423
4964
|
result = self._values.get("type")
|
4424
4965
|
assert result is not None, "Required property 'type' is missing"
|
4425
4966
|
return typing.cast(builtins.str, result)
|
4426
4967
|
|
4427
4968
|
@builtins.property
|
4428
4969
|
def value(self) -> builtins.str:
|
4429
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4970
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
4430
4971
|
result = self._values.get("value")
|
4431
4972
|
assert result is not None, "Required property 'value' is missing"
|
4432
4973
|
return typing.cast(builtins.str, result)
|
@@ -4656,7 +5197,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
|
|
4656
5197
|
class EventOrchestrationServiceSetRuleCondition:
|
4657
5198
|
def __init__(self, *, expression: builtins.str) -> None:
|
4658
5199
|
'''
|
4659
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5200
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
|
4660
5201
|
'''
|
4661
5202
|
if __debug__:
|
4662
5203
|
type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
|
@@ -4667,7 +5208,7 @@ class EventOrchestrationServiceSetRuleCondition:
|
|
4667
5208
|
|
4668
5209
|
@builtins.property
|
4669
5210
|
def expression(self) -> builtins.str:
|
4670
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5211
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
|
4671
5212
|
result = self._values.get("expression")
|
4672
5213
|
assert result is not None, "Required property 'expression' is missing"
|
4673
5214
|
return typing.cast(builtins.str, result)
|
@@ -4965,6 +5506,7 @@ class EventOrchestrationServiceSetRuleOutputReference(
|
|
4965
5506
|
automation_action: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
4966
5507
|
event_action: typing.Optional[builtins.str] = None,
|
4967
5508
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5509
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4968
5510
|
pagerduty_automation_action: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
4969
5511
|
priority: typing.Optional[builtins.str] = None,
|
4970
5512
|
route_to: typing.Optional[builtins.str] = None,
|
@@ -4974,23 +5516,25 @@ class EventOrchestrationServiceSetRuleOutputReference(
|
|
4974
5516
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4975
5517
|
) -> None:
|
4976
5518
|
'''
|
4977
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4978
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4979
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4980
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4981
|
-
:param
|
4982
|
-
:param
|
4983
|
-
:param
|
4984
|
-
:param
|
4985
|
-
:param
|
4986
|
-
:param
|
4987
|
-
:param
|
5519
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
5520
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
5521
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
5522
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
5523
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
5524
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
5525
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
5526
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
5527
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
5528
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
5529
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
5530
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
4988
5531
|
'''
|
4989
5532
|
value = EventOrchestrationServiceSetRuleActions(
|
4990
5533
|
annotate=annotate,
|
4991
5534
|
automation_action=automation_action,
|
4992
5535
|
event_action=event_action,
|
4993
5536
|
extraction=extraction,
|
5537
|
+
incident_custom_field_update=incident_custom_field_update,
|
4994
5538
|
pagerduty_automation_action=pagerduty_automation_action,
|
4995
5539
|
priority=priority,
|
4996
5540
|
route_to=route_to,
|
@@ -5126,6 +5670,9 @@ __all__ = [
|
|
5126
5670
|
"EventOrchestrationServiceCatchAllActionsExtraction",
|
5127
5671
|
"EventOrchestrationServiceCatchAllActionsExtractionList",
|
5128
5672
|
"EventOrchestrationServiceCatchAllActionsExtractionOutputReference",
|
5673
|
+
"EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate",
|
5674
|
+
"EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateList",
|
5675
|
+
"EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdateOutputReference",
|
5129
5676
|
"EventOrchestrationServiceCatchAllActionsOutputReference",
|
5130
5677
|
"EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction",
|
5131
5678
|
"EventOrchestrationServiceCatchAllActionsPagerdutyAutomationActionOutputReference",
|
@@ -5150,6 +5697,9 @@ __all__ = [
|
|
5150
5697
|
"EventOrchestrationServiceSetRuleActionsExtraction",
|
5151
5698
|
"EventOrchestrationServiceSetRuleActionsExtractionList",
|
5152
5699
|
"EventOrchestrationServiceSetRuleActionsExtractionOutputReference",
|
5700
|
+
"EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate",
|
5701
|
+
"EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateList",
|
5702
|
+
"EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdateOutputReference",
|
5153
5703
|
"EventOrchestrationServiceSetRuleActionsOutputReference",
|
5154
5704
|
"EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction",
|
5155
5705
|
"EventOrchestrationServiceSetRuleActionsPagerdutyAutomationActionOutputReference",
|
@@ -5231,6 +5781,7 @@ def _typecheckingstub__beda496736753331da07674d5c1607aa07ba1c479670cc6ddf2e0acb1
|
|
5231
5781
|
automation_action: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
5232
5782
|
event_action: typing.Optional[builtins.str] = None,
|
5233
5783
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5784
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5234
5785
|
pagerduty_automation_action: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
5235
5786
|
priority: typing.Optional[builtins.str] = None,
|
5236
5787
|
route_to: typing.Optional[builtins.str] = None,
|
@@ -5529,6 +6080,79 @@ def _typecheckingstub__955d3b2404015c64dc01f453ae8a593f2d9a9788f9d4d7e7283124fec
|
|
5529
6080
|
"""Type checking stubs"""
|
5530
6081
|
pass
|
5531
6082
|
|
6083
|
+
def _typecheckingstub__01c0a9c05e20146e2fbbf0f5af59e520a0ab811ae8ef69b936a08bfba4f12841(
|
6084
|
+
*,
|
6085
|
+
id: builtins.str,
|
6086
|
+
value: builtins.str,
|
6087
|
+
) -> None:
|
6088
|
+
"""Type checking stubs"""
|
6089
|
+
pass
|
6090
|
+
|
6091
|
+
def _typecheckingstub__af2e9d21783215883a12a82a16b43cad514ea8b982bbaedf770dc0ff180471f8(
|
6092
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
6093
|
+
terraform_attribute: builtins.str,
|
6094
|
+
wraps_set: builtins.bool,
|
6095
|
+
) -> None:
|
6096
|
+
"""Type checking stubs"""
|
6097
|
+
pass
|
6098
|
+
|
6099
|
+
def _typecheckingstub__fd85779a67094424f1ad8c5716fe8d59aef933a14295066d6df3387c8844e746(
|
6100
|
+
index: jsii.Number,
|
6101
|
+
) -> None:
|
6102
|
+
"""Type checking stubs"""
|
6103
|
+
pass
|
6104
|
+
|
6105
|
+
def _typecheckingstub__cb7a33de99b8396d0f606d51d456360418441a9f10b29d34fc30ce0c92a63c01(
|
6106
|
+
value: builtins.str,
|
6107
|
+
) -> None:
|
6108
|
+
"""Type checking stubs"""
|
6109
|
+
pass
|
6110
|
+
|
6111
|
+
def _typecheckingstub__333491a1b5d1937e52e5ce178b326b78d4f2066b85069501f8ec14cd84ca30a5(
|
6112
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
6113
|
+
) -> None:
|
6114
|
+
"""Type checking stubs"""
|
6115
|
+
pass
|
6116
|
+
|
6117
|
+
def _typecheckingstub__fefc2ace9d08f8dfa42a96c1ee70cbd0138f891f404784e14cfe789d776a7553(
|
6118
|
+
value: builtins.bool,
|
6119
|
+
) -> None:
|
6120
|
+
"""Type checking stubs"""
|
6121
|
+
pass
|
6122
|
+
|
6123
|
+
def _typecheckingstub__38cc3cd94d58efb4d4f8c7e86724e4c83e08d329ac50ca475adc45a9b878a79b(
|
6124
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]]],
|
6125
|
+
) -> None:
|
6126
|
+
"""Type checking stubs"""
|
6127
|
+
pass
|
6128
|
+
|
6129
|
+
def _typecheckingstub__c084db4e2919ce91d89472be23915b3181e6e0efac8e81210bb23f4feb65a843(
|
6130
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
6131
|
+
terraform_attribute: builtins.str,
|
6132
|
+
complex_object_index: jsii.Number,
|
6133
|
+
complex_object_is_from_set: builtins.bool,
|
6134
|
+
) -> None:
|
6135
|
+
"""Type checking stubs"""
|
6136
|
+
pass
|
6137
|
+
|
6138
|
+
def _typecheckingstub__382689c1b1146d190f503f7735623845ebe79352f84d6e99003952c461a9ea24(
|
6139
|
+
value: builtins.str,
|
6140
|
+
) -> None:
|
6141
|
+
"""Type checking stubs"""
|
6142
|
+
pass
|
6143
|
+
|
6144
|
+
def _typecheckingstub__811321dcfd3f9c27d81b98cb45814d26e86c3ce1115657a400406d535e563f48(
|
6145
|
+
value: builtins.str,
|
6146
|
+
) -> None:
|
6147
|
+
"""Type checking stubs"""
|
6148
|
+
pass
|
6149
|
+
|
6150
|
+
def _typecheckingstub__b4a5bde59fd077fb13bc3390986492a560ceabb8dfceb5373935f0003db83ae4(
|
6151
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate]],
|
6152
|
+
) -> None:
|
6153
|
+
"""Type checking stubs"""
|
6154
|
+
pass
|
6155
|
+
|
5532
6156
|
def _typecheckingstub__b8e4074613d1e8949bb47ade1ca67315a7ff981c5c7ebd3ac9d65a0571e47654(
|
5533
6157
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
5534
6158
|
terraform_attribute: builtins.str,
|
@@ -5542,6 +6166,12 @@ def _typecheckingstub__32dbb53f21524e45be09cfac77f8643db6d56d7d1bf8f6e3aab8adefb
|
|
5542
6166
|
"""Type checking stubs"""
|
5543
6167
|
pass
|
5544
6168
|
|
6169
|
+
def _typecheckingstub__685fd28b1d68820fb065771a742c2b574663e76fbc7dc6192d2696d61c61fb18(
|
6170
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]],
|
6171
|
+
) -> None:
|
6172
|
+
"""Type checking stubs"""
|
6173
|
+
pass
|
6174
|
+
|
5545
6175
|
def _typecheckingstub__c7fbac385a3cc6463601d9d52057e415e170b731537a0bac97745cf1ccc1ea8f(
|
5546
6176
|
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]],
|
5547
6177
|
) -> None:
|
@@ -5829,6 +6459,7 @@ def _typecheckingstub__92d01a8d7979022feb679e0e11e8d9988bb013c9596d06df8bd8fe112
|
|
5829
6459
|
automation_action: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
5830
6460
|
event_action: typing.Optional[builtins.str] = None,
|
5831
6461
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
6462
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5832
6463
|
pagerduty_automation_action: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction, typing.Dict[builtins.str, typing.Any]]] = None,
|
5833
6464
|
priority: typing.Optional[builtins.str] = None,
|
5834
6465
|
route_to: typing.Optional[builtins.str] = None,
|
@@ -6127,6 +6758,79 @@ def _typecheckingstub__bc05d00c98121d6bbbf797fc6a75685ac2b2b48d37717b565cc338dd7
|
|
6127
6758
|
"""Type checking stubs"""
|
6128
6759
|
pass
|
6129
6760
|
|
6761
|
+
def _typecheckingstub__31f6fe127b5965fad04ba280bc2b0717d92426f136ed60e964ca92c3c58da09a(
|
6762
|
+
*,
|
6763
|
+
id: builtins.str,
|
6764
|
+
value: builtins.str,
|
6765
|
+
) -> None:
|
6766
|
+
"""Type checking stubs"""
|
6767
|
+
pass
|
6768
|
+
|
6769
|
+
def _typecheckingstub__04a46e3f60c8f1cbaa855f45141abbcb421c4b60f9738f4c1d0c939edc22a4f4(
|
6770
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
6771
|
+
terraform_attribute: builtins.str,
|
6772
|
+
wraps_set: builtins.bool,
|
6773
|
+
) -> None:
|
6774
|
+
"""Type checking stubs"""
|
6775
|
+
pass
|
6776
|
+
|
6777
|
+
def _typecheckingstub__2f0c8dc90ffb2f1437f2f829307704a2739b0ef2aebf82b15f4bd3fd55730962(
|
6778
|
+
index: jsii.Number,
|
6779
|
+
) -> None:
|
6780
|
+
"""Type checking stubs"""
|
6781
|
+
pass
|
6782
|
+
|
6783
|
+
def _typecheckingstub__baee1352b3a3a5a344c7d86b86046b68a9ed502998fde3c0469b7fa061512bfe(
|
6784
|
+
value: builtins.str,
|
6785
|
+
) -> None:
|
6786
|
+
"""Type checking stubs"""
|
6787
|
+
pass
|
6788
|
+
|
6789
|
+
def _typecheckingstub__4d5a9bbe3b304db45653ef1a27fa534750d87aa28fbd99296f3fa983d4f274cd(
|
6790
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
6791
|
+
) -> None:
|
6792
|
+
"""Type checking stubs"""
|
6793
|
+
pass
|
6794
|
+
|
6795
|
+
def _typecheckingstub__b275d69a69b360a1e7cc2435e62750024a45dbb47b5b64da117e3fa08fcb7732(
|
6796
|
+
value: builtins.bool,
|
6797
|
+
) -> None:
|
6798
|
+
"""Type checking stubs"""
|
6799
|
+
pass
|
6800
|
+
|
6801
|
+
def _typecheckingstub__4f42c4449ee9e0137b2b1efecab9a5d7d056c9ec1cdc540c309555071335b29c(
|
6802
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]]],
|
6803
|
+
) -> None:
|
6804
|
+
"""Type checking stubs"""
|
6805
|
+
pass
|
6806
|
+
|
6807
|
+
def _typecheckingstub__3b76511bc5a3d0e949046fe28350b3e945a560ad47b31818379598d1cf447045(
|
6808
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
6809
|
+
terraform_attribute: builtins.str,
|
6810
|
+
complex_object_index: jsii.Number,
|
6811
|
+
complex_object_is_from_set: builtins.bool,
|
6812
|
+
) -> None:
|
6813
|
+
"""Type checking stubs"""
|
6814
|
+
pass
|
6815
|
+
|
6816
|
+
def _typecheckingstub__dc5d5717b1ee73fdb0719b97b5bb5f38dd68889acc3b2039d546ac142543daee(
|
6817
|
+
value: builtins.str,
|
6818
|
+
) -> None:
|
6819
|
+
"""Type checking stubs"""
|
6820
|
+
pass
|
6821
|
+
|
6822
|
+
def _typecheckingstub__e0333ebce896d701681164be3cfb8833760df92454178af6c3ab1a058df4f0fc(
|
6823
|
+
value: builtins.str,
|
6824
|
+
) -> None:
|
6825
|
+
"""Type checking stubs"""
|
6826
|
+
pass
|
6827
|
+
|
6828
|
+
def _typecheckingstub__1a020f60ebbed77c23be1d976fc5eba6c2fd8c495753f5dbfe85f6d0905dfb77(
|
6829
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate]],
|
6830
|
+
) -> None:
|
6831
|
+
"""Type checking stubs"""
|
6832
|
+
pass
|
6833
|
+
|
6130
6834
|
def _typecheckingstub__74a2eed5c2f5cbc8119b8237a4b08ca7e8cc3925050e0d33131c0b661c66521c(
|
6131
6835
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
6132
6836
|
terraform_attribute: builtins.str,
|
@@ -6140,6 +6844,12 @@ def _typecheckingstub__dd7c0d6da250f89b4292bed64c6456927aa1737e65197592487bbf0e2
|
|
6140
6844
|
"""Type checking stubs"""
|
6141
6845
|
pass
|
6142
6846
|
|
6847
|
+
def _typecheckingstub__d19c1ab50576ddbeebbe90961057beff6aa9771c495fa5dfc3df34d9f262c5a4(
|
6848
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]],
|
6849
|
+
) -> None:
|
6850
|
+
"""Type checking stubs"""
|
6851
|
+
pass
|
6852
|
+
|
6143
6853
|
def _typecheckingstub__c44cea23f6bd3ccf1fdf28af9baffb91dc40f34c6327e1c72684e0d2aa5c1251(
|
6144
6854
|
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]],
|
6145
6855
|
) -> None:
|