cdktf-cdktf-provider-pagerduty 13.11.6__py3-none-any.whl → 13.11.7__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 +19 -4
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.7.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +68 -53
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +44 -29
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +51 -36
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +213 -198
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +49 -34
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +66 -51
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +222 -207
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +49 -34
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +108 -93
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +38 -23
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +56 -41
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +61 -46
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +47 -32
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -35
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +71 -56
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +141 -126
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +63 -48
- cdktf_cdktf_provider_pagerduty/service/__init__.py +138 -123
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +37 -22
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +133 -118
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +106 -91
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +47 -32
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/team/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/user/__init__.py +50 -35
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +36 -21
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +57 -42
- {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/METADATA +6 -6
- cdktf_cdktf_provider_pagerduty-13.11.7.dist-info/RECORD +82 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.6.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.11.6.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
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.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -16,7 +16,22 @@ import jsii
|
|
16
16
|
import publication
|
17
17
|
import typing_extensions
|
18
18
|
|
19
|
-
|
19
|
+
import typeguard
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
22
|
+
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
26
|
+
else:
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
28
|
+
pass
|
29
|
+
else:
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
33
|
+
else:
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
20
35
|
|
21
36
|
from .._jsii import *
|
22
37
|
|
@@ -29,7 +44,7 @@ class EventOrchestrationUnrouted(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationUnrouted.EventOrchestrationUnrouted",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -48,14 +63,14 @@ class EventOrchestrationUnrouted(
|
|
48
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
64
|
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,
|
50
65
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
|
52
67
|
|
53
68
|
:param scope: The scope in which to define this construct.
|
54
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
55
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
56
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
57
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
70
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
71
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
|
72
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
59
74
|
:param connection:
|
60
75
|
:param count:
|
61
76
|
:param depends_on:
|
@@ -97,7 +112,7 @@ class EventOrchestrationUnrouted(
|
|
97
112
|
|
98
113
|
:param scope: The scope in which to define this construct.
|
99
114
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationUnrouted to import.
|
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.15.
|
115
|
+
: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.15.7/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use
|
101
116
|
:param provider: ? Optional instance of the provider where the EventOrchestrationUnrouted to import is found.
|
102
117
|
'''
|
103
118
|
if __debug__:
|
@@ -115,7 +130,7 @@ class EventOrchestrationUnrouted(
|
|
115
130
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
116
131
|
) -> None:
|
117
132
|
'''
|
118
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
133
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
119
134
|
'''
|
120
135
|
value = EventOrchestrationUnroutedCatchAll(actions=actions)
|
121
136
|
|
@@ -220,7 +235,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
220
235
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
221
236
|
) -> None:
|
222
237
|
'''
|
223
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
238
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
224
239
|
'''
|
225
240
|
if isinstance(actions, dict):
|
226
241
|
actions = EventOrchestrationUnroutedCatchAllActions(**actions)
|
@@ -235,7 +250,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
235
250
|
def actions(self) -> "EventOrchestrationUnroutedCatchAllActions":
|
236
251
|
'''actions block.
|
237
252
|
|
238
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
253
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
239
254
|
'''
|
240
255
|
result = self._values.get("actions")
|
241
256
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -273,10 +288,10 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
273
288
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
274
289
|
) -> None:
|
275
290
|
'''
|
276
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
277
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
278
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
279
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
291
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
292
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
293
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
294
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
280
295
|
'''
|
281
296
|
if __debug__:
|
282
297
|
type_hints = typing.get_type_hints(_typecheckingstub__c6574dcb4a0e638aece27cc74f601e14a17d0b4395adc2458762bf0dd9ef29cd)
|
@@ -296,7 +311,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
296
311
|
|
297
312
|
@builtins.property
|
298
313
|
def event_action(self) -> typing.Optional[builtins.str]:
|
299
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
314
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
300
315
|
result = self._values.get("event_action")
|
301
316
|
return typing.cast(typing.Optional[builtins.str], result)
|
302
317
|
|
@@ -306,14 +321,14 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
306
321
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]]:
|
307
322
|
'''extraction block.
|
308
323
|
|
309
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
324
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
310
325
|
'''
|
311
326
|
result = self._values.get("extraction")
|
312
327
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]], result)
|
313
328
|
|
314
329
|
@builtins.property
|
315
330
|
def severity(self) -> typing.Optional[builtins.str]:
|
316
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
331
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
317
332
|
result = self._values.get("severity")
|
318
333
|
return typing.cast(typing.Optional[builtins.str], result)
|
319
334
|
|
@@ -323,7 +338,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
323
338
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]]:
|
324
339
|
'''variable block.
|
325
340
|
|
326
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
341
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
327
342
|
'''
|
328
343
|
result = self._values.get("variable")
|
329
344
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]], result)
|
@@ -360,10 +375,10 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
360
375
|
template: typing.Optional[builtins.str] = None,
|
361
376
|
) -> None:
|
362
377
|
'''
|
363
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
364
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
365
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
366
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
378
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
|
379
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
|
380
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
|
381
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
367
382
|
'''
|
368
383
|
if __debug__:
|
369
384
|
type_hints = typing.get_type_hints(_typecheckingstub__873057e6f5f2b8466ff463cc0428da1d09eef943c149dc85c306d593a566df69)
|
@@ -383,26 +398,26 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
383
398
|
|
384
399
|
@builtins.property
|
385
400
|
def target(self) -> builtins.str:
|
386
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
401
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
387
402
|
result = self._values.get("target")
|
388
403
|
assert result is not None, "Required property 'target' is missing"
|
389
404
|
return typing.cast(builtins.str, result)
|
390
405
|
|
391
406
|
@builtins.property
|
392
407
|
def regex(self) -> typing.Optional[builtins.str]:
|
393
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
408
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
394
409
|
result = self._values.get("regex")
|
395
410
|
return typing.cast(typing.Optional[builtins.str], result)
|
396
411
|
|
397
412
|
@builtins.property
|
398
413
|
def source(self) -> typing.Optional[builtins.str]:
|
399
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
414
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
400
415
|
result = self._values.get("source")
|
401
416
|
return typing.cast(typing.Optional[builtins.str], result)
|
402
417
|
|
403
418
|
@builtins.property
|
404
419
|
def template(self) -> typing.Optional[builtins.str]:
|
405
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
420
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
406
421
|
result = self._values.get("template")
|
407
422
|
return typing.cast(typing.Optional[builtins.str], result)
|
408
423
|
|
@@ -793,10 +808,10 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
793
808
|
value: builtins.str,
|
794
809
|
) -> None:
|
795
810
|
'''
|
796
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
797
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
798
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
799
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
811
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
|
812
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
|
813
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
|
814
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
800
815
|
'''
|
801
816
|
if __debug__:
|
802
817
|
type_hints = typing.get_type_hints(_typecheckingstub__6d16718dd84c51311e04997b4675de9db9aec5dd9d5debae2b5d98162b78bced)
|
@@ -813,28 +828,28 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
813
828
|
|
814
829
|
@builtins.property
|
815
830
|
def name(self) -> builtins.str:
|
816
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
831
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
817
832
|
result = self._values.get("name")
|
818
833
|
assert result is not None, "Required property 'name' is missing"
|
819
834
|
return typing.cast(builtins.str, result)
|
820
835
|
|
821
836
|
@builtins.property
|
822
837
|
def path(self) -> builtins.str:
|
823
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
838
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
824
839
|
result = self._values.get("path")
|
825
840
|
assert result is not None, "Required property 'path' is missing"
|
826
841
|
return typing.cast(builtins.str, result)
|
827
842
|
|
828
843
|
@builtins.property
|
829
844
|
def type(self) -> builtins.str:
|
830
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
845
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
831
846
|
result = self._values.get("type")
|
832
847
|
assert result is not None, "Required property 'type' is missing"
|
833
848
|
return typing.cast(builtins.str, result)
|
834
849
|
|
835
850
|
@builtins.property
|
836
851
|
def value(self) -> builtins.str:
|
837
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
852
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
838
853
|
result = self._values.get("value")
|
839
854
|
assert result is not None, "Required property 'value' is missing"
|
840
855
|
return typing.cast(builtins.str, result)
|
@@ -1086,10 +1101,10 @@ class EventOrchestrationUnroutedCatchAllOutputReference(
|
|
1086
1101
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1087
1102
|
) -> None:
|
1088
1103
|
'''
|
1089
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1090
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1091
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1092
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1104
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
1105
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1106
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
1107
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1093
1108
|
'''
|
1094
1109
|
value = EventOrchestrationUnroutedCatchAllActions(
|
1095
1110
|
event_action=event_action,
|
@@ -1169,10 +1184,10 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1169
1184
|
:param lifecycle:
|
1170
1185
|
:param provider:
|
1171
1186
|
:param provisioners:
|
1172
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1173
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1174
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1175
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1187
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1188
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
|
1189
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1190
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
1176
1191
|
'''
|
1177
1192
|
if isinstance(lifecycle, dict):
|
1178
1193
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -1281,7 +1296,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1281
1296
|
def catch_all(self) -> EventOrchestrationUnroutedCatchAll:
|
1282
1297
|
'''catch_all block.
|
1283
1298
|
|
1284
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1299
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1285
1300
|
'''
|
1286
1301
|
result = self._values.get("catch_all")
|
1287
1302
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -1289,7 +1304,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1289
1304
|
|
1290
1305
|
@builtins.property
|
1291
1306
|
def event_orchestration(self) -> builtins.str:
|
1292
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1307
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
|
1293
1308
|
result = self._values.get("event_orchestration")
|
1294
1309
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
1295
1310
|
return typing.cast(builtins.str, result)
|
@@ -1300,7 +1315,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1300
1315
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSet"]]:
|
1301
1316
|
'''set block.
|
1302
1317
|
|
1303
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1318
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1304
1319
|
'''
|
1305
1320
|
result = self._values.get("set")
|
1306
1321
|
assert result is not None, "Required property 'set' is missing"
|
@@ -1308,7 +1323,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1308
1323
|
|
1309
1324
|
@builtins.property
|
1310
1325
|
def id(self) -> typing.Optional[builtins.str]:
|
1311
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1326
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1312
1327
|
|
1313
1328
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1314
1329
|
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.
|
@@ -1341,8 +1356,8 @@ class EventOrchestrationUnroutedSet:
|
|
1341
1356
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1342
1357
|
) -> None:
|
1343
1358
|
'''
|
1344
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1345
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1359
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
1360
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1346
1361
|
'''
|
1347
1362
|
if __debug__:
|
1348
1363
|
type_hints = typing.get_type_hints(_typecheckingstub__d008f014806e1f881fbd832e0f0859fbb79a6023defe775d45620826b97169c9)
|
@@ -1356,7 +1371,7 @@ class EventOrchestrationUnroutedSet:
|
|
1356
1371
|
|
1357
1372
|
@builtins.property
|
1358
1373
|
def id(self) -> builtins.str:
|
1359
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1374
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1360
1375
|
|
1361
1376
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1362
1377
|
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.
|
@@ -1371,7 +1386,7 @@ class EventOrchestrationUnroutedSet:
|
|
1371
1386
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]]:
|
1372
1387
|
'''rule block.
|
1373
1388
|
|
1374
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1389
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1375
1390
|
'''
|
1376
1391
|
result = self._values.get("rule")
|
1377
1392
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]], result)
|
@@ -1588,10 +1603,10 @@ class EventOrchestrationUnroutedSetRule:
|
|
1588
1603
|
label: typing.Optional[builtins.str] = None,
|
1589
1604
|
) -> None:
|
1590
1605
|
'''
|
1591
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1592
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1593
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1594
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1606
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1607
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1608
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
|
1609
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
|
1595
1610
|
'''
|
1596
1611
|
if isinstance(actions, dict):
|
1597
1612
|
actions = EventOrchestrationUnroutedSetRuleActions(**actions)
|
@@ -1615,7 +1630,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1615
1630
|
def actions(self) -> "EventOrchestrationUnroutedSetRuleActions":
|
1616
1631
|
'''actions block.
|
1617
1632
|
|
1618
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1633
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1619
1634
|
'''
|
1620
1635
|
result = self._values.get("actions")
|
1621
1636
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -1627,7 +1642,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1627
1642
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]]:
|
1628
1643
|
'''condition block.
|
1629
1644
|
|
1630
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1645
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1631
1646
|
'''
|
1632
1647
|
result = self._values.get("condition")
|
1633
1648
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]], result)
|
@@ -1636,13 +1651,13 @@ class EventOrchestrationUnroutedSetRule:
|
|
1636
1651
|
def disabled(
|
1637
1652
|
self,
|
1638
1653
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
1639
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1654
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
|
1640
1655
|
result = self._values.get("disabled")
|
1641
1656
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
1642
1657
|
|
1643
1658
|
@builtins.property
|
1644
1659
|
def label(self) -> typing.Optional[builtins.str]:
|
1645
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1660
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
|
1646
1661
|
result = self._values.get("label")
|
1647
1662
|
return typing.cast(typing.Optional[builtins.str], result)
|
1648
1663
|
|
@@ -1680,11 +1695,11 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1680
1695
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1681
1696
|
) -> None:
|
1682
1697
|
'''
|
1683
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1684
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1685
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1686
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1687
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1698
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
1699
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1700
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
|
1701
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
1702
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1688
1703
|
'''
|
1689
1704
|
if __debug__:
|
1690
1705
|
type_hints = typing.get_type_hints(_typecheckingstub__7de69daeae1a5cd1a1063bd644434991e938ef8d905f1e00d5b411fef8b3a529)
|
@@ -1707,7 +1722,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1707
1722
|
|
1708
1723
|
@builtins.property
|
1709
1724
|
def event_action(self) -> typing.Optional[builtins.str]:
|
1710
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1725
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
1711
1726
|
result = self._values.get("event_action")
|
1712
1727
|
return typing.cast(typing.Optional[builtins.str], result)
|
1713
1728
|
|
@@ -1717,20 +1732,20 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1717
1732
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]]:
|
1718
1733
|
'''extraction block.
|
1719
1734
|
|
1720
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1735
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1721
1736
|
'''
|
1722
1737
|
result = self._values.get("extraction")
|
1723
1738
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]], result)
|
1724
1739
|
|
1725
1740
|
@builtins.property
|
1726
1741
|
def route_to(self) -> typing.Optional[builtins.str]:
|
1727
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1742
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
|
1728
1743
|
result = self._values.get("route_to")
|
1729
1744
|
return typing.cast(typing.Optional[builtins.str], result)
|
1730
1745
|
|
1731
1746
|
@builtins.property
|
1732
1747
|
def severity(self) -> typing.Optional[builtins.str]:
|
1733
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1748
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
1734
1749
|
result = self._values.get("severity")
|
1735
1750
|
return typing.cast(typing.Optional[builtins.str], result)
|
1736
1751
|
|
@@ -1740,7 +1755,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1740
1755
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]]:
|
1741
1756
|
'''variable block.
|
1742
1757
|
|
1743
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1758
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1744
1759
|
'''
|
1745
1760
|
result = self._values.get("variable")
|
1746
1761
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]], result)
|
@@ -1777,10 +1792,10 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1777
1792
|
template: typing.Optional[builtins.str] = None,
|
1778
1793
|
) -> None:
|
1779
1794
|
'''
|
1780
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1781
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1782
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1783
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1795
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
|
1796
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
|
1797
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
|
1798
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
1784
1799
|
'''
|
1785
1800
|
if __debug__:
|
1786
1801
|
type_hints = typing.get_type_hints(_typecheckingstub__8b3013dd35226ec76dc2f09e9719e1c12966fdd5323214ccba59c06037e0e915)
|
@@ -1800,26 +1815,26 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1800
1815
|
|
1801
1816
|
@builtins.property
|
1802
1817
|
def target(self) -> builtins.str:
|
1803
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1818
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
1804
1819
|
result = self._values.get("target")
|
1805
1820
|
assert result is not None, "Required property 'target' is missing"
|
1806
1821
|
return typing.cast(builtins.str, result)
|
1807
1822
|
|
1808
1823
|
@builtins.property
|
1809
1824
|
def regex(self) -> typing.Optional[builtins.str]:
|
1810
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1825
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
1811
1826
|
result = self._values.get("regex")
|
1812
1827
|
return typing.cast(typing.Optional[builtins.str], result)
|
1813
1828
|
|
1814
1829
|
@builtins.property
|
1815
1830
|
def source(self) -> typing.Optional[builtins.str]:
|
1816
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1831
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
1817
1832
|
result = self._values.get("source")
|
1818
1833
|
return typing.cast(typing.Optional[builtins.str], result)
|
1819
1834
|
|
1820
1835
|
@builtins.property
|
1821
1836
|
def template(self) -> typing.Optional[builtins.str]:
|
1822
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1837
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
1823
1838
|
result = self._values.get("template")
|
1824
1839
|
return typing.cast(typing.Optional[builtins.str], result)
|
1825
1840
|
|
@@ -2226,10 +2241,10 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2226
2241
|
value: builtins.str,
|
2227
2242
|
) -> None:
|
2228
2243
|
'''
|
2229
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2230
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2231
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2232
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2244
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
|
2245
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
|
2246
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
|
2247
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
2233
2248
|
'''
|
2234
2249
|
if __debug__:
|
2235
2250
|
type_hints = typing.get_type_hints(_typecheckingstub__dd0c5f57df347bcae15394cd70a29867473ac8aa3688e6f0dc355fc21a2ef2d8)
|
@@ -2246,28 +2261,28 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2246
2261
|
|
2247
2262
|
@builtins.property
|
2248
2263
|
def name(self) -> builtins.str:
|
2249
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2264
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
2250
2265
|
result = self._values.get("name")
|
2251
2266
|
assert result is not None, "Required property 'name' is missing"
|
2252
2267
|
return typing.cast(builtins.str, result)
|
2253
2268
|
|
2254
2269
|
@builtins.property
|
2255
2270
|
def path(self) -> builtins.str:
|
2256
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2271
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
2257
2272
|
result = self._values.get("path")
|
2258
2273
|
assert result is not None, "Required property 'path' is missing"
|
2259
2274
|
return typing.cast(builtins.str, result)
|
2260
2275
|
|
2261
2276
|
@builtins.property
|
2262
2277
|
def type(self) -> builtins.str:
|
2263
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2278
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
2264
2279
|
result = self._values.get("type")
|
2265
2280
|
assert result is not None, "Required property 'type' is missing"
|
2266
2281
|
return typing.cast(builtins.str, result)
|
2267
2282
|
|
2268
2283
|
@builtins.property
|
2269
2284
|
def value(self) -> builtins.str:
|
2270
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2285
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
2271
2286
|
result = self._values.get("value")
|
2272
2287
|
assert result is not None, "Required property 'value' is missing"
|
2273
2288
|
return typing.cast(builtins.str, result)
|
@@ -2497,7 +2512,7 @@ class EventOrchestrationUnroutedSetRuleActionsVariableOutputReference(
|
|
2497
2512
|
class EventOrchestrationUnroutedSetRuleCondition:
|
2498
2513
|
def __init__(self, *, expression: builtins.str) -> None:
|
2499
2514
|
'''
|
2500
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2515
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
|
2501
2516
|
'''
|
2502
2517
|
if __debug__:
|
2503
2518
|
type_hints = typing.get_type_hints(_typecheckingstub__7e07b5dc138d66b32d7ebe6a7836500090439b0c193c8ab86ebe5120b056af3f)
|
@@ -2508,7 +2523,7 @@ class EventOrchestrationUnroutedSetRuleCondition:
|
|
2508
2523
|
|
2509
2524
|
@builtins.property
|
2510
2525
|
def expression(self) -> builtins.str:
|
2511
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2526
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
|
2512
2527
|
result = self._values.get("expression")
|
2513
2528
|
assert result is not None, "Required property 'expression' is missing"
|
2514
2529
|
return typing.cast(builtins.str, result)
|
@@ -2809,11 +2824,11 @@ class EventOrchestrationUnroutedSetRuleOutputReference(
|
|
2809
2824
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2810
2825
|
) -> None:
|
2811
2826
|
'''
|
2812
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2813
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2814
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2815
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2816
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
2827
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
2828
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
2829
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
|
2830
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
2831
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
2817
2832
|
'''
|
2818
2833
|
value = EventOrchestrationUnroutedSetRuleActions(
|
2819
2834
|
event_action=event_action,
|