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_global`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class EventOrchestrationGlobal(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobal",
|
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_global pagerduty_event_orchestration_global}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -45,14 +45,14 @@ class EventOrchestrationGlobal(
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
46
|
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,
|
47
47
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
|
49
49
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
52
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
54
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
52
|
+
: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_global#catch_all EventOrchestrationGlobal#catch_all}
|
53
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
|
54
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
56
56
|
:param connection:
|
57
57
|
:param count:
|
58
58
|
:param depends_on:
|
@@ -94,7 +94,7 @@ class EventOrchestrationGlobal(
|
|
94
94
|
|
95
95
|
:param scope: The scope in which to define this construct.
|
96
96
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationGlobal to import.
|
97
|
-
:param import_from_id: The id of the existing EventOrchestrationGlobal that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
97
|
+
:param import_from_id: The id of the existing EventOrchestrationGlobal that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
|
98
98
|
:param provider: ? Optional instance of the provider where the EventOrchestrationGlobal to import is found.
|
99
99
|
'''
|
100
100
|
if __debug__:
|
@@ -112,7 +112,7 @@ class EventOrchestrationGlobal(
|
|
112
112
|
actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
113
113
|
) -> None:
|
114
114
|
'''
|
115
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
115
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
116
116
|
'''
|
117
117
|
value = EventOrchestrationGlobalCatchAll(actions=actions)
|
118
118
|
|
@@ -217,7 +217,7 @@ class EventOrchestrationGlobalCatchAll:
|
|
217
217
|
actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
218
218
|
) -> None:
|
219
219
|
'''
|
220
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
220
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
221
221
|
'''
|
222
222
|
if isinstance(actions, dict):
|
223
223
|
actions = EventOrchestrationGlobalCatchAllActions(**actions)
|
@@ -232,7 +232,7 @@ class EventOrchestrationGlobalCatchAll:
|
|
232
232
|
def actions(self) -> "EventOrchestrationGlobalCatchAllActions":
|
233
233
|
'''actions block.
|
234
234
|
|
235
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
235
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
236
236
|
'''
|
237
237
|
result = self._values.get("actions")
|
238
238
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -259,6 +259,7 @@ class EventOrchestrationGlobalCatchAll:
|
|
259
259
|
"drop_event": "dropEvent",
|
260
260
|
"event_action": "eventAction",
|
261
261
|
"extraction": "extraction",
|
262
|
+
"incident_custom_field_update": "incidentCustomFieldUpdate",
|
262
263
|
"priority": "priority",
|
263
264
|
"route_to": "routeTo",
|
264
265
|
"severity": "severity",
|
@@ -276,6 +277,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
276
277
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
277
278
|
event_action: typing.Optional[builtins.str] = None,
|
278
279
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsExtraction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
280
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
279
281
|
priority: typing.Optional[builtins.str] = None,
|
280
282
|
route_to: typing.Optional[builtins.str] = None,
|
281
283
|
severity: typing.Optional[builtins.str] = None,
|
@@ -284,17 +286,18 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
284
286
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
285
287
|
) -> None:
|
286
288
|
'''
|
287
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
288
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
289
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
290
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
291
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
292
|
-
:param
|
293
|
-
:param
|
294
|
-
:param
|
295
|
-
:param
|
296
|
-
:param
|
297
|
-
:param
|
289
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
290
|
+
: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_global#automation_action EventOrchestrationGlobal#automation_action}
|
291
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
292
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
293
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
294
|
+
: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_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
295
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
296
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
297
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
298
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
299
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
300
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
298
301
|
'''
|
299
302
|
if isinstance(automation_action, dict):
|
300
303
|
automation_action = EventOrchestrationGlobalCatchAllActionsAutomationAction(**automation_action)
|
@@ -305,6 +308,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
305
308
|
check_type(argname="argument drop_event", value=drop_event, expected_type=type_hints["drop_event"])
|
306
309
|
check_type(argname="argument event_action", value=event_action, expected_type=type_hints["event_action"])
|
307
310
|
check_type(argname="argument extraction", value=extraction, expected_type=type_hints["extraction"])
|
311
|
+
check_type(argname="argument incident_custom_field_update", value=incident_custom_field_update, expected_type=type_hints["incident_custom_field_update"])
|
308
312
|
check_type(argname="argument priority", value=priority, expected_type=type_hints["priority"])
|
309
313
|
check_type(argname="argument route_to", value=route_to, expected_type=type_hints["route_to"])
|
310
314
|
check_type(argname="argument severity", value=severity, expected_type=type_hints["severity"])
|
@@ -322,6 +326,8 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
322
326
|
self._values["event_action"] = event_action
|
323
327
|
if extraction is not None:
|
324
328
|
self._values["extraction"] = extraction
|
329
|
+
if incident_custom_field_update is not None:
|
330
|
+
self._values["incident_custom_field_update"] = incident_custom_field_update
|
325
331
|
if priority is not None:
|
326
332
|
self._values["priority"] = priority
|
327
333
|
if route_to is not None:
|
@@ -337,7 +343,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
337
343
|
|
338
344
|
@builtins.property
|
339
345
|
def annotate(self) -> typing.Optional[builtins.str]:
|
340
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
346
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
|
341
347
|
result = self._values.get("annotate")
|
342
348
|
return typing.cast(typing.Optional[builtins.str], result)
|
343
349
|
|
@@ -347,7 +353,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
347
353
|
) -> typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"]:
|
348
354
|
'''automation_action block.
|
349
355
|
|
350
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
356
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
|
351
357
|
'''
|
352
358
|
result = self._values.get("automation_action")
|
353
359
|
return typing.cast(typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"], result)
|
@@ -356,13 +362,13 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
356
362
|
def drop_event(
|
357
363
|
self,
|
358
364
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
359
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
365
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
|
360
366
|
result = self._values.get("drop_event")
|
361
367
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
362
368
|
|
363
369
|
@builtins.property
|
364
370
|
def event_action(self) -> typing.Optional[builtins.str]:
|
365
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
371
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
|
366
372
|
result = self._values.get("event_action")
|
367
373
|
return typing.cast(typing.Optional[builtins.str], result)
|
368
374
|
|
@@ -372,26 +378,37 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
372
378
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]]:
|
373
379
|
'''extraction block.
|
374
380
|
|
375
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
381
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
376
382
|
'''
|
377
383
|
result = self._values.get("extraction")
|
378
384
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]], result)
|
379
385
|
|
386
|
+
@builtins.property
|
387
|
+
def incident_custom_field_update(
|
388
|
+
self,
|
389
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]]:
|
390
|
+
'''incident_custom_field_update block.
|
391
|
+
|
392
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
393
|
+
'''
|
394
|
+
result = self._values.get("incident_custom_field_update")
|
395
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]], result)
|
396
|
+
|
380
397
|
@builtins.property
|
381
398
|
def priority(self) -> typing.Optional[builtins.str]:
|
382
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
399
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
|
383
400
|
result = self._values.get("priority")
|
384
401
|
return typing.cast(typing.Optional[builtins.str], result)
|
385
402
|
|
386
403
|
@builtins.property
|
387
404
|
def route_to(self) -> typing.Optional[builtins.str]:
|
388
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
405
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
|
389
406
|
result = self._values.get("route_to")
|
390
407
|
return typing.cast(typing.Optional[builtins.str], result)
|
391
408
|
|
392
409
|
@builtins.property
|
393
410
|
def severity(self) -> typing.Optional[builtins.str]:
|
394
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
411
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
|
395
412
|
result = self._values.get("severity")
|
396
413
|
return typing.cast(typing.Optional[builtins.str], result)
|
397
414
|
|
@@ -399,13 +416,13 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
399
416
|
def suppress(
|
400
417
|
self,
|
401
418
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
402
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
419
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
|
403
420
|
result = self._values.get("suppress")
|
404
421
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
405
422
|
|
406
423
|
@builtins.property
|
407
424
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
408
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
425
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
|
409
426
|
result = self._values.get("suspend")
|
410
427
|
return typing.cast(typing.Optional[jsii.Number], result)
|
411
428
|
|
@@ -415,7 +432,7 @@ class EventOrchestrationGlobalCatchAllActions:
|
|
415
432
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]]:
|
416
433
|
'''variable block.
|
417
434
|
|
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_global#variable EventOrchestrationGlobal#variable}
|
419
436
|
'''
|
420
437
|
result = self._values.get("variable")
|
421
438
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]], result)
|
@@ -454,11 +471,11 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
454
471
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
455
472
|
) -> None:
|
456
473
|
'''
|
457
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
458
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
459
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
460
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
461
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
474
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
475
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
476
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
477
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
478
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
462
479
|
'''
|
463
480
|
if __debug__:
|
464
481
|
type_hints = typing.get_type_hints(_typecheckingstub__3aa7554157c3709e9796076b823722a932d57649b3cd18925319019ab07058f4)
|
@@ -480,14 +497,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
480
497
|
|
481
498
|
@builtins.property
|
482
499
|
def name(self) -> builtins.str:
|
483
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
500
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
484
501
|
result = self._values.get("name")
|
485
502
|
assert result is not None, "Required property 'name' is missing"
|
486
503
|
return typing.cast(builtins.str, result)
|
487
504
|
|
488
505
|
@builtins.property
|
489
506
|
def url(self) -> builtins.str:
|
490
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
507
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
|
491
508
|
result = self._values.get("url")
|
492
509
|
assert result is not None, "Required property 'url' is missing"
|
493
510
|
return typing.cast(builtins.str, result)
|
@@ -496,7 +513,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
496
513
|
def auto_send(
|
497
514
|
self,
|
498
515
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
499
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
516
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
|
500
517
|
result = self._values.get("auto_send")
|
501
518
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
502
519
|
|
@@ -506,7 +523,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
506
523
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]]:
|
507
524
|
'''header block.
|
508
525
|
|
509
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
526
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
510
527
|
'''
|
511
528
|
result = self._values.get("header")
|
512
529
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]], result)
|
@@ -517,7 +534,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
517
534
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]]:
|
518
535
|
'''parameter block.
|
519
536
|
|
520
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
537
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
521
538
|
'''
|
522
539
|
result = self._values.get("parameter")
|
523
540
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]], result)
|
@@ -542,8 +559,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
|
|
542
559
|
class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
|
543
560
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
544
561
|
'''
|
545
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
546
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
562
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
563
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
547
564
|
'''
|
548
565
|
if __debug__:
|
549
566
|
type_hints = typing.get_type_hints(_typecheckingstub__25d6263f7f939f16ce5239b58a28df658272be7a72592fe257cae14ddceb0570)
|
@@ -556,14 +573,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
|
|
556
573
|
|
557
574
|
@builtins.property
|
558
575
|
def key(self) -> builtins.str:
|
559
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
576
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
560
577
|
result = self._values.get("key")
|
561
578
|
assert result is not None, "Required property 'key' is missing"
|
562
579
|
return typing.cast(builtins.str, result)
|
563
580
|
|
564
581
|
@builtins.property
|
565
582
|
def value(self) -> builtins.str:
|
566
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
583
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
567
584
|
result = self._values.get("value")
|
568
585
|
assert result is not None, "Required property 'value' is missing"
|
569
586
|
return typing.cast(builtins.str, result)
|
@@ -919,8 +936,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputReference(
|
|
919
936
|
class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
|
920
937
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
921
938
|
'''
|
922
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
923
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
939
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
940
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
924
941
|
'''
|
925
942
|
if __debug__:
|
926
943
|
type_hints = typing.get_type_hints(_typecheckingstub__e8bf5cff7ab8d977bde6247d8b87a97cacc34598a770f783a035182d2b9a6bdf)
|
@@ -933,14 +950,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
|
|
933
950
|
|
934
951
|
@builtins.property
|
935
952
|
def key(self) -> builtins.str:
|
936
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
953
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
937
954
|
result = self._values.get("key")
|
938
955
|
assert result is not None, "Required property 'key' is missing"
|
939
956
|
return typing.cast(builtins.str, result)
|
940
957
|
|
941
958
|
@builtins.property
|
942
959
|
def value(self) -> builtins.str:
|
943
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
960
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
944
961
|
result = self._values.get("value")
|
945
962
|
assert result is not None, "Required property 'value' is missing"
|
946
963
|
return typing.cast(builtins.str, result)
|
@@ -1148,10 +1165,10 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
|
|
1148
1165
|
template: typing.Optional[builtins.str] = None,
|
1149
1166
|
) -> None:
|
1150
1167
|
'''
|
1151
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1152
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1153
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1154
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1168
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
|
1169
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
|
1170
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
|
1171
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
|
1155
1172
|
'''
|
1156
1173
|
if __debug__:
|
1157
1174
|
type_hints = typing.get_type_hints(_typecheckingstub__8c13c1c34aa2f8009fb969c1c9b9b3e863409eea556e7a2290eb65cdfb019a16)
|
@@ -1171,26 +1188,26 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
|
|
1171
1188
|
|
1172
1189
|
@builtins.property
|
1173
1190
|
def target(self) -> builtins.str:
|
1174
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1191
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
|
1175
1192
|
result = self._values.get("target")
|
1176
1193
|
assert result is not None, "Required property 'target' is missing"
|
1177
1194
|
return typing.cast(builtins.str, result)
|
1178
1195
|
|
1179
1196
|
@builtins.property
|
1180
1197
|
def regex(self) -> typing.Optional[builtins.str]:
|
1181
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1198
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
|
1182
1199
|
result = self._values.get("regex")
|
1183
1200
|
return typing.cast(typing.Optional[builtins.str], result)
|
1184
1201
|
|
1185
1202
|
@builtins.property
|
1186
1203
|
def source(self) -> typing.Optional[builtins.str]:
|
1187
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1204
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
|
1188
1205
|
result = self._values.get("source")
|
1189
1206
|
return typing.cast(typing.Optional[builtins.str], result)
|
1190
1207
|
|
1191
1208
|
@builtins.property
|
1192
1209
|
def template(self) -> typing.Optional[builtins.str]:
|
1193
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1210
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
|
1194
1211
|
result = self._values.get("template")
|
1195
1212
|
return typing.cast(typing.Optional[builtins.str], result)
|
1196
1213
|
|
@@ -1423,6 +1440,227 @@ class EventOrchestrationGlobalCatchAllActionsExtractionOutputReference(
|
|
1423
1440
|
jsii.set(self, "internalValue", value)
|
1424
1441
|
|
1425
1442
|
|
1443
|
+
@jsii.data_type(
|
1444
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate",
|
1445
|
+
jsii_struct_bases=[],
|
1446
|
+
name_mapping={"id": "id", "value": "value"},
|
1447
|
+
)
|
1448
|
+
class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
|
1449
|
+
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
1450
|
+
'''
|
1451
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
1452
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
1453
|
+
'''
|
1454
|
+
if __debug__:
|
1455
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b375c4b1d808a3f460f31e3cf8a8afd1bf9ad8635ace71d2f46d2ab4d18a3978)
|
1456
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
1457
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1458
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
1459
|
+
"id": id,
|
1460
|
+
"value": value,
|
1461
|
+
}
|
1462
|
+
|
1463
|
+
@builtins.property
|
1464
|
+
def id(self) -> builtins.str:
|
1465
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
1466
|
+
|
1467
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1468
|
+
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.
|
1469
|
+
'''
|
1470
|
+
result = self._values.get("id")
|
1471
|
+
assert result is not None, "Required property 'id' is missing"
|
1472
|
+
return typing.cast(builtins.str, result)
|
1473
|
+
|
1474
|
+
@builtins.property
|
1475
|
+
def value(self) -> builtins.str:
|
1476
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
1477
|
+
result = self._values.get("value")
|
1478
|
+
assert result is not None, "Required property 'value' is missing"
|
1479
|
+
return typing.cast(builtins.str, result)
|
1480
|
+
|
1481
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
1482
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
1483
|
+
|
1484
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
1485
|
+
return not (rhs == self)
|
1486
|
+
|
1487
|
+
def __repr__(self) -> str:
|
1488
|
+
return "EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate(%s)" % ", ".join(
|
1489
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
1490
|
+
)
|
1491
|
+
|
1492
|
+
|
1493
|
+
class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateList(
|
1494
|
+
_cdktf_9a9027ec.ComplexList,
|
1495
|
+
metaclass=jsii.JSIIMeta,
|
1496
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateList",
|
1497
|
+
):
|
1498
|
+
def __init__(
|
1499
|
+
self,
|
1500
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1501
|
+
terraform_attribute: builtins.str,
|
1502
|
+
wraps_set: builtins.bool,
|
1503
|
+
) -> None:
|
1504
|
+
'''
|
1505
|
+
:param terraform_resource: The parent resource.
|
1506
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1507
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
1508
|
+
'''
|
1509
|
+
if __debug__:
|
1510
|
+
type_hints = typing.get_type_hints(_typecheckingstub__50641c458e5848b40de67a8f5f49b6fdef1deb6adb0a62f7d6362078043ad0fd)
|
1511
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1512
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1513
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
1514
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
1515
|
+
|
1516
|
+
@jsii.member(jsii_name="get")
|
1517
|
+
def get(
|
1518
|
+
self,
|
1519
|
+
index: jsii.Number,
|
1520
|
+
) -> "EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateOutputReference":
|
1521
|
+
'''
|
1522
|
+
:param index: the index of the item to return.
|
1523
|
+
'''
|
1524
|
+
if __debug__:
|
1525
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f64bbd615fd4846255e70b39bdcd407a97566d3bf753ca15f7caec4182764ec5)
|
1526
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
1527
|
+
return typing.cast("EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateOutputReference", jsii.invoke(self, "get", [index]))
|
1528
|
+
|
1529
|
+
@builtins.property
|
1530
|
+
@jsii.member(jsii_name="terraformAttribute")
|
1531
|
+
def _terraform_attribute(self) -> builtins.str:
|
1532
|
+
'''The attribute on the parent resource this class is referencing.'''
|
1533
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
1534
|
+
|
1535
|
+
@_terraform_attribute.setter
|
1536
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
1537
|
+
if __debug__:
|
1538
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c16b77ef8f35adc561de9b7df55e6c6711de5745a2ea5947004b3462048e998a)
|
1539
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1540
|
+
jsii.set(self, "terraformAttribute", value)
|
1541
|
+
|
1542
|
+
@builtins.property
|
1543
|
+
@jsii.member(jsii_name="terraformResource")
|
1544
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
1545
|
+
'''The parent resource.'''
|
1546
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
1547
|
+
|
1548
|
+
@_terraform_resource.setter
|
1549
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
1550
|
+
if __debug__:
|
1551
|
+
type_hints = typing.get_type_hints(_typecheckingstub__274b408483588ace532980bca0728f27be740e3ab5f0d2fed3454f8b7f88b633)
|
1552
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1553
|
+
jsii.set(self, "terraformResource", value)
|
1554
|
+
|
1555
|
+
@builtins.property
|
1556
|
+
@jsii.member(jsii_name="wrapsSet")
|
1557
|
+
def _wraps_set(self) -> builtins.bool:
|
1558
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
1559
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
1560
|
+
|
1561
|
+
@_wraps_set.setter
|
1562
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
1563
|
+
if __debug__:
|
1564
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e69ec28386f53cdade49e584a34347e09d827d0a8ecac6211635c561cfe55580)
|
1565
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1566
|
+
jsii.set(self, "wrapsSet", value)
|
1567
|
+
|
1568
|
+
@builtins.property
|
1569
|
+
@jsii.member(jsii_name="internalValue")
|
1570
|
+
def internal_value(
|
1571
|
+
self,
|
1572
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]]]:
|
1573
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]]], jsii.get(self, "internalValue"))
|
1574
|
+
|
1575
|
+
@internal_value.setter
|
1576
|
+
def internal_value(
|
1577
|
+
self,
|
1578
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]]],
|
1579
|
+
) -> None:
|
1580
|
+
if __debug__:
|
1581
|
+
type_hints = typing.get_type_hints(_typecheckingstub__acedca55e8af35ea8020e36b787c74428a70b33fbc5468952f7b6374a65f4970)
|
1582
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1583
|
+
jsii.set(self, "internalValue", value)
|
1584
|
+
|
1585
|
+
|
1586
|
+
class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateOutputReference(
|
1587
|
+
_cdktf_9a9027ec.ComplexObject,
|
1588
|
+
metaclass=jsii.JSIIMeta,
|
1589
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateOutputReference",
|
1590
|
+
):
|
1591
|
+
def __init__(
|
1592
|
+
self,
|
1593
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1594
|
+
terraform_attribute: builtins.str,
|
1595
|
+
complex_object_index: jsii.Number,
|
1596
|
+
complex_object_is_from_set: builtins.bool,
|
1597
|
+
) -> None:
|
1598
|
+
'''
|
1599
|
+
:param terraform_resource: The parent resource.
|
1600
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1601
|
+
:param complex_object_index: the index of this item in the list.
|
1602
|
+
: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).
|
1603
|
+
'''
|
1604
|
+
if __debug__:
|
1605
|
+
type_hints = typing.get_type_hints(_typecheckingstub__97662cfc86ec1c9957f890eeba92f5f3f926f8424f4504afcca1cb800fc4d2cb)
|
1606
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1607
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1608
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
1609
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
1610
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
1611
|
+
|
1612
|
+
@builtins.property
|
1613
|
+
@jsii.member(jsii_name="idInput")
|
1614
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
1615
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
1616
|
+
|
1617
|
+
@builtins.property
|
1618
|
+
@jsii.member(jsii_name="valueInput")
|
1619
|
+
def value_input(self) -> typing.Optional[builtins.str]:
|
1620
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "valueInput"))
|
1621
|
+
|
1622
|
+
@builtins.property
|
1623
|
+
@jsii.member(jsii_name="id")
|
1624
|
+
def id(self) -> builtins.str:
|
1625
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
1626
|
+
|
1627
|
+
@id.setter
|
1628
|
+
def id(self, value: builtins.str) -> None:
|
1629
|
+
if __debug__:
|
1630
|
+
type_hints = typing.get_type_hints(_typecheckingstub__888063f1430d54fed06cd4c2388d9b2b857a806f8528366c3fa0d5c156a175c4)
|
1631
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1632
|
+
jsii.set(self, "id", value)
|
1633
|
+
|
1634
|
+
@builtins.property
|
1635
|
+
@jsii.member(jsii_name="value")
|
1636
|
+
def value(self) -> builtins.str:
|
1637
|
+
return typing.cast(builtins.str, jsii.get(self, "value"))
|
1638
|
+
|
1639
|
+
@value.setter
|
1640
|
+
def value(self, value: builtins.str) -> None:
|
1641
|
+
if __debug__:
|
1642
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d5ab831a90d2b9460aa1f8140f8aea287693ca91216c2343418a684cac25ef3d)
|
1643
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1644
|
+
jsii.set(self, "value", value)
|
1645
|
+
|
1646
|
+
@builtins.property
|
1647
|
+
@jsii.member(jsii_name="internalValue")
|
1648
|
+
def internal_value(
|
1649
|
+
self,
|
1650
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]]:
|
1651
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]], jsii.get(self, "internalValue"))
|
1652
|
+
|
1653
|
+
@internal_value.setter
|
1654
|
+
def internal_value(
|
1655
|
+
self,
|
1656
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]],
|
1657
|
+
) -> None:
|
1658
|
+
if __debug__:
|
1659
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3d78e5d3a7604e5fd795cfdfa57da28a368e9c8edab7a569b17a6d38d845f114)
|
1660
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1661
|
+
jsii.set(self, "internalValue", value)
|
1662
|
+
|
1663
|
+
|
1426
1664
|
class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
1427
1665
|
_cdktf_9a9027ec.ComplexObject,
|
1428
1666
|
metaclass=jsii.JSIIMeta,
|
@@ -1454,11 +1692,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1454
1692
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1455
1693
|
) -> None:
|
1456
1694
|
'''
|
1457
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1458
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1459
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1460
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1461
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1695
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
1696
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
1697
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
1698
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
1699
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
1462
1700
|
'''
|
1463
1701
|
value = EventOrchestrationGlobalCatchAllActionsAutomationAction(
|
1464
1702
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -1479,6 +1717,19 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1479
1717
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1480
1718
|
return typing.cast(None, jsii.invoke(self, "putExtraction", [value]))
|
1481
1719
|
|
1720
|
+
@jsii.member(jsii_name="putIncidentCustomFieldUpdate")
|
1721
|
+
def put_incident_custom_field_update(
|
1722
|
+
self,
|
1723
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]],
|
1724
|
+
) -> None:
|
1725
|
+
'''
|
1726
|
+
:param value: -
|
1727
|
+
'''
|
1728
|
+
if __debug__:
|
1729
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a81465c3b3fea128babbafcea4b47c2db67947ba99baa2c2b3a52dbd387131ac)
|
1730
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1731
|
+
return typing.cast(None, jsii.invoke(self, "putIncidentCustomFieldUpdate", [value]))
|
1732
|
+
|
1482
1733
|
@jsii.member(jsii_name="putVariable")
|
1483
1734
|
def put_variable(
|
1484
1735
|
self,
|
@@ -1512,6 +1763,10 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1512
1763
|
def reset_extraction(self) -> None:
|
1513
1764
|
return typing.cast(None, jsii.invoke(self, "resetExtraction", []))
|
1514
1765
|
|
1766
|
+
@jsii.member(jsii_name="resetIncidentCustomFieldUpdate")
|
1767
|
+
def reset_incident_custom_field_update(self) -> None:
|
1768
|
+
return typing.cast(None, jsii.invoke(self, "resetIncidentCustomFieldUpdate", []))
|
1769
|
+
|
1515
1770
|
@jsii.member(jsii_name="resetPriority")
|
1516
1771
|
def reset_priority(self) -> None:
|
1517
1772
|
return typing.cast(None, jsii.invoke(self, "resetPriority", []))
|
@@ -1548,6 +1803,13 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1548
1803
|
def extraction(self) -> EventOrchestrationGlobalCatchAllActionsExtractionList:
|
1549
1804
|
return typing.cast(EventOrchestrationGlobalCatchAllActionsExtractionList, jsii.get(self, "extraction"))
|
1550
1805
|
|
1806
|
+
@builtins.property
|
1807
|
+
@jsii.member(jsii_name="incidentCustomFieldUpdate")
|
1808
|
+
def incident_custom_field_update(
|
1809
|
+
self,
|
1810
|
+
) -> EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateList:
|
1811
|
+
return typing.cast(EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateList, jsii.get(self, "incidentCustomFieldUpdate"))
|
1812
|
+
|
1551
1813
|
@builtins.property
|
1552
1814
|
@jsii.member(jsii_name="variable")
|
1553
1815
|
def variable(self) -> "EventOrchestrationGlobalCatchAllActionsVariableList":
|
@@ -1584,6 +1846,13 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
|
|
1584
1846
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsExtraction]]]:
|
1585
1847
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsExtraction]]], jsii.get(self, "extractionInput"))
|
1586
1848
|
|
1849
|
+
@builtins.property
|
1850
|
+
@jsii.member(jsii_name="incidentCustomFieldUpdateInput")
|
1851
|
+
def incident_custom_field_update_input(
|
1852
|
+
self,
|
1853
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]]]:
|
1854
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]]], jsii.get(self, "incidentCustomFieldUpdateInput"))
|
1855
|
+
|
1587
1856
|
@builtins.property
|
1588
1857
|
@jsii.member(jsii_name="priorityInput")
|
1589
1858
|
def priority_input(self) -> typing.Optional[builtins.str]:
|
@@ -1753,10 +2022,10 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
|
|
1753
2022
|
value: builtins.str,
|
1754
2023
|
) -> None:
|
1755
2024
|
'''
|
1756
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1757
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1758
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1759
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2025
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
2026
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
|
2027
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
|
2028
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
1760
2029
|
'''
|
1761
2030
|
if __debug__:
|
1762
2031
|
type_hints = typing.get_type_hints(_typecheckingstub__3d0aeb509773364475895da1136016fd834150cbcd65e6a3c334ee82dbaf2482)
|
@@ -1773,28 +2042,28 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
|
|
1773
2042
|
|
1774
2043
|
@builtins.property
|
1775
2044
|
def name(self) -> builtins.str:
|
1776
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2045
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
1777
2046
|
result = self._values.get("name")
|
1778
2047
|
assert result is not None, "Required property 'name' is missing"
|
1779
2048
|
return typing.cast(builtins.str, result)
|
1780
2049
|
|
1781
2050
|
@builtins.property
|
1782
2051
|
def path(self) -> builtins.str:
|
1783
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2052
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
|
1784
2053
|
result = self._values.get("path")
|
1785
2054
|
assert result is not None, "Required property 'path' is missing"
|
1786
2055
|
return typing.cast(builtins.str, result)
|
1787
2056
|
|
1788
2057
|
@builtins.property
|
1789
2058
|
def type(self) -> builtins.str:
|
1790
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2059
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
|
1791
2060
|
result = self._values.get("type")
|
1792
2061
|
assert result is not None, "Required property 'type' is missing"
|
1793
2062
|
return typing.cast(builtins.str, result)
|
1794
2063
|
|
1795
2064
|
@builtins.property
|
1796
2065
|
def value(self) -> builtins.str:
|
1797
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2066
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
1798
2067
|
result = self._values.get("value")
|
1799
2068
|
assert result is not None, "Required property 'value' is missing"
|
1800
2069
|
return typing.cast(builtins.str, result)
|
@@ -2045,6 +2314,7 @@ class EventOrchestrationGlobalCatchAllOutputReference(
|
|
2045
2314
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
2046
2315
|
event_action: typing.Optional[builtins.str] = None,
|
2047
2316
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2317
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2048
2318
|
priority: typing.Optional[builtins.str] = None,
|
2049
2319
|
route_to: typing.Optional[builtins.str] = None,
|
2050
2320
|
severity: typing.Optional[builtins.str] = None,
|
@@ -2053,17 +2323,18 @@ class EventOrchestrationGlobalCatchAllOutputReference(
|
|
2053
2323
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2054
2324
|
) -> None:
|
2055
2325
|
'''
|
2056
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2057
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2058
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2059
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2060
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2061
|
-
:param
|
2062
|
-
:param
|
2063
|
-
:param
|
2064
|
-
:param
|
2065
|
-
:param
|
2066
|
-
:param
|
2326
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
2327
|
+
: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_global#automation_action EventOrchestrationGlobal#automation_action}
|
2328
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
2329
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
2330
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
2331
|
+
: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_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
2332
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
2333
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
2334
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
2335
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
2336
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
2337
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
2067
2338
|
'''
|
2068
2339
|
value = EventOrchestrationGlobalCatchAllActions(
|
2069
2340
|
annotate=annotate,
|
@@ -2071,6 +2342,7 @@ class EventOrchestrationGlobalCatchAllOutputReference(
|
|
2071
2342
|
drop_event=drop_event,
|
2072
2343
|
event_action=event_action,
|
2073
2344
|
extraction=extraction,
|
2345
|
+
incident_custom_field_update=incident_custom_field_update,
|
2074
2346
|
priority=priority,
|
2075
2347
|
route_to=route_to,
|
2076
2348
|
severity=severity,
|
@@ -2148,10 +2420,10 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2148
2420
|
:param lifecycle:
|
2149
2421
|
:param provider:
|
2150
2422
|
:param provisioners:
|
2151
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2152
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2153
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2154
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2423
|
+
: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_global#catch_all EventOrchestrationGlobal#catch_all}
|
2424
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
|
2425
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
2426
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
2155
2427
|
'''
|
2156
2428
|
if isinstance(lifecycle, dict):
|
2157
2429
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2260,7 +2532,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2260
2532
|
def catch_all(self) -> EventOrchestrationGlobalCatchAll:
|
2261
2533
|
'''catch_all block.
|
2262
2534
|
|
2263
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2535
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
|
2264
2536
|
'''
|
2265
2537
|
result = self._values.get("catch_all")
|
2266
2538
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -2268,7 +2540,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2268
2540
|
|
2269
2541
|
@builtins.property
|
2270
2542
|
def event_orchestration(self) -> builtins.str:
|
2271
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2543
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
|
2272
2544
|
result = self._values.get("event_orchestration")
|
2273
2545
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
2274
2546
|
return typing.cast(builtins.str, result)
|
@@ -2279,7 +2551,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2279
2551
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSet"]]:
|
2280
2552
|
'''set block.
|
2281
2553
|
|
2282
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2554
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
|
2283
2555
|
'''
|
2284
2556
|
result = self._values.get("set")
|
2285
2557
|
assert result is not None, "Required property 'set' is missing"
|
@@ -2287,7 +2559,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2287
2559
|
|
2288
2560
|
@builtins.property
|
2289
2561
|
def id(self) -> typing.Optional[builtins.str]:
|
2290
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2562
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
2291
2563
|
|
2292
2564
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2293
2565
|
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.
|
@@ -2320,8 +2592,8 @@ class EventOrchestrationGlobalSet:
|
|
2320
2592
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2321
2593
|
) -> None:
|
2322
2594
|
'''
|
2323
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2324
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2595
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
2596
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
|
2325
2597
|
'''
|
2326
2598
|
if __debug__:
|
2327
2599
|
type_hints = typing.get_type_hints(_typecheckingstub__305a6830506cb32487336526cc8631fb7f7318d68a61dabd395b65df1c2d7f56)
|
@@ -2335,7 +2607,7 @@ class EventOrchestrationGlobalSet:
|
|
2335
2607
|
|
2336
2608
|
@builtins.property
|
2337
2609
|
def id(self) -> builtins.str:
|
2338
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2610
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
2339
2611
|
|
2340
2612
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2341
2613
|
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.
|
@@ -2350,7 +2622,7 @@ class EventOrchestrationGlobalSet:
|
|
2350
2622
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]]:
|
2351
2623
|
'''rule block.
|
2352
2624
|
|
2353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2625
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
|
2354
2626
|
'''
|
2355
2627
|
result = self._values.get("rule")
|
2356
2628
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]], result)
|
@@ -2567,10 +2839,10 @@ class EventOrchestrationGlobalSetRule:
|
|
2567
2839
|
label: typing.Optional[builtins.str] = None,
|
2568
2840
|
) -> None:
|
2569
2841
|
'''
|
2570
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2571
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2572
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2573
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2842
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
2843
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
|
2844
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
|
2845
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
|
2574
2846
|
'''
|
2575
2847
|
if isinstance(actions, dict):
|
2576
2848
|
actions = EventOrchestrationGlobalSetRuleActions(**actions)
|
@@ -2594,7 +2866,7 @@ class EventOrchestrationGlobalSetRule:
|
|
2594
2866
|
def actions(self) -> "EventOrchestrationGlobalSetRuleActions":
|
2595
2867
|
'''actions block.
|
2596
2868
|
|
2597
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2869
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
|
2598
2870
|
'''
|
2599
2871
|
result = self._values.get("actions")
|
2600
2872
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -2606,7 +2878,7 @@ class EventOrchestrationGlobalSetRule:
|
|
2606
2878
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]]:
|
2607
2879
|
'''condition block.
|
2608
2880
|
|
2609
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2881
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
|
2610
2882
|
'''
|
2611
2883
|
result = self._values.get("condition")
|
2612
2884
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]], result)
|
@@ -2615,13 +2887,13 @@ class EventOrchestrationGlobalSetRule:
|
|
2615
2887
|
def disabled(
|
2616
2888
|
self,
|
2617
2889
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2618
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2890
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
|
2619
2891
|
result = self._values.get("disabled")
|
2620
2892
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2621
2893
|
|
2622
2894
|
@builtins.property
|
2623
2895
|
def label(self) -> typing.Optional[builtins.str]:
|
2624
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2896
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
|
2625
2897
|
result = self._values.get("label")
|
2626
2898
|
return typing.cast(typing.Optional[builtins.str], result)
|
2627
2899
|
|
@@ -2646,6 +2918,7 @@ class EventOrchestrationGlobalSetRule:
|
|
2646
2918
|
"drop_event": "dropEvent",
|
2647
2919
|
"event_action": "eventAction",
|
2648
2920
|
"extraction": "extraction",
|
2921
|
+
"incident_custom_field_update": "incidentCustomFieldUpdate",
|
2649
2922
|
"priority": "priority",
|
2650
2923
|
"route_to": "routeTo",
|
2651
2924
|
"severity": "severity",
|
@@ -2663,6 +2936,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2663
2936
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
2664
2937
|
event_action: typing.Optional[builtins.str] = None,
|
2665
2938
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsExtraction", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2939
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2666
2940
|
priority: typing.Optional[builtins.str] = None,
|
2667
2941
|
route_to: typing.Optional[builtins.str] = None,
|
2668
2942
|
severity: typing.Optional[builtins.str] = None,
|
@@ -2671,17 +2945,18 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2671
2945
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2672
2946
|
) -> None:
|
2673
2947
|
'''
|
2674
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2675
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2676
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2677
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2678
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2679
|
-
:param
|
2680
|
-
:param
|
2681
|
-
:param
|
2682
|
-
:param
|
2683
|
-
:param
|
2684
|
-
:param
|
2948
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
2949
|
+
: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_global#automation_action EventOrchestrationGlobal#automation_action}
|
2950
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
2951
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
2952
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
2953
|
+
: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_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
2954
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
2955
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
2956
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
2957
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
2958
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
2959
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
2685
2960
|
'''
|
2686
2961
|
if isinstance(automation_action, dict):
|
2687
2962
|
automation_action = EventOrchestrationGlobalSetRuleActionsAutomationAction(**automation_action)
|
@@ -2692,6 +2967,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2692
2967
|
check_type(argname="argument drop_event", value=drop_event, expected_type=type_hints["drop_event"])
|
2693
2968
|
check_type(argname="argument event_action", value=event_action, expected_type=type_hints["event_action"])
|
2694
2969
|
check_type(argname="argument extraction", value=extraction, expected_type=type_hints["extraction"])
|
2970
|
+
check_type(argname="argument incident_custom_field_update", value=incident_custom_field_update, expected_type=type_hints["incident_custom_field_update"])
|
2695
2971
|
check_type(argname="argument priority", value=priority, expected_type=type_hints["priority"])
|
2696
2972
|
check_type(argname="argument route_to", value=route_to, expected_type=type_hints["route_to"])
|
2697
2973
|
check_type(argname="argument severity", value=severity, expected_type=type_hints["severity"])
|
@@ -2709,6 +2985,8 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2709
2985
|
self._values["event_action"] = event_action
|
2710
2986
|
if extraction is not None:
|
2711
2987
|
self._values["extraction"] = extraction
|
2988
|
+
if incident_custom_field_update is not None:
|
2989
|
+
self._values["incident_custom_field_update"] = incident_custom_field_update
|
2712
2990
|
if priority is not None:
|
2713
2991
|
self._values["priority"] = priority
|
2714
2992
|
if route_to is not None:
|
@@ -2724,7 +3002,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2724
3002
|
|
2725
3003
|
@builtins.property
|
2726
3004
|
def annotate(self) -> typing.Optional[builtins.str]:
|
2727
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3005
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
|
2728
3006
|
result = self._values.get("annotate")
|
2729
3007
|
return typing.cast(typing.Optional[builtins.str], result)
|
2730
3008
|
|
@@ -2734,7 +3012,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2734
3012
|
) -> typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"]:
|
2735
3013
|
'''automation_action block.
|
2736
3014
|
|
2737
|
-
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_global#automation_action EventOrchestrationGlobal#automation_action}
|
2738
3016
|
'''
|
2739
3017
|
result = self._values.get("automation_action")
|
2740
3018
|
return typing.cast(typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"], result)
|
@@ -2743,13 +3021,13 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2743
3021
|
def drop_event(
|
2744
3022
|
self,
|
2745
3023
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2746
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3024
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
|
2747
3025
|
result = self._values.get("drop_event")
|
2748
3026
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2749
3027
|
|
2750
3028
|
@builtins.property
|
2751
3029
|
def event_action(self) -> typing.Optional[builtins.str]:
|
2752
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3030
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
|
2753
3031
|
result = self._values.get("event_action")
|
2754
3032
|
return typing.cast(typing.Optional[builtins.str], result)
|
2755
3033
|
|
@@ -2759,26 +3037,37 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2759
3037
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]]:
|
2760
3038
|
'''extraction block.
|
2761
3039
|
|
2762
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3040
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
2763
3041
|
'''
|
2764
3042
|
result = self._values.get("extraction")
|
2765
3043
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]], result)
|
2766
3044
|
|
3045
|
+
@builtins.property
|
3046
|
+
def incident_custom_field_update(
|
3047
|
+
self,
|
3048
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]]:
|
3049
|
+
'''incident_custom_field_update block.
|
3050
|
+
|
3051
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
3052
|
+
'''
|
3053
|
+
result = self._values.get("incident_custom_field_update")
|
3054
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]], result)
|
3055
|
+
|
2767
3056
|
@builtins.property
|
2768
3057
|
def priority(self) -> typing.Optional[builtins.str]:
|
2769
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3058
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
|
2770
3059
|
result = self._values.get("priority")
|
2771
3060
|
return typing.cast(typing.Optional[builtins.str], result)
|
2772
3061
|
|
2773
3062
|
@builtins.property
|
2774
3063
|
def route_to(self) -> typing.Optional[builtins.str]:
|
2775
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3064
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
|
2776
3065
|
result = self._values.get("route_to")
|
2777
3066
|
return typing.cast(typing.Optional[builtins.str], result)
|
2778
3067
|
|
2779
3068
|
@builtins.property
|
2780
3069
|
def severity(self) -> typing.Optional[builtins.str]:
|
2781
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3070
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
|
2782
3071
|
result = self._values.get("severity")
|
2783
3072
|
return typing.cast(typing.Optional[builtins.str], result)
|
2784
3073
|
|
@@ -2786,13 +3075,13 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2786
3075
|
def suppress(
|
2787
3076
|
self,
|
2788
3077
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2789
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3078
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
|
2790
3079
|
result = self._values.get("suppress")
|
2791
3080
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2792
3081
|
|
2793
3082
|
@builtins.property
|
2794
3083
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
2795
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3084
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
|
2796
3085
|
result = self._values.get("suspend")
|
2797
3086
|
return typing.cast(typing.Optional[jsii.Number], result)
|
2798
3087
|
|
@@ -2802,7 +3091,7 @@ class EventOrchestrationGlobalSetRuleActions:
|
|
2802
3091
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]]:
|
2803
3092
|
'''variable block.
|
2804
3093
|
|
2805
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3094
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
2806
3095
|
'''
|
2807
3096
|
result = self._values.get("variable")
|
2808
3097
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]], result)
|
@@ -2841,11 +3130,11 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
2841
3130
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2842
3131
|
) -> None:
|
2843
3132
|
'''
|
2844
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2845
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2846
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2847
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2848
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3133
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
3134
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
3135
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
3136
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
3137
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
2849
3138
|
'''
|
2850
3139
|
if __debug__:
|
2851
3140
|
type_hints = typing.get_type_hints(_typecheckingstub__723d2a0275861d95017a3481ff6564df72221d81439af26b87052de7905dd603)
|
@@ -2867,14 +3156,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
2867
3156
|
|
2868
3157
|
@builtins.property
|
2869
3158
|
def name(self) -> builtins.str:
|
2870
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3159
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
2871
3160
|
result = self._values.get("name")
|
2872
3161
|
assert result is not None, "Required property 'name' is missing"
|
2873
3162
|
return typing.cast(builtins.str, result)
|
2874
3163
|
|
2875
3164
|
@builtins.property
|
2876
3165
|
def url(self) -> builtins.str:
|
2877
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3166
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
|
2878
3167
|
result = self._values.get("url")
|
2879
3168
|
assert result is not None, "Required property 'url' is missing"
|
2880
3169
|
return typing.cast(builtins.str, result)
|
@@ -2883,7 +3172,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
2883
3172
|
def auto_send(
|
2884
3173
|
self,
|
2885
3174
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2886
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3175
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
|
2887
3176
|
result = self._values.get("auto_send")
|
2888
3177
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2889
3178
|
|
@@ -2893,7 +3182,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
2893
3182
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]]:
|
2894
3183
|
'''header block.
|
2895
3184
|
|
2896
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
2897
3186
|
'''
|
2898
3187
|
result = self._values.get("header")
|
2899
3188
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]], result)
|
@@ -2904,7 +3193,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
2904
3193
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]]:
|
2905
3194
|
'''parameter block.
|
2906
3195
|
|
2907
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3196
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
2908
3197
|
'''
|
2909
3198
|
result = self._values.get("parameter")
|
2910
3199
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]], result)
|
@@ -2929,8 +3218,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
|
|
2929
3218
|
class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
|
2930
3219
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
2931
3220
|
'''
|
2932
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2933
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3221
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
3222
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
2934
3223
|
'''
|
2935
3224
|
if __debug__:
|
2936
3225
|
type_hints = typing.get_type_hints(_typecheckingstub__541694733fc98eb5135d9d17e596b4cab74578defc3bdbfef6a43a56159f1877)
|
@@ -2943,14 +3232,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
|
|
2943
3232
|
|
2944
3233
|
@builtins.property
|
2945
3234
|
def key(self) -> builtins.str:
|
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_global#key EventOrchestrationGlobal#key}.'''
|
2947
3236
|
result = self._values.get("key")
|
2948
3237
|
assert result is not None, "Required property 'key' is missing"
|
2949
3238
|
return typing.cast(builtins.str, result)
|
2950
3239
|
|
2951
3240
|
@builtins.property
|
2952
3241
|
def value(self) -> builtins.str:
|
2953
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3242
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
2954
3243
|
result = self._values.get("value")
|
2955
3244
|
assert result is not None, "Required property 'value' is missing"
|
2956
3245
|
return typing.cast(builtins.str, result)
|
@@ -3306,8 +3595,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReference(
|
|
3306
3595
|
class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
|
3307
3596
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3308
3597
|
'''
|
3309
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3310
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3598
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
|
3599
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
3311
3600
|
'''
|
3312
3601
|
if __debug__:
|
3313
3602
|
type_hints = typing.get_type_hints(_typecheckingstub__441d5eb0cfb56ea15348461de8ab1eeeb7ba29435b112be08856224068edc133)
|
@@ -3320,14 +3609,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
|
|
3320
3609
|
|
3321
3610
|
@builtins.property
|
3322
3611
|
def key(self) -> builtins.str:
|
3323
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3612
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
|
3324
3613
|
result = self._values.get("key")
|
3325
3614
|
assert result is not None, "Required property 'key' is missing"
|
3326
3615
|
return typing.cast(builtins.str, result)
|
3327
3616
|
|
3328
3617
|
@builtins.property
|
3329
3618
|
def value(self) -> builtins.str:
|
3330
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3619
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
3331
3620
|
result = self._values.get("value")
|
3332
3621
|
assert result is not None, "Required property 'value' is missing"
|
3333
3622
|
return typing.cast(builtins.str, result)
|
@@ -3535,10 +3824,10 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
|
|
3535
3824
|
template: typing.Optional[builtins.str] = None,
|
3536
3825
|
) -> None:
|
3537
3826
|
'''
|
3538
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3539
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3540
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3541
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3827
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
|
3828
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
|
3829
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
|
3830
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
|
3542
3831
|
'''
|
3543
3832
|
if __debug__:
|
3544
3833
|
type_hints = typing.get_type_hints(_typecheckingstub__4b92aecb9ded69cbe0d91dde0c5680d12062c234b53c0fd848e59d4dba288176)
|
@@ -3558,26 +3847,26 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
|
|
3558
3847
|
|
3559
3848
|
@builtins.property
|
3560
3849
|
def target(self) -> builtins.str:
|
3561
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3850
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
|
3562
3851
|
result = self._values.get("target")
|
3563
3852
|
assert result is not None, "Required property 'target' is missing"
|
3564
3853
|
return typing.cast(builtins.str, result)
|
3565
3854
|
|
3566
3855
|
@builtins.property
|
3567
3856
|
def regex(self) -> typing.Optional[builtins.str]:
|
3568
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3857
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
|
3569
3858
|
result = self._values.get("regex")
|
3570
3859
|
return typing.cast(typing.Optional[builtins.str], result)
|
3571
3860
|
|
3572
3861
|
@builtins.property
|
3573
3862
|
def source(self) -> typing.Optional[builtins.str]:
|
3574
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3863
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
|
3575
3864
|
result = self._values.get("source")
|
3576
3865
|
return typing.cast(typing.Optional[builtins.str], result)
|
3577
3866
|
|
3578
3867
|
@builtins.property
|
3579
3868
|
def template(self) -> typing.Optional[builtins.str]:
|
3580
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3869
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
|
3581
3870
|
result = self._values.get("template")
|
3582
3871
|
return typing.cast(typing.Optional[builtins.str], result)
|
3583
3872
|
|
@@ -3810,46 +4099,267 @@ class EventOrchestrationGlobalSetRuleActionsExtractionOutputReference(
|
|
3810
4099
|
jsii.set(self, "internalValue", value)
|
3811
4100
|
|
3812
4101
|
|
3813
|
-
|
3814
|
-
|
3815
|
-
|
3816
|
-
|
3817
|
-
)
|
3818
|
-
|
3819
|
-
|
3820
|
-
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
3821
|
-
terraform_attribute: builtins.str,
|
3822
|
-
) -> None:
|
4102
|
+
@jsii.data_type(
|
4103
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate",
|
4104
|
+
jsii_struct_bases=[],
|
4105
|
+
name_mapping={"id": "id", "value": "value"},
|
4106
|
+
)
|
4107
|
+
class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
|
4108
|
+
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
3823
4109
|
'''
|
3824
|
-
:param
|
3825
|
-
:param
|
4110
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
4111
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
3826
4112
|
'''
|
3827
4113
|
if __debug__:
|
3828
|
-
type_hints = typing.get_type_hints(
|
3829
|
-
check_type(argname="argument
|
3830
|
-
check_type(argname="argument
|
3831
|
-
|
4114
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e428808da2e632206477fcba5c539e87b77ccf79dd1d8e26b1d7140d8295e18c)
|
4115
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
4116
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4117
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
4118
|
+
"id": id,
|
4119
|
+
"value": value,
|
4120
|
+
}
|
3832
4121
|
|
3833
|
-
@
|
3834
|
-
def
|
3835
|
-
|
3836
|
-
|
3837
|
-
|
3838
|
-
|
3839
|
-
|
3840
|
-
|
3841
|
-
|
3842
|
-
|
3843
|
-
|
3844
|
-
|
3845
|
-
|
3846
|
-
|
3847
|
-
|
3848
|
-
|
3849
|
-
|
3850
|
-
|
3851
|
-
|
3852
|
-
)
|
4122
|
+
@builtins.property
|
4123
|
+
def id(self) -> builtins.str:
|
4124
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
|
4125
|
+
|
4126
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
4127
|
+
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.
|
4128
|
+
'''
|
4129
|
+
result = self._values.get("id")
|
4130
|
+
assert result is not None, "Required property 'id' is missing"
|
4131
|
+
return typing.cast(builtins.str, result)
|
4132
|
+
|
4133
|
+
@builtins.property
|
4134
|
+
def value(self) -> builtins.str:
|
4135
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
4136
|
+
result = self._values.get("value")
|
4137
|
+
assert result is not None, "Required property 'value' is missing"
|
4138
|
+
return typing.cast(builtins.str, result)
|
4139
|
+
|
4140
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
4141
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
4142
|
+
|
4143
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
4144
|
+
return not (rhs == self)
|
4145
|
+
|
4146
|
+
def __repr__(self) -> str:
|
4147
|
+
return "EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate(%s)" % ", ".join(
|
4148
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
4149
|
+
)
|
4150
|
+
|
4151
|
+
|
4152
|
+
class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateList(
|
4153
|
+
_cdktf_9a9027ec.ComplexList,
|
4154
|
+
metaclass=jsii.JSIIMeta,
|
4155
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateList",
|
4156
|
+
):
|
4157
|
+
def __init__(
|
4158
|
+
self,
|
4159
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
4160
|
+
terraform_attribute: builtins.str,
|
4161
|
+
wraps_set: builtins.bool,
|
4162
|
+
) -> None:
|
4163
|
+
'''
|
4164
|
+
:param terraform_resource: The parent resource.
|
4165
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
4166
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
4167
|
+
'''
|
4168
|
+
if __debug__:
|
4169
|
+
type_hints = typing.get_type_hints(_typecheckingstub__65741d58483630bd5ae6d6fa60ac9c354e3b90844703df1b159c05a450d01eb6)
|
4170
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
4171
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
4172
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
4173
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
4174
|
+
|
4175
|
+
@jsii.member(jsii_name="get")
|
4176
|
+
def get(
|
4177
|
+
self,
|
4178
|
+
index: jsii.Number,
|
4179
|
+
) -> "EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateOutputReference":
|
4180
|
+
'''
|
4181
|
+
:param index: the index of the item to return.
|
4182
|
+
'''
|
4183
|
+
if __debug__:
|
4184
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6dcde936ae60c7134de199d38135ddea2889923e0e46fb2c4cc58e9b563f57d5)
|
4185
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
4186
|
+
return typing.cast("EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateOutputReference", jsii.invoke(self, "get", [index]))
|
4187
|
+
|
4188
|
+
@builtins.property
|
4189
|
+
@jsii.member(jsii_name="terraformAttribute")
|
4190
|
+
def _terraform_attribute(self) -> builtins.str:
|
4191
|
+
'''The attribute on the parent resource this class is referencing.'''
|
4192
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
4193
|
+
|
4194
|
+
@_terraform_attribute.setter
|
4195
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
4196
|
+
if __debug__:
|
4197
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b0b4766b52d3130f9f9fdddf3dce6353c1b767ff0a8e2715c9930119f937ff12)
|
4198
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4199
|
+
jsii.set(self, "terraformAttribute", value)
|
4200
|
+
|
4201
|
+
@builtins.property
|
4202
|
+
@jsii.member(jsii_name="terraformResource")
|
4203
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
4204
|
+
'''The parent resource.'''
|
4205
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
4206
|
+
|
4207
|
+
@_terraform_resource.setter
|
4208
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
4209
|
+
if __debug__:
|
4210
|
+
type_hints = typing.get_type_hints(_typecheckingstub__930ac3691abd743f27c6833b2459db4ace15441937c965312c1b47435789eae9)
|
4211
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4212
|
+
jsii.set(self, "terraformResource", value)
|
4213
|
+
|
4214
|
+
@builtins.property
|
4215
|
+
@jsii.member(jsii_name="wrapsSet")
|
4216
|
+
def _wraps_set(self) -> builtins.bool:
|
4217
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
4218
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
4219
|
+
|
4220
|
+
@_wraps_set.setter
|
4221
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
4222
|
+
if __debug__:
|
4223
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b694e1b681edf4e61529421aa8d78998622b08ca166e77913a71e4f1c1de3348)
|
4224
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4225
|
+
jsii.set(self, "wrapsSet", value)
|
4226
|
+
|
4227
|
+
@builtins.property
|
4228
|
+
@jsii.member(jsii_name="internalValue")
|
4229
|
+
def internal_value(
|
4230
|
+
self,
|
4231
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]]]:
|
4232
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]]], jsii.get(self, "internalValue"))
|
4233
|
+
|
4234
|
+
@internal_value.setter
|
4235
|
+
def internal_value(
|
4236
|
+
self,
|
4237
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]]],
|
4238
|
+
) -> None:
|
4239
|
+
if __debug__:
|
4240
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c00c8d089978af43b136c54976ede7592c8b84158d223d1cf4174329933d6f80)
|
4241
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4242
|
+
jsii.set(self, "internalValue", value)
|
4243
|
+
|
4244
|
+
|
4245
|
+
class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateOutputReference(
|
4246
|
+
_cdktf_9a9027ec.ComplexObject,
|
4247
|
+
metaclass=jsii.JSIIMeta,
|
4248
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateOutputReference",
|
4249
|
+
):
|
4250
|
+
def __init__(
|
4251
|
+
self,
|
4252
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
4253
|
+
terraform_attribute: builtins.str,
|
4254
|
+
complex_object_index: jsii.Number,
|
4255
|
+
complex_object_is_from_set: builtins.bool,
|
4256
|
+
) -> None:
|
4257
|
+
'''
|
4258
|
+
:param terraform_resource: The parent resource.
|
4259
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
4260
|
+
:param complex_object_index: the index of this item in the list.
|
4261
|
+
: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).
|
4262
|
+
'''
|
4263
|
+
if __debug__:
|
4264
|
+
type_hints = typing.get_type_hints(_typecheckingstub__35bad789610c9f1b6d33712d577d9ddeffa67d33d1d92bcad2d9febf0794f922)
|
4265
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
4266
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
4267
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
4268
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
4269
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
4270
|
+
|
4271
|
+
@builtins.property
|
4272
|
+
@jsii.member(jsii_name="idInput")
|
4273
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
4274
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
4275
|
+
|
4276
|
+
@builtins.property
|
4277
|
+
@jsii.member(jsii_name="valueInput")
|
4278
|
+
def value_input(self) -> typing.Optional[builtins.str]:
|
4279
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "valueInput"))
|
4280
|
+
|
4281
|
+
@builtins.property
|
4282
|
+
@jsii.member(jsii_name="id")
|
4283
|
+
def id(self) -> builtins.str:
|
4284
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
4285
|
+
|
4286
|
+
@id.setter
|
4287
|
+
def id(self, value: builtins.str) -> None:
|
4288
|
+
if __debug__:
|
4289
|
+
type_hints = typing.get_type_hints(_typecheckingstub__44b104d3bf6b872d4cdaeaed281f7bc37d5aa6e611d802355ba97f90141d707c)
|
4290
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4291
|
+
jsii.set(self, "id", value)
|
4292
|
+
|
4293
|
+
@builtins.property
|
4294
|
+
@jsii.member(jsii_name="value")
|
4295
|
+
def value(self) -> builtins.str:
|
4296
|
+
return typing.cast(builtins.str, jsii.get(self, "value"))
|
4297
|
+
|
4298
|
+
@value.setter
|
4299
|
+
def value(self, value: builtins.str) -> None:
|
4300
|
+
if __debug__:
|
4301
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2b370723c78edf2fbeb99bb972acb2b303f9ba1df2ee46c95ce4afe775b311e6)
|
4302
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4303
|
+
jsii.set(self, "value", value)
|
4304
|
+
|
4305
|
+
@builtins.property
|
4306
|
+
@jsii.member(jsii_name="internalValue")
|
4307
|
+
def internal_value(
|
4308
|
+
self,
|
4309
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]]:
|
4310
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]], jsii.get(self, "internalValue"))
|
4311
|
+
|
4312
|
+
@internal_value.setter
|
4313
|
+
def internal_value(
|
4314
|
+
self,
|
4315
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]],
|
4316
|
+
) -> None:
|
4317
|
+
if __debug__:
|
4318
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c4e9f2de32e2c5bda04162e445ca68a63d5cb5227ed59267ea8bcd79e140d245)
|
4319
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4320
|
+
jsii.set(self, "internalValue", value)
|
4321
|
+
|
4322
|
+
|
4323
|
+
class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
4324
|
+
_cdktf_9a9027ec.ComplexObject,
|
4325
|
+
metaclass=jsii.JSIIMeta,
|
4326
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobalSetRuleActionsOutputReference",
|
4327
|
+
):
|
4328
|
+
def __init__(
|
4329
|
+
self,
|
4330
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
4331
|
+
terraform_attribute: builtins.str,
|
4332
|
+
) -> None:
|
4333
|
+
'''
|
4334
|
+
:param terraform_resource: The parent resource.
|
4335
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
4336
|
+
'''
|
4337
|
+
if __debug__:
|
4338
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d0f505684a751f1f088cd451fef4ec2359ee0504befdaa6c680d147d5167b352)
|
4339
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
4340
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
4341
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
4342
|
+
|
4343
|
+
@jsii.member(jsii_name="putAutomationAction")
|
4344
|
+
def put_automation_action(
|
4345
|
+
self,
|
4346
|
+
*,
|
4347
|
+
name: builtins.str,
|
4348
|
+
url: builtins.str,
|
4349
|
+
auto_send: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
4350
|
+
header: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionHeader, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4351
|
+
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4352
|
+
) -> None:
|
4353
|
+
'''
|
4354
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
4355
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
|
4356
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
|
4357
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
|
4358
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
|
4359
|
+
'''
|
4360
|
+
value = EventOrchestrationGlobalSetRuleActionsAutomationAction(
|
4361
|
+
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
4362
|
+
)
|
3853
4363
|
|
3854
4364
|
return typing.cast(None, jsii.invoke(self, "putAutomationAction", [value]))
|
3855
4365
|
|
@@ -3866,6 +4376,19 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
3866
4376
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
3867
4377
|
return typing.cast(None, jsii.invoke(self, "putExtraction", [value]))
|
3868
4378
|
|
4379
|
+
@jsii.member(jsii_name="putIncidentCustomFieldUpdate")
|
4380
|
+
def put_incident_custom_field_update(
|
4381
|
+
self,
|
4382
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]],
|
4383
|
+
) -> None:
|
4384
|
+
'''
|
4385
|
+
:param value: -
|
4386
|
+
'''
|
4387
|
+
if __debug__:
|
4388
|
+
type_hints = typing.get_type_hints(_typecheckingstub__63b7e10126ed2db187b40890838fcb94fe2d629daf8e17a2be397f7b81c93d87)
|
4389
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
4390
|
+
return typing.cast(None, jsii.invoke(self, "putIncidentCustomFieldUpdate", [value]))
|
4391
|
+
|
3869
4392
|
@jsii.member(jsii_name="putVariable")
|
3870
4393
|
def put_variable(
|
3871
4394
|
self,
|
@@ -3899,6 +4422,10 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
3899
4422
|
def reset_extraction(self) -> None:
|
3900
4423
|
return typing.cast(None, jsii.invoke(self, "resetExtraction", []))
|
3901
4424
|
|
4425
|
+
@jsii.member(jsii_name="resetIncidentCustomFieldUpdate")
|
4426
|
+
def reset_incident_custom_field_update(self) -> None:
|
4427
|
+
return typing.cast(None, jsii.invoke(self, "resetIncidentCustomFieldUpdate", []))
|
4428
|
+
|
3902
4429
|
@jsii.member(jsii_name="resetPriority")
|
3903
4430
|
def reset_priority(self) -> None:
|
3904
4431
|
return typing.cast(None, jsii.invoke(self, "resetPriority", []))
|
@@ -3935,6 +4462,13 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
3935
4462
|
def extraction(self) -> EventOrchestrationGlobalSetRuleActionsExtractionList:
|
3936
4463
|
return typing.cast(EventOrchestrationGlobalSetRuleActionsExtractionList, jsii.get(self, "extraction"))
|
3937
4464
|
|
4465
|
+
@builtins.property
|
4466
|
+
@jsii.member(jsii_name="incidentCustomFieldUpdate")
|
4467
|
+
def incident_custom_field_update(
|
4468
|
+
self,
|
4469
|
+
) -> EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateList:
|
4470
|
+
return typing.cast(EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateList, jsii.get(self, "incidentCustomFieldUpdate"))
|
4471
|
+
|
3938
4472
|
@builtins.property
|
3939
4473
|
@jsii.member(jsii_name="variable")
|
3940
4474
|
def variable(self) -> "EventOrchestrationGlobalSetRuleActionsVariableList":
|
@@ -3971,6 +4505,13 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
|
|
3971
4505
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsExtraction]]]:
|
3972
4506
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsExtraction]]], jsii.get(self, "extractionInput"))
|
3973
4507
|
|
4508
|
+
@builtins.property
|
4509
|
+
@jsii.member(jsii_name="incidentCustomFieldUpdateInput")
|
4510
|
+
def incident_custom_field_update_input(
|
4511
|
+
self,
|
4512
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]]]:
|
4513
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]]], jsii.get(self, "incidentCustomFieldUpdateInput"))
|
4514
|
+
|
3974
4515
|
@builtins.property
|
3975
4516
|
@jsii.member(jsii_name="priorityInput")
|
3976
4517
|
def priority_input(self) -> typing.Optional[builtins.str]:
|
@@ -4138,10 +4679,10 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
|
|
4138
4679
|
value: builtins.str,
|
4139
4680
|
) -> None:
|
4140
4681
|
'''
|
4141
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4142
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4143
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4144
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4682
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
|
4683
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
|
4684
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
|
4685
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
|
4145
4686
|
'''
|
4146
4687
|
if __debug__:
|
4147
4688
|
type_hints = typing.get_type_hints(_typecheckingstub__9975e599b66082aa161a92a72e86a6da50b9cbaa7b3cedfc9ff7f3bf8156c974)
|
@@ -4158,28 +4699,28 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
|
|
4158
4699
|
|
4159
4700
|
@builtins.property
|
4160
4701
|
def name(self) -> builtins.str:
|
4161
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4702
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
|
4162
4703
|
result = self._values.get("name")
|
4163
4704
|
assert result is not None, "Required property 'name' is missing"
|
4164
4705
|
return typing.cast(builtins.str, result)
|
4165
4706
|
|
4166
4707
|
@builtins.property
|
4167
4708
|
def path(self) -> builtins.str:
|
4168
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4709
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
|
4169
4710
|
result = self._values.get("path")
|
4170
4711
|
assert result is not None, "Required property 'path' is missing"
|
4171
4712
|
return typing.cast(builtins.str, result)
|
4172
4713
|
|
4173
4714
|
@builtins.property
|
4174
4715
|
def type(self) -> builtins.str:
|
4175
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4716
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
|
4176
4717
|
result = self._values.get("type")
|
4177
4718
|
assert result is not None, "Required property 'type' is missing"
|
4178
4719
|
return typing.cast(builtins.str, result)
|
4179
4720
|
|
4180
4721
|
@builtins.property
|
4181
4722
|
def value(self) -> builtins.str:
|
4182
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4723
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
|
4183
4724
|
result = self._values.get("value")
|
4184
4725
|
assert result is not None, "Required property 'value' is missing"
|
4185
4726
|
return typing.cast(builtins.str, result)
|
@@ -4409,7 +4950,7 @@ class EventOrchestrationGlobalSetRuleActionsVariableOutputReference(
|
|
4409
4950
|
class EventOrchestrationGlobalSetRuleCondition:
|
4410
4951
|
def __init__(self, *, expression: builtins.str) -> None:
|
4411
4952
|
'''
|
4412
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4953
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
|
4413
4954
|
'''
|
4414
4955
|
if __debug__:
|
4415
4956
|
type_hints = typing.get_type_hints(_typecheckingstub__195af8a9d56ef9e383b66a3a3513a01f6bfdedfa0d4b13150d22558077655b02)
|
@@ -4420,7 +4961,7 @@ class EventOrchestrationGlobalSetRuleCondition:
|
|
4420
4961
|
|
4421
4962
|
@builtins.property
|
4422
4963
|
def expression(self) -> builtins.str:
|
4423
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4964
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
|
4424
4965
|
result = self._values.get("expression")
|
4425
4966
|
assert result is not None, "Required property 'expression' is missing"
|
4426
4967
|
return typing.cast(builtins.str, result)
|
@@ -4719,6 +5260,7 @@ class EventOrchestrationGlobalSetRuleOutputReference(
|
|
4719
5260
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
4720
5261
|
event_action: typing.Optional[builtins.str] = None,
|
4721
5262
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5263
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4722
5264
|
priority: typing.Optional[builtins.str] = None,
|
4723
5265
|
route_to: typing.Optional[builtins.str] = None,
|
4724
5266
|
severity: typing.Optional[builtins.str] = None,
|
@@ -4727,17 +5269,18 @@ class EventOrchestrationGlobalSetRuleOutputReference(
|
|
4727
5269
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4728
5270
|
) -> None:
|
4729
5271
|
'''
|
4730
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4731
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4732
|
-
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4733
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4734
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4735
|
-
:param
|
4736
|
-
:param
|
4737
|
-
:param
|
4738
|
-
:param
|
4739
|
-
:param
|
4740
|
-
:param
|
5272
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
|
5273
|
+
: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_global#automation_action EventOrchestrationGlobal#automation_action}
|
5274
|
+
:param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
|
5275
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
|
5276
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
|
5277
|
+
: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_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
|
5278
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
|
5279
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
|
5280
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
|
5281
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
|
5282
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
|
5283
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
|
4741
5284
|
'''
|
4742
5285
|
value = EventOrchestrationGlobalSetRuleActions(
|
4743
5286
|
annotate=annotate,
|
@@ -4745,6 +5288,7 @@ class EventOrchestrationGlobalSetRuleOutputReference(
|
|
4745
5288
|
drop_event=drop_event,
|
4746
5289
|
event_action=event_action,
|
4747
5290
|
extraction=extraction,
|
5291
|
+
incident_custom_field_update=incident_custom_field_update,
|
4748
5292
|
priority=priority,
|
4749
5293
|
route_to=route_to,
|
4750
5294
|
severity=severity,
|
@@ -4879,6 +5423,9 @@ __all__ = [
|
|
4879
5423
|
"EventOrchestrationGlobalCatchAllActionsExtraction",
|
4880
5424
|
"EventOrchestrationGlobalCatchAllActionsExtractionList",
|
4881
5425
|
"EventOrchestrationGlobalCatchAllActionsExtractionOutputReference",
|
5426
|
+
"EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate",
|
5427
|
+
"EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateList",
|
5428
|
+
"EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdateOutputReference",
|
4882
5429
|
"EventOrchestrationGlobalCatchAllActionsOutputReference",
|
4883
5430
|
"EventOrchestrationGlobalCatchAllActionsVariable",
|
4884
5431
|
"EventOrchestrationGlobalCatchAllActionsVariableList",
|
@@ -4901,6 +5448,9 @@ __all__ = [
|
|
4901
5448
|
"EventOrchestrationGlobalSetRuleActionsExtraction",
|
4902
5449
|
"EventOrchestrationGlobalSetRuleActionsExtractionList",
|
4903
5450
|
"EventOrchestrationGlobalSetRuleActionsExtractionOutputReference",
|
5451
|
+
"EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate",
|
5452
|
+
"EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateList",
|
5453
|
+
"EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdateOutputReference",
|
4904
5454
|
"EventOrchestrationGlobalSetRuleActionsOutputReference",
|
4905
5455
|
"EventOrchestrationGlobalSetRuleActionsVariable",
|
4906
5456
|
"EventOrchestrationGlobalSetRuleActionsVariableList",
|
@@ -4974,6 +5524,7 @@ def _typecheckingstub__4583487669670db5685ff768c51203e4dba6962f41aedd2de51e461da
|
|
4974
5524
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
4975
5525
|
event_action: typing.Optional[builtins.str] = None,
|
4976
5526
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5527
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4977
5528
|
priority: typing.Optional[builtins.str] = None,
|
4978
5529
|
route_to: typing.Optional[builtins.str] = None,
|
4979
5530
|
severity: typing.Optional[builtins.str] = None,
|
@@ -5271,6 +5822,79 @@ def _typecheckingstub__4f3ab4df8ffd5d986c2ee0c6d1fae6a536161662453dc81a51678f336
|
|
5271
5822
|
"""Type checking stubs"""
|
5272
5823
|
pass
|
5273
5824
|
|
5825
|
+
def _typecheckingstub__b375c4b1d808a3f460f31e3cf8a8afd1bf9ad8635ace71d2f46d2ab4d18a3978(
|
5826
|
+
*,
|
5827
|
+
id: builtins.str,
|
5828
|
+
value: builtins.str,
|
5829
|
+
) -> None:
|
5830
|
+
"""Type checking stubs"""
|
5831
|
+
pass
|
5832
|
+
|
5833
|
+
def _typecheckingstub__50641c458e5848b40de67a8f5f49b6fdef1deb6adb0a62f7d6362078043ad0fd(
|
5834
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
5835
|
+
terraform_attribute: builtins.str,
|
5836
|
+
wraps_set: builtins.bool,
|
5837
|
+
) -> None:
|
5838
|
+
"""Type checking stubs"""
|
5839
|
+
pass
|
5840
|
+
|
5841
|
+
def _typecheckingstub__f64bbd615fd4846255e70b39bdcd407a97566d3bf753ca15f7caec4182764ec5(
|
5842
|
+
index: jsii.Number,
|
5843
|
+
) -> None:
|
5844
|
+
"""Type checking stubs"""
|
5845
|
+
pass
|
5846
|
+
|
5847
|
+
def _typecheckingstub__c16b77ef8f35adc561de9b7df55e6c6711de5745a2ea5947004b3462048e998a(
|
5848
|
+
value: builtins.str,
|
5849
|
+
) -> None:
|
5850
|
+
"""Type checking stubs"""
|
5851
|
+
pass
|
5852
|
+
|
5853
|
+
def _typecheckingstub__274b408483588ace532980bca0728f27be740e3ab5f0d2fed3454f8b7f88b633(
|
5854
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
5855
|
+
) -> None:
|
5856
|
+
"""Type checking stubs"""
|
5857
|
+
pass
|
5858
|
+
|
5859
|
+
def _typecheckingstub__e69ec28386f53cdade49e584a34347e09d827d0a8ecac6211635c561cfe55580(
|
5860
|
+
value: builtins.bool,
|
5861
|
+
) -> None:
|
5862
|
+
"""Type checking stubs"""
|
5863
|
+
pass
|
5864
|
+
|
5865
|
+
def _typecheckingstub__acedca55e8af35ea8020e36b787c74428a70b33fbc5468952f7b6374a65f4970(
|
5866
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]]],
|
5867
|
+
) -> None:
|
5868
|
+
"""Type checking stubs"""
|
5869
|
+
pass
|
5870
|
+
|
5871
|
+
def _typecheckingstub__97662cfc86ec1c9957f890eeba92f5f3f926f8424f4504afcca1cb800fc4d2cb(
|
5872
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
5873
|
+
terraform_attribute: builtins.str,
|
5874
|
+
complex_object_index: jsii.Number,
|
5875
|
+
complex_object_is_from_set: builtins.bool,
|
5876
|
+
) -> None:
|
5877
|
+
"""Type checking stubs"""
|
5878
|
+
pass
|
5879
|
+
|
5880
|
+
def _typecheckingstub__888063f1430d54fed06cd4c2388d9b2b857a806f8528366c3fa0d5c156a175c4(
|
5881
|
+
value: builtins.str,
|
5882
|
+
) -> None:
|
5883
|
+
"""Type checking stubs"""
|
5884
|
+
pass
|
5885
|
+
|
5886
|
+
def _typecheckingstub__d5ab831a90d2b9460aa1f8140f8aea287693ca91216c2343418a684cac25ef3d(
|
5887
|
+
value: builtins.str,
|
5888
|
+
) -> None:
|
5889
|
+
"""Type checking stubs"""
|
5890
|
+
pass
|
5891
|
+
|
5892
|
+
def _typecheckingstub__3d78e5d3a7604e5fd795cfdfa57da28a368e9c8edab7a569b17a6d38d845f114(
|
5893
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate]],
|
5894
|
+
) -> None:
|
5895
|
+
"""Type checking stubs"""
|
5896
|
+
pass
|
5897
|
+
|
5274
5898
|
def _typecheckingstub__318845c7f236a4b07df201ca2d85b3c266e5c51cf2b98641e401f14d5540b2f9(
|
5275
5899
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
5276
5900
|
terraform_attribute: builtins.str,
|
@@ -5284,6 +5908,12 @@ def _typecheckingstub__689fdd5bf690ec9f7849e389fa6162498426a850fa96671abfed50ad6
|
|
5284
5908
|
"""Type checking stubs"""
|
5285
5909
|
pass
|
5286
5910
|
|
5911
|
+
def _typecheckingstub__a81465c3b3fea128babbafcea4b47c2db67947ba99baa2c2b3a52dbd387131ac(
|
5912
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]],
|
5913
|
+
) -> None:
|
5914
|
+
"""Type checking stubs"""
|
5915
|
+
pass
|
5916
|
+
|
5287
5917
|
def _typecheckingstub__6cc704c567dcd60574cdf347d4acef9f3ca10271e415db8e4a8cb6ea5c1cc49f(
|
5288
5918
|
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]],
|
5289
5919
|
) -> None:
|
@@ -5551,6 +6181,7 @@ def _typecheckingstub__0ab71f345d2ef6d64b052b7646b40dfe5304ce125093203f5b34465d0
|
|
5551
6181
|
drop_event: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
5552
6182
|
event_action: typing.Optional[builtins.str] = None,
|
5553
6183
|
extraction: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsExtraction, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
6184
|
+
incident_custom_field_update: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5554
6185
|
priority: typing.Optional[builtins.str] = None,
|
5555
6186
|
route_to: typing.Optional[builtins.str] = None,
|
5556
6187
|
severity: typing.Optional[builtins.str] = None,
|
@@ -5848,6 +6479,79 @@ def _typecheckingstub__0ba9819ab3723bbb9e6fb97c760af64343f85d868ec8832f5da0a5754
|
|
5848
6479
|
"""Type checking stubs"""
|
5849
6480
|
pass
|
5850
6481
|
|
6482
|
+
def _typecheckingstub__e428808da2e632206477fcba5c539e87b77ccf79dd1d8e26b1d7140d8295e18c(
|
6483
|
+
*,
|
6484
|
+
id: builtins.str,
|
6485
|
+
value: builtins.str,
|
6486
|
+
) -> None:
|
6487
|
+
"""Type checking stubs"""
|
6488
|
+
pass
|
6489
|
+
|
6490
|
+
def _typecheckingstub__65741d58483630bd5ae6d6fa60ac9c354e3b90844703df1b159c05a450d01eb6(
|
6491
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
6492
|
+
terraform_attribute: builtins.str,
|
6493
|
+
wraps_set: builtins.bool,
|
6494
|
+
) -> None:
|
6495
|
+
"""Type checking stubs"""
|
6496
|
+
pass
|
6497
|
+
|
6498
|
+
def _typecheckingstub__6dcde936ae60c7134de199d38135ddea2889923e0e46fb2c4cc58e9b563f57d5(
|
6499
|
+
index: jsii.Number,
|
6500
|
+
) -> None:
|
6501
|
+
"""Type checking stubs"""
|
6502
|
+
pass
|
6503
|
+
|
6504
|
+
def _typecheckingstub__b0b4766b52d3130f9f9fdddf3dce6353c1b767ff0a8e2715c9930119f937ff12(
|
6505
|
+
value: builtins.str,
|
6506
|
+
) -> None:
|
6507
|
+
"""Type checking stubs"""
|
6508
|
+
pass
|
6509
|
+
|
6510
|
+
def _typecheckingstub__930ac3691abd743f27c6833b2459db4ace15441937c965312c1b47435789eae9(
|
6511
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
6512
|
+
) -> None:
|
6513
|
+
"""Type checking stubs"""
|
6514
|
+
pass
|
6515
|
+
|
6516
|
+
def _typecheckingstub__b694e1b681edf4e61529421aa8d78998622b08ca166e77913a71e4f1c1de3348(
|
6517
|
+
value: builtins.bool,
|
6518
|
+
) -> None:
|
6519
|
+
"""Type checking stubs"""
|
6520
|
+
pass
|
6521
|
+
|
6522
|
+
def _typecheckingstub__c00c8d089978af43b136c54976ede7592c8b84158d223d1cf4174329933d6f80(
|
6523
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]]],
|
6524
|
+
) -> None:
|
6525
|
+
"""Type checking stubs"""
|
6526
|
+
pass
|
6527
|
+
|
6528
|
+
def _typecheckingstub__35bad789610c9f1b6d33712d577d9ddeffa67d33d1d92bcad2d9febf0794f922(
|
6529
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
6530
|
+
terraform_attribute: builtins.str,
|
6531
|
+
complex_object_index: jsii.Number,
|
6532
|
+
complex_object_is_from_set: builtins.bool,
|
6533
|
+
) -> None:
|
6534
|
+
"""Type checking stubs"""
|
6535
|
+
pass
|
6536
|
+
|
6537
|
+
def _typecheckingstub__44b104d3bf6b872d4cdaeaed281f7bc37d5aa6e611d802355ba97f90141d707c(
|
6538
|
+
value: builtins.str,
|
6539
|
+
) -> None:
|
6540
|
+
"""Type checking stubs"""
|
6541
|
+
pass
|
6542
|
+
|
6543
|
+
def _typecheckingstub__2b370723c78edf2fbeb99bb972acb2b303f9ba1df2ee46c95ce4afe775b311e6(
|
6544
|
+
value: builtins.str,
|
6545
|
+
) -> None:
|
6546
|
+
"""Type checking stubs"""
|
6547
|
+
pass
|
6548
|
+
|
6549
|
+
def _typecheckingstub__c4e9f2de32e2c5bda04162e445ca68a63d5cb5227ed59267ea8bcd79e140d245(
|
6550
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate]],
|
6551
|
+
) -> None:
|
6552
|
+
"""Type checking stubs"""
|
6553
|
+
pass
|
6554
|
+
|
5851
6555
|
def _typecheckingstub__d0f505684a751f1f088cd451fef4ec2359ee0504befdaa6c680d147d5167b352(
|
5852
6556
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
5853
6557
|
terraform_attribute: builtins.str,
|
@@ -5861,6 +6565,12 @@ def _typecheckingstub__f4c3fd98078bd837c55eec1586e06251789ffe67f821d37a333d9cf24
|
|
5861
6565
|
"""Type checking stubs"""
|
5862
6566
|
pass
|
5863
6567
|
|
6568
|
+
def _typecheckingstub__63b7e10126ed2db187b40890838fcb94fe2d629daf8e17a2be397f7b81c93d87(
|
6569
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate, typing.Dict[builtins.str, typing.Any]]]],
|
6570
|
+
) -> None:
|
6571
|
+
"""Type checking stubs"""
|
6572
|
+
pass
|
6573
|
+
|
5864
6574
|
def _typecheckingstub__3c29635cc10b471f381e294a572a6f6ce91e120c2af223d687c38fce181fcd96(
|
5865
6575
|
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]],
|
5866
6576
|
) -> None:
|