cdktf-cdktf-provider-pagerduty 8.0.0__py3-none-any.whl → 9.0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.1.jsii.tgz +0 -0
  3. cdktf_cdktf_provider_pagerduty/addon/__init__.py +12 -12
  4. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +51 -51
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +12 -12
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +12 -12
  7. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +24 -24
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +12 -12
  9. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +21 -21
  10. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +15 -15
  11. cdktf_cdktf_provider_pagerduty/custom_field/__init__.py +24 -24
  12. cdktf_cdktf_provider_pagerduty/custom_field_option/__init__.py +15 -15
  13. cdktf_cdktf_provider_pagerduty/custom_field_schema/__init__.py +12 -12
  14. cdktf_cdktf_provider_pagerduty/custom_field_schema_assignment/__init__.py +12 -12
  15. cdktf_cdktf_provider_pagerduty/custom_field_schema_field_configuration/__init__.py +24 -24
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +27 -27
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +15 -15
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +9 -9
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field/__init__.py +9 -9
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field_schema/__init__.py +9 -9
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +9 -9
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -16
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +12 -12
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +9 -9
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +9 -9
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +9 -9
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +9 -9
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +36 -36
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -35
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +9 -9
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +9 -9
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +9 -9
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +9 -9
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +12 -12
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +9 -9
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +12 -12
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +9 -9
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +15 -15
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +9 -9
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +9 -9
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +37 -37
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -22
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +220 -220
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +9 -9
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +48 -48
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +229 -229
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +119 -119
  48. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +15 -15
  49. cdktf_cdktf_provider_pagerduty/extension/__init__.py +24 -24
  50. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +42 -42
  51. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +24 -24
  52. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +15 -15
  53. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +36 -36
  54. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +21 -21
  55. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +18 -18
  56. cdktf_cdktf_provider_pagerduty/provider/__init__.py +21 -21
  57. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +62 -62
  58. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +15 -15
  59. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +180 -180
  60. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +54 -54
  61. cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -126
  62. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +34 -34
  63. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +168 -168
  64. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +109 -109
  65. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -34
  66. cdktf_cdktf_provider_pagerduty/tag/__init__.py +9 -9
  67. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +15 -15
  68. cdktf_cdktf_provider_pagerduty/team/__init__.py +15 -15
  69. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +15 -15
  70. cdktf_cdktf_provider_pagerduty/user/__init__.py +33 -33
  71. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +24 -24
  72. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +18 -18
  73. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +52 -52
  74. {cdktf_cdktf_provider_pagerduty-8.0.0.dist-info → cdktf_cdktf_provider_pagerduty-9.0.1.dist-info}/METADATA +2 -2
  75. cdktf_cdktf_provider_pagerduty-9.0.1.dist-info/RECORD +80 -0
  76. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@8.0.0.jsii.tgz +0 -0
  77. cdktf_cdktf_provider_pagerduty-8.0.0.dist-info/RECORD +0 -80
  78. {cdktf_cdktf_provider_pagerduty-8.0.0.dist-info → cdktf_cdktf_provider_pagerduty-9.0.1.dist-info}/LICENSE +0 -0
  79. {cdktf_cdktf_provider_pagerduty-8.0.0.dist-info → cdktf_cdktf_provider_pagerduty-9.0.1.dist-info}/WHEEL +0 -0
  80. {cdktf_cdktf_provider_pagerduty-8.0.0.dist-info → cdktf_cdktf_provider_pagerduty-9.0.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_service`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationService(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class EventOrchestrationService(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  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,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
54
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
55
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
56
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
53
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
54
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
55
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
56
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -91,7 +91,7 @@ class EventOrchestrationService(
91
91
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
92
92
  ) -> None:
93
93
  '''
94
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
94
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
95
95
  '''
96
96
  value = EventOrchestrationServiceCatchAll(actions=actions)
97
97
 
@@ -220,7 +220,7 @@ class EventOrchestrationServiceCatchAll:
220
220
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", 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/2.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
223
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
224
224
  '''
225
225
  if isinstance(actions, dict):
226
226
  actions = EventOrchestrationServiceCatchAllActions(**actions)
@@ -235,7 +235,7 @@ class EventOrchestrationServiceCatchAll:
235
235
  def actions(self) -> "EventOrchestrationServiceCatchAllActions":
236
236
  '''actions block.
237
237
 
238
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
238
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
239
239
  '''
240
240
  result = self._values.get("actions")
241
241
  assert result is not None, "Required property 'actions' is missing"
@@ -287,17 +287,17 @@ class EventOrchestrationServiceCatchAllActions:
287
287
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
288
288
  ) -> None:
289
289
  '''
290
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
291
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
292
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
293
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
294
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
295
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
296
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
297
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
298
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
299
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
300
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
290
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
291
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
292
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
293
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
294
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
295
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
296
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
297
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
298
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
299
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
300
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
301
301
  '''
302
302
  if isinstance(automation_action, dict):
303
303
  automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
@@ -342,7 +342,7 @@ class EventOrchestrationServiceCatchAllActions:
342
342
 
343
343
  @builtins.property
344
344
  def annotate(self) -> typing.Optional[builtins.str]:
345
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
345
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
346
346
  result = self._values.get("annotate")
347
347
  return typing.cast(typing.Optional[builtins.str], result)
348
348
 
@@ -352,14 +352,14 @@ class EventOrchestrationServiceCatchAllActions:
352
352
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
353
353
  '''automation_action block.
354
354
 
355
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
355
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
356
356
  '''
357
357
  result = self._values.get("automation_action")
358
358
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
359
359
 
360
360
  @builtins.property
361
361
  def event_action(self) -> typing.Optional[builtins.str]:
362
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
362
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
363
363
  result = self._values.get("event_action")
364
364
  return typing.cast(typing.Optional[builtins.str], result)
365
365
 
@@ -369,7 +369,7 @@ class EventOrchestrationServiceCatchAllActions:
369
369
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
370
370
  '''extraction block.
371
371
 
372
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
372
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
373
373
  '''
374
374
  result = self._values.get("extraction")
375
375
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
@@ -380,26 +380,26 @@ class EventOrchestrationServiceCatchAllActions:
380
380
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
381
381
  '''pagerduty_automation_action block.
382
382
 
383
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
384
384
  '''
385
385
  result = self._values.get("pagerduty_automation_action")
386
386
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
387
387
 
388
388
  @builtins.property
389
389
  def priority(self) -> typing.Optional[builtins.str]:
390
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
390
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
391
391
  result = self._values.get("priority")
392
392
  return typing.cast(typing.Optional[builtins.str], result)
393
393
 
394
394
  @builtins.property
395
395
  def route_to(self) -> typing.Optional[builtins.str]:
396
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
396
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
397
397
  result = self._values.get("route_to")
398
398
  return typing.cast(typing.Optional[builtins.str], result)
399
399
 
400
400
  @builtins.property
401
401
  def severity(self) -> typing.Optional[builtins.str]:
402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
403
403
  result = self._values.get("severity")
404
404
  return typing.cast(typing.Optional[builtins.str], result)
405
405
 
@@ -407,13 +407,13 @@ class EventOrchestrationServiceCatchAllActions:
407
407
  def suppress(
408
408
  self,
409
409
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
410
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
410
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
411
411
  result = self._values.get("suppress")
412
412
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
413
413
 
414
414
  @builtins.property
415
415
  def suspend(self) -> typing.Optional[jsii.Number]:
416
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
416
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
417
417
  result = self._values.get("suspend")
418
418
  return typing.cast(typing.Optional[jsii.Number], result)
419
419
 
@@ -423,7 +423,7 @@ class EventOrchestrationServiceCatchAllActions:
423
423
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
424
424
  '''variable block.
425
425
 
426
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
426
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
427
427
  '''
428
428
  result = self._values.get("variable")
429
429
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
@@ -462,11 +462,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
462
462
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
463
463
  ) -> None:
464
464
  '''
465
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
466
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
467
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
468
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
469
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
465
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
466
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
467
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
468
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
469
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
470
470
  '''
471
471
  if __debug__:
472
472
  type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
@@ -488,14 +488,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
488
488
 
489
489
  @builtins.property
490
490
  def name(self) -> builtins.str:
491
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
491
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
492
492
  result = self._values.get("name")
493
493
  assert result is not None, "Required property 'name' is missing"
494
494
  return typing.cast(builtins.str, result)
495
495
 
496
496
  @builtins.property
497
497
  def url(self) -> builtins.str:
498
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
498
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
499
499
  result = self._values.get("url")
500
500
  assert result is not None, "Required property 'url' is missing"
501
501
  return typing.cast(builtins.str, result)
@@ -504,7 +504,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
504
504
  def auto_send(
505
505
  self,
506
506
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
507
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
507
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
508
508
  result = self._values.get("auto_send")
509
509
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
510
510
 
@@ -514,7 +514,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
514
514
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
515
515
  '''header block.
516
516
 
517
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
517
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
518
518
  '''
519
519
  result = self._values.get("header")
520
520
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
@@ -525,7 +525,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
525
525
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
526
526
  '''parameter block.
527
527
 
528
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
528
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
529
529
  '''
530
530
  result = self._values.get("parameter")
531
531
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
@@ -550,8 +550,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
550
550
  class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
551
551
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
552
552
  '''
553
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
554
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
553
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
554
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
555
555
  '''
556
556
  if __debug__:
557
557
  type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
@@ -564,14 +564,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
564
564
 
565
565
  @builtins.property
566
566
  def key(self) -> builtins.str:
567
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
567
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
568
568
  result = self._values.get("key")
569
569
  assert result is not None, "Required property 'key' is missing"
570
570
  return typing.cast(builtins.str, result)
571
571
 
572
572
  @builtins.property
573
573
  def value(self) -> builtins.str:
574
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
574
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
575
575
  result = self._values.get("value")
576
576
  assert result is not None, "Required property 'value' is missing"
577
577
  return typing.cast(builtins.str, result)
@@ -745,13 +745,13 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeaderOutputRefere
745
745
  @jsii.member(jsii_name="internalValue")
746
746
  def internal_value(
747
747
  self,
748
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionHeader, _cdktf_9a9027ec.IResolvable]]:
749
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionHeader, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
748
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsAutomationActionHeader]]:
749
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsAutomationActionHeader]], jsii.get(self, "internalValue"))
750
750
 
751
751
  @internal_value.setter
752
752
  def internal_value(
753
753
  self,
754
- value: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionHeader, _cdktf_9a9027ec.IResolvable]],
754
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsAutomationActionHeader]],
755
755
  ) -> None:
756
756
  if __debug__:
757
757
  type_hints = typing.get_type_hints(_typecheckingstub__af57416408e219597b3dec5f7377499b5cbef0ce78085893faf5f9fc2b86244b)
@@ -927,8 +927,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
927
927
  class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
928
928
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
929
929
  '''
930
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
931
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
930
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
931
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
932
932
  '''
933
933
  if __debug__:
934
934
  type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
@@ -941,14 +941,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
941
941
 
942
942
  @builtins.property
943
943
  def key(self) -> builtins.str:
944
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
944
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
945
945
  result = self._values.get("key")
946
946
  assert result is not None, "Required property 'key' is missing"
947
947
  return typing.cast(builtins.str, result)
948
948
 
949
949
  @builtins.property
950
950
  def value(self) -> builtins.str:
951
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
951
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
952
952
  result = self._values.get("value")
953
953
  assert result is not None, "Required property 'value' is missing"
954
954
  return typing.cast(builtins.str, result)
@@ -1122,13 +1122,13 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameterOutputRef
1122
1122
  @jsii.member(jsii_name="internalValue")
1123
1123
  def internal_value(
1124
1124
  self,
1125
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, _cdktf_9a9027ec.IResolvable]]:
1126
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
1125
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsAutomationActionParameter]]:
1126
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsAutomationActionParameter]], jsii.get(self, "internalValue"))
1127
1127
 
1128
1128
  @internal_value.setter
1129
1129
  def internal_value(
1130
1130
  self,
1131
- value: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, _cdktf_9a9027ec.IResolvable]],
1131
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsAutomationActionParameter]],
1132
1132
  ) -> None:
1133
1133
  if __debug__:
1134
1134
  type_hints = typing.get_type_hints(_typecheckingstub__c4ca61714f5f83d6fa15a4630675d5aa438c4620f2c051ec03cee9d53331b6d4)
@@ -1156,10 +1156,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1156
1156
  template: typing.Optional[builtins.str] = None,
1157
1157
  ) -> None:
1158
1158
  '''
1159
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1160
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1161
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1162
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1159
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1160
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1161
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1162
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1163
1163
  '''
1164
1164
  if __debug__:
1165
1165
  type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
@@ -1179,26 +1179,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1179
1179
 
1180
1180
  @builtins.property
1181
1181
  def target(self) -> builtins.str:
1182
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1182
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1183
1183
  result = self._values.get("target")
1184
1184
  assert result is not None, "Required property 'target' is missing"
1185
1185
  return typing.cast(builtins.str, result)
1186
1186
 
1187
1187
  @builtins.property
1188
1188
  def regex(self) -> typing.Optional[builtins.str]:
1189
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1189
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1190
1190
  result = self._values.get("regex")
1191
1191
  return typing.cast(typing.Optional[builtins.str], result)
1192
1192
 
1193
1193
  @builtins.property
1194
1194
  def source(self) -> typing.Optional[builtins.str]:
1195
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1195
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1196
1196
  result = self._values.get("source")
1197
1197
  return typing.cast(typing.Optional[builtins.str], result)
1198
1198
 
1199
1199
  @builtins.property
1200
1200
  def template(self) -> typing.Optional[builtins.str]:
1201
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1201
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1202
1202
  result = self._values.get("template")
1203
1203
  return typing.cast(typing.Optional[builtins.str], result)
1204
1204
 
@@ -1417,13 +1417,13 @@ class EventOrchestrationServiceCatchAllActionsExtractionOutputReference(
1417
1417
  @jsii.member(jsii_name="internalValue")
1418
1418
  def internal_value(
1419
1419
  self,
1420
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsExtraction, _cdktf_9a9027ec.IResolvable]]:
1421
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsExtraction, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
1420
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsExtraction]]:
1421
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsExtraction]], jsii.get(self, "internalValue"))
1422
1422
 
1423
1423
  @internal_value.setter
1424
1424
  def internal_value(
1425
1425
  self,
1426
- value: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsExtraction, _cdktf_9a9027ec.IResolvable]],
1426
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsExtraction]],
1427
1427
  ) -> None:
1428
1428
  if __debug__:
1429
1429
  type_hints = typing.get_type_hints(_typecheckingstub__955d3b2404015c64dc01f453ae8a593f2d9a9788f9d4d7e7283124fecba7dba1)
@@ -1462,11 +1462,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1462
1462
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1463
1463
  ) -> None:
1464
1464
  '''
1465
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1466
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1467
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1468
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1469
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1465
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1466
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1467
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1468
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1469
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1470
1470
  '''
1471
1471
  value = EventOrchestrationServiceCatchAllActionsAutomationAction(
1472
1472
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1490,7 +1490,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1490
1490
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
1491
1491
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
1492
1492
  '''
1493
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1493
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1494
1494
  '''
1495
1495
  value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
1496
1496
  action_id=action_id
@@ -1757,7 +1757,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1757
1757
  class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
1758
1758
  def __init__(self, *, action_id: builtins.str) -> None:
1759
1759
  '''
1760
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1760
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1761
1761
  '''
1762
1762
  if __debug__:
1763
1763
  type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
@@ -1768,7 +1768,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
1768
1768
 
1769
1769
  @builtins.property
1770
1770
  def action_id(self) -> builtins.str:
1771
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
1771
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
1772
1772
  result = self._values.get("action_id")
1773
1773
  assert result is not None, "Required property 'action_id' is missing"
1774
1774
  return typing.cast(builtins.str, result)
@@ -1855,10 +1855,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
1855
1855
  value: builtins.str,
1856
1856
  ) -> None:
1857
1857
  '''
1858
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1859
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
1860
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
1861
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1858
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1859
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
1860
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
1861
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1862
1862
  '''
1863
1863
  if __debug__:
1864
1864
  type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
@@ -1875,28 +1875,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
1875
1875
 
1876
1876
  @builtins.property
1877
1877
  def name(self) -> builtins.str:
1878
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
1878
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
1879
1879
  result = self._values.get("name")
1880
1880
  assert result is not None, "Required property 'name' is missing"
1881
1881
  return typing.cast(builtins.str, result)
1882
1882
 
1883
1883
  @builtins.property
1884
1884
  def path(self) -> builtins.str:
1885
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
1885
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
1886
1886
  result = self._values.get("path")
1887
1887
  assert result is not None, "Required property 'path' is missing"
1888
1888
  return typing.cast(builtins.str, result)
1889
1889
 
1890
1890
  @builtins.property
1891
1891
  def type(self) -> builtins.str:
1892
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
1892
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
1893
1893
  result = self._values.get("type")
1894
1894
  assert result is not None, "Required property 'type' is missing"
1895
1895
  return typing.cast(builtins.str, result)
1896
1896
 
1897
1897
  @builtins.property
1898
1898
  def value(self) -> builtins.str:
1899
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1899
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1900
1900
  result = self._values.get("value")
1901
1901
  assert result is not None, "Required property 'value' is missing"
1902
1902
  return typing.cast(builtins.str, result)
@@ -2104,13 +2104,13 @@ class EventOrchestrationServiceCatchAllActionsVariableOutputReference(
2104
2104
  @jsii.member(jsii_name="internalValue")
2105
2105
  def internal_value(
2106
2106
  self,
2107
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, _cdktf_9a9027ec.IResolvable]]:
2108
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
2107
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsVariable]]:
2108
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsVariable]], jsii.get(self, "internalValue"))
2109
2109
 
2110
2110
  @internal_value.setter
2111
2111
  def internal_value(
2112
2112
  self,
2113
- value: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, _cdktf_9a9027ec.IResolvable]],
2113
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsVariable]],
2114
2114
  ) -> None:
2115
2115
  if __debug__:
2116
2116
  type_hints = typing.get_type_hints(_typecheckingstub__12cd43d9a0c2a22ed8519f5a2fc94375c9aefacb455ea6c9b23c1e50b6d7a52a)
@@ -2155,17 +2155,17 @@ class EventOrchestrationServiceCatchAllOutputReference(
2155
2155
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2156
2156
  ) -> None:
2157
2157
  '''
2158
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2159
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2160
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2161
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2162
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2163
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2164
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2165
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2166
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2167
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2168
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2158
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2159
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2160
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2161
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2162
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2163
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2164
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2165
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2166
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2167
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2168
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2169
2169
  '''
2170
2170
  value = EventOrchestrationServiceCatchAllActions(
2171
2171
  annotate=annotate,
@@ -2254,11 +2254,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2254
2254
  :param lifecycle:
2255
2255
  :param provider:
2256
2256
  :param provisioners:
2257
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2258
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2259
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2260
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2261
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
2257
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2258
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2259
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2260
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2261
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
2262
2262
  '''
2263
2263
  if isinstance(lifecycle, dict):
2264
2264
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2370,7 +2370,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2370
2370
  def catch_all(self) -> EventOrchestrationServiceCatchAll:
2371
2371
  '''catch_all block.
2372
2372
 
2373
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2373
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2374
2374
  '''
2375
2375
  result = self._values.get("catch_all")
2376
2376
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2378,7 +2378,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2378
2378
 
2379
2379
  @builtins.property
2380
2380
  def service(self) -> builtins.str:
2381
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2381
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2382
2382
  result = self._values.get("service")
2383
2383
  assert result is not None, "Required property 'service' is missing"
2384
2384
  return typing.cast(builtins.str, result)
@@ -2389,7 +2389,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2389
2389
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
2390
2390
  '''set block.
2391
2391
 
2392
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2392
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2393
2393
  '''
2394
2394
  result = self._values.get("set")
2395
2395
  assert result is not None, "Required property 'set' is missing"
@@ -2399,13 +2399,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2399
2399
  def enable_event_orchestration_for_service(
2400
2400
  self,
2401
2401
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2403
2403
  result = self._values.get("enable_event_orchestration_for_service")
2404
2404
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2405
2405
 
2406
2406
  @builtins.property
2407
2407
  def id(self) -> typing.Optional[builtins.str]:
2408
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2408
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2409
2409
 
2410
2410
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2411
2411
  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.
@@ -2438,8 +2438,8 @@ class EventOrchestrationServiceSet:
2438
2438
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2439
2439
  ) -> None:
2440
2440
  '''
2441
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
2442
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2441
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
2442
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2443
2443
  '''
2444
2444
  if __debug__:
2445
2445
  type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
@@ -2453,7 +2453,7 @@ class EventOrchestrationServiceSet:
2453
2453
 
2454
2454
  @builtins.property
2455
2455
  def id(self) -> builtins.str:
2456
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2456
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2457
2457
 
2458
2458
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2459
2459
  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.
@@ -2468,7 +2468,7 @@ class EventOrchestrationServiceSet:
2468
2468
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
2469
2469
  '''rule block.
2470
2470
 
2471
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2471
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2472
2472
  '''
2473
2473
  result = self._values.get("rule")
2474
2474
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
@@ -2651,13 +2651,13 @@ class EventOrchestrationServiceSetOutputReference(
2651
2651
  @jsii.member(jsii_name="internalValue")
2652
2652
  def internal_value(
2653
2653
  self,
2654
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceSet, _cdktf_9a9027ec.IResolvable]]:
2655
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceSet, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
2654
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSet]]:
2655
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSet]], jsii.get(self, "internalValue"))
2656
2656
 
2657
2657
  @internal_value.setter
2658
2658
  def internal_value(
2659
2659
  self,
2660
- value: typing.Optional[typing.Union[EventOrchestrationServiceSet, _cdktf_9a9027ec.IResolvable]],
2660
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSet]],
2661
2661
  ) -> None:
2662
2662
  if __debug__:
2663
2663
  type_hints = typing.get_type_hints(_typecheckingstub__820e6f19b3056b4f1d8a37cb621335e84b9b59e8e2ec757f415a4d41d4194df6)
@@ -2685,10 +2685,10 @@ class EventOrchestrationServiceSetRule:
2685
2685
  label: typing.Optional[builtins.str] = None,
2686
2686
  ) -> None:
2687
2687
  '''
2688
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2689
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2690
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2691
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2688
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2689
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2690
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2691
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2692
2692
  '''
2693
2693
  if isinstance(actions, dict):
2694
2694
  actions = EventOrchestrationServiceSetRuleActions(**actions)
@@ -2712,7 +2712,7 @@ class EventOrchestrationServiceSetRule:
2712
2712
  def actions(self) -> "EventOrchestrationServiceSetRuleActions":
2713
2713
  '''actions block.
2714
2714
 
2715
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2715
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2716
2716
  '''
2717
2717
  result = self._values.get("actions")
2718
2718
  assert result is not None, "Required property 'actions' is missing"
@@ -2724,7 +2724,7 @@ class EventOrchestrationServiceSetRule:
2724
2724
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
2725
2725
  '''condition block.
2726
2726
 
2727
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2727
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2728
2728
  '''
2729
2729
  result = self._values.get("condition")
2730
2730
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
@@ -2733,13 +2733,13 @@ class EventOrchestrationServiceSetRule:
2733
2733
  def disabled(
2734
2734
  self,
2735
2735
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2736
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
2736
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
2737
2737
  result = self._values.get("disabled")
2738
2738
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2739
2739
 
2740
2740
  @builtins.property
2741
2741
  def label(self) -> typing.Optional[builtins.str]:
2742
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
2742
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
2743
2743
  result = self._values.get("label")
2744
2744
  return typing.cast(typing.Optional[builtins.str], result)
2745
2745
 
@@ -2789,17 +2789,17 @@ class EventOrchestrationServiceSetRuleActions:
2789
2789
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
2790
2790
  ) -> None:
2791
2791
  '''
2792
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2793
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2794
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2795
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2796
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2797
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2798
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2799
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2800
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2801
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2802
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2792
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2793
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2794
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2795
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2796
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2797
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2798
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2799
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2800
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2801
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2802
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2803
2803
  '''
2804
2804
  if isinstance(automation_action, dict):
2805
2805
  automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
@@ -2844,7 +2844,7 @@ class EventOrchestrationServiceSetRuleActions:
2844
2844
 
2845
2845
  @builtins.property
2846
2846
  def annotate(self) -> typing.Optional[builtins.str]:
2847
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
2847
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
2848
2848
  result = self._values.get("annotate")
2849
2849
  return typing.cast(typing.Optional[builtins.str], result)
2850
2850
 
@@ -2854,14 +2854,14 @@ class EventOrchestrationServiceSetRuleActions:
2854
2854
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
2855
2855
  '''automation_action block.
2856
2856
 
2857
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2857
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2858
2858
  '''
2859
2859
  result = self._values.get("automation_action")
2860
2860
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
2861
2861
 
2862
2862
  @builtins.property
2863
2863
  def event_action(self) -> typing.Optional[builtins.str]:
2864
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
2864
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
2865
2865
  result = self._values.get("event_action")
2866
2866
  return typing.cast(typing.Optional[builtins.str], result)
2867
2867
 
@@ -2871,7 +2871,7 @@ class EventOrchestrationServiceSetRuleActions:
2871
2871
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
2872
2872
  '''extraction block.
2873
2873
 
2874
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2874
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2875
2875
  '''
2876
2876
  result = self._values.get("extraction")
2877
2877
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
@@ -2882,26 +2882,26 @@ class EventOrchestrationServiceSetRuleActions:
2882
2882
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
2883
2883
  '''pagerduty_automation_action block.
2884
2884
 
2885
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2885
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2886
2886
  '''
2887
2887
  result = self._values.get("pagerduty_automation_action")
2888
2888
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
2889
2889
 
2890
2890
  @builtins.property
2891
2891
  def priority(self) -> typing.Optional[builtins.str]:
2892
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
2892
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
2893
2893
  result = self._values.get("priority")
2894
2894
  return typing.cast(typing.Optional[builtins.str], result)
2895
2895
 
2896
2896
  @builtins.property
2897
2897
  def route_to(self) -> typing.Optional[builtins.str]:
2898
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
2898
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
2899
2899
  result = self._values.get("route_to")
2900
2900
  return typing.cast(typing.Optional[builtins.str], result)
2901
2901
 
2902
2902
  @builtins.property
2903
2903
  def severity(self) -> typing.Optional[builtins.str]:
2904
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
2904
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
2905
2905
  result = self._values.get("severity")
2906
2906
  return typing.cast(typing.Optional[builtins.str], result)
2907
2907
 
@@ -2909,13 +2909,13 @@ class EventOrchestrationServiceSetRuleActions:
2909
2909
  def suppress(
2910
2910
  self,
2911
2911
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2912
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
2912
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
2913
2913
  result = self._values.get("suppress")
2914
2914
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2915
2915
 
2916
2916
  @builtins.property
2917
2917
  def suspend(self) -> typing.Optional[jsii.Number]:
2918
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
2918
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
2919
2919
  result = self._values.get("suspend")
2920
2920
  return typing.cast(typing.Optional[jsii.Number], result)
2921
2921
 
@@ -2925,7 +2925,7 @@ class EventOrchestrationServiceSetRuleActions:
2925
2925
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
2926
2926
  '''variable block.
2927
2927
 
2928
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2928
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2929
2929
  '''
2930
2930
  result = self._values.get("variable")
2931
2931
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
@@ -2964,11 +2964,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
2964
2964
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
2965
2965
  ) -> None:
2966
2966
  '''
2967
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2968
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
2969
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
2970
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
2971
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
2967
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2968
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
2969
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
2970
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
2971
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
2972
2972
  '''
2973
2973
  if __debug__:
2974
2974
  type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
@@ -2990,14 +2990,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
2990
2990
 
2991
2991
  @builtins.property
2992
2992
  def name(self) -> builtins.str:
2993
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2993
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2994
2994
  result = self._values.get("name")
2995
2995
  assert result is not None, "Required property 'name' is missing"
2996
2996
  return typing.cast(builtins.str, result)
2997
2997
 
2998
2998
  @builtins.property
2999
2999
  def url(self) -> builtins.str:
3000
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3000
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3001
3001
  result = self._values.get("url")
3002
3002
  assert result is not None, "Required property 'url' is missing"
3003
3003
  return typing.cast(builtins.str, result)
@@ -3006,7 +3006,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3006
3006
  def auto_send(
3007
3007
  self,
3008
3008
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3009
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3009
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3010
3010
  result = self._values.get("auto_send")
3011
3011
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3012
3012
 
@@ -3016,7 +3016,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3016
3016
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
3017
3017
  '''header block.
3018
3018
 
3019
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3019
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3020
3020
  '''
3021
3021
  result = self._values.get("header")
3022
3022
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
@@ -3027,7 +3027,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3027
3027
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
3028
3028
  '''parameter block.
3029
3029
 
3030
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3030
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3031
3031
  '''
3032
3032
  result = self._values.get("parameter")
3033
3033
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
@@ -3052,8 +3052,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3052
3052
  class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3053
3053
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3054
3054
  '''
3055
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3056
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3055
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3056
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3057
3057
  '''
3058
3058
  if __debug__:
3059
3059
  type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
@@ -3066,14 +3066,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3066
3066
 
3067
3067
  @builtins.property
3068
3068
  def key(self) -> builtins.str:
3069
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3069
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3070
3070
  result = self._values.get("key")
3071
3071
  assert result is not None, "Required property 'key' is missing"
3072
3072
  return typing.cast(builtins.str, result)
3073
3073
 
3074
3074
  @builtins.property
3075
3075
  def value(self) -> builtins.str:
3076
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3076
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3077
3077
  result = self._values.get("value")
3078
3078
  assert result is not None, "Required property 'value' is missing"
3079
3079
  return typing.cast(builtins.str, result)
@@ -3247,13 +3247,13 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeaderOutputReferen
3247
3247
  @jsii.member(jsii_name="internalValue")
3248
3248
  def internal_value(
3249
3249
  self,
3250
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionHeader, _cdktf_9a9027ec.IResolvable]]:
3251
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionHeader, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
3250
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsAutomationActionHeader]]:
3251
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsAutomationActionHeader]], jsii.get(self, "internalValue"))
3252
3252
 
3253
3253
  @internal_value.setter
3254
3254
  def internal_value(
3255
3255
  self,
3256
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionHeader, _cdktf_9a9027ec.IResolvable]],
3256
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsAutomationActionHeader]],
3257
3257
  ) -> None:
3258
3258
  if __debug__:
3259
3259
  type_hints = typing.get_type_hints(_typecheckingstub__c100ff7aadd6a03370a5407fb87ed62013bb17bce7a5a45649b8313b08a6f2ea)
@@ -3429,8 +3429,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
3429
3429
  class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3430
3430
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3431
3431
  '''
3432
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3433
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3432
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3433
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3434
3434
  '''
3435
3435
  if __debug__:
3436
3436
  type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
@@ -3443,14 +3443,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3443
3443
 
3444
3444
  @builtins.property
3445
3445
  def key(self) -> builtins.str:
3446
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3446
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3447
3447
  result = self._values.get("key")
3448
3448
  assert result is not None, "Required property 'key' is missing"
3449
3449
  return typing.cast(builtins.str, result)
3450
3450
 
3451
3451
  @builtins.property
3452
3452
  def value(self) -> builtins.str:
3453
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3453
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3454
3454
  result = self._values.get("value")
3455
3455
  assert result is not None, "Required property 'value' is missing"
3456
3456
  return typing.cast(builtins.str, result)
@@ -3624,13 +3624,13 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameterOutputRefe
3624
3624
  @jsii.member(jsii_name="internalValue")
3625
3625
  def internal_value(
3626
3626
  self,
3627
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, _cdktf_9a9027ec.IResolvable]]:
3628
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
3627
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsAutomationActionParameter]]:
3628
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsAutomationActionParameter]], jsii.get(self, "internalValue"))
3629
3629
 
3630
3630
  @internal_value.setter
3631
3631
  def internal_value(
3632
3632
  self,
3633
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, _cdktf_9a9027ec.IResolvable]],
3633
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsAutomationActionParameter]],
3634
3634
  ) -> None:
3635
3635
  if __debug__:
3636
3636
  type_hints = typing.get_type_hints(_typecheckingstub__e7de10156f1a32bdeda81e6d2044758e1c124ce343b950f9eaeb2ede90005c16)
@@ -3658,10 +3658,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3658
3658
  template: typing.Optional[builtins.str] = None,
3659
3659
  ) -> None:
3660
3660
  '''
3661
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3662
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3663
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3664
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3661
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3662
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3663
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3664
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3665
3665
  '''
3666
3666
  if __debug__:
3667
3667
  type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
@@ -3681,26 +3681,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3681
3681
 
3682
3682
  @builtins.property
3683
3683
  def target(self) -> builtins.str:
3684
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
3684
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
3685
3685
  result = self._values.get("target")
3686
3686
  assert result is not None, "Required property 'target' is missing"
3687
3687
  return typing.cast(builtins.str, result)
3688
3688
 
3689
3689
  @builtins.property
3690
3690
  def regex(self) -> typing.Optional[builtins.str]:
3691
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
3691
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
3692
3692
  result = self._values.get("regex")
3693
3693
  return typing.cast(typing.Optional[builtins.str], result)
3694
3694
 
3695
3695
  @builtins.property
3696
3696
  def source(self) -> typing.Optional[builtins.str]:
3697
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
3697
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
3698
3698
  result = self._values.get("source")
3699
3699
  return typing.cast(typing.Optional[builtins.str], result)
3700
3700
 
3701
3701
  @builtins.property
3702
3702
  def template(self) -> typing.Optional[builtins.str]:
3703
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
3703
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
3704
3704
  result = self._values.get("template")
3705
3705
  return typing.cast(typing.Optional[builtins.str], result)
3706
3706
 
@@ -3919,13 +3919,13 @@ class EventOrchestrationServiceSetRuleActionsExtractionOutputReference(
3919
3919
  @jsii.member(jsii_name="internalValue")
3920
3920
  def internal_value(
3921
3921
  self,
3922
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsExtraction, _cdktf_9a9027ec.IResolvable]]:
3923
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsExtraction, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
3922
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsExtraction]]:
3923
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsExtraction]], jsii.get(self, "internalValue"))
3924
3924
 
3925
3925
  @internal_value.setter
3926
3926
  def internal_value(
3927
3927
  self,
3928
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsExtraction, _cdktf_9a9027ec.IResolvable]],
3928
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsExtraction]],
3929
3929
  ) -> None:
3930
3930
  if __debug__:
3931
3931
  type_hints = typing.get_type_hints(_typecheckingstub__bc05d00c98121d6bbbf797fc6a75685ac2b2b48d37717b565cc338dd7c485aec)
@@ -3964,11 +3964,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
3964
3964
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
3965
3965
  ) -> None:
3966
3966
  '''
3967
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3968
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3969
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3970
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3971
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3967
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3968
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3969
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3970
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3971
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3972
3972
  '''
3973
3973
  value = EventOrchestrationServiceSetRuleActionsAutomationAction(
3974
3974
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -3992,7 +3992,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
3992
3992
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
3993
3993
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
3994
3994
  '''
3995
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
3995
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
3996
3996
  '''
3997
3997
  value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
3998
3998
  action_id=action_id
@@ -4259,7 +4259,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4259
4259
  class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4260
4260
  def __init__(self, *, action_id: builtins.str) -> None:
4261
4261
  '''
4262
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4262
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4263
4263
  '''
4264
4264
  if __debug__:
4265
4265
  type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
@@ -4270,7 +4270,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4270
4270
 
4271
4271
  @builtins.property
4272
4272
  def action_id(self) -> builtins.str:
4273
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4273
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4274
4274
  result = self._values.get("action_id")
4275
4275
  assert result is not None, "Required property 'action_id' is missing"
4276
4276
  return typing.cast(builtins.str, result)
@@ -4357,10 +4357,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4357
4357
  value: builtins.str,
4358
4358
  ) -> None:
4359
4359
  '''
4360
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4361
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4362
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4363
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4360
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4361
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4362
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4363
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4364
4364
  '''
4365
4365
  if __debug__:
4366
4366
  type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
@@ -4377,28 +4377,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4377
4377
 
4378
4378
  @builtins.property
4379
4379
  def name(self) -> builtins.str:
4380
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4380
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4381
4381
  result = self._values.get("name")
4382
4382
  assert result is not None, "Required property 'name' is missing"
4383
4383
  return typing.cast(builtins.str, result)
4384
4384
 
4385
4385
  @builtins.property
4386
4386
  def path(self) -> builtins.str:
4387
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4387
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4388
4388
  result = self._values.get("path")
4389
4389
  assert result is not None, "Required property 'path' is missing"
4390
4390
  return typing.cast(builtins.str, result)
4391
4391
 
4392
4392
  @builtins.property
4393
4393
  def type(self) -> builtins.str:
4394
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4394
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4395
4395
  result = self._values.get("type")
4396
4396
  assert result is not None, "Required property 'type' is missing"
4397
4397
  return typing.cast(builtins.str, result)
4398
4398
 
4399
4399
  @builtins.property
4400
4400
  def value(self) -> builtins.str:
4401
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4401
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4402
4402
  result = self._values.get("value")
4403
4403
  assert result is not None, "Required property 'value' is missing"
4404
4404
  return typing.cast(builtins.str, result)
@@ -4606,13 +4606,13 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
4606
4606
  @jsii.member(jsii_name="internalValue")
4607
4607
  def internal_value(
4608
4608
  self,
4609
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, _cdktf_9a9027ec.IResolvable]]:
4610
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
4609
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsVariable]]:
4610
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsVariable]], jsii.get(self, "internalValue"))
4611
4611
 
4612
4612
  @internal_value.setter
4613
4613
  def internal_value(
4614
4614
  self,
4615
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, _cdktf_9a9027ec.IResolvable]],
4615
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsVariable]],
4616
4616
  ) -> None:
4617
4617
  if __debug__:
4618
4618
  type_hints = typing.get_type_hints(_typecheckingstub__b395bc847e25e726cb399a74a7a07996888b0028ec5421c4da7aebb52fd6fefc)
@@ -4628,7 +4628,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
4628
4628
  class EventOrchestrationServiceSetRuleCondition:
4629
4629
  def __init__(self, *, expression: builtins.str) -> None:
4630
4630
  '''
4631
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
4631
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
4632
4632
  '''
4633
4633
  if __debug__:
4634
4634
  type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
@@ -4639,7 +4639,7 @@ class EventOrchestrationServiceSetRuleCondition:
4639
4639
 
4640
4640
  @builtins.property
4641
4641
  def expression(self) -> builtins.str:
4642
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
4642
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
4643
4643
  result = self._values.get("expression")
4644
4644
  assert result is not None, "Required property 'expression' is missing"
4645
4645
  return typing.cast(builtins.str, result)
@@ -4796,13 +4796,13 @@ class EventOrchestrationServiceSetRuleConditionOutputReference(
4796
4796
  @jsii.member(jsii_name="internalValue")
4797
4797
  def internal_value(
4798
4798
  self,
4799
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceSetRuleCondition, _cdktf_9a9027ec.IResolvable]]:
4800
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceSetRuleCondition, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
4799
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleCondition]]:
4800
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleCondition]], jsii.get(self, "internalValue"))
4801
4801
 
4802
4802
  @internal_value.setter
4803
4803
  def internal_value(
4804
4804
  self,
4805
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleCondition, _cdktf_9a9027ec.IResolvable]],
4805
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleCondition]],
4806
4806
  ) -> None:
4807
4807
  if __debug__:
4808
4808
  type_hints = typing.get_type_hints(_typecheckingstub__3ae36541cd6383859c86772b8f9dabc9de344e32f9e1f1b8d58eb86ca54f0cb2)
@@ -4946,17 +4946,17 @@ class EventOrchestrationServiceSetRuleOutputReference(
4946
4946
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
4947
4947
  ) -> None:
4948
4948
  '''
4949
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
4950
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
4951
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
4952
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
4953
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
4954
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
4955
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
4956
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
4957
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
4958
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
4959
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
4949
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
4950
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
4951
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
4952
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
4953
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
4954
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
4955
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
4956
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
4957
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
4958
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
4959
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
4960
4960
  '''
4961
4961
  value = EventOrchestrationServiceSetRuleActions(
4962
4962
  annotate=annotate,
@@ -5069,13 +5069,13 @@ class EventOrchestrationServiceSetRuleOutputReference(
5069
5069
  @jsii.member(jsii_name="internalValue")
5070
5070
  def internal_value(
5071
5071
  self,
5072
- ) -> typing.Optional[typing.Union[EventOrchestrationServiceSetRule, _cdktf_9a9027ec.IResolvable]]:
5073
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationServiceSetRule, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
5072
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRule]]:
5073
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRule]], jsii.get(self, "internalValue"))
5074
5074
 
5075
5075
  @internal_value.setter
5076
5076
  def internal_value(
5077
5077
  self,
5078
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRule, _cdktf_9a9027ec.IResolvable]],
5078
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRule]],
5079
5079
  ) -> None:
5080
5080
  if __debug__:
5081
5081
  type_hints = typing.get_type_hints(_typecheckingstub__5963a98a6a21eeeba56fc5040c8800521d7378e48a7f1e37f154369cadb43bf9)
@@ -5284,7 +5284,7 @@ def _typecheckingstub__4430d32f833017dc62fb01bce25c54079366bb10b3a67637ea3fe3008
5284
5284
  pass
5285
5285
 
5286
5286
  def _typecheckingstub__af57416408e219597b3dec5f7377499b5cbef0ce78085893faf5f9fc2b86244b(
5287
- value: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionHeader, _cdktf_9a9027ec.IResolvable]],
5287
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsAutomationActionHeader]],
5288
5288
  ) -> None:
5289
5289
  """Type checking stubs"""
5290
5290
  pass
@@ -5400,7 +5400,7 @@ def _typecheckingstub__50c63310c33cca88b38409ed4d7dee6d8e15b7326345d15b9aefc9dd8
5400
5400
  pass
5401
5401
 
5402
5402
  def _typecheckingstub__c4ca61714f5f83d6fa15a4630675d5aa438c4620f2c051ec03cee9d53331b6d4(
5403
- value: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, _cdktf_9a9027ec.IResolvable]],
5403
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsAutomationActionParameter]],
5404
5404
  ) -> None:
5405
5405
  """Type checking stubs"""
5406
5406
  pass
@@ -5487,7 +5487,7 @@ def _typecheckingstub__53ddd62bdd642450917ca1c8c6423a915bac235572f81b4e0410bcfaa
5487
5487
  pass
5488
5488
 
5489
5489
  def _typecheckingstub__955d3b2404015c64dc01f453ae8a593f2d9a9788f9d4d7e7283124fecba7dba1(
5490
- value: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsExtraction, _cdktf_9a9027ec.IResolvable]],
5490
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsExtraction]],
5491
5491
  ) -> None:
5492
5492
  """Type checking stubs"""
5493
5493
  pass
@@ -5667,7 +5667,7 @@ def _typecheckingstub__467373559c7b461fba54cc5de6db1e9a6bb615ea893d862fd0b69d178
5667
5667
  pass
5668
5668
 
5669
5669
  def _typecheckingstub__12cd43d9a0c2a22ed8519f5a2fc94375c9aefacb455ea6c9b23c1e50b6d7a52a(
5670
- value: typing.Optional[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, _cdktf_9a9027ec.IResolvable]],
5670
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCatchAllActionsVariable]],
5671
5671
  ) -> None:
5672
5672
  """Type checking stubs"""
5673
5673
  pass
@@ -5771,7 +5771,7 @@ def _typecheckingstub__196ceb27cec271056c566d70d2aab2aad0b560a4705ffd5c955cd8d9c
5771
5771
  pass
5772
5772
 
5773
5773
  def _typecheckingstub__820e6f19b3056b4f1d8a37cb621335e84b9b59e8e2ec757f415a4d41d4194df6(
5774
- value: typing.Optional[typing.Union[EventOrchestrationServiceSet, _cdktf_9a9027ec.IResolvable]],
5774
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSet]],
5775
5775
  ) -> None:
5776
5776
  """Type checking stubs"""
5777
5777
  pass
@@ -5882,7 +5882,7 @@ def _typecheckingstub__f09f8aef0844542ec02edb61df53effe49f9468971c6b6f871701586d
5882
5882
  pass
5883
5883
 
5884
5884
  def _typecheckingstub__c100ff7aadd6a03370a5407fb87ed62013bb17bce7a5a45649b8313b08a6f2ea(
5885
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionHeader, _cdktf_9a9027ec.IResolvable]],
5885
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsAutomationActionHeader]],
5886
5886
  ) -> None:
5887
5887
  """Type checking stubs"""
5888
5888
  pass
@@ -5998,7 +5998,7 @@ def _typecheckingstub__f89d18d50bb1b7681cf598ac4b6e2b00a4ff3993dc9e2dde512d460b7
5998
5998
  pass
5999
5999
 
6000
6000
  def _typecheckingstub__e7de10156f1a32bdeda81e6d2044758e1c124ce343b950f9eaeb2ede90005c16(
6001
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, _cdktf_9a9027ec.IResolvable]],
6001
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsAutomationActionParameter]],
6002
6002
  ) -> None:
6003
6003
  """Type checking stubs"""
6004
6004
  pass
@@ -6085,7 +6085,7 @@ def _typecheckingstub__2f0e3d24a3f12d602987708952ab6be8793bd9ef06f210d9611914d99
6085
6085
  pass
6086
6086
 
6087
6087
  def _typecheckingstub__bc05d00c98121d6bbbf797fc6a75685ac2b2b48d37717b565cc338dd7c485aec(
6088
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsExtraction, _cdktf_9a9027ec.IResolvable]],
6088
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsExtraction]],
6089
6089
  ) -> None:
6090
6090
  """Type checking stubs"""
6091
6091
  pass
@@ -6265,7 +6265,7 @@ def _typecheckingstub__b02c531fb5aa189841fde91412ec6a5efdab39e86b7b7174547d64f8d
6265
6265
  pass
6266
6266
 
6267
6267
  def _typecheckingstub__b395bc847e25e726cb399a74a7a07996888b0028ec5421c4da7aebb52fd6fefc(
6268
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, _cdktf_9a9027ec.IResolvable]],
6268
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleActionsVariable]],
6269
6269
  ) -> None:
6270
6270
  """Type checking stubs"""
6271
6271
  pass
@@ -6331,7 +6331,7 @@ def _typecheckingstub__832f4858e1000bd1ccb4dd1feaad6d7a96a479636e31f3fd3b24f0f0e
6331
6331
  pass
6332
6332
 
6333
6333
  def _typecheckingstub__3ae36541cd6383859c86772b8f9dabc9de344e32f9e1f1b8d58eb86ca54f0cb2(
6334
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRuleCondition, _cdktf_9a9027ec.IResolvable]],
6334
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRuleCondition]],
6335
6335
  ) -> None:
6336
6336
  """Type checking stubs"""
6337
6337
  pass
@@ -6402,7 +6402,7 @@ def _typecheckingstub__f69528ccd5f98970bf8b9c99402120df7bc5b5e1336554b54636f65c3
6402
6402
  pass
6403
6403
 
6404
6404
  def _typecheckingstub__5963a98a6a21eeeba56fc5040c8800521d7378e48a7f1e37f154369cadb43bf9(
6405
- value: typing.Optional[typing.Union[EventOrchestrationServiceSetRule, _cdktf_9a9027ec.IResolvable]],
6405
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceSetRule]],
6406
6406
  ) -> None:
6407
6407
  """Type checking stubs"""
6408
6408
  pass