cdktf-cdktf-provider-pagerduty 13.10.2__py3-none-any.whl → 13.11.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.11.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- 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 +7 -7
- 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_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__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 +7 -7
- 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 +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- 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 +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- 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 +7 -7
- 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 +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -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 +277 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +453 -51
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +286 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- 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 +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- 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 +31 -31
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- 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 +21 -21
- 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 +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- 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_handoff_notification_rule/__init__.py +20 -20
- 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.10.2.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.11.0.dist-info/RECORD +82 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.10.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.10.2.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.10.2.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.10.2.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.10.2.dist-info → cdktf_cdktf_provider_pagerduty-13.11.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_event_orchestration_router`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class EventOrchestrationRouter(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouter",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -48,14 +48,14 @@ class EventOrchestrationRouter(
|
|
48
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
49
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
50
50
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
|
52
52
|
|
53
53
|
:param scope: The scope in which to define this construct.
|
54
54
|
: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.
|
56
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
|
56
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
|
57
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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
59
|
:param connection:
|
60
60
|
:param count:
|
61
61
|
:param depends_on:
|
@@ -97,7 +97,7 @@ class EventOrchestrationRouter(
|
|
97
97
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
99
99
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationRouter to import.
|
100
|
-
:param import_from_id: The id of the existing EventOrchestrationRouter that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
100
|
+
:param import_from_id: The id of the existing EventOrchestrationRouter that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use
|
101
101
|
:param provider: ? Optional instance of the provider where the EventOrchestrationRouter to import is found.
|
102
102
|
'''
|
103
103
|
if __debug__:
|
@@ -115,7 +115,7 @@ class EventOrchestrationRouter(
|
|
115
115
|
actions: typing.Union["EventOrchestrationRouterCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
116
116
|
) -> None:
|
117
117
|
'''
|
118
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
118
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
|
119
119
|
'''
|
120
120
|
value = EventOrchestrationRouterCatchAll(actions=actions)
|
121
121
|
|
@@ -129,8 +129,8 @@ class EventOrchestrationRouter(
|
|
129
129
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
130
130
|
) -> None:
|
131
131
|
'''
|
132
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
133
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
132
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
|
133
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
|
134
134
|
'''
|
135
135
|
value = EventOrchestrationRouterSet(id=id, rule=rule)
|
136
136
|
|
@@ -220,7 +220,7 @@ class EventOrchestrationRouterCatchAll:
|
|
220
220
|
actions: typing.Union["EventOrchestrationRouterCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
221
221
|
) -> None:
|
222
222
|
'''
|
223
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
223
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
|
224
224
|
'''
|
225
225
|
if isinstance(actions, dict):
|
226
226
|
actions = EventOrchestrationRouterCatchAllActions(**actions)
|
@@ -235,7 +235,7 @@ class EventOrchestrationRouterCatchAll:
|
|
235
235
|
def actions(self) -> "EventOrchestrationRouterCatchAllActions":
|
236
236
|
'''actions block.
|
237
237
|
|
238
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
238
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
|
239
239
|
'''
|
240
240
|
result = self._values.get("actions")
|
241
241
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -261,7 +261,7 @@ class EventOrchestrationRouterCatchAll:
|
|
261
261
|
class EventOrchestrationRouterCatchAllActions:
|
262
262
|
def __init__(self, *, route_to: builtins.str) -> None:
|
263
263
|
'''
|
264
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
264
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
|
265
265
|
'''
|
266
266
|
if __debug__:
|
267
267
|
type_hints = typing.get_type_hints(_typecheckingstub__1e0be3fdeb3d7770c2d6fff3b47dc67fa679afcf0176a750bfc71cc5a4cde472)
|
@@ -272,7 +272,7 @@ class EventOrchestrationRouterCatchAllActions:
|
|
272
272
|
|
273
273
|
@builtins.property
|
274
274
|
def route_to(self) -> builtins.str:
|
275
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
275
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
|
276
276
|
result = self._values.get("route_to")
|
277
277
|
assert result is not None, "Required property 'route_to' is missing"
|
278
278
|
return typing.cast(builtins.str, result)
|
@@ -367,7 +367,7 @@ class EventOrchestrationRouterCatchAllOutputReference(
|
|
367
367
|
@jsii.member(jsii_name="putActions")
|
368
368
|
def put_actions(self, *, route_to: builtins.str) -> None:
|
369
369
|
'''
|
370
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
370
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
|
371
371
|
'''
|
372
372
|
value = EventOrchestrationRouterCatchAllActions(route_to=route_to)
|
373
373
|
|
@@ -440,10 +440,10 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
440
440
|
:param lifecycle:
|
441
441
|
:param provider:
|
442
442
|
:param provisioners:
|
443
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
444
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
445
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
446
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
443
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
|
444
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
|
445
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
|
446
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
|
447
447
|
'''
|
448
448
|
if isinstance(lifecycle, dict):
|
449
449
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -554,7 +554,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
554
554
|
def catch_all(self) -> EventOrchestrationRouterCatchAll:
|
555
555
|
'''catch_all block.
|
556
556
|
|
557
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
557
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
|
558
558
|
'''
|
559
559
|
result = self._values.get("catch_all")
|
560
560
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -562,7 +562,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
562
562
|
|
563
563
|
@builtins.property
|
564
564
|
def event_orchestration(self) -> builtins.str:
|
565
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
565
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
|
566
566
|
result = self._values.get("event_orchestration")
|
567
567
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
568
568
|
return typing.cast(builtins.str, result)
|
@@ -571,7 +571,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
571
571
|
def set(self) -> "EventOrchestrationRouterSet":
|
572
572
|
'''set block.
|
573
573
|
|
574
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
574
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
|
575
575
|
'''
|
576
576
|
result = self._values.get("set")
|
577
577
|
assert result is not None, "Required property 'set' is missing"
|
@@ -579,7 +579,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
579
579
|
|
580
580
|
@builtins.property
|
581
581
|
def id(self) -> typing.Optional[builtins.str]:
|
582
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
582
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
|
583
583
|
|
584
584
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
585
585
|
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.
|
@@ -612,8 +612,8 @@ class EventOrchestrationRouterSet:
|
|
612
612
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
613
613
|
) -> None:
|
614
614
|
'''
|
615
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
616
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
615
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
|
616
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
|
617
617
|
'''
|
618
618
|
if __debug__:
|
619
619
|
type_hints = typing.get_type_hints(_typecheckingstub__a3ea66f32002399982e2faa96ff423ab54f7bf6b238a5b0f9cd84439b0138bef)
|
@@ -627,7 +627,7 @@ class EventOrchestrationRouterSet:
|
|
627
627
|
|
628
628
|
@builtins.property
|
629
629
|
def id(self) -> builtins.str:
|
630
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
630
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
|
631
631
|
|
632
632
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
633
633
|
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.
|
@@ -642,7 +642,7 @@ class EventOrchestrationRouterSet:
|
|
642
642
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]]:
|
643
643
|
'''rule block.
|
644
644
|
|
645
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
645
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
|
646
646
|
'''
|
647
647
|
result = self._values.get("rule")
|
648
648
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]], result)
|
@@ -761,10 +761,10 @@ class EventOrchestrationRouterSetRule:
|
|
761
761
|
label: typing.Optional[builtins.str] = None,
|
762
762
|
) -> None:
|
763
763
|
'''
|
764
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
765
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
766
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
767
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
764
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
|
765
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
|
766
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
|
767
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
|
768
768
|
'''
|
769
769
|
if isinstance(actions, dict):
|
770
770
|
actions = EventOrchestrationRouterSetRuleActions(**actions)
|
@@ -788,7 +788,7 @@ class EventOrchestrationRouterSetRule:
|
|
788
788
|
def actions(self) -> "EventOrchestrationRouterSetRuleActions":
|
789
789
|
'''actions block.
|
790
790
|
|
791
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
791
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
|
792
792
|
'''
|
793
793
|
result = self._values.get("actions")
|
794
794
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -800,7 +800,7 @@ class EventOrchestrationRouterSetRule:
|
|
800
800
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]]:
|
801
801
|
'''condition block.
|
802
802
|
|
803
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
803
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
|
804
804
|
'''
|
805
805
|
result = self._values.get("condition")
|
806
806
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]], result)
|
@@ -809,13 +809,13 @@ class EventOrchestrationRouterSetRule:
|
|
809
809
|
def disabled(
|
810
810
|
self,
|
811
811
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
812
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
812
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
|
813
813
|
result = self._values.get("disabled")
|
814
814
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
815
815
|
|
816
816
|
@builtins.property
|
817
817
|
def label(self) -> typing.Optional[builtins.str]:
|
818
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
818
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
|
819
819
|
result = self._values.get("label")
|
820
820
|
return typing.cast(typing.Optional[builtins.str], result)
|
821
821
|
|
@@ -834,25 +834,106 @@ class EventOrchestrationRouterSetRule:
|
|
834
834
|
@jsii.data_type(
|
835
835
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouterSetRuleActions",
|
836
836
|
jsii_struct_bases=[],
|
837
|
-
name_mapping={"route_to": "routeTo"},
|
837
|
+
name_mapping={"dynamic_route_to": "dynamicRouteTo", "route_to": "routeTo"},
|
838
838
|
)
|
839
839
|
class EventOrchestrationRouterSetRuleActions:
|
840
|
-
def __init__(
|
840
|
+
def __init__(
|
841
|
+
self,
|
842
|
+
*,
|
843
|
+
dynamic_route_to: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRuleActionsDynamicRouteTo", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
844
|
+
route_to: typing.Optional[builtins.str] = None,
|
845
|
+
) -> None:
|
841
846
|
'''
|
842
|
-
:param
|
847
|
+
:param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
|
848
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
|
843
849
|
'''
|
844
850
|
if __debug__:
|
845
851
|
type_hints = typing.get_type_hints(_typecheckingstub__caa9b602d284ce04ab10abbbc5bf9aa3c82cc0caecdea4267e1f11ba0be52073)
|
852
|
+
check_type(argname="argument dynamic_route_to", value=dynamic_route_to, expected_type=type_hints["dynamic_route_to"])
|
846
853
|
check_type(argname="argument route_to", value=route_to, expected_type=type_hints["route_to"])
|
854
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
855
|
+
if dynamic_route_to is not None:
|
856
|
+
self._values["dynamic_route_to"] = dynamic_route_to
|
857
|
+
if route_to is not None:
|
858
|
+
self._values["route_to"] = route_to
|
859
|
+
|
860
|
+
@builtins.property
|
861
|
+
def dynamic_route_to(
|
862
|
+
self,
|
863
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleActionsDynamicRouteTo"]]]:
|
864
|
+
'''dynamic_route_to block.
|
865
|
+
|
866
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
|
867
|
+
'''
|
868
|
+
result = self._values.get("dynamic_route_to")
|
869
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleActionsDynamicRouteTo"]]], result)
|
870
|
+
|
871
|
+
@builtins.property
|
872
|
+
def route_to(self) -> typing.Optional[builtins.str]:
|
873
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
|
874
|
+
result = self._values.get("route_to")
|
875
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
876
|
+
|
877
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
878
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
879
|
+
|
880
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
881
|
+
return not (rhs == self)
|
882
|
+
|
883
|
+
def __repr__(self) -> str:
|
884
|
+
return "EventOrchestrationRouterSetRuleActions(%s)" % ", ".join(
|
885
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
886
|
+
)
|
887
|
+
|
888
|
+
|
889
|
+
@jsii.data_type(
|
890
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouterSetRuleActionsDynamicRouteTo",
|
891
|
+
jsii_struct_bases=[],
|
892
|
+
name_mapping={"lookup_by": "lookupBy", "regex": "regex", "source": "source"},
|
893
|
+
)
|
894
|
+
class EventOrchestrationRouterSetRuleActionsDynamicRouteTo:
|
895
|
+
def __init__(
|
896
|
+
self,
|
897
|
+
*,
|
898
|
+
lookup_by: builtins.str,
|
899
|
+
regex: builtins.str,
|
900
|
+
source: builtins.str,
|
901
|
+
) -> None:
|
902
|
+
'''
|
903
|
+
:param lookup_by: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.
|
904
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.
|
905
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.
|
906
|
+
'''
|
907
|
+
if __debug__:
|
908
|
+
type_hints = typing.get_type_hints(_typecheckingstub__419aa37ec429882cdca80aa3b4fd9e45d4bcf9d9397c7d260ff0d194edb09cb1)
|
909
|
+
check_type(argname="argument lookup_by", value=lookup_by, expected_type=type_hints["lookup_by"])
|
910
|
+
check_type(argname="argument regex", value=regex, expected_type=type_hints["regex"])
|
911
|
+
check_type(argname="argument source", value=source, expected_type=type_hints["source"])
|
847
912
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
848
|
-
"
|
913
|
+
"lookup_by": lookup_by,
|
914
|
+
"regex": regex,
|
915
|
+
"source": source,
|
849
916
|
}
|
850
917
|
|
851
918
|
@builtins.property
|
852
|
-
def
|
853
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
854
|
-
result = self._values.get("
|
855
|
-
assert result is not None, "Required property '
|
919
|
+
def lookup_by(self) -> builtins.str:
|
920
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.'''
|
921
|
+
result = self._values.get("lookup_by")
|
922
|
+
assert result is not None, "Required property 'lookup_by' is missing"
|
923
|
+
return typing.cast(builtins.str, result)
|
924
|
+
|
925
|
+
@builtins.property
|
926
|
+
def regex(self) -> builtins.str:
|
927
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.'''
|
928
|
+
result = self._values.get("regex")
|
929
|
+
assert result is not None, "Required property 'regex' is missing"
|
930
|
+
return typing.cast(builtins.str, result)
|
931
|
+
|
932
|
+
@builtins.property
|
933
|
+
def source(self) -> builtins.str:
|
934
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.'''
|
935
|
+
result = self._values.get("source")
|
936
|
+
assert result is not None, "Required property 'source' is missing"
|
856
937
|
return typing.cast(builtins.str, result)
|
857
938
|
|
858
939
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
@@ -862,11 +943,199 @@ class EventOrchestrationRouterSetRuleActions:
|
|
862
943
|
return not (rhs == self)
|
863
944
|
|
864
945
|
def __repr__(self) -> str:
|
865
|
-
return "
|
946
|
+
return "EventOrchestrationRouterSetRuleActionsDynamicRouteTo(%s)" % ", ".join(
|
866
947
|
k + "=" + repr(v) for k, v in self._values.items()
|
867
948
|
)
|
868
949
|
|
869
950
|
|
951
|
+
class EventOrchestrationRouterSetRuleActionsDynamicRouteToList(
|
952
|
+
_cdktf_9a9027ec.ComplexList,
|
953
|
+
metaclass=jsii.JSIIMeta,
|
954
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouterSetRuleActionsDynamicRouteToList",
|
955
|
+
):
|
956
|
+
def __init__(
|
957
|
+
self,
|
958
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
959
|
+
terraform_attribute: builtins.str,
|
960
|
+
wraps_set: builtins.bool,
|
961
|
+
) -> None:
|
962
|
+
'''
|
963
|
+
:param terraform_resource: The parent resource.
|
964
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
965
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
966
|
+
'''
|
967
|
+
if __debug__:
|
968
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e99c2a663a3f474b3f74ed179c2f3ed13e71ffc75eca20eebe4b637f81f4b1a1)
|
969
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
970
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
971
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
972
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
973
|
+
|
974
|
+
@jsii.member(jsii_name="get")
|
975
|
+
def get(
|
976
|
+
self,
|
977
|
+
index: jsii.Number,
|
978
|
+
) -> "EventOrchestrationRouterSetRuleActionsDynamicRouteToOutputReference":
|
979
|
+
'''
|
980
|
+
:param index: the index of the item to return.
|
981
|
+
'''
|
982
|
+
if __debug__:
|
983
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1e7ff95d76d33d2b492f0c7ad7b9d98eab453553143f936d9505e38b7b1ce5a4)
|
984
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
985
|
+
return typing.cast("EventOrchestrationRouterSetRuleActionsDynamicRouteToOutputReference", jsii.invoke(self, "get", [index]))
|
986
|
+
|
987
|
+
@builtins.property
|
988
|
+
@jsii.member(jsii_name="terraformAttribute")
|
989
|
+
def _terraform_attribute(self) -> builtins.str:
|
990
|
+
'''The attribute on the parent resource this class is referencing.'''
|
991
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
992
|
+
|
993
|
+
@_terraform_attribute.setter
|
994
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
995
|
+
if __debug__:
|
996
|
+
type_hints = typing.get_type_hints(_typecheckingstub__41556be527cdf36352cc2f54b2dc413f60bb3e58da032aedf8113b6c237a427e)
|
997
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
998
|
+
jsii.set(self, "terraformAttribute", value)
|
999
|
+
|
1000
|
+
@builtins.property
|
1001
|
+
@jsii.member(jsii_name="terraformResource")
|
1002
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
1003
|
+
'''The parent resource.'''
|
1004
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
1005
|
+
|
1006
|
+
@_terraform_resource.setter
|
1007
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
1008
|
+
if __debug__:
|
1009
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d62f6625ba278df003195ee3f1c0e4ddf46f7222d8ddd5348d70f2365d888af)
|
1010
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1011
|
+
jsii.set(self, "terraformResource", value)
|
1012
|
+
|
1013
|
+
@builtins.property
|
1014
|
+
@jsii.member(jsii_name="wrapsSet")
|
1015
|
+
def _wraps_set(self) -> builtins.bool:
|
1016
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
1017
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
1018
|
+
|
1019
|
+
@_wraps_set.setter
|
1020
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
1021
|
+
if __debug__:
|
1022
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ec4fb2fb7fe2fe66ff20f1baa5829513125558876ca68f7d258c32bdd0f9feb0)
|
1023
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1024
|
+
jsii.set(self, "wrapsSet", value)
|
1025
|
+
|
1026
|
+
@builtins.property
|
1027
|
+
@jsii.member(jsii_name="internalValue")
|
1028
|
+
def internal_value(
|
1029
|
+
self,
|
1030
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationRouterSetRuleActionsDynamicRouteTo]]]:
|
1031
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationRouterSetRuleActionsDynamicRouteTo]]], jsii.get(self, "internalValue"))
|
1032
|
+
|
1033
|
+
@internal_value.setter
|
1034
|
+
def internal_value(
|
1035
|
+
self,
|
1036
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationRouterSetRuleActionsDynamicRouteTo]]],
|
1037
|
+
) -> None:
|
1038
|
+
if __debug__:
|
1039
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ca03733e487f6d2144697dc4c0253e5bfb1b3895d4f8b830511d4b8975929096)
|
1040
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1041
|
+
jsii.set(self, "internalValue", value)
|
1042
|
+
|
1043
|
+
|
1044
|
+
class EventOrchestrationRouterSetRuleActionsDynamicRouteToOutputReference(
|
1045
|
+
_cdktf_9a9027ec.ComplexObject,
|
1046
|
+
metaclass=jsii.JSIIMeta,
|
1047
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouterSetRuleActionsDynamicRouteToOutputReference",
|
1048
|
+
):
|
1049
|
+
def __init__(
|
1050
|
+
self,
|
1051
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1052
|
+
terraform_attribute: builtins.str,
|
1053
|
+
complex_object_index: jsii.Number,
|
1054
|
+
complex_object_is_from_set: builtins.bool,
|
1055
|
+
) -> None:
|
1056
|
+
'''
|
1057
|
+
:param terraform_resource: The parent resource.
|
1058
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1059
|
+
:param complex_object_index: the index of this item in the list.
|
1060
|
+
:param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
1061
|
+
'''
|
1062
|
+
if __debug__:
|
1063
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a19146e5d770e7115dc570e0d2515755c22a1fe5c496bf21000047438b54898f)
|
1064
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1065
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1066
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
1067
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
1068
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
1069
|
+
|
1070
|
+
@builtins.property
|
1071
|
+
@jsii.member(jsii_name="lookupByInput")
|
1072
|
+
def lookup_by_input(self) -> typing.Optional[builtins.str]:
|
1073
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "lookupByInput"))
|
1074
|
+
|
1075
|
+
@builtins.property
|
1076
|
+
@jsii.member(jsii_name="regexInput")
|
1077
|
+
def regex_input(self) -> typing.Optional[builtins.str]:
|
1078
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "regexInput"))
|
1079
|
+
|
1080
|
+
@builtins.property
|
1081
|
+
@jsii.member(jsii_name="sourceInput")
|
1082
|
+
def source_input(self) -> typing.Optional[builtins.str]:
|
1083
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sourceInput"))
|
1084
|
+
|
1085
|
+
@builtins.property
|
1086
|
+
@jsii.member(jsii_name="lookupBy")
|
1087
|
+
def lookup_by(self) -> builtins.str:
|
1088
|
+
return typing.cast(builtins.str, jsii.get(self, "lookupBy"))
|
1089
|
+
|
1090
|
+
@lookup_by.setter
|
1091
|
+
def lookup_by(self, value: builtins.str) -> None:
|
1092
|
+
if __debug__:
|
1093
|
+
type_hints = typing.get_type_hints(_typecheckingstub__18a796063eedbf43e361bb3d0f3162cac1e91a7efb15e29d5c6806c9fdd6476e)
|
1094
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1095
|
+
jsii.set(self, "lookupBy", value)
|
1096
|
+
|
1097
|
+
@builtins.property
|
1098
|
+
@jsii.member(jsii_name="regex")
|
1099
|
+
def regex(self) -> builtins.str:
|
1100
|
+
return typing.cast(builtins.str, jsii.get(self, "regex"))
|
1101
|
+
|
1102
|
+
@regex.setter
|
1103
|
+
def regex(self, value: builtins.str) -> None:
|
1104
|
+
if __debug__:
|
1105
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a864f4849a4c5f7ddeb229e1b1272d3e4ad3f1d779f6c7968be390999d775c9a)
|
1106
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1107
|
+
jsii.set(self, "regex", value)
|
1108
|
+
|
1109
|
+
@builtins.property
|
1110
|
+
@jsii.member(jsii_name="source")
|
1111
|
+
def source(self) -> builtins.str:
|
1112
|
+
return typing.cast(builtins.str, jsii.get(self, "source"))
|
1113
|
+
|
1114
|
+
@source.setter
|
1115
|
+
def source(self, value: builtins.str) -> None:
|
1116
|
+
if __debug__:
|
1117
|
+
type_hints = typing.get_type_hints(_typecheckingstub__baf6065311b95fe8aa54c6ece9679c7c23c75c0f358676c4f8988a4934cf314d)
|
1118
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1119
|
+
jsii.set(self, "source", value)
|
1120
|
+
|
1121
|
+
@builtins.property
|
1122
|
+
@jsii.member(jsii_name="internalValue")
|
1123
|
+
def internal_value(
|
1124
|
+
self,
|
1125
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationRouterSetRuleActionsDynamicRouteTo]]:
|
1126
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationRouterSetRuleActionsDynamicRouteTo]], jsii.get(self, "internalValue"))
|
1127
|
+
|
1128
|
+
@internal_value.setter
|
1129
|
+
def internal_value(
|
1130
|
+
self,
|
1131
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationRouterSetRuleActionsDynamicRouteTo]],
|
1132
|
+
) -> None:
|
1133
|
+
if __debug__:
|
1134
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a38ebdaff2c1eac67a04d05b86408751812ba6dcd9236cc5a0d79fc079859574)
|
1135
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1136
|
+
jsii.set(self, "internalValue", value)
|
1137
|
+
|
1138
|
+
|
870
1139
|
class EventOrchestrationRouterSetRuleActionsOutputReference(
|
871
1140
|
_cdktf_9a9027ec.ComplexObject,
|
872
1141
|
metaclass=jsii.JSIIMeta,
|
@@ -887,6 +1156,41 @@ class EventOrchestrationRouterSetRuleActionsOutputReference(
|
|
887
1156
|
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
888
1157
|
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
889
1158
|
|
1159
|
+
@jsii.member(jsii_name="putDynamicRouteTo")
|
1160
|
+
def put_dynamic_route_to(
|
1161
|
+
self,
|
1162
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationRouterSetRuleActionsDynamicRouteTo, typing.Dict[builtins.str, typing.Any]]]],
|
1163
|
+
) -> None:
|
1164
|
+
'''
|
1165
|
+
:param value: -
|
1166
|
+
'''
|
1167
|
+
if __debug__:
|
1168
|
+
type_hints = typing.get_type_hints(_typecheckingstub__242f4683ad8f43bc2c7a707af6615a3d42424dc310bd8d7b860154fff3483c59)
|
1169
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1170
|
+
return typing.cast(None, jsii.invoke(self, "putDynamicRouteTo", [value]))
|
1171
|
+
|
1172
|
+
@jsii.member(jsii_name="resetDynamicRouteTo")
|
1173
|
+
def reset_dynamic_route_to(self) -> None:
|
1174
|
+
return typing.cast(None, jsii.invoke(self, "resetDynamicRouteTo", []))
|
1175
|
+
|
1176
|
+
@jsii.member(jsii_name="resetRouteTo")
|
1177
|
+
def reset_route_to(self) -> None:
|
1178
|
+
return typing.cast(None, jsii.invoke(self, "resetRouteTo", []))
|
1179
|
+
|
1180
|
+
@builtins.property
|
1181
|
+
@jsii.member(jsii_name="dynamicRouteTo")
|
1182
|
+
def dynamic_route_to(
|
1183
|
+
self,
|
1184
|
+
) -> EventOrchestrationRouterSetRuleActionsDynamicRouteToList:
|
1185
|
+
return typing.cast(EventOrchestrationRouterSetRuleActionsDynamicRouteToList, jsii.get(self, "dynamicRouteTo"))
|
1186
|
+
|
1187
|
+
@builtins.property
|
1188
|
+
@jsii.member(jsii_name="dynamicRouteToInput")
|
1189
|
+
def dynamic_route_to_input(
|
1190
|
+
self,
|
1191
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationRouterSetRuleActionsDynamicRouteTo]]]:
|
1192
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationRouterSetRuleActionsDynamicRouteTo]]], jsii.get(self, "dynamicRouteToInput"))
|
1193
|
+
|
890
1194
|
@builtins.property
|
891
1195
|
@jsii.member(jsii_name="routeToInput")
|
892
1196
|
def route_to_input(self) -> typing.Optional[builtins.str]:
|
@@ -928,7 +1232,7 @@ class EventOrchestrationRouterSetRuleActionsOutputReference(
|
|
928
1232
|
class EventOrchestrationRouterSetRuleCondition:
|
929
1233
|
def __init__(self, *, expression: builtins.str) -> None:
|
930
1234
|
'''
|
931
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1235
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
|
932
1236
|
'''
|
933
1237
|
if __debug__:
|
934
1238
|
type_hints = typing.get_type_hints(_typecheckingstub__e9b1e400c9376b0dd9f5ce4b4b1010923f4f47c2f6b96d18ec4b0a724173f37e)
|
@@ -939,7 +1243,7 @@ class EventOrchestrationRouterSetRuleCondition:
|
|
939
1243
|
|
940
1244
|
@builtins.property
|
941
1245
|
def expression(self) -> builtins.str:
|
942
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1246
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
|
943
1247
|
result = self._values.get("expression")
|
944
1248
|
assert result is not None, "Required property 'expression' is missing"
|
945
1249
|
return typing.cast(builtins.str, result)
|
@@ -1230,11 +1534,19 @@ class EventOrchestrationRouterSetRuleOutputReference(
|
|
1230
1534
|
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
1231
1535
|
|
1232
1536
|
@jsii.member(jsii_name="putActions")
|
1233
|
-
def put_actions(
|
1537
|
+
def put_actions(
|
1538
|
+
self,
|
1539
|
+
*,
|
1540
|
+
dynamic_route_to: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationRouterSetRuleActionsDynamicRouteTo, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1541
|
+
route_to: typing.Optional[builtins.str] = None,
|
1542
|
+
) -> None:
|
1234
1543
|
'''
|
1235
|
-
:param
|
1544
|
+
:param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
|
1545
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
|
1236
1546
|
'''
|
1237
|
-
value = EventOrchestrationRouterSetRuleActions(
|
1547
|
+
value = EventOrchestrationRouterSetRuleActions(
|
1548
|
+
dynamic_route_to=dynamic_route_to, route_to=route_to
|
1549
|
+
)
|
1238
1550
|
|
1239
1551
|
return typing.cast(None, jsii.invoke(self, "putActions", [value]))
|
1240
1552
|
|
@@ -1358,6 +1670,9 @@ __all__ = [
|
|
1358
1670
|
"EventOrchestrationRouterSetOutputReference",
|
1359
1671
|
"EventOrchestrationRouterSetRule",
|
1360
1672
|
"EventOrchestrationRouterSetRuleActions",
|
1673
|
+
"EventOrchestrationRouterSetRuleActionsDynamicRouteTo",
|
1674
|
+
"EventOrchestrationRouterSetRuleActionsDynamicRouteToList",
|
1675
|
+
"EventOrchestrationRouterSetRuleActionsDynamicRouteToOutputReference",
|
1361
1676
|
"EventOrchestrationRouterSetRuleActionsOutputReference",
|
1362
1677
|
"EventOrchestrationRouterSetRuleCondition",
|
1363
1678
|
"EventOrchestrationRouterSetRuleConditionList",
|
@@ -1516,7 +1831,88 @@ def _typecheckingstub__e916fcdfd35a62fcb7851b0e4128424688a6c77e503279fd05b103ae8
|
|
1516
1831
|
|
1517
1832
|
def _typecheckingstub__caa9b602d284ce04ab10abbbc5bf9aa3c82cc0caecdea4267e1f11ba0be52073(
|
1518
1833
|
*,
|
1519
|
-
|
1834
|
+
dynamic_route_to: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationRouterSetRuleActionsDynamicRouteTo, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1835
|
+
route_to: typing.Optional[builtins.str] = None,
|
1836
|
+
) -> None:
|
1837
|
+
"""Type checking stubs"""
|
1838
|
+
pass
|
1839
|
+
|
1840
|
+
def _typecheckingstub__419aa37ec429882cdca80aa3b4fd9e45d4bcf9d9397c7d260ff0d194edb09cb1(
|
1841
|
+
*,
|
1842
|
+
lookup_by: builtins.str,
|
1843
|
+
regex: builtins.str,
|
1844
|
+
source: builtins.str,
|
1845
|
+
) -> None:
|
1846
|
+
"""Type checking stubs"""
|
1847
|
+
pass
|
1848
|
+
|
1849
|
+
def _typecheckingstub__e99c2a663a3f474b3f74ed179c2f3ed13e71ffc75eca20eebe4b637f81f4b1a1(
|
1850
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1851
|
+
terraform_attribute: builtins.str,
|
1852
|
+
wraps_set: builtins.bool,
|
1853
|
+
) -> None:
|
1854
|
+
"""Type checking stubs"""
|
1855
|
+
pass
|
1856
|
+
|
1857
|
+
def _typecheckingstub__1e7ff95d76d33d2b492f0c7ad7b9d98eab453553143f936d9505e38b7b1ce5a4(
|
1858
|
+
index: jsii.Number,
|
1859
|
+
) -> None:
|
1860
|
+
"""Type checking stubs"""
|
1861
|
+
pass
|
1862
|
+
|
1863
|
+
def _typecheckingstub__41556be527cdf36352cc2f54b2dc413f60bb3e58da032aedf8113b6c237a427e(
|
1864
|
+
value: builtins.str,
|
1865
|
+
) -> None:
|
1866
|
+
"""Type checking stubs"""
|
1867
|
+
pass
|
1868
|
+
|
1869
|
+
def _typecheckingstub__4d62f6625ba278df003195ee3f1c0e4ddf46f7222d8ddd5348d70f2365d888af(
|
1870
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
1871
|
+
) -> None:
|
1872
|
+
"""Type checking stubs"""
|
1873
|
+
pass
|
1874
|
+
|
1875
|
+
def _typecheckingstub__ec4fb2fb7fe2fe66ff20f1baa5829513125558876ca68f7d258c32bdd0f9feb0(
|
1876
|
+
value: builtins.bool,
|
1877
|
+
) -> None:
|
1878
|
+
"""Type checking stubs"""
|
1879
|
+
pass
|
1880
|
+
|
1881
|
+
def _typecheckingstub__ca03733e487f6d2144697dc4c0253e5bfb1b3895d4f8b830511d4b8975929096(
|
1882
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationRouterSetRuleActionsDynamicRouteTo]]],
|
1883
|
+
) -> None:
|
1884
|
+
"""Type checking stubs"""
|
1885
|
+
pass
|
1886
|
+
|
1887
|
+
def _typecheckingstub__a19146e5d770e7115dc570e0d2515755c22a1fe5c496bf21000047438b54898f(
|
1888
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1889
|
+
terraform_attribute: builtins.str,
|
1890
|
+
complex_object_index: jsii.Number,
|
1891
|
+
complex_object_is_from_set: builtins.bool,
|
1892
|
+
) -> None:
|
1893
|
+
"""Type checking stubs"""
|
1894
|
+
pass
|
1895
|
+
|
1896
|
+
def _typecheckingstub__18a796063eedbf43e361bb3d0f3162cac1e91a7efb15e29d5c6806c9fdd6476e(
|
1897
|
+
value: builtins.str,
|
1898
|
+
) -> None:
|
1899
|
+
"""Type checking stubs"""
|
1900
|
+
pass
|
1901
|
+
|
1902
|
+
def _typecheckingstub__a864f4849a4c5f7ddeb229e1b1272d3e4ad3f1d779f6c7968be390999d775c9a(
|
1903
|
+
value: builtins.str,
|
1904
|
+
) -> None:
|
1905
|
+
"""Type checking stubs"""
|
1906
|
+
pass
|
1907
|
+
|
1908
|
+
def _typecheckingstub__baf6065311b95fe8aa54c6ece9679c7c23c75c0f358676c4f8988a4934cf314d(
|
1909
|
+
value: builtins.str,
|
1910
|
+
) -> None:
|
1911
|
+
"""Type checking stubs"""
|
1912
|
+
pass
|
1913
|
+
|
1914
|
+
def _typecheckingstub__a38ebdaff2c1eac67a04d05b86408751812ba6dcd9236cc5a0d79fc079859574(
|
1915
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationRouterSetRuleActionsDynamicRouteTo]],
|
1520
1916
|
) -> None:
|
1521
1917
|
"""Type checking stubs"""
|
1522
1918
|
pass
|
@@ -1528,6 +1924,12 @@ def _typecheckingstub__4cee4de14e62ba78fbb18c0a7474c89df6f48e11b3ea50589d23f3fe1
|
|
1528
1924
|
"""Type checking stubs"""
|
1529
1925
|
pass
|
1530
1926
|
|
1927
|
+
def _typecheckingstub__242f4683ad8f43bc2c7a707af6615a3d42424dc310bd8d7b860154fff3483c59(
|
1928
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationRouterSetRuleActionsDynamicRouteTo, typing.Dict[builtins.str, typing.Any]]]],
|
1929
|
+
) -> None:
|
1930
|
+
"""Type checking stubs"""
|
1931
|
+
pass
|
1932
|
+
|
1531
1933
|
def _typecheckingstub__34ac2c6007e0460ee936925acd96d1e76af76435d837d78c537f21612b82f0ea(
|
1532
1934
|
value: builtins.str,
|
1533
1935
|
) -> None:
|