cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.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 +5 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_event_orchestration_service`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class EventOrchestrationService(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -46,15 +46,15 @@ class EventOrchestrationService(
|
|
46
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
48
48
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
|
50
50
|
|
51
51
|
:param scope: The scope in which to define this construct.
|
52
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
53
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
54
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
-
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
54
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
|
55
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
56
|
+
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
|
57
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
58
58
|
:param connection:
|
59
59
|
:param count:
|
60
60
|
:param depends_on:
|
@@ -97,7 +97,7 @@ class EventOrchestrationService(
|
|
97
97
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
99
99
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
|
100
|
-
:param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
100
|
+
:param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
|
101
101
|
:param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
|
102
102
|
'''
|
103
103
|
if __debug__:
|
@@ -115,7 +115,7 @@ class EventOrchestrationService(
|
|
115
115
|
actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
116
116
|
) -> None:
|
117
117
|
'''
|
118
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
118
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
119
119
|
'''
|
120
120
|
value = EventOrchestrationServiceCatchAll(actions=actions)
|
121
121
|
|
@@ -146,6 +146,10 @@ class EventOrchestrationService(
|
|
146
146
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
147
147
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
148
148
|
|
149
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
150
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
151
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
152
|
+
|
149
153
|
@jsii.python.classproperty
|
150
154
|
@jsii.member(jsii_name="tfResourceType")
|
151
155
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -244,7 +248,7 @@ class EventOrchestrationServiceCatchAll:
|
|
244
248
|
actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
245
249
|
) -> None:
|
246
250
|
'''
|
247
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
251
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
248
252
|
'''
|
249
253
|
if isinstance(actions, dict):
|
250
254
|
actions = EventOrchestrationServiceCatchAllActions(**actions)
|
@@ -259,7 +263,7 @@ class EventOrchestrationServiceCatchAll:
|
|
259
263
|
def actions(self) -> "EventOrchestrationServiceCatchAllActions":
|
260
264
|
'''actions block.
|
261
265
|
|
262
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
266
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
263
267
|
'''
|
264
268
|
result = self._values.get("actions")
|
265
269
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -311,17 +315,17 @@ class EventOrchestrationServiceCatchAllActions:
|
|
311
315
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
312
316
|
) -> None:
|
313
317
|
'''
|
314
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
315
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
316
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
317
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
318
|
-
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
319
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
320
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
321
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
322
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
323
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
324
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
318
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
319
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
320
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
321
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
322
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
323
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
324
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
325
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
326
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
327
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
328
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
325
329
|
'''
|
326
330
|
if isinstance(automation_action, dict):
|
327
331
|
automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
|
@@ -366,7 +370,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
366
370
|
|
367
371
|
@builtins.property
|
368
372
|
def annotate(self) -> typing.Optional[builtins.str]:
|
369
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
373
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
|
370
374
|
result = self._values.get("annotate")
|
371
375
|
return typing.cast(typing.Optional[builtins.str], result)
|
372
376
|
|
@@ -376,14 +380,14 @@ class EventOrchestrationServiceCatchAllActions:
|
|
376
380
|
) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
|
377
381
|
'''automation_action block.
|
378
382
|
|
379
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
383
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
380
384
|
'''
|
381
385
|
result = self._values.get("automation_action")
|
382
386
|
return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
|
383
387
|
|
384
388
|
@builtins.property
|
385
389
|
def event_action(self) -> typing.Optional[builtins.str]:
|
386
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
390
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
|
387
391
|
result = self._values.get("event_action")
|
388
392
|
return typing.cast(typing.Optional[builtins.str], result)
|
389
393
|
|
@@ -393,7 +397,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
393
397
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
|
394
398
|
'''extraction block.
|
395
399
|
|
396
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
400
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
397
401
|
'''
|
398
402
|
result = self._values.get("extraction")
|
399
403
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
|
@@ -404,26 +408,26 @@ class EventOrchestrationServiceCatchAllActions:
|
|
404
408
|
) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
|
405
409
|
'''pagerduty_automation_action block.
|
406
410
|
|
407
|
-
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.4.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
408
412
|
'''
|
409
413
|
result = self._values.get("pagerduty_automation_action")
|
410
414
|
return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
|
411
415
|
|
412
416
|
@builtins.property
|
413
417
|
def priority(self) -> typing.Optional[builtins.str]:
|
414
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
418
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
|
415
419
|
result = self._values.get("priority")
|
416
420
|
return typing.cast(typing.Optional[builtins.str], result)
|
417
421
|
|
418
422
|
@builtins.property
|
419
423
|
def route_to(self) -> typing.Optional[builtins.str]:
|
420
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
424
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
|
421
425
|
result = self._values.get("route_to")
|
422
426
|
return typing.cast(typing.Optional[builtins.str], result)
|
423
427
|
|
424
428
|
@builtins.property
|
425
429
|
def severity(self) -> typing.Optional[builtins.str]:
|
426
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
430
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
|
427
431
|
result = self._values.get("severity")
|
428
432
|
return typing.cast(typing.Optional[builtins.str], result)
|
429
433
|
|
@@ -431,13 +435,13 @@ class EventOrchestrationServiceCatchAllActions:
|
|
431
435
|
def suppress(
|
432
436
|
self,
|
433
437
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
434
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
438
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
|
435
439
|
result = self._values.get("suppress")
|
436
440
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
437
441
|
|
438
442
|
@builtins.property
|
439
443
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
440
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
444
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
|
441
445
|
result = self._values.get("suspend")
|
442
446
|
return typing.cast(typing.Optional[jsii.Number], result)
|
443
447
|
|
@@ -447,7 +451,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
447
451
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
|
448
452
|
'''variable block.
|
449
453
|
|
450
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
454
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
451
455
|
'''
|
452
456
|
result = self._values.get("variable")
|
453
457
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
|
@@ -486,11 +490,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
486
490
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
487
491
|
) -> None:
|
488
492
|
'''
|
489
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
490
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
491
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
492
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
493
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
493
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
494
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
495
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
496
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
497
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
494
498
|
'''
|
495
499
|
if __debug__:
|
496
500
|
type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
|
@@ -512,14 +516,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
512
516
|
|
513
517
|
@builtins.property
|
514
518
|
def name(self) -> builtins.str:
|
515
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
519
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
516
520
|
result = self._values.get("name")
|
517
521
|
assert result is not None, "Required property 'name' is missing"
|
518
522
|
return typing.cast(builtins.str, result)
|
519
523
|
|
520
524
|
@builtins.property
|
521
525
|
def url(self) -> builtins.str:
|
522
|
-
'''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.4.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
|
523
527
|
result = self._values.get("url")
|
524
528
|
assert result is not None, "Required property 'url' is missing"
|
525
529
|
return typing.cast(builtins.str, result)
|
@@ -528,7 +532,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
528
532
|
def auto_send(
|
529
533
|
self,
|
530
534
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
531
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
535
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
|
532
536
|
result = self._values.get("auto_send")
|
533
537
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
534
538
|
|
@@ -538,7 +542,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
538
542
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
|
539
543
|
'''header block.
|
540
544
|
|
541
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
545
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
542
546
|
'''
|
543
547
|
result = self._values.get("header")
|
544
548
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
|
@@ -549,7 +553,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
549
553
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
|
550
554
|
'''parameter block.
|
551
555
|
|
552
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
556
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
553
557
|
'''
|
554
558
|
result = self._values.get("parameter")
|
555
559
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
|
@@ -574,8 +578,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
574
578
|
class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
|
575
579
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
576
580
|
'''
|
577
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
578
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
581
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
582
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
579
583
|
'''
|
580
584
|
if __debug__:
|
581
585
|
type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
|
@@ -588,14 +592,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
|
|
588
592
|
|
589
593
|
@builtins.property
|
590
594
|
def key(self) -> builtins.str:
|
591
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
595
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
592
596
|
result = self._values.get("key")
|
593
597
|
assert result is not None, "Required property 'key' is missing"
|
594
598
|
return typing.cast(builtins.str, result)
|
595
599
|
|
596
600
|
@builtins.property
|
597
601
|
def value(self) -> builtins.str:
|
598
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
602
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
599
603
|
result = self._values.get("value")
|
600
604
|
assert result is not None, "Required property 'value' is missing"
|
601
605
|
return typing.cast(builtins.str, result)
|
@@ -951,8 +955,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
|
|
951
955
|
class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
|
952
956
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
953
957
|
'''
|
954
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
955
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
958
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
959
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
956
960
|
'''
|
957
961
|
if __debug__:
|
958
962
|
type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
|
@@ -965,14 +969,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
|
|
965
969
|
|
966
970
|
@builtins.property
|
967
971
|
def key(self) -> builtins.str:
|
968
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
972
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
969
973
|
result = self._values.get("key")
|
970
974
|
assert result is not None, "Required property 'key' is missing"
|
971
975
|
return typing.cast(builtins.str, result)
|
972
976
|
|
973
977
|
@builtins.property
|
974
978
|
def value(self) -> builtins.str:
|
975
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
979
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
976
980
|
result = self._values.get("value")
|
977
981
|
assert result is not None, "Required property 'value' is missing"
|
978
982
|
return typing.cast(builtins.str, result)
|
@@ -1180,10 +1184,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
|
|
1180
1184
|
template: typing.Optional[builtins.str] = None,
|
1181
1185
|
) -> None:
|
1182
1186
|
'''
|
1183
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1184
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1185
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1186
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1187
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
|
1188
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
|
1189
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
|
1190
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
|
1187
1191
|
'''
|
1188
1192
|
if __debug__:
|
1189
1193
|
type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
|
@@ -1203,26 +1207,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
|
|
1203
1207
|
|
1204
1208
|
@builtins.property
|
1205
1209
|
def target(self) -> builtins.str:
|
1206
|
-
'''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.4.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
|
1207
1211
|
result = self._values.get("target")
|
1208
1212
|
assert result is not None, "Required property 'target' is missing"
|
1209
1213
|
return typing.cast(builtins.str, result)
|
1210
1214
|
|
1211
1215
|
@builtins.property
|
1212
1216
|
def regex(self) -> typing.Optional[builtins.str]:
|
1213
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1217
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
|
1214
1218
|
result = self._values.get("regex")
|
1215
1219
|
return typing.cast(typing.Optional[builtins.str], result)
|
1216
1220
|
|
1217
1221
|
@builtins.property
|
1218
1222
|
def source(self) -> typing.Optional[builtins.str]:
|
1219
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1223
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
|
1220
1224
|
result = self._values.get("source")
|
1221
1225
|
return typing.cast(typing.Optional[builtins.str], result)
|
1222
1226
|
|
1223
1227
|
@builtins.property
|
1224
1228
|
def template(self) -> typing.Optional[builtins.str]:
|
1225
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1229
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
|
1226
1230
|
result = self._values.get("template")
|
1227
1231
|
return typing.cast(typing.Optional[builtins.str], result)
|
1228
1232
|
|
@@ -1486,11 +1490,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1486
1490
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1487
1491
|
) -> None:
|
1488
1492
|
'''
|
1489
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1490
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1491
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1492
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1493
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1493
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
1494
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
1495
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
1496
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
1497
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
1494
1498
|
'''
|
1495
1499
|
value = EventOrchestrationServiceCatchAllActionsAutomationAction(
|
1496
1500
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -1514,7 +1518,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1514
1518
|
@jsii.member(jsii_name="putPagerdutyAutomationAction")
|
1515
1519
|
def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
|
1516
1520
|
'''
|
1517
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1521
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
1518
1522
|
'''
|
1519
1523
|
value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
|
1520
1524
|
action_id=action_id
|
@@ -1781,7 +1785,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1781
1785
|
class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
|
1782
1786
|
def __init__(self, *, action_id: builtins.str) -> None:
|
1783
1787
|
'''
|
1784
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1788
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
1785
1789
|
'''
|
1786
1790
|
if __debug__:
|
1787
1791
|
type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
|
@@ -1792,7 +1796,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
|
|
1792
1796
|
|
1793
1797
|
@builtins.property
|
1794
1798
|
def action_id(self) -> builtins.str:
|
1795
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1799
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
|
1796
1800
|
result = self._values.get("action_id")
|
1797
1801
|
assert result is not None, "Required property 'action_id' is missing"
|
1798
1802
|
return typing.cast(builtins.str, result)
|
@@ -1879,10 +1883,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
|
|
1879
1883
|
value: builtins.str,
|
1880
1884
|
) -> None:
|
1881
1885
|
'''
|
1882
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1883
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1884
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1885
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1886
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
1887
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
|
1888
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
|
1889
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
1886
1890
|
'''
|
1887
1891
|
if __debug__:
|
1888
1892
|
type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
|
@@ -1899,28 +1903,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
|
|
1899
1903
|
|
1900
1904
|
@builtins.property
|
1901
1905
|
def name(self) -> builtins.str:
|
1902
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1906
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
1903
1907
|
result = self._values.get("name")
|
1904
1908
|
assert result is not None, "Required property 'name' is missing"
|
1905
1909
|
return typing.cast(builtins.str, result)
|
1906
1910
|
|
1907
1911
|
@builtins.property
|
1908
1912
|
def path(self) -> builtins.str:
|
1909
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1913
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
|
1910
1914
|
result = self._values.get("path")
|
1911
1915
|
assert result is not None, "Required property 'path' is missing"
|
1912
1916
|
return typing.cast(builtins.str, result)
|
1913
1917
|
|
1914
1918
|
@builtins.property
|
1915
1919
|
def type(self) -> builtins.str:
|
1916
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1920
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
|
1917
1921
|
result = self._values.get("type")
|
1918
1922
|
assert result is not None, "Required property 'type' is missing"
|
1919
1923
|
return typing.cast(builtins.str, result)
|
1920
1924
|
|
1921
1925
|
@builtins.property
|
1922
1926
|
def value(self) -> builtins.str:
|
1923
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1927
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
1924
1928
|
result = self._values.get("value")
|
1925
1929
|
assert result is not None, "Required property 'value' is missing"
|
1926
1930
|
return typing.cast(builtins.str, result)
|
@@ -2179,17 +2183,17 @@ class EventOrchestrationServiceCatchAllOutputReference(
|
|
2179
2183
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2180
2184
|
) -> None:
|
2181
2185
|
'''
|
2182
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2183
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2184
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2185
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2186
|
-
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2187
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2188
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2189
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2190
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2191
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2192
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2186
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
2187
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
2188
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
2189
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
2190
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
2191
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
2192
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
2193
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
2194
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
2195
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
2196
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
2193
2197
|
'''
|
2194
2198
|
value = EventOrchestrationServiceCatchAllActions(
|
2195
2199
|
annotate=annotate,
|
@@ -2278,11 +2282,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2278
2282
|
:param lifecycle:
|
2279
2283
|
:param provider:
|
2280
2284
|
:param provisioners:
|
2281
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2282
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2283
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2284
|
-
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2285
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2285
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
2286
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
|
2287
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
2288
|
+
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
|
2289
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
2286
2290
|
'''
|
2287
2291
|
if isinstance(lifecycle, dict):
|
2288
2292
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2394,7 +2398,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2394
2398
|
def catch_all(self) -> EventOrchestrationServiceCatchAll:
|
2395
2399
|
'''catch_all block.
|
2396
2400
|
|
2397
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2401
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
2398
2402
|
'''
|
2399
2403
|
result = self._values.get("catch_all")
|
2400
2404
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -2402,7 +2406,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2402
2406
|
|
2403
2407
|
@builtins.property
|
2404
2408
|
def service(self) -> builtins.str:
|
2405
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2409
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
|
2406
2410
|
result = self._values.get("service")
|
2407
2411
|
assert result is not None, "Required property 'service' is missing"
|
2408
2412
|
return typing.cast(builtins.str, result)
|
@@ -2413,7 +2417,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2413
2417
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
|
2414
2418
|
'''set block.
|
2415
2419
|
|
2416
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2420
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
2417
2421
|
'''
|
2418
2422
|
result = self._values.get("set")
|
2419
2423
|
assert result is not None, "Required property 'set' is missing"
|
@@ -2423,13 +2427,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2423
2427
|
def enable_event_orchestration_for_service(
|
2424
2428
|
self,
|
2425
2429
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2426
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2430
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
|
2427
2431
|
result = self._values.get("enable_event_orchestration_for_service")
|
2428
2432
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2429
2433
|
|
2430
2434
|
@builtins.property
|
2431
2435
|
def id(self) -> typing.Optional[builtins.str]:
|
2432
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2436
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
2433
2437
|
|
2434
2438
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2435
2439
|
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.
|
@@ -2462,8 +2466,8 @@ class EventOrchestrationServiceSet:
|
|
2462
2466
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2463
2467
|
) -> None:
|
2464
2468
|
'''
|
2465
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2466
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2469
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
2470
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
2467
2471
|
'''
|
2468
2472
|
if __debug__:
|
2469
2473
|
type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
|
@@ -2477,7 +2481,7 @@ class EventOrchestrationServiceSet:
|
|
2477
2481
|
|
2478
2482
|
@builtins.property
|
2479
2483
|
def id(self) -> builtins.str:
|
2480
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2484
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
2481
2485
|
|
2482
2486
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2483
2487
|
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.
|
@@ -2492,7 +2496,7 @@ class EventOrchestrationServiceSet:
|
|
2492
2496
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
|
2493
2497
|
'''rule block.
|
2494
2498
|
|
2495
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2499
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
2496
2500
|
'''
|
2497
2501
|
result = self._values.get("rule")
|
2498
2502
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
|
@@ -2709,10 +2713,10 @@ class EventOrchestrationServiceSetRule:
|
|
2709
2713
|
label: typing.Optional[builtins.str] = None,
|
2710
2714
|
) -> None:
|
2711
2715
|
'''
|
2712
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2713
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2714
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2715
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2716
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
2717
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
2718
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
|
2719
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
|
2716
2720
|
'''
|
2717
2721
|
if isinstance(actions, dict):
|
2718
2722
|
actions = EventOrchestrationServiceSetRuleActions(**actions)
|
@@ -2736,7 +2740,7 @@ class EventOrchestrationServiceSetRule:
|
|
2736
2740
|
def actions(self) -> "EventOrchestrationServiceSetRuleActions":
|
2737
2741
|
'''actions block.
|
2738
2742
|
|
2739
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2743
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
2740
2744
|
'''
|
2741
2745
|
result = self._values.get("actions")
|
2742
2746
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -2748,7 +2752,7 @@ class EventOrchestrationServiceSetRule:
|
|
2748
2752
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
|
2749
2753
|
'''condition block.
|
2750
2754
|
|
2751
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2755
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
2752
2756
|
'''
|
2753
2757
|
result = self._values.get("condition")
|
2754
2758
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
|
@@ -2757,13 +2761,13 @@ class EventOrchestrationServiceSetRule:
|
|
2757
2761
|
def disabled(
|
2758
2762
|
self,
|
2759
2763
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2760
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2764
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
|
2761
2765
|
result = self._values.get("disabled")
|
2762
2766
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2763
2767
|
|
2764
2768
|
@builtins.property
|
2765
2769
|
def label(self) -> typing.Optional[builtins.str]:
|
2766
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2770
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
|
2767
2771
|
result = self._values.get("label")
|
2768
2772
|
return typing.cast(typing.Optional[builtins.str], result)
|
2769
2773
|
|
@@ -2813,17 +2817,17 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2813
2817
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2814
2818
|
) -> None:
|
2815
2819
|
'''
|
2816
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2817
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2818
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2819
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2820
|
-
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2821
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2822
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2823
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2824
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2825
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2826
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2820
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
2821
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
2822
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
2823
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
2824
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
2825
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
2826
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
2827
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
2828
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
2829
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
2830
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
2827
2831
|
'''
|
2828
2832
|
if isinstance(automation_action, dict):
|
2829
2833
|
automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
|
@@ -2868,7 +2872,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2868
2872
|
|
2869
2873
|
@builtins.property
|
2870
2874
|
def annotate(self) -> typing.Optional[builtins.str]:
|
2871
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2875
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
|
2872
2876
|
result = self._values.get("annotate")
|
2873
2877
|
return typing.cast(typing.Optional[builtins.str], result)
|
2874
2878
|
|
@@ -2878,14 +2882,14 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2878
2882
|
) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
|
2879
2883
|
'''automation_action block.
|
2880
2884
|
|
2881
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2885
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
2882
2886
|
'''
|
2883
2887
|
result = self._values.get("automation_action")
|
2884
2888
|
return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
|
2885
2889
|
|
2886
2890
|
@builtins.property
|
2887
2891
|
def event_action(self) -> typing.Optional[builtins.str]:
|
2888
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2892
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
|
2889
2893
|
result = self._values.get("event_action")
|
2890
2894
|
return typing.cast(typing.Optional[builtins.str], result)
|
2891
2895
|
|
@@ -2895,7 +2899,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2895
2899
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
|
2896
2900
|
'''extraction block.
|
2897
2901
|
|
2898
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2902
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
2899
2903
|
'''
|
2900
2904
|
result = self._values.get("extraction")
|
2901
2905
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
|
@@ -2906,26 +2910,26 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2906
2910
|
) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
|
2907
2911
|
'''pagerduty_automation_action block.
|
2908
2912
|
|
2909
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2913
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
2910
2914
|
'''
|
2911
2915
|
result = self._values.get("pagerduty_automation_action")
|
2912
2916
|
return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
|
2913
2917
|
|
2914
2918
|
@builtins.property
|
2915
2919
|
def priority(self) -> typing.Optional[builtins.str]:
|
2916
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2920
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
|
2917
2921
|
result = self._values.get("priority")
|
2918
2922
|
return typing.cast(typing.Optional[builtins.str], result)
|
2919
2923
|
|
2920
2924
|
@builtins.property
|
2921
2925
|
def route_to(self) -> typing.Optional[builtins.str]:
|
2922
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2926
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
|
2923
2927
|
result = self._values.get("route_to")
|
2924
2928
|
return typing.cast(typing.Optional[builtins.str], result)
|
2925
2929
|
|
2926
2930
|
@builtins.property
|
2927
2931
|
def severity(self) -> typing.Optional[builtins.str]:
|
2928
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2932
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
|
2929
2933
|
result = self._values.get("severity")
|
2930
2934
|
return typing.cast(typing.Optional[builtins.str], result)
|
2931
2935
|
|
@@ -2933,13 +2937,13 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2933
2937
|
def suppress(
|
2934
2938
|
self,
|
2935
2939
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2936
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2940
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
|
2937
2941
|
result = self._values.get("suppress")
|
2938
2942
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2939
2943
|
|
2940
2944
|
@builtins.property
|
2941
2945
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
2942
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2946
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
|
2943
2947
|
result = self._values.get("suspend")
|
2944
2948
|
return typing.cast(typing.Optional[jsii.Number], result)
|
2945
2949
|
|
@@ -2949,7 +2953,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
2949
2953
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
|
2950
2954
|
'''variable block.
|
2951
2955
|
|
2952
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2956
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
2953
2957
|
'''
|
2954
2958
|
result = self._values.get("variable")
|
2955
2959
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
|
@@ -2988,11 +2992,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
2988
2992
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2989
2993
|
) -> None:
|
2990
2994
|
'''
|
2991
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2992
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2993
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2994
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2995
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2995
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
2996
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
2997
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
2998
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
2999
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
2996
3000
|
'''
|
2997
3001
|
if __debug__:
|
2998
3002
|
type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
|
@@ -3014,14 +3018,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3014
3018
|
|
3015
3019
|
@builtins.property
|
3016
3020
|
def name(self) -> builtins.str:
|
3017
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3021
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
3018
3022
|
result = self._values.get("name")
|
3019
3023
|
assert result is not None, "Required property 'name' is missing"
|
3020
3024
|
return typing.cast(builtins.str, result)
|
3021
3025
|
|
3022
3026
|
@builtins.property
|
3023
3027
|
def url(self) -> builtins.str:
|
3024
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3028
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
|
3025
3029
|
result = self._values.get("url")
|
3026
3030
|
assert result is not None, "Required property 'url' is missing"
|
3027
3031
|
return typing.cast(builtins.str, result)
|
@@ -3030,7 +3034,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3030
3034
|
def auto_send(
|
3031
3035
|
self,
|
3032
3036
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3033
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3037
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
|
3034
3038
|
result = self._values.get("auto_send")
|
3035
3039
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3036
3040
|
|
@@ -3040,7 +3044,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3040
3044
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
|
3041
3045
|
'''header block.
|
3042
3046
|
|
3043
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3047
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
3044
3048
|
'''
|
3045
3049
|
result = self._values.get("header")
|
3046
3050
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
|
@@ -3051,7 +3055,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3051
3055
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
|
3052
3056
|
'''parameter block.
|
3053
3057
|
|
3054
|
-
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.4.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
3055
3059
|
'''
|
3056
3060
|
result = self._values.get("parameter")
|
3057
3061
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
|
@@ -3076,8 +3080,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3076
3080
|
class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
|
3077
3081
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3078
3082
|
'''
|
3079
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3080
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3083
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
3084
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3081
3085
|
'''
|
3082
3086
|
if __debug__:
|
3083
3087
|
type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
|
@@ -3090,14 +3094,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
|
|
3090
3094
|
|
3091
3095
|
@builtins.property
|
3092
3096
|
def key(self) -> builtins.str:
|
3093
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3097
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
3094
3098
|
result = self._values.get("key")
|
3095
3099
|
assert result is not None, "Required property 'key' is missing"
|
3096
3100
|
return typing.cast(builtins.str, result)
|
3097
3101
|
|
3098
3102
|
@builtins.property
|
3099
3103
|
def value(self) -> builtins.str:
|
3100
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3104
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
3101
3105
|
result = self._values.get("value")
|
3102
3106
|
assert result is not None, "Required property 'value' is missing"
|
3103
3107
|
return typing.cast(builtins.str, result)
|
@@ -3453,8 +3457,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
|
|
3453
3457
|
class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
|
3454
3458
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3455
3459
|
'''
|
3456
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3457
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3460
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
3461
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3458
3462
|
'''
|
3459
3463
|
if __debug__:
|
3460
3464
|
type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
|
@@ -3467,14 +3471,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
|
|
3467
3471
|
|
3468
3472
|
@builtins.property
|
3469
3473
|
def key(self) -> builtins.str:
|
3470
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3474
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
3471
3475
|
result = self._values.get("key")
|
3472
3476
|
assert result is not None, "Required property 'key' is missing"
|
3473
3477
|
return typing.cast(builtins.str, result)
|
3474
3478
|
|
3475
3479
|
@builtins.property
|
3476
3480
|
def value(self) -> builtins.str:
|
3477
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3481
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
3478
3482
|
result = self._values.get("value")
|
3479
3483
|
assert result is not None, "Required property 'value' is missing"
|
3480
3484
|
return typing.cast(builtins.str, result)
|
@@ -3682,10 +3686,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
|
|
3682
3686
|
template: typing.Optional[builtins.str] = None,
|
3683
3687
|
) -> None:
|
3684
3688
|
'''
|
3685
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3686
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3687
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3688
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3689
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
|
3690
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
|
3691
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
|
3692
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
|
3689
3693
|
'''
|
3690
3694
|
if __debug__:
|
3691
3695
|
type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
|
@@ -3705,26 +3709,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
|
|
3705
3709
|
|
3706
3710
|
@builtins.property
|
3707
3711
|
def target(self) -> builtins.str:
|
3708
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3712
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
|
3709
3713
|
result = self._values.get("target")
|
3710
3714
|
assert result is not None, "Required property 'target' is missing"
|
3711
3715
|
return typing.cast(builtins.str, result)
|
3712
3716
|
|
3713
3717
|
@builtins.property
|
3714
3718
|
def regex(self) -> typing.Optional[builtins.str]:
|
3715
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3719
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
|
3716
3720
|
result = self._values.get("regex")
|
3717
3721
|
return typing.cast(typing.Optional[builtins.str], result)
|
3718
3722
|
|
3719
3723
|
@builtins.property
|
3720
3724
|
def source(self) -> typing.Optional[builtins.str]:
|
3721
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3725
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
|
3722
3726
|
result = self._values.get("source")
|
3723
3727
|
return typing.cast(typing.Optional[builtins.str], result)
|
3724
3728
|
|
3725
3729
|
@builtins.property
|
3726
3730
|
def template(self) -> typing.Optional[builtins.str]:
|
3727
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3731
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
|
3728
3732
|
result = self._values.get("template")
|
3729
3733
|
return typing.cast(typing.Optional[builtins.str], result)
|
3730
3734
|
|
@@ -3988,11 +3992,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
3988
3992
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3989
3993
|
) -> None:
|
3990
3994
|
'''
|
3991
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3992
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3993
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3994
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3995
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3995
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
3996
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
3997
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
3998
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
3999
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
3996
4000
|
'''
|
3997
4001
|
value = EventOrchestrationServiceSetRuleActionsAutomationAction(
|
3998
4002
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -4016,7 +4020,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4016
4020
|
@jsii.member(jsii_name="putPagerdutyAutomationAction")
|
4017
4021
|
def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
|
4018
4022
|
'''
|
4019
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4023
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
4020
4024
|
'''
|
4021
4025
|
value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
|
4022
4026
|
action_id=action_id
|
@@ -4283,7 +4287,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4283
4287
|
class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
|
4284
4288
|
def __init__(self, *, action_id: builtins.str) -> None:
|
4285
4289
|
'''
|
4286
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4290
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
4287
4291
|
'''
|
4288
4292
|
if __debug__:
|
4289
4293
|
type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
|
@@ -4294,7 +4298,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
|
|
4294
4298
|
|
4295
4299
|
@builtins.property
|
4296
4300
|
def action_id(self) -> builtins.str:
|
4297
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4301
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
|
4298
4302
|
result = self._values.get("action_id")
|
4299
4303
|
assert result is not None, "Required property 'action_id' is missing"
|
4300
4304
|
return typing.cast(builtins.str, result)
|
@@ -4381,10 +4385,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
|
|
4381
4385
|
value: builtins.str,
|
4382
4386
|
) -> None:
|
4383
4387
|
'''
|
4384
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4385
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4386
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4387
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4388
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
4389
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
|
4390
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
|
4391
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
4388
4392
|
'''
|
4389
4393
|
if __debug__:
|
4390
4394
|
type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
|
@@ -4401,28 +4405,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
|
|
4401
4405
|
|
4402
4406
|
@builtins.property
|
4403
4407
|
def name(self) -> builtins.str:
|
4404
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4408
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
4405
4409
|
result = self._values.get("name")
|
4406
4410
|
assert result is not None, "Required property 'name' is missing"
|
4407
4411
|
return typing.cast(builtins.str, result)
|
4408
4412
|
|
4409
4413
|
@builtins.property
|
4410
4414
|
def path(self) -> builtins.str:
|
4411
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4415
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
|
4412
4416
|
result = self._values.get("path")
|
4413
4417
|
assert result is not None, "Required property 'path' is missing"
|
4414
4418
|
return typing.cast(builtins.str, result)
|
4415
4419
|
|
4416
4420
|
@builtins.property
|
4417
4421
|
def type(self) -> builtins.str:
|
4418
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4422
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
|
4419
4423
|
result = self._values.get("type")
|
4420
4424
|
assert result is not None, "Required property 'type' is missing"
|
4421
4425
|
return typing.cast(builtins.str, result)
|
4422
4426
|
|
4423
4427
|
@builtins.property
|
4424
4428
|
def value(self) -> builtins.str:
|
4425
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4429
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
4426
4430
|
result = self._values.get("value")
|
4427
4431
|
assert result is not None, "Required property 'value' is missing"
|
4428
4432
|
return typing.cast(builtins.str, result)
|
@@ -4652,7 +4656,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
|
|
4652
4656
|
class EventOrchestrationServiceSetRuleCondition:
|
4653
4657
|
def __init__(self, *, expression: builtins.str) -> None:
|
4654
4658
|
'''
|
4655
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4659
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
|
4656
4660
|
'''
|
4657
4661
|
if __debug__:
|
4658
4662
|
type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
|
@@ -4663,7 +4667,7 @@ class EventOrchestrationServiceSetRuleCondition:
|
|
4663
4667
|
|
4664
4668
|
@builtins.property
|
4665
4669
|
def expression(self) -> builtins.str:
|
4666
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4670
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
|
4667
4671
|
result = self._values.get("expression")
|
4668
4672
|
assert result is not None, "Required property 'expression' is missing"
|
4669
4673
|
return typing.cast(builtins.str, result)
|
@@ -4970,17 +4974,17 @@ class EventOrchestrationServiceSetRuleOutputReference(
|
|
4970
4974
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4971
4975
|
) -> None:
|
4972
4976
|
'''
|
4973
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4974
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4975
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4976
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4977
|
-
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4978
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4979
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4980
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4981
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4982
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4983
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4977
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
4978
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
4979
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
4980
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
4981
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
4982
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
4983
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
4984
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
4985
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
4986
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
4987
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
4984
4988
|
'''
|
4985
4989
|
value = EventOrchestrationServiceSetRuleActions(
|
4986
4990
|
annotate=annotate,
|