cdktf-cdktf-provider-pagerduty 13.11.6__py3-none-any.whl → 13.12.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +23 -4
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.12.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
  5. cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +787 -0
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +68 -53
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +29 -14
  8. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +29 -14
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +41 -26
  10. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +29 -14
  11. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +35 -20
  12. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +32 -17
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +598 -0
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +44 -29
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +32 -17
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +23 -8
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +26 -11
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +29 -14
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +29 -14
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +29 -14
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +29 -14
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +26 -11
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +23 -8
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +26 -11
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +26 -11
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +29 -14
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +23 -8
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +23 -8
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +26 -11
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +26 -11
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +23 -8
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +26 -11
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +23 -8
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +26 -11
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +26 -11
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +23 -8
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +32 -17
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +26 -11
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +26 -11
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +32 -17
  41. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +26 -11
  42. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +26 -11
  43. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +51 -36
  44. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +35 -20
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +213 -198
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +49 -34
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +26 -11
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +66 -51
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +222 -207
  50. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +49 -34
  51. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +108 -93
  52. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +32 -17
  53. cdktf_cdktf_provider_pagerduty/extension/__init__.py +38 -23
  54. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +56 -41
  55. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +41 -26
  56. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +32 -17
  57. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +61 -46
  58. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +47 -32
  59. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +35 -20
  60. cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -35
  61. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +71 -56
  62. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +32 -17
  63. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +141 -126
  64. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +63 -48
  65. cdktf_cdktf_provider_pagerduty/service/__init__.py +138 -123
  66. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +37 -22
  67. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +133 -118
  68. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +106 -91
  69. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +47 -32
  70. cdktf_cdktf_provider_pagerduty/tag/__init__.py +23 -8
  71. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +29 -14
  72. cdktf_cdktf_provider_pagerduty/team/__init__.py +32 -17
  73. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +32 -17
  74. cdktf_cdktf_provider_pagerduty/user/__init__.py +50 -35
  75. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +41 -26
  76. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +36 -21
  77. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +35 -20
  78. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +57 -42
  79. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/METADATA +6 -6
  80. cdktf_cdktf_provider_pagerduty-13.12.0.dist-info/RECORD +84 -0
  81. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.6.jsii.tgz +0 -0
  82. cdktf_cdktf_provider_pagerduty-13.11.6.dist-info/RECORD +0 -82
  83. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/LICENSE +0 -0
  84. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/WHEEL +0 -0
  85. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.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.15.6/docs/resources/event_orchestration_router).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router).
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
- from typeguard import check_type
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 EventOrchestrationRouter(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouter",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -48,14 +63,14 @@ class EventOrchestrationRouter(
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.6/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} 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.6/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.6/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.6/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.6/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.
70
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
71
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
72
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.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
74
  :param connection:
60
75
  :param count:
61
76
  :param depends_on:
@@ -97,7 +112,7 @@ class EventOrchestrationRouter(
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 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.15.6/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use
115
+ :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.16.0/docs/resources/event_orchestration_router#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 EventOrchestrationRouter to import is found.
102
117
  '''
103
118
  if __debug__:
@@ -115,7 +130,7 @@ class EventOrchestrationRouter(
115
130
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", 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.6/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
133
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
119
134
  '''
120
135
  value = EventOrchestrationRouterCatchAll(actions=actions)
121
136
 
@@ -129,8 +144,8 @@ class EventOrchestrationRouter(
129
144
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
130
145
  ) -> None:
131
146
  '''
132
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.6/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
147
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.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.
148
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
134
149
  '''
135
150
  value = EventOrchestrationRouterSet(id=id, rule=rule)
136
151
 
@@ -220,7 +235,7 @@ class EventOrchestrationRouterCatchAll:
220
235
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", 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.6/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
238
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
224
239
  '''
225
240
  if isinstance(actions, dict):
226
241
  actions = EventOrchestrationRouterCatchAllActions(**actions)
@@ -235,7 +250,7 @@ class EventOrchestrationRouterCatchAll:
235
250
  def actions(self) -> "EventOrchestrationRouterCatchAllActions":
236
251
  '''actions block.
237
252
 
238
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
253
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
239
254
  '''
240
255
  result = self._values.get("actions")
241
256
  assert result is not None, "Required property 'actions' is missing"
@@ -261,7 +276,7 @@ class EventOrchestrationRouterCatchAll:
261
276
  class EventOrchestrationRouterCatchAllActions:
262
277
  def __init__(self, *, route_to: builtins.str) -> None:
263
278
  '''
264
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
279
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
265
280
  '''
266
281
  if __debug__:
267
282
  type_hints = typing.get_type_hints(_typecheckingstub__1e0be3fdeb3d7770c2d6fff3b47dc67fa679afcf0176a750bfc71cc5a4cde472)
@@ -272,7 +287,7 @@ class EventOrchestrationRouterCatchAllActions:
272
287
 
273
288
  @builtins.property
274
289
  def route_to(self) -> builtins.str:
275
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
290
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
276
291
  result = self._values.get("route_to")
277
292
  assert result is not None, "Required property 'route_to' is missing"
278
293
  return typing.cast(builtins.str, result)
@@ -367,7 +382,7 @@ class EventOrchestrationRouterCatchAllOutputReference(
367
382
  @jsii.member(jsii_name="putActions")
368
383
  def put_actions(self, *, route_to: builtins.str) -> None:
369
384
  '''
370
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
385
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
371
386
  '''
372
387
  value = EventOrchestrationRouterCatchAllActions(route_to=route_to)
373
388
 
@@ -440,10 +455,10 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
440
455
  :param lifecycle:
441
456
  :param provider:
442
457
  :param provisioners:
443
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.6/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.6/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.6/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.
458
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
459
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
460
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
461
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.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
462
  '''
448
463
  if isinstance(lifecycle, dict):
449
464
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -554,7 +569,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
554
569
  def catch_all(self) -> EventOrchestrationRouterCatchAll:
555
570
  '''catch_all block.
556
571
 
557
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
572
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
558
573
  '''
559
574
  result = self._values.get("catch_all")
560
575
  assert result is not None, "Required property 'catch_all' is missing"
@@ -562,7 +577,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
562
577
 
563
578
  @builtins.property
564
579
  def event_orchestration(self) -> builtins.str:
565
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
580
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
566
581
  result = self._values.get("event_orchestration")
567
582
  assert result is not None, "Required property 'event_orchestration' is missing"
568
583
  return typing.cast(builtins.str, result)
@@ -571,7 +586,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
571
586
  def set(self) -> "EventOrchestrationRouterSet":
572
587
  '''set block.
573
588
 
574
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
589
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
575
590
  '''
576
591
  result = self._values.get("set")
577
592
  assert result is not None, "Required property 'set' is missing"
@@ -579,7 +594,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
579
594
 
580
595
  @builtins.property
581
596
  def id(self) -> typing.Optional[builtins.str]:
582
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
597
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
583
598
 
584
599
  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
600
  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 +627,8 @@ class EventOrchestrationRouterSet:
612
627
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
613
628
  ) -> None:
614
629
  '''
615
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.6/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
630
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.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.
631
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
617
632
  '''
618
633
  if __debug__:
619
634
  type_hints = typing.get_type_hints(_typecheckingstub__a3ea66f32002399982e2faa96ff423ab54f7bf6b238a5b0f9cd84439b0138bef)
@@ -627,7 +642,7 @@ class EventOrchestrationRouterSet:
627
642
 
628
643
  @builtins.property
629
644
  def id(self) -> builtins.str:
630
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
645
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
631
646
 
632
647
  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
648
  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 +657,7 @@ class EventOrchestrationRouterSet:
642
657
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]]:
643
658
  '''rule block.
644
659
 
645
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
660
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
646
661
  '''
647
662
  result = self._values.get("rule")
648
663
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]], result)
@@ -761,10 +776,10 @@ class EventOrchestrationRouterSetRule:
761
776
  label: typing.Optional[builtins.str] = None,
762
777
  ) -> None:
763
778
  '''
764
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.6/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.6/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.6/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
779
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
780
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
781
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
782
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
768
783
  '''
769
784
  if isinstance(actions, dict):
770
785
  actions = EventOrchestrationRouterSetRuleActions(**actions)
@@ -788,7 +803,7 @@ class EventOrchestrationRouterSetRule:
788
803
  def actions(self) -> "EventOrchestrationRouterSetRuleActions":
789
804
  '''actions block.
790
805
 
791
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
806
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
792
807
  '''
793
808
  result = self._values.get("actions")
794
809
  assert result is not None, "Required property 'actions' is missing"
@@ -800,7 +815,7 @@ class EventOrchestrationRouterSetRule:
800
815
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]]:
801
816
  '''condition block.
802
817
 
803
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
818
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
804
819
  '''
805
820
  result = self._values.get("condition")
806
821
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]], result)
@@ -809,13 +824,13 @@ class EventOrchestrationRouterSetRule:
809
824
  def disabled(
810
825
  self,
811
826
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
812
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
827
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
813
828
  result = self._values.get("disabled")
814
829
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
815
830
 
816
831
  @builtins.property
817
832
  def label(self) -> typing.Optional[builtins.str]:
818
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
833
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
819
834
  result = self._values.get("label")
820
835
  return typing.cast(typing.Optional[builtins.str], result)
821
836
 
@@ -844,8 +859,8 @@ class EventOrchestrationRouterSetRuleActions:
844
859
  route_to: typing.Optional[builtins.str] = None,
845
860
  ) -> None:
846
861
  '''
847
- :param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.6/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
862
+ :param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
863
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
849
864
  '''
850
865
  if __debug__:
851
866
  type_hints = typing.get_type_hints(_typecheckingstub__caa9b602d284ce04ab10abbbc5bf9aa3c82cc0caecdea4267e1f11ba0be52073)
@@ -863,14 +878,14 @@ class EventOrchestrationRouterSetRuleActions:
863
878
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleActionsDynamicRouteTo"]]]:
864
879
  '''dynamic_route_to block.
865
880
 
866
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
881
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
867
882
  '''
868
883
  result = self._values.get("dynamic_route_to")
869
884
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleActionsDynamicRouteTo"]]], result)
870
885
 
871
886
  @builtins.property
872
887
  def route_to(self) -> typing.Optional[builtins.str]:
873
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
888
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
874
889
  result = self._values.get("route_to")
875
890
  return typing.cast(typing.Optional[builtins.str], result)
876
891
 
@@ -900,9 +915,9 @@ class EventOrchestrationRouterSetRuleActionsDynamicRouteTo:
900
915
  source: builtins.str,
901
916
  ) -> None:
902
917
  '''
903
- :param lookup_by: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.6/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.6/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.
918
+ :param lookup_by: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.
919
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.
920
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.
906
921
  '''
907
922
  if __debug__:
908
923
  type_hints = typing.get_type_hints(_typecheckingstub__419aa37ec429882cdca80aa3b4fd9e45d4bcf9d9397c7d260ff0d194edb09cb1)
@@ -917,21 +932,21 @@ class EventOrchestrationRouterSetRuleActionsDynamicRouteTo:
917
932
 
918
933
  @builtins.property
919
934
  def lookup_by(self) -> builtins.str:
920
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.'''
935
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.'''
921
936
  result = self._values.get("lookup_by")
922
937
  assert result is not None, "Required property 'lookup_by' is missing"
923
938
  return typing.cast(builtins.str, result)
924
939
 
925
940
  @builtins.property
926
941
  def regex(self) -> builtins.str:
927
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.'''
942
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.'''
928
943
  result = self._values.get("regex")
929
944
  assert result is not None, "Required property 'regex' is missing"
930
945
  return typing.cast(builtins.str, result)
931
946
 
932
947
  @builtins.property
933
948
  def source(self) -> builtins.str:
934
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.'''
949
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.'''
935
950
  result = self._values.get("source")
936
951
  assert result is not None, "Required property 'source' is missing"
937
952
  return typing.cast(builtins.str, result)
@@ -1232,7 +1247,7 @@ class EventOrchestrationRouterSetRuleActionsOutputReference(
1232
1247
  class EventOrchestrationRouterSetRuleCondition:
1233
1248
  def __init__(self, *, expression: builtins.str) -> None:
1234
1249
  '''
1235
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
1250
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
1236
1251
  '''
1237
1252
  if __debug__:
1238
1253
  type_hints = typing.get_type_hints(_typecheckingstub__e9b1e400c9376b0dd9f5ce4b4b1010923f4f47c2f6b96d18ec4b0a724173f37e)
@@ -1243,7 +1258,7 @@ class EventOrchestrationRouterSetRuleCondition:
1243
1258
 
1244
1259
  @builtins.property
1245
1260
  def expression(self) -> builtins.str:
1246
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
1261
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
1247
1262
  result = self._values.get("expression")
1248
1263
  assert result is not None, "Required property 'expression' is missing"
1249
1264
  return typing.cast(builtins.str, result)
@@ -1541,8 +1556,8 @@ class EventOrchestrationRouterSetRuleOutputReference(
1541
1556
  route_to: typing.Optional[builtins.str] = None,
1542
1557
  ) -> None:
1543
1558
  '''
1544
- :param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.6/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1559
+ :param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
1560
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1546
1561
  '''
1547
1562
  value = EventOrchestrationRouterSetRuleActions(
1548
1563
  dynamic_route_to=dynamic_route_to, route_to=route_to