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_unrouted`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class EventOrchestrationUnrouted(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationUnrouted.EventOrchestrationUnrouted",
|
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_unrouted pagerduty_event_orchestration_unrouted}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -45,14 +45,14 @@ class EventOrchestrationUnrouted(
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
47
47
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
|
49
49
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
52
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
54
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
52
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
53
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
|
54
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
56
56
|
:param connection:
|
57
57
|
:param count:
|
58
58
|
:param depends_on:
|
@@ -94,7 +94,7 @@ class EventOrchestrationUnrouted(
|
|
94
94
|
|
95
95
|
:param scope: The scope in which to define this construct.
|
96
96
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationUnrouted to import.
|
97
|
-
:param import_from_id: The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
97
|
+
:param import_from_id: The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use
|
98
98
|
:param provider: ? Optional instance of the provider where the EventOrchestrationUnrouted to import is found.
|
99
99
|
'''
|
100
100
|
if __debug__:
|
@@ -112,7 +112,7 @@ class EventOrchestrationUnrouted(
|
|
112
112
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
113
113
|
) -> None:
|
114
114
|
'''
|
115
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
115
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
116
116
|
'''
|
117
117
|
value = EventOrchestrationUnroutedCatchAll(actions=actions)
|
118
118
|
|
@@ -139,6 +139,10 @@ class EventOrchestrationUnrouted(
|
|
139
139
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
140
140
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
141
141
|
|
142
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
143
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
144
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
145
|
+
|
142
146
|
@jsii.python.classproperty
|
143
147
|
@jsii.member(jsii_name="tfResourceType")
|
144
148
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -213,7 +217,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
213
217
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
214
218
|
) -> None:
|
215
219
|
'''
|
216
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
220
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
217
221
|
'''
|
218
222
|
if isinstance(actions, dict):
|
219
223
|
actions = EventOrchestrationUnroutedCatchAllActions(**actions)
|
@@ -228,7 +232,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
228
232
|
def actions(self) -> "EventOrchestrationUnroutedCatchAllActions":
|
229
233
|
'''actions block.
|
230
234
|
|
231
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
235
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
232
236
|
'''
|
233
237
|
result = self._values.get("actions")
|
234
238
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -266,10 +270,10 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
266
270
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
267
271
|
) -> None:
|
268
272
|
'''
|
269
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
270
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
271
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
272
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
273
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
274
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
275
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
276
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
273
277
|
'''
|
274
278
|
if __debug__:
|
275
279
|
type_hints = typing.get_type_hints(_typecheckingstub__c6574dcb4a0e638aece27cc74f601e14a17d0b4395adc2458762bf0dd9ef29cd)
|
@@ -289,7 +293,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
289
293
|
|
290
294
|
@builtins.property
|
291
295
|
def event_action(self) -> typing.Optional[builtins.str]:
|
292
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
296
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
293
297
|
result = self._values.get("event_action")
|
294
298
|
return typing.cast(typing.Optional[builtins.str], result)
|
295
299
|
|
@@ -299,14 +303,14 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
299
303
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]]:
|
300
304
|
'''extraction block.
|
301
305
|
|
302
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
306
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
303
307
|
'''
|
304
308
|
result = self._values.get("extraction")
|
305
309
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]], result)
|
306
310
|
|
307
311
|
@builtins.property
|
308
312
|
def severity(self) -> typing.Optional[builtins.str]:
|
309
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
313
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
310
314
|
result = self._values.get("severity")
|
311
315
|
return typing.cast(typing.Optional[builtins.str], result)
|
312
316
|
|
@@ -316,7 +320,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
316
320
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]]:
|
317
321
|
'''variable block.
|
318
322
|
|
319
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
323
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
320
324
|
'''
|
321
325
|
result = self._values.get("variable")
|
322
326
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]], result)
|
@@ -353,10 +357,10 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
353
357
|
template: typing.Optional[builtins.str] = None,
|
354
358
|
) -> None:
|
355
359
|
'''
|
356
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
357
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
358
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
359
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
360
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
|
361
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
|
362
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
|
363
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
360
364
|
'''
|
361
365
|
if __debug__:
|
362
366
|
type_hints = typing.get_type_hints(_typecheckingstub__873057e6f5f2b8466ff463cc0428da1d09eef943c149dc85c306d593a566df69)
|
@@ -376,26 +380,26 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
376
380
|
|
377
381
|
@builtins.property
|
378
382
|
def target(self) -> builtins.str:
|
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_unrouted#target EventOrchestrationUnrouted#target}.'''
|
380
384
|
result = self._values.get("target")
|
381
385
|
assert result is not None, "Required property 'target' is missing"
|
382
386
|
return typing.cast(builtins.str, result)
|
383
387
|
|
384
388
|
@builtins.property
|
385
389
|
def regex(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_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
387
391
|
result = self._values.get("regex")
|
388
392
|
return typing.cast(typing.Optional[builtins.str], result)
|
389
393
|
|
390
394
|
@builtins.property
|
391
395
|
def source(self) -> typing.Optional[builtins.str]:
|
392
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
396
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
393
397
|
result = self._values.get("source")
|
394
398
|
return typing.cast(typing.Optional[builtins.str], result)
|
395
399
|
|
396
400
|
@builtins.property
|
397
401
|
def template(self) -> typing.Optional[builtins.str]:
|
398
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
402
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
399
403
|
result = self._values.get("template")
|
400
404
|
return typing.cast(typing.Optional[builtins.str], result)
|
401
405
|
|
@@ -786,10 +790,10 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
786
790
|
value: builtins.str,
|
787
791
|
) -> None:
|
788
792
|
'''
|
789
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
790
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
791
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
792
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
793
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
|
794
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
|
795
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
|
796
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
793
797
|
'''
|
794
798
|
if __debug__:
|
795
799
|
type_hints = typing.get_type_hints(_typecheckingstub__6d16718dd84c51311e04997b4675de9db9aec5dd9d5debae2b5d98162b78bced)
|
@@ -806,28 +810,28 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
806
810
|
|
807
811
|
@builtins.property
|
808
812
|
def name(self) -> builtins.str:
|
809
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
813
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
810
814
|
result = self._values.get("name")
|
811
815
|
assert result is not None, "Required property 'name' is missing"
|
812
816
|
return typing.cast(builtins.str, result)
|
813
817
|
|
814
818
|
@builtins.property
|
815
819
|
def path(self) -> builtins.str:
|
816
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
820
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
817
821
|
result = self._values.get("path")
|
818
822
|
assert result is not None, "Required property 'path' is missing"
|
819
823
|
return typing.cast(builtins.str, result)
|
820
824
|
|
821
825
|
@builtins.property
|
822
826
|
def type(self) -> builtins.str:
|
823
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
827
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
824
828
|
result = self._values.get("type")
|
825
829
|
assert result is not None, "Required property 'type' is missing"
|
826
830
|
return typing.cast(builtins.str, result)
|
827
831
|
|
828
832
|
@builtins.property
|
829
833
|
def value(self) -> builtins.str:
|
830
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
834
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
831
835
|
result = self._values.get("value")
|
832
836
|
assert result is not None, "Required property 'value' is missing"
|
833
837
|
return typing.cast(builtins.str, result)
|
@@ -1079,10 +1083,10 @@ class EventOrchestrationUnroutedCatchAllOutputReference(
|
|
1079
1083
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1080
1084
|
) -> None:
|
1081
1085
|
'''
|
1082
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1083
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1084
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1085
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1086
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
1087
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1088
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
1089
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1086
1090
|
'''
|
1087
1091
|
value = EventOrchestrationUnroutedCatchAllActions(
|
1088
1092
|
event_action=event_action,
|
@@ -1162,10 +1166,10 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1162
1166
|
:param lifecycle:
|
1163
1167
|
:param provider:
|
1164
1168
|
:param provisioners:
|
1165
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1166
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1167
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1168
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1169
|
+
: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_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1170
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
|
1171
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1172
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
|
1169
1173
|
'''
|
1170
1174
|
if isinstance(lifecycle, dict):
|
1171
1175
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -1274,7 +1278,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1274
1278
|
def catch_all(self) -> EventOrchestrationUnroutedCatchAll:
|
1275
1279
|
'''catch_all block.
|
1276
1280
|
|
1277
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1281
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1278
1282
|
'''
|
1279
1283
|
result = self._values.get("catch_all")
|
1280
1284
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -1282,7 +1286,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1282
1286
|
|
1283
1287
|
@builtins.property
|
1284
1288
|
def event_orchestration(self) -> builtins.str:
|
1285
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1289
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
|
1286
1290
|
result = self._values.get("event_orchestration")
|
1287
1291
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
1288
1292
|
return typing.cast(builtins.str, result)
|
@@ -1293,7 +1297,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1293
1297
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSet"]]:
|
1294
1298
|
'''set block.
|
1295
1299
|
|
1296
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1300
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1297
1301
|
'''
|
1298
1302
|
result = self._values.get("set")
|
1299
1303
|
assert result is not None, "Required property 'set' is missing"
|
@@ -1301,7 +1305,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1301
1305
|
|
1302
1306
|
@builtins.property
|
1303
1307
|
def id(self) -> typing.Optional[builtins.str]:
|
1304
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1308
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1305
1309
|
|
1306
1310
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1307
1311
|
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.
|
@@ -1334,8 +1338,8 @@ class EventOrchestrationUnroutedSet:
|
|
1334
1338
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1335
1339
|
) -> None:
|
1336
1340
|
'''
|
1337
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1338
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1341
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
|
1342
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1339
1343
|
'''
|
1340
1344
|
if __debug__:
|
1341
1345
|
type_hints = typing.get_type_hints(_typecheckingstub__d008f014806e1f881fbd832e0f0859fbb79a6023defe775d45620826b97169c9)
|
@@ -1349,7 +1353,7 @@ class EventOrchestrationUnroutedSet:
|
|
1349
1353
|
|
1350
1354
|
@builtins.property
|
1351
1355
|
def id(self) -> builtins.str:
|
1352
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1356
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1353
1357
|
|
1354
1358
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1355
1359
|
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.
|
@@ -1364,7 +1368,7 @@ class EventOrchestrationUnroutedSet:
|
|
1364
1368
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]]:
|
1365
1369
|
'''rule block.
|
1366
1370
|
|
1367
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1371
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1368
1372
|
'''
|
1369
1373
|
result = self._values.get("rule")
|
1370
1374
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]], result)
|
@@ -1581,10 +1585,10 @@ class EventOrchestrationUnroutedSetRule:
|
|
1581
1585
|
label: typing.Optional[builtins.str] = None,
|
1582
1586
|
) -> None:
|
1583
1587
|
'''
|
1584
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1585
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1586
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1587
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1588
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1589
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1590
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
|
1591
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
|
1588
1592
|
'''
|
1589
1593
|
if isinstance(actions, dict):
|
1590
1594
|
actions = EventOrchestrationUnroutedSetRuleActions(**actions)
|
@@ -1608,7 +1612,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1608
1612
|
def actions(self) -> "EventOrchestrationUnroutedSetRuleActions":
|
1609
1613
|
'''actions block.
|
1610
1614
|
|
1611
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1615
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1612
1616
|
'''
|
1613
1617
|
result = self._values.get("actions")
|
1614
1618
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -1620,7 +1624,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1620
1624
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]]:
|
1621
1625
|
'''condition block.
|
1622
1626
|
|
1623
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1627
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1624
1628
|
'''
|
1625
1629
|
result = self._values.get("condition")
|
1626
1630
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]], result)
|
@@ -1629,13 +1633,13 @@ class EventOrchestrationUnroutedSetRule:
|
|
1629
1633
|
def disabled(
|
1630
1634
|
self,
|
1631
1635
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
1632
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1636
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
|
1633
1637
|
result = self._values.get("disabled")
|
1634
1638
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
1635
1639
|
|
1636
1640
|
@builtins.property
|
1637
1641
|
def label(self) -> typing.Optional[builtins.str]:
|
1638
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1642
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
|
1639
1643
|
result = self._values.get("label")
|
1640
1644
|
return typing.cast(typing.Optional[builtins.str], result)
|
1641
1645
|
|
@@ -1673,11 +1677,11 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1673
1677
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1674
1678
|
) -> None:
|
1675
1679
|
'''
|
1676
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1677
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1678
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1679
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1680
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1680
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
1681
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1682
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
|
1683
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
1684
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1681
1685
|
'''
|
1682
1686
|
if __debug__:
|
1683
1687
|
type_hints = typing.get_type_hints(_typecheckingstub__7de69daeae1a5cd1a1063bd644434991e938ef8d905f1e00d5b411fef8b3a529)
|
@@ -1700,7 +1704,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1700
1704
|
|
1701
1705
|
@builtins.property
|
1702
1706
|
def event_action(self) -> typing.Optional[builtins.str]:
|
1703
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1707
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
1704
1708
|
result = self._values.get("event_action")
|
1705
1709
|
return typing.cast(typing.Optional[builtins.str], result)
|
1706
1710
|
|
@@ -1710,20 +1714,20 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1710
1714
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]]:
|
1711
1715
|
'''extraction block.
|
1712
1716
|
|
1713
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1717
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1714
1718
|
'''
|
1715
1719
|
result = self._values.get("extraction")
|
1716
1720
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]], result)
|
1717
1721
|
|
1718
1722
|
@builtins.property
|
1719
1723
|
def route_to(self) -> typing.Optional[builtins.str]:
|
1720
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1724
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
|
1721
1725
|
result = self._values.get("route_to")
|
1722
1726
|
return typing.cast(typing.Optional[builtins.str], result)
|
1723
1727
|
|
1724
1728
|
@builtins.property
|
1725
1729
|
def severity(self) -> typing.Optional[builtins.str]:
|
1726
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1730
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
1727
1731
|
result = self._values.get("severity")
|
1728
1732
|
return typing.cast(typing.Optional[builtins.str], result)
|
1729
1733
|
|
@@ -1733,7 +1737,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1733
1737
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]]:
|
1734
1738
|
'''variable block.
|
1735
1739
|
|
1736
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1740
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1737
1741
|
'''
|
1738
1742
|
result = self._values.get("variable")
|
1739
1743
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]], result)
|
@@ -1770,10 +1774,10 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1770
1774
|
template: typing.Optional[builtins.str] = None,
|
1771
1775
|
) -> None:
|
1772
1776
|
'''
|
1773
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1774
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1775
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1776
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1777
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
|
1778
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
|
1779
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
|
1780
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
1777
1781
|
'''
|
1778
1782
|
if __debug__:
|
1779
1783
|
type_hints = typing.get_type_hints(_typecheckingstub__8b3013dd35226ec76dc2f09e9719e1c12966fdd5323214ccba59c06037e0e915)
|
@@ -1793,26 +1797,26 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1793
1797
|
|
1794
1798
|
@builtins.property
|
1795
1799
|
def target(self) -> builtins.str:
|
1796
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1800
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
1797
1801
|
result = self._values.get("target")
|
1798
1802
|
assert result is not None, "Required property 'target' is missing"
|
1799
1803
|
return typing.cast(builtins.str, result)
|
1800
1804
|
|
1801
1805
|
@builtins.property
|
1802
1806
|
def regex(self) -> typing.Optional[builtins.str]:
|
1803
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1807
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
1804
1808
|
result = self._values.get("regex")
|
1805
1809
|
return typing.cast(typing.Optional[builtins.str], result)
|
1806
1810
|
|
1807
1811
|
@builtins.property
|
1808
1812
|
def source(self) -> typing.Optional[builtins.str]:
|
1809
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1813
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
1810
1814
|
result = self._values.get("source")
|
1811
1815
|
return typing.cast(typing.Optional[builtins.str], result)
|
1812
1816
|
|
1813
1817
|
@builtins.property
|
1814
1818
|
def template(self) -> typing.Optional[builtins.str]:
|
1815
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1819
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
1816
1820
|
result = self._values.get("template")
|
1817
1821
|
return typing.cast(typing.Optional[builtins.str], result)
|
1818
1822
|
|
@@ -2219,10 +2223,10 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2219
2223
|
value: builtins.str,
|
2220
2224
|
) -> None:
|
2221
2225
|
'''
|
2222
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2223
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2224
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2225
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2226
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
|
2227
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
|
2228
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
|
2229
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
2226
2230
|
'''
|
2227
2231
|
if __debug__:
|
2228
2232
|
type_hints = typing.get_type_hints(_typecheckingstub__dd0c5f57df347bcae15394cd70a29867473ac8aa3688e6f0dc355fc21a2ef2d8)
|
@@ -2239,28 +2243,28 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2239
2243
|
|
2240
2244
|
@builtins.property
|
2241
2245
|
def name(self) -> builtins.str:
|
2242
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2246
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
2243
2247
|
result = self._values.get("name")
|
2244
2248
|
assert result is not None, "Required property 'name' is missing"
|
2245
2249
|
return typing.cast(builtins.str, result)
|
2246
2250
|
|
2247
2251
|
@builtins.property
|
2248
2252
|
def path(self) -> builtins.str:
|
2249
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2253
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
2250
2254
|
result = self._values.get("path")
|
2251
2255
|
assert result is not None, "Required property 'path' is missing"
|
2252
2256
|
return typing.cast(builtins.str, result)
|
2253
2257
|
|
2254
2258
|
@builtins.property
|
2255
2259
|
def type(self) -> builtins.str:
|
2256
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2260
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
2257
2261
|
result = self._values.get("type")
|
2258
2262
|
assert result is not None, "Required property 'type' is missing"
|
2259
2263
|
return typing.cast(builtins.str, result)
|
2260
2264
|
|
2261
2265
|
@builtins.property
|
2262
2266
|
def value(self) -> builtins.str:
|
2263
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2267
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
2264
2268
|
result = self._values.get("value")
|
2265
2269
|
assert result is not None, "Required property 'value' is missing"
|
2266
2270
|
return typing.cast(builtins.str, result)
|
@@ -2490,7 +2494,7 @@ class EventOrchestrationUnroutedSetRuleActionsVariableOutputReference(
|
|
2490
2494
|
class EventOrchestrationUnroutedSetRuleCondition:
|
2491
2495
|
def __init__(self, *, expression: builtins.str) -> None:
|
2492
2496
|
'''
|
2493
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2497
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
|
2494
2498
|
'''
|
2495
2499
|
if __debug__:
|
2496
2500
|
type_hints = typing.get_type_hints(_typecheckingstub__7e07b5dc138d66b32d7ebe6a7836500090439b0c193c8ab86ebe5120b056af3f)
|
@@ -2501,7 +2505,7 @@ class EventOrchestrationUnroutedSetRuleCondition:
|
|
2501
2505
|
|
2502
2506
|
@builtins.property
|
2503
2507
|
def expression(self) -> builtins.str:
|
2504
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2508
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
|
2505
2509
|
result = self._values.get("expression")
|
2506
2510
|
assert result is not None, "Required property 'expression' is missing"
|
2507
2511
|
return typing.cast(builtins.str, result)
|
@@ -2802,11 +2806,11 @@ class EventOrchestrationUnroutedSetRuleOutputReference(
|
|
2802
2806
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2803
2807
|
) -> None:
|
2804
2808
|
'''
|
2805
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2806
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2807
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2808
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2809
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2809
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
2810
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
2811
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
|
2812
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
2813
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
2810
2814
|
'''
|
2811
2815
|
value = EventOrchestrationUnroutedSetRuleActions(
|
2812
2816
|
event_action=event_action,
|