cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_event_orchestration_unrouted`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class EventOrchestrationUnrouted(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationUnrouted.EventOrchestrationUnrouted",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -45,14 +48,14 @@ class EventOrchestrationUnrouted(
|
|
45
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
49
|
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
50
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
|
49
52
|
|
50
53
|
:param scope: The scope in which to define this construct.
|
51
54
|
: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.10.
|
53
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
56
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
|
57
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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
59
|
:param connection:
|
57
60
|
:param count:
|
58
61
|
:param depends_on:
|
@@ -94,7 +97,7 @@ class EventOrchestrationUnrouted(
|
|
94
97
|
|
95
98
|
:param scope: The scope in which to define this construct.
|
96
99
|
: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.10.
|
100
|
+
: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.10.1/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use
|
98
101
|
:param provider: ? Optional instance of the provider where the EventOrchestrationUnrouted to import is found.
|
99
102
|
'''
|
100
103
|
if __debug__:
|
@@ -112,7 +115,7 @@ class EventOrchestrationUnrouted(
|
|
112
115
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
113
116
|
) -> None:
|
114
117
|
'''
|
115
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
118
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
116
119
|
'''
|
117
120
|
value = EventOrchestrationUnroutedCatchAll(actions=actions)
|
118
121
|
|
@@ -217,7 +220,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
217
220
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
218
221
|
) -> None:
|
219
222
|
'''
|
220
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
223
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
221
224
|
'''
|
222
225
|
if isinstance(actions, dict):
|
223
226
|
actions = EventOrchestrationUnroutedCatchAllActions(**actions)
|
@@ -232,7 +235,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
232
235
|
def actions(self) -> "EventOrchestrationUnroutedCatchAllActions":
|
233
236
|
'''actions block.
|
234
237
|
|
235
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
238
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
236
239
|
'''
|
237
240
|
result = self._values.get("actions")
|
238
241
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -270,10 +273,10 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
270
273
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
271
274
|
) -> None:
|
272
275
|
'''
|
273
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
274
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
275
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
276
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
276
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
277
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
278
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
279
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
277
280
|
'''
|
278
281
|
if __debug__:
|
279
282
|
type_hints = typing.get_type_hints(_typecheckingstub__c6574dcb4a0e638aece27cc74f601e14a17d0b4395adc2458762bf0dd9ef29cd)
|
@@ -293,7 +296,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
293
296
|
|
294
297
|
@builtins.property
|
295
298
|
def event_action(self) -> typing.Optional[builtins.str]:
|
296
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
299
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
297
300
|
result = self._values.get("event_action")
|
298
301
|
return typing.cast(typing.Optional[builtins.str], result)
|
299
302
|
|
@@ -303,14 +306,14 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
303
306
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]]:
|
304
307
|
'''extraction block.
|
305
308
|
|
306
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
309
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
307
310
|
'''
|
308
311
|
result = self._values.get("extraction")
|
309
312
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]], result)
|
310
313
|
|
311
314
|
@builtins.property
|
312
315
|
def severity(self) -> typing.Optional[builtins.str]:
|
313
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
316
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
314
317
|
result = self._values.get("severity")
|
315
318
|
return typing.cast(typing.Optional[builtins.str], result)
|
316
319
|
|
@@ -320,7 +323,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
320
323
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]]:
|
321
324
|
'''variable block.
|
322
325
|
|
323
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
326
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
324
327
|
'''
|
325
328
|
result = self._values.get("variable")
|
326
329
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]], result)
|
@@ -357,10 +360,10 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
357
360
|
template: typing.Optional[builtins.str] = None,
|
358
361
|
) -> None:
|
359
362
|
'''
|
360
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
361
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
362
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
363
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
363
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
|
364
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
|
365
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
|
366
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
364
367
|
'''
|
365
368
|
if __debug__:
|
366
369
|
type_hints = typing.get_type_hints(_typecheckingstub__873057e6f5f2b8466ff463cc0428da1d09eef943c149dc85c306d593a566df69)
|
@@ -380,26 +383,26 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
380
383
|
|
381
384
|
@builtins.property
|
382
385
|
def target(self) -> builtins.str:
|
383
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
386
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
384
387
|
result = self._values.get("target")
|
385
388
|
assert result is not None, "Required property 'target' is missing"
|
386
389
|
return typing.cast(builtins.str, result)
|
387
390
|
|
388
391
|
@builtins.property
|
389
392
|
def regex(self) -> typing.Optional[builtins.str]:
|
390
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
393
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
391
394
|
result = self._values.get("regex")
|
392
395
|
return typing.cast(typing.Optional[builtins.str], result)
|
393
396
|
|
394
397
|
@builtins.property
|
395
398
|
def source(self) -> typing.Optional[builtins.str]:
|
396
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
399
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
397
400
|
result = self._values.get("source")
|
398
401
|
return typing.cast(typing.Optional[builtins.str], result)
|
399
402
|
|
400
403
|
@builtins.property
|
401
404
|
def template(self) -> typing.Optional[builtins.str]:
|
402
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
405
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
403
406
|
result = self._values.get("template")
|
404
407
|
return typing.cast(typing.Optional[builtins.str], result)
|
405
408
|
|
@@ -790,10 +793,10 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
790
793
|
value: builtins.str,
|
791
794
|
) -> None:
|
792
795
|
'''
|
793
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
794
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
795
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
796
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
796
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
|
797
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
|
798
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
|
799
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
797
800
|
'''
|
798
801
|
if __debug__:
|
799
802
|
type_hints = typing.get_type_hints(_typecheckingstub__6d16718dd84c51311e04997b4675de9db9aec5dd9d5debae2b5d98162b78bced)
|
@@ -810,28 +813,28 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
810
813
|
|
811
814
|
@builtins.property
|
812
815
|
def name(self) -> builtins.str:
|
813
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
816
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
814
817
|
result = self._values.get("name")
|
815
818
|
assert result is not None, "Required property 'name' is missing"
|
816
819
|
return typing.cast(builtins.str, result)
|
817
820
|
|
818
821
|
@builtins.property
|
819
822
|
def path(self) -> builtins.str:
|
820
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
823
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
821
824
|
result = self._values.get("path")
|
822
825
|
assert result is not None, "Required property 'path' is missing"
|
823
826
|
return typing.cast(builtins.str, result)
|
824
827
|
|
825
828
|
@builtins.property
|
826
829
|
def type(self) -> builtins.str:
|
827
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
830
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
828
831
|
result = self._values.get("type")
|
829
832
|
assert result is not None, "Required property 'type' is missing"
|
830
833
|
return typing.cast(builtins.str, result)
|
831
834
|
|
832
835
|
@builtins.property
|
833
836
|
def value(self) -> builtins.str:
|
834
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
837
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
835
838
|
result = self._values.get("value")
|
836
839
|
assert result is not None, "Required property 'value' is missing"
|
837
840
|
return typing.cast(builtins.str, result)
|
@@ -1083,10 +1086,10 @@ class EventOrchestrationUnroutedCatchAllOutputReference(
|
|
1083
1086
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1084
1087
|
) -> None:
|
1085
1088
|
'''
|
1086
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1087
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1088
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1089
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1089
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
1090
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1091
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
1092
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1090
1093
|
'''
|
1091
1094
|
value = EventOrchestrationUnroutedCatchAllActions(
|
1092
1095
|
event_action=event_action,
|
@@ -1166,10 +1169,10 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1166
1169
|
:param lifecycle:
|
1167
1170
|
:param provider:
|
1168
1171
|
:param provisioners:
|
1169
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1170
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1171
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1172
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1172
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1173
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
|
1174
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1175
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
1173
1176
|
'''
|
1174
1177
|
if isinstance(lifecycle, dict):
|
1175
1178
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -1278,7 +1281,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1278
1281
|
def catch_all(self) -> EventOrchestrationUnroutedCatchAll:
|
1279
1282
|
'''catch_all block.
|
1280
1283
|
|
1281
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1284
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1282
1285
|
'''
|
1283
1286
|
result = self._values.get("catch_all")
|
1284
1287
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -1286,7 +1289,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1286
1289
|
|
1287
1290
|
@builtins.property
|
1288
1291
|
def event_orchestration(self) -> builtins.str:
|
1289
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1292
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
|
1290
1293
|
result = self._values.get("event_orchestration")
|
1291
1294
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
1292
1295
|
return typing.cast(builtins.str, result)
|
@@ -1297,7 +1300,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1297
1300
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSet"]]:
|
1298
1301
|
'''set block.
|
1299
1302
|
|
1300
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1303
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1301
1304
|
'''
|
1302
1305
|
result = self._values.get("set")
|
1303
1306
|
assert result is not None, "Required property 'set' is missing"
|
@@ -1305,7 +1308,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1305
1308
|
|
1306
1309
|
@builtins.property
|
1307
1310
|
def id(self) -> typing.Optional[builtins.str]:
|
1308
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1311
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1309
1312
|
|
1310
1313
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1311
1314
|
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.
|
@@ -1338,8 +1341,8 @@ class EventOrchestrationUnroutedSet:
|
|
1338
1341
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1339
1342
|
) -> None:
|
1340
1343
|
'''
|
1341
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1342
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1344
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
1345
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1343
1346
|
'''
|
1344
1347
|
if __debug__:
|
1345
1348
|
type_hints = typing.get_type_hints(_typecheckingstub__d008f014806e1f881fbd832e0f0859fbb79a6023defe775d45620826b97169c9)
|
@@ -1353,7 +1356,7 @@ class EventOrchestrationUnroutedSet:
|
|
1353
1356
|
|
1354
1357
|
@builtins.property
|
1355
1358
|
def id(self) -> builtins.str:
|
1356
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1359
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1357
1360
|
|
1358
1361
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1359
1362
|
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.
|
@@ -1368,7 +1371,7 @@ class EventOrchestrationUnroutedSet:
|
|
1368
1371
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]]:
|
1369
1372
|
'''rule block.
|
1370
1373
|
|
1371
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1374
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1372
1375
|
'''
|
1373
1376
|
result = self._values.get("rule")
|
1374
1377
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]], result)
|
@@ -1585,10 +1588,10 @@ class EventOrchestrationUnroutedSetRule:
|
|
1585
1588
|
label: typing.Optional[builtins.str] = None,
|
1586
1589
|
) -> None:
|
1587
1590
|
'''
|
1588
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1589
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1590
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1591
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1591
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1592
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1593
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
|
1594
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
|
1592
1595
|
'''
|
1593
1596
|
if isinstance(actions, dict):
|
1594
1597
|
actions = EventOrchestrationUnroutedSetRuleActions(**actions)
|
@@ -1612,7 +1615,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1612
1615
|
def actions(self) -> "EventOrchestrationUnroutedSetRuleActions":
|
1613
1616
|
'''actions block.
|
1614
1617
|
|
1615
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1618
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1616
1619
|
'''
|
1617
1620
|
result = self._values.get("actions")
|
1618
1621
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -1624,7 +1627,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1624
1627
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]]:
|
1625
1628
|
'''condition block.
|
1626
1629
|
|
1627
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1630
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1628
1631
|
'''
|
1629
1632
|
result = self._values.get("condition")
|
1630
1633
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]], result)
|
@@ -1633,13 +1636,13 @@ class EventOrchestrationUnroutedSetRule:
|
|
1633
1636
|
def disabled(
|
1634
1637
|
self,
|
1635
1638
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
1636
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1639
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
|
1637
1640
|
result = self._values.get("disabled")
|
1638
1641
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
1639
1642
|
|
1640
1643
|
@builtins.property
|
1641
1644
|
def label(self) -> typing.Optional[builtins.str]:
|
1642
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1645
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
|
1643
1646
|
result = self._values.get("label")
|
1644
1647
|
return typing.cast(typing.Optional[builtins.str], result)
|
1645
1648
|
|
@@ -1677,11 +1680,11 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1677
1680
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1678
1681
|
) -> None:
|
1679
1682
|
'''
|
1680
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1681
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1682
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1683
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1684
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1683
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
1684
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1685
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
|
1686
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
1687
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1685
1688
|
'''
|
1686
1689
|
if __debug__:
|
1687
1690
|
type_hints = typing.get_type_hints(_typecheckingstub__7de69daeae1a5cd1a1063bd644434991e938ef8d905f1e00d5b411fef8b3a529)
|
@@ -1704,7 +1707,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1704
1707
|
|
1705
1708
|
@builtins.property
|
1706
1709
|
def event_action(self) -> typing.Optional[builtins.str]:
|
1707
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1710
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
1708
1711
|
result = self._values.get("event_action")
|
1709
1712
|
return typing.cast(typing.Optional[builtins.str], result)
|
1710
1713
|
|
@@ -1714,20 +1717,20 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1714
1717
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]]:
|
1715
1718
|
'''extraction block.
|
1716
1719
|
|
1717
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1720
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1718
1721
|
'''
|
1719
1722
|
result = self._values.get("extraction")
|
1720
1723
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]], result)
|
1721
1724
|
|
1722
1725
|
@builtins.property
|
1723
1726
|
def route_to(self) -> typing.Optional[builtins.str]:
|
1724
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1727
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
|
1725
1728
|
result = self._values.get("route_to")
|
1726
1729
|
return typing.cast(typing.Optional[builtins.str], result)
|
1727
1730
|
|
1728
1731
|
@builtins.property
|
1729
1732
|
def severity(self) -> typing.Optional[builtins.str]:
|
1730
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1733
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
1731
1734
|
result = self._values.get("severity")
|
1732
1735
|
return typing.cast(typing.Optional[builtins.str], result)
|
1733
1736
|
|
@@ -1737,7 +1740,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1737
1740
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]]:
|
1738
1741
|
'''variable block.
|
1739
1742
|
|
1740
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1743
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1741
1744
|
'''
|
1742
1745
|
result = self._values.get("variable")
|
1743
1746
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]], result)
|
@@ -1774,10 +1777,10 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1774
1777
|
template: typing.Optional[builtins.str] = None,
|
1775
1778
|
) -> None:
|
1776
1779
|
'''
|
1777
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1778
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1779
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1780
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1780
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
|
1781
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
|
1782
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
|
1783
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
1781
1784
|
'''
|
1782
1785
|
if __debug__:
|
1783
1786
|
type_hints = typing.get_type_hints(_typecheckingstub__8b3013dd35226ec76dc2f09e9719e1c12966fdd5323214ccba59c06037e0e915)
|
@@ -1797,26 +1800,26 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1797
1800
|
|
1798
1801
|
@builtins.property
|
1799
1802
|
def target(self) -> builtins.str:
|
1800
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1803
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
1801
1804
|
result = self._values.get("target")
|
1802
1805
|
assert result is not None, "Required property 'target' is missing"
|
1803
1806
|
return typing.cast(builtins.str, result)
|
1804
1807
|
|
1805
1808
|
@builtins.property
|
1806
1809
|
def regex(self) -> typing.Optional[builtins.str]:
|
1807
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1810
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
1808
1811
|
result = self._values.get("regex")
|
1809
1812
|
return typing.cast(typing.Optional[builtins.str], result)
|
1810
1813
|
|
1811
1814
|
@builtins.property
|
1812
1815
|
def source(self) -> typing.Optional[builtins.str]:
|
1813
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1816
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
1814
1817
|
result = self._values.get("source")
|
1815
1818
|
return typing.cast(typing.Optional[builtins.str], result)
|
1816
1819
|
|
1817
1820
|
@builtins.property
|
1818
1821
|
def template(self) -> typing.Optional[builtins.str]:
|
1819
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1822
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
1820
1823
|
result = self._values.get("template")
|
1821
1824
|
return typing.cast(typing.Optional[builtins.str], result)
|
1822
1825
|
|
@@ -2223,10 +2226,10 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2223
2226
|
value: builtins.str,
|
2224
2227
|
) -> None:
|
2225
2228
|
'''
|
2226
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2227
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2228
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2229
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2229
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
|
2230
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
|
2231
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
|
2232
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
2230
2233
|
'''
|
2231
2234
|
if __debug__:
|
2232
2235
|
type_hints = typing.get_type_hints(_typecheckingstub__dd0c5f57df347bcae15394cd70a29867473ac8aa3688e6f0dc355fc21a2ef2d8)
|
@@ -2243,28 +2246,28 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2243
2246
|
|
2244
2247
|
@builtins.property
|
2245
2248
|
def name(self) -> builtins.str:
|
2246
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2249
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
2247
2250
|
result = self._values.get("name")
|
2248
2251
|
assert result is not None, "Required property 'name' is missing"
|
2249
2252
|
return typing.cast(builtins.str, result)
|
2250
2253
|
|
2251
2254
|
@builtins.property
|
2252
2255
|
def path(self) -> builtins.str:
|
2253
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2256
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
2254
2257
|
result = self._values.get("path")
|
2255
2258
|
assert result is not None, "Required property 'path' is missing"
|
2256
2259
|
return typing.cast(builtins.str, result)
|
2257
2260
|
|
2258
2261
|
@builtins.property
|
2259
2262
|
def type(self) -> builtins.str:
|
2260
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2263
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
2261
2264
|
result = self._values.get("type")
|
2262
2265
|
assert result is not None, "Required property 'type' is missing"
|
2263
2266
|
return typing.cast(builtins.str, result)
|
2264
2267
|
|
2265
2268
|
@builtins.property
|
2266
2269
|
def value(self) -> builtins.str:
|
2267
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2270
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
2268
2271
|
result = self._values.get("value")
|
2269
2272
|
assert result is not None, "Required property 'value' is missing"
|
2270
2273
|
return typing.cast(builtins.str, result)
|
@@ -2494,7 +2497,7 @@ class EventOrchestrationUnroutedSetRuleActionsVariableOutputReference(
|
|
2494
2497
|
class EventOrchestrationUnroutedSetRuleCondition:
|
2495
2498
|
def __init__(self, *, expression: builtins.str) -> None:
|
2496
2499
|
'''
|
2497
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2500
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
|
2498
2501
|
'''
|
2499
2502
|
if __debug__:
|
2500
2503
|
type_hints = typing.get_type_hints(_typecheckingstub__7e07b5dc138d66b32d7ebe6a7836500090439b0c193c8ab86ebe5120b056af3f)
|
@@ -2505,7 +2508,7 @@ class EventOrchestrationUnroutedSetRuleCondition:
|
|
2505
2508
|
|
2506
2509
|
@builtins.property
|
2507
2510
|
def expression(self) -> builtins.str:
|
2508
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2511
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
|
2509
2512
|
result = self._values.get("expression")
|
2510
2513
|
assert result is not None, "Required property 'expression' is missing"
|
2511
2514
|
return typing.cast(builtins.str, result)
|
@@ -2806,11 +2809,11 @@ class EventOrchestrationUnroutedSetRuleOutputReference(
|
|
2806
2809
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2807
2810
|
) -> None:
|
2808
2811
|
'''
|
2809
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2810
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2811
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2812
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2813
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
2812
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
2813
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
2814
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
|
2815
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
2816
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
2814
2817
|
'''
|
2815
2818
|
value = EventOrchestrationUnroutedSetRuleActions(
|
2816
2819
|
event_action=event_action,
|