cdktf-cdktf-provider-pagerduty 13.5.0__py3-none-any.whl → 13.6.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +17 -60
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +30 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +35 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +191 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +77 -0
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.5.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.5.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_event_orchestration_unrouted`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
116
116
|
'''
|
117
117
|
value = EventOrchestrationUnroutedCatchAll(actions=actions)
|
118
118
|
|
@@ -217,7 +217,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
217
217
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
218
218
|
) -> None:
|
219
219
|
'''
|
220
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
220
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
221
221
|
'''
|
222
222
|
if isinstance(actions, dict):
|
223
223
|
actions = EventOrchestrationUnroutedCatchAllActions(**actions)
|
@@ -232,7 +232,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
232
232
|
def actions(self) -> "EventOrchestrationUnroutedCatchAllActions":
|
233
233
|
'''actions block.
|
234
234
|
|
235
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
235
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
236
236
|
'''
|
237
237
|
result = self._values.get("actions")
|
238
238
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -270,10 +270,10 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
270
270
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
271
271
|
) -> None:
|
272
272
|
'''
|
273
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
274
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
275
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
276
|
-
: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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
277
277
|
'''
|
278
278
|
if __debug__:
|
279
279
|
type_hints = typing.get_type_hints(_typecheckingstub__c6574dcb4a0e638aece27cc74f601e14a17d0b4395adc2458762bf0dd9ef29cd)
|
@@ -293,7 +293,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
293
293
|
|
294
294
|
@builtins.property
|
295
295
|
def event_action(self) -> typing.Optional[builtins.str]:
|
296
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
297
297
|
result = self._values.get("event_action")
|
298
298
|
return typing.cast(typing.Optional[builtins.str], result)
|
299
299
|
|
@@ -303,14 +303,14 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
303
303
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]]:
|
304
304
|
'''extraction block.
|
305
305
|
|
306
|
-
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.10.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
307
307
|
'''
|
308
308
|
result = self._values.get("extraction")
|
309
309
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]], result)
|
310
310
|
|
311
311
|
@builtins.property
|
312
312
|
def severity(self) -> typing.Optional[builtins.str]:
|
313
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
314
314
|
result = self._values.get("severity")
|
315
315
|
return typing.cast(typing.Optional[builtins.str], result)
|
316
316
|
|
@@ -320,7 +320,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
320
320
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]]:
|
321
321
|
'''variable block.
|
322
322
|
|
323
|
-
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.10.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
324
324
|
'''
|
325
325
|
result = self._values.get("variable")
|
326
326
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]], result)
|
@@ -357,10 +357,10 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
357
357
|
template: typing.Optional[builtins.str] = None,
|
358
358
|
) -> None:
|
359
359
|
'''
|
360
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
361
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
362
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
363
|
-
: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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
364
364
|
'''
|
365
365
|
if __debug__:
|
366
366
|
type_hints = typing.get_type_hints(_typecheckingstub__873057e6f5f2b8466ff463cc0428da1d09eef943c149dc85c306d593a566df69)
|
@@ -380,26 +380,26 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
380
380
|
|
381
381
|
@builtins.property
|
382
382
|
def target(self) -> builtins.str:
|
383
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
384
384
|
result = self._values.get("target")
|
385
385
|
assert result is not None, "Required property 'target' is missing"
|
386
386
|
return typing.cast(builtins.str, result)
|
387
387
|
|
388
388
|
@builtins.property
|
389
389
|
def regex(self) -> typing.Optional[builtins.str]:
|
390
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
391
391
|
result = self._values.get("regex")
|
392
392
|
return typing.cast(typing.Optional[builtins.str], result)
|
393
393
|
|
394
394
|
@builtins.property
|
395
395
|
def source(self) -> typing.Optional[builtins.str]:
|
396
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
396
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
397
397
|
result = self._values.get("source")
|
398
398
|
return typing.cast(typing.Optional[builtins.str], result)
|
399
399
|
|
400
400
|
@builtins.property
|
401
401
|
def template(self) -> typing.Optional[builtins.str]:
|
402
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
403
403
|
result = self._values.get("template")
|
404
404
|
return typing.cast(typing.Optional[builtins.str], result)
|
405
405
|
|
@@ -790,10 +790,10 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
790
790
|
value: builtins.str,
|
791
791
|
) -> None:
|
792
792
|
'''
|
793
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
794
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
795
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
796
|
-
: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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
797
797
|
'''
|
798
798
|
if __debug__:
|
799
799
|
type_hints = typing.get_type_hints(_typecheckingstub__6d16718dd84c51311e04997b4675de9db9aec5dd9d5debae2b5d98162b78bced)
|
@@ -810,28 +810,28 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
810
810
|
|
811
811
|
@builtins.property
|
812
812
|
def name(self) -> builtins.str:
|
813
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
814
814
|
result = self._values.get("name")
|
815
815
|
assert result is not None, "Required property 'name' is missing"
|
816
816
|
return typing.cast(builtins.str, result)
|
817
817
|
|
818
818
|
@builtins.property
|
819
819
|
def path(self) -> builtins.str:
|
820
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
821
821
|
result = self._values.get("path")
|
822
822
|
assert result is not None, "Required property 'path' is missing"
|
823
823
|
return typing.cast(builtins.str, result)
|
824
824
|
|
825
825
|
@builtins.property
|
826
826
|
def type(self) -> builtins.str:
|
827
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
828
828
|
result = self._values.get("type")
|
829
829
|
assert result is not None, "Required property 'type' is missing"
|
830
830
|
return typing.cast(builtins.str, result)
|
831
831
|
|
832
832
|
@builtins.property
|
833
833
|
def value(self) -> builtins.str:
|
834
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
835
835
|
result = self._values.get("value")
|
836
836
|
assert result is not None, "Required property 'value' is missing"
|
837
837
|
return typing.cast(builtins.str, result)
|
@@ -1083,10 +1083,10 @@ class EventOrchestrationUnroutedCatchAllOutputReference(
|
|
1083
1083
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1084
1084
|
) -> None:
|
1085
1085
|
'''
|
1086
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1087
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1088
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1089
|
-
: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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1090
1090
|
'''
|
1091
1091
|
value = EventOrchestrationUnroutedCatchAllActions(
|
1092
1092
|
event_action=event_action,
|
@@ -1166,10 +1166,10 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1166
1166
|
:param lifecycle:
|
1167
1167
|
:param provider:
|
1168
1168
|
:param provisioners:
|
1169
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1170
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1171
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1172
|
-
: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.10.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.10.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.10.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.10.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.
|
1173
1173
|
'''
|
1174
1174
|
if isinstance(lifecycle, dict):
|
1175
1175
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -1278,7 +1278,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1278
1278
|
def catch_all(self) -> EventOrchestrationUnroutedCatchAll:
|
1279
1279
|
'''catch_all block.
|
1280
1280
|
|
1281
|
-
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.10.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1282
1282
|
'''
|
1283
1283
|
result = self._values.get("catch_all")
|
1284
1284
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -1286,7 +1286,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1286
1286
|
|
1287
1287
|
@builtins.property
|
1288
1288
|
def event_orchestration(self) -> builtins.str:
|
1289
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
|
1290
1290
|
result = self._values.get("event_orchestration")
|
1291
1291
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
1292
1292
|
return typing.cast(builtins.str, result)
|
@@ -1297,7 +1297,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1297
1297
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSet"]]:
|
1298
1298
|
'''set block.
|
1299
1299
|
|
1300
|
-
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.10.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1301
1301
|
'''
|
1302
1302
|
result = self._values.get("set")
|
1303
1303
|
assert result is not None, "Required property 'set' is missing"
|
@@ -1305,7 +1305,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1305
1305
|
|
1306
1306
|
@builtins.property
|
1307
1307
|
def id(self) -> typing.Optional[builtins.str]:
|
1308
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1309
1309
|
|
1310
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.
|
1311
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.
|
@@ -1338,8 +1338,8 @@ class EventOrchestrationUnroutedSet:
|
|
1338
1338
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1339
1339
|
) -> None:
|
1340
1340
|
'''
|
1341
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1342
|
-
: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.10.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.10.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1343
1343
|
'''
|
1344
1344
|
if __debug__:
|
1345
1345
|
type_hints = typing.get_type_hints(_typecheckingstub__d008f014806e1f881fbd832e0f0859fbb79a6023defe775d45620826b97169c9)
|
@@ -1353,7 +1353,7 @@ class EventOrchestrationUnroutedSet:
|
|
1353
1353
|
|
1354
1354
|
@builtins.property
|
1355
1355
|
def id(self) -> builtins.str:
|
1356
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1357
1357
|
|
1358
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.
|
1359
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.
|
@@ -1368,7 +1368,7 @@ class EventOrchestrationUnroutedSet:
|
|
1368
1368
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]]:
|
1369
1369
|
'''rule block.
|
1370
1370
|
|
1371
|
-
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.10.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1372
1372
|
'''
|
1373
1373
|
result = self._values.get("rule")
|
1374
1374
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]], result)
|
@@ -1585,10 +1585,10 @@ class EventOrchestrationUnroutedSetRule:
|
|
1585
1585
|
label: typing.Optional[builtins.str] = None,
|
1586
1586
|
) -> None:
|
1587
1587
|
'''
|
1588
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1589
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1590
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1591
|
-
: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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
|
1592
1592
|
'''
|
1593
1593
|
if isinstance(actions, dict):
|
1594
1594
|
actions = EventOrchestrationUnroutedSetRuleActions(**actions)
|
@@ -1612,7 +1612,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1612
1612
|
def actions(self) -> "EventOrchestrationUnroutedSetRuleActions":
|
1613
1613
|
'''actions block.
|
1614
1614
|
|
1615
|
-
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.10.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1616
1616
|
'''
|
1617
1617
|
result = self._values.get("actions")
|
1618
1618
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -1624,7 +1624,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1624
1624
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]]:
|
1625
1625
|
'''condition block.
|
1626
1626
|
|
1627
|
-
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.10.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1628
1628
|
'''
|
1629
1629
|
result = self._values.get("condition")
|
1630
1630
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]], result)
|
@@ -1633,13 +1633,13 @@ class EventOrchestrationUnroutedSetRule:
|
|
1633
1633
|
def disabled(
|
1634
1634
|
self,
|
1635
1635
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
1636
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
|
1637
1637
|
result = self._values.get("disabled")
|
1638
1638
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
1639
1639
|
|
1640
1640
|
@builtins.property
|
1641
1641
|
def label(self) -> typing.Optional[builtins.str]:
|
1642
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
|
1643
1643
|
result = self._values.get("label")
|
1644
1644
|
return typing.cast(typing.Optional[builtins.str], result)
|
1645
1645
|
|
@@ -1677,11 +1677,11 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1677
1677
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1678
1678
|
) -> None:
|
1679
1679
|
'''
|
1680
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1681
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1682
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1683
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1684
|
-
: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.10.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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1685
1685
|
'''
|
1686
1686
|
if __debug__:
|
1687
1687
|
type_hints = typing.get_type_hints(_typecheckingstub__7de69daeae1a5cd1a1063bd644434991e938ef8d905f1e00d5b411fef8b3a529)
|
@@ -1704,7 +1704,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1704
1704
|
|
1705
1705
|
@builtins.property
|
1706
1706
|
def event_action(self) -> typing.Optional[builtins.str]:
|
1707
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
1708
1708
|
result = self._values.get("event_action")
|
1709
1709
|
return typing.cast(typing.Optional[builtins.str], result)
|
1710
1710
|
|
@@ -1714,20 +1714,20 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1714
1714
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]]:
|
1715
1715
|
'''extraction block.
|
1716
1716
|
|
1717
|
-
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.10.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1718
1718
|
'''
|
1719
1719
|
result = self._values.get("extraction")
|
1720
1720
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]], result)
|
1721
1721
|
|
1722
1722
|
@builtins.property
|
1723
1723
|
def route_to(self) -> typing.Optional[builtins.str]:
|
1724
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
|
1725
1725
|
result = self._values.get("route_to")
|
1726
1726
|
return typing.cast(typing.Optional[builtins.str], result)
|
1727
1727
|
|
1728
1728
|
@builtins.property
|
1729
1729
|
def severity(self) -> typing.Optional[builtins.str]:
|
1730
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
1731
1731
|
result = self._values.get("severity")
|
1732
1732
|
return typing.cast(typing.Optional[builtins.str], result)
|
1733
1733
|
|
@@ -1737,7 +1737,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1737
1737
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]]:
|
1738
1738
|
'''variable block.
|
1739
1739
|
|
1740
|
-
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.10.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1741
1741
|
'''
|
1742
1742
|
result = self._values.get("variable")
|
1743
1743
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]], result)
|
@@ -1774,10 +1774,10 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1774
1774
|
template: typing.Optional[builtins.str] = None,
|
1775
1775
|
) -> None:
|
1776
1776
|
'''
|
1777
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1778
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1779
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1780
|
-
: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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
1781
1781
|
'''
|
1782
1782
|
if __debug__:
|
1783
1783
|
type_hints = typing.get_type_hints(_typecheckingstub__8b3013dd35226ec76dc2f09e9719e1c12966fdd5323214ccba59c06037e0e915)
|
@@ -1797,26 +1797,26 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1797
1797
|
|
1798
1798
|
@builtins.property
|
1799
1799
|
def target(self) -> builtins.str:
|
1800
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
1801
1801
|
result = self._values.get("target")
|
1802
1802
|
assert result is not None, "Required property 'target' is missing"
|
1803
1803
|
return typing.cast(builtins.str, result)
|
1804
1804
|
|
1805
1805
|
@builtins.property
|
1806
1806
|
def regex(self) -> typing.Optional[builtins.str]:
|
1807
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
1808
1808
|
result = self._values.get("regex")
|
1809
1809
|
return typing.cast(typing.Optional[builtins.str], result)
|
1810
1810
|
|
1811
1811
|
@builtins.property
|
1812
1812
|
def source(self) -> typing.Optional[builtins.str]:
|
1813
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
1814
1814
|
result = self._values.get("source")
|
1815
1815
|
return typing.cast(typing.Optional[builtins.str], result)
|
1816
1816
|
|
1817
1817
|
@builtins.property
|
1818
1818
|
def template(self) -> typing.Optional[builtins.str]:
|
1819
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
1820
1820
|
result = self._values.get("template")
|
1821
1821
|
return typing.cast(typing.Optional[builtins.str], result)
|
1822
1822
|
|
@@ -2223,10 +2223,10 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2223
2223
|
value: builtins.str,
|
2224
2224
|
) -> None:
|
2225
2225
|
'''
|
2226
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2227
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2228
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2229
|
-
: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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
2230
2230
|
'''
|
2231
2231
|
if __debug__:
|
2232
2232
|
type_hints = typing.get_type_hints(_typecheckingstub__dd0c5f57df347bcae15394cd70a29867473ac8aa3688e6f0dc355fc21a2ef2d8)
|
@@ -2243,28 +2243,28 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2243
2243
|
|
2244
2244
|
@builtins.property
|
2245
2245
|
def name(self) -> builtins.str:
|
2246
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
2247
2247
|
result = self._values.get("name")
|
2248
2248
|
assert result is not None, "Required property 'name' is missing"
|
2249
2249
|
return typing.cast(builtins.str, result)
|
2250
2250
|
|
2251
2251
|
@builtins.property
|
2252
2252
|
def path(self) -> builtins.str:
|
2253
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
2254
2254
|
result = self._values.get("path")
|
2255
2255
|
assert result is not None, "Required property 'path' is missing"
|
2256
2256
|
return typing.cast(builtins.str, result)
|
2257
2257
|
|
2258
2258
|
@builtins.property
|
2259
2259
|
def type(self) -> builtins.str:
|
2260
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
2261
2261
|
result = self._values.get("type")
|
2262
2262
|
assert result is not None, "Required property 'type' is missing"
|
2263
2263
|
return typing.cast(builtins.str, result)
|
2264
2264
|
|
2265
2265
|
@builtins.property
|
2266
2266
|
def value(self) -> builtins.str:
|
2267
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
2268
2268
|
result = self._values.get("value")
|
2269
2269
|
assert result is not None, "Required property 'value' is missing"
|
2270
2270
|
return typing.cast(builtins.str, result)
|
@@ -2494,7 +2494,7 @@ class EventOrchestrationUnroutedSetRuleActionsVariableOutputReference(
|
|
2494
2494
|
class EventOrchestrationUnroutedSetRuleCondition:
|
2495
2495
|
def __init__(self, *, expression: builtins.str) -> None:
|
2496
2496
|
'''
|
2497
|
-
: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.10.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
|
2498
2498
|
'''
|
2499
2499
|
if __debug__:
|
2500
2500
|
type_hints = typing.get_type_hints(_typecheckingstub__7e07b5dc138d66b32d7ebe6a7836500090439b0c193c8ab86ebe5120b056af3f)
|
@@ -2505,7 +2505,7 @@ class EventOrchestrationUnroutedSetRuleCondition:
|
|
2505
2505
|
|
2506
2506
|
@builtins.property
|
2507
2507
|
def expression(self) -> builtins.str:
|
2508
|
-
'''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.10.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
|
2509
2509
|
result = self._values.get("expression")
|
2510
2510
|
assert result is not None, "Required property 'expression' is missing"
|
2511
2511
|
return typing.cast(builtins.str, result)
|
@@ -2806,11 +2806,11 @@ class EventOrchestrationUnroutedSetRuleOutputReference(
|
|
2806
2806
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2807
2807
|
) -> None:
|
2808
2808
|
'''
|
2809
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2810
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2811
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2812
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2813
|
-
: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.10.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.10.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.10.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.10.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.10.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
2814
2814
|
'''
|
2815
2815
|
value = EventOrchestrationUnroutedSetRuleActions(
|
2816
2816
|
event_action=event_action,
|