cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.7.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +14 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +853 -0
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +853 -0
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +1049 -0
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +1049 -0
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
  50. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
  51. cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
  52. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
  53. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
  54. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
  55. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
  56. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
  57. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
  58. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
  59. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
  60. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
  61. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
  62. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
  63. cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
  64. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
  65. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
  66. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
  67. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
  68. cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
  69. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
  70. cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
  71. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
  72. cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
  73. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
  74. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
  75. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
  76. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/METADATA +5 -5
  77. cdktf_cdktf_provider_pagerduty-13.7.0.dist-info/RECORD +81 -0
  78. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
  79. cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
  80. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/LICENSE +0 -0
  81. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/WHEEL +0 -0
  82. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_service`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class EventOrchestrationService(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -46,15 +49,15 @@ class EventOrchestrationService(
46
49
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
50
  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
51
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
52
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
50
53
 
51
54
  :param scope: The scope in which to define this construct.
52
55
  :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/3.10.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/3.10.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/3.10.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/3.10.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/3.10.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.
56
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
57
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
58
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
59
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
60
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
58
61
  :param connection:
59
62
  :param count:
60
63
  :param depends_on:
@@ -97,7 +100,7 @@ class EventOrchestrationService(
97
100
 
98
101
  :param scope: The scope in which to define this construct.
99
102
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
100
- :param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
103
+ :param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
101
104
  :param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
102
105
  '''
103
106
  if __debug__:
@@ -115,7 +118,7 @@ class EventOrchestrationService(
115
118
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
116
119
  ) -> None:
117
120
  '''
118
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
121
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
119
122
  '''
120
123
  value = EventOrchestrationServiceCatchAll(actions=actions)
121
124
 
@@ -248,7 +251,7 @@ class EventOrchestrationServiceCatchAll:
248
251
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
249
252
  ) -> None:
250
253
  '''
251
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
254
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
252
255
  '''
253
256
  if isinstance(actions, dict):
254
257
  actions = EventOrchestrationServiceCatchAllActions(**actions)
@@ -263,7 +266,7 @@ class EventOrchestrationServiceCatchAll:
263
266
  def actions(self) -> "EventOrchestrationServiceCatchAllActions":
264
267
  '''actions block.
265
268
 
266
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
269
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
267
270
  '''
268
271
  result = self._values.get("actions")
269
272
  assert result is not None, "Required property 'actions' is missing"
@@ -317,18 +320,18 @@ class EventOrchestrationServiceCatchAllActions:
317
320
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
318
321
  ) -> None:
319
322
  '''
320
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
321
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
322
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
323
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
324
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
325
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
326
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
327
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
328
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
329
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
330
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
331
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
323
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
324
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
325
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
326
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
327
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
328
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
329
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
330
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
331
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
332
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
333
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
334
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
332
335
  '''
333
336
  if isinstance(automation_action, dict):
334
337
  automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
@@ -376,7 +379,7 @@ class EventOrchestrationServiceCatchAllActions:
376
379
 
377
380
  @builtins.property
378
381
  def annotate(self) -> typing.Optional[builtins.str]:
379
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
382
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
380
383
  result = self._values.get("annotate")
381
384
  return typing.cast(typing.Optional[builtins.str], result)
382
385
 
@@ -386,14 +389,14 @@ class EventOrchestrationServiceCatchAllActions:
386
389
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
387
390
  '''automation_action block.
388
391
 
389
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
392
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
390
393
  '''
391
394
  result = self._values.get("automation_action")
392
395
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
393
396
 
394
397
  @builtins.property
395
398
  def event_action(self) -> typing.Optional[builtins.str]:
396
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
399
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
397
400
  result = self._values.get("event_action")
398
401
  return typing.cast(typing.Optional[builtins.str], result)
399
402
 
@@ -403,7 +406,7 @@ class EventOrchestrationServiceCatchAllActions:
403
406
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
404
407
  '''extraction block.
405
408
 
406
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
409
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
407
410
  '''
408
411
  result = self._values.get("extraction")
409
412
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
@@ -414,7 +417,7 @@ class EventOrchestrationServiceCatchAllActions:
414
417
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]]:
415
418
  '''incident_custom_field_update block.
416
419
 
417
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
420
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
418
421
  '''
419
422
  result = self._values.get("incident_custom_field_update")
420
423
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]], result)
@@ -425,26 +428,26 @@ class EventOrchestrationServiceCatchAllActions:
425
428
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
426
429
  '''pagerduty_automation_action block.
427
430
 
428
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
431
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
429
432
  '''
430
433
  result = self._values.get("pagerduty_automation_action")
431
434
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
432
435
 
433
436
  @builtins.property
434
437
  def priority(self) -> typing.Optional[builtins.str]:
435
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
438
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
436
439
  result = self._values.get("priority")
437
440
  return typing.cast(typing.Optional[builtins.str], result)
438
441
 
439
442
  @builtins.property
440
443
  def route_to(self) -> typing.Optional[builtins.str]:
441
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
444
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
442
445
  result = self._values.get("route_to")
443
446
  return typing.cast(typing.Optional[builtins.str], result)
444
447
 
445
448
  @builtins.property
446
449
  def severity(self) -> typing.Optional[builtins.str]:
447
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
450
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
448
451
  result = self._values.get("severity")
449
452
  return typing.cast(typing.Optional[builtins.str], result)
450
453
 
@@ -452,13 +455,13 @@ class EventOrchestrationServiceCatchAllActions:
452
455
  def suppress(
453
456
  self,
454
457
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
455
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
458
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
456
459
  result = self._values.get("suppress")
457
460
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
458
461
 
459
462
  @builtins.property
460
463
  def suspend(self) -> typing.Optional[jsii.Number]:
461
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
464
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
462
465
  result = self._values.get("suspend")
463
466
  return typing.cast(typing.Optional[jsii.Number], result)
464
467
 
@@ -468,7 +471,7 @@ class EventOrchestrationServiceCatchAllActions:
468
471
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
469
472
  '''variable block.
470
473
 
471
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
474
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
472
475
  '''
473
476
  result = self._values.get("variable")
474
477
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
@@ -507,11 +510,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
507
510
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
508
511
  ) -> None:
509
512
  '''
510
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
511
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
512
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
513
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
514
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
513
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
514
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
515
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
516
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
517
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
515
518
  '''
516
519
  if __debug__:
517
520
  type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
@@ -533,14 +536,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
533
536
 
534
537
  @builtins.property
535
538
  def name(self) -> builtins.str:
536
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
539
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
537
540
  result = self._values.get("name")
538
541
  assert result is not None, "Required property 'name' is missing"
539
542
  return typing.cast(builtins.str, result)
540
543
 
541
544
  @builtins.property
542
545
  def url(self) -> builtins.str:
543
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
546
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
544
547
  result = self._values.get("url")
545
548
  assert result is not None, "Required property 'url' is missing"
546
549
  return typing.cast(builtins.str, result)
@@ -549,7 +552,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
549
552
  def auto_send(
550
553
  self,
551
554
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
552
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
555
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
553
556
  result = self._values.get("auto_send")
554
557
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
555
558
 
@@ -559,7 +562,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
559
562
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
560
563
  '''header block.
561
564
 
562
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
565
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
563
566
  '''
564
567
  result = self._values.get("header")
565
568
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
@@ -570,7 +573,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
570
573
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
571
574
  '''parameter block.
572
575
 
573
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
576
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
574
577
  '''
575
578
  result = self._values.get("parameter")
576
579
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
@@ -595,8 +598,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
595
598
  class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
596
599
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
597
600
  '''
598
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
599
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
601
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
602
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
600
603
  '''
601
604
  if __debug__:
602
605
  type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
@@ -609,14 +612,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
609
612
 
610
613
  @builtins.property
611
614
  def key(self) -> builtins.str:
612
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
615
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
613
616
  result = self._values.get("key")
614
617
  assert result is not None, "Required property 'key' is missing"
615
618
  return typing.cast(builtins.str, result)
616
619
 
617
620
  @builtins.property
618
621
  def value(self) -> builtins.str:
619
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
622
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
620
623
  result = self._values.get("value")
621
624
  assert result is not None, "Required property 'value' is missing"
622
625
  return typing.cast(builtins.str, result)
@@ -972,8 +975,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
972
975
  class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
973
976
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
974
977
  '''
975
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
976
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
978
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
979
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
977
980
  '''
978
981
  if __debug__:
979
982
  type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
@@ -986,14 +989,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
986
989
 
987
990
  @builtins.property
988
991
  def key(self) -> builtins.str:
989
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
992
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
990
993
  result = self._values.get("key")
991
994
  assert result is not None, "Required property 'key' is missing"
992
995
  return typing.cast(builtins.str, result)
993
996
 
994
997
  @builtins.property
995
998
  def value(self) -> builtins.str:
996
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
999
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
997
1000
  result = self._values.get("value")
998
1001
  assert result is not None, "Required property 'value' is missing"
999
1002
  return typing.cast(builtins.str, result)
@@ -1201,10 +1204,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1201
1204
  template: typing.Optional[builtins.str] = None,
1202
1205
  ) -> None:
1203
1206
  '''
1204
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1205
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1206
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1207
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1207
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1208
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1209
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1210
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1208
1211
  '''
1209
1212
  if __debug__:
1210
1213
  type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
@@ -1224,26 +1227,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1224
1227
 
1225
1228
  @builtins.property
1226
1229
  def target(self) -> builtins.str:
1227
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1230
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1228
1231
  result = self._values.get("target")
1229
1232
  assert result is not None, "Required property 'target' is missing"
1230
1233
  return typing.cast(builtins.str, result)
1231
1234
 
1232
1235
  @builtins.property
1233
1236
  def regex(self) -> typing.Optional[builtins.str]:
1234
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1237
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1235
1238
  result = self._values.get("regex")
1236
1239
  return typing.cast(typing.Optional[builtins.str], result)
1237
1240
 
1238
1241
  @builtins.property
1239
1242
  def source(self) -> typing.Optional[builtins.str]:
1240
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1243
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1241
1244
  result = self._values.get("source")
1242
1245
  return typing.cast(typing.Optional[builtins.str], result)
1243
1246
 
1244
1247
  @builtins.property
1245
1248
  def template(self) -> typing.Optional[builtins.str]:
1246
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1249
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1247
1250
  result = self._values.get("template")
1248
1251
  return typing.cast(typing.Optional[builtins.str], result)
1249
1252
 
@@ -1484,8 +1487,8 @@ class EventOrchestrationServiceCatchAllActionsExtractionOutputReference(
1484
1487
  class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1485
1488
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
1486
1489
  '''
1487
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
1488
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1490
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
1491
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1489
1492
  '''
1490
1493
  if __debug__:
1491
1494
  type_hints = typing.get_type_hints(_typecheckingstub__01c0a9c05e20146e2fbbf0f5af59e520a0ab811ae8ef69b936a08bfba4f12841)
@@ -1498,7 +1501,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1498
1501
 
1499
1502
  @builtins.property
1500
1503
  def id(self) -> builtins.str:
1501
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
1504
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
1502
1505
 
1503
1506
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1504
1507
  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.
@@ -1509,7 +1512,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1509
1512
 
1510
1513
  @builtins.property
1511
1514
  def value(self) -> builtins.str:
1512
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1515
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1513
1516
  result = self._values.get("value")
1514
1517
  assert result is not None, "Required property 'value' is missing"
1515
1518
  return typing.cast(builtins.str, result)
@@ -1728,11 +1731,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1728
1731
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1729
1732
  ) -> None:
1730
1733
  '''
1731
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1732
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1733
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1734
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1735
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1734
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1735
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1736
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1737
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1738
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1736
1739
  '''
1737
1740
  value = EventOrchestrationServiceCatchAllActionsAutomationAction(
1738
1741
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1769,7 +1772,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1769
1772
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
1770
1773
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
1771
1774
  '''
1772
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1775
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1773
1776
  '''
1774
1777
  value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
1775
1778
  action_id=action_id
@@ -2054,7 +2057,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
2054
2057
  class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
2055
2058
  def __init__(self, *, action_id: builtins.str) -> None:
2056
2059
  '''
2057
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
2060
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
2058
2061
  '''
2059
2062
  if __debug__:
2060
2063
  type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
@@ -2065,7 +2068,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
2065
2068
 
2066
2069
  @builtins.property
2067
2070
  def action_id(self) -> builtins.str:
2068
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
2071
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
2069
2072
  result = self._values.get("action_id")
2070
2073
  assert result is not None, "Required property 'action_id' is missing"
2071
2074
  return typing.cast(builtins.str, result)
@@ -2152,10 +2155,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
2152
2155
  value: builtins.str,
2153
2156
  ) -> None:
2154
2157
  '''
2155
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2156
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
2157
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
2158
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
2158
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2159
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
2160
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
2161
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
2159
2162
  '''
2160
2163
  if __debug__:
2161
2164
  type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
@@ -2172,28 +2175,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
2172
2175
 
2173
2176
  @builtins.property
2174
2177
  def name(self) -> builtins.str:
2175
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2178
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2176
2179
  result = self._values.get("name")
2177
2180
  assert result is not None, "Required property 'name' is missing"
2178
2181
  return typing.cast(builtins.str, result)
2179
2182
 
2180
2183
  @builtins.property
2181
2184
  def path(self) -> builtins.str:
2182
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
2185
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
2183
2186
  result = self._values.get("path")
2184
2187
  assert result is not None, "Required property 'path' is missing"
2185
2188
  return typing.cast(builtins.str, result)
2186
2189
 
2187
2190
  @builtins.property
2188
2191
  def type(self) -> builtins.str:
2189
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
2192
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
2190
2193
  result = self._values.get("type")
2191
2194
  assert result is not None, "Required property 'type' is missing"
2192
2195
  return typing.cast(builtins.str, result)
2193
2196
 
2194
2197
  @builtins.property
2195
2198
  def value(self) -> builtins.str:
2196
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
2199
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
2197
2200
  result = self._values.get("value")
2198
2201
  assert result is not None, "Required property 'value' is missing"
2199
2202
  return typing.cast(builtins.str, result)
@@ -2453,18 +2456,18 @@ class EventOrchestrationServiceCatchAllOutputReference(
2453
2456
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2454
2457
  ) -> None:
2455
2458
  '''
2456
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2457
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2458
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2459
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2460
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
2461
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2462
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2463
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2464
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2465
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2466
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2467
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2459
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2460
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2461
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2462
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2463
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
2464
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2465
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2466
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2467
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2468
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2469
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2470
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2468
2471
  '''
2469
2472
  value = EventOrchestrationServiceCatchAllActions(
2470
2473
  annotate=annotate,
@@ -2554,11 +2557,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2554
2557
  :param lifecycle:
2555
2558
  :param provider:
2556
2559
  :param provisioners:
2557
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2558
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2559
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2560
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2561
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
2560
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2561
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2562
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2563
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2564
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
2562
2565
  '''
2563
2566
  if isinstance(lifecycle, dict):
2564
2567
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2670,7 +2673,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2670
2673
  def catch_all(self) -> EventOrchestrationServiceCatchAll:
2671
2674
  '''catch_all block.
2672
2675
 
2673
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2676
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2674
2677
  '''
2675
2678
  result = self._values.get("catch_all")
2676
2679
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2678,7 +2681,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2678
2681
 
2679
2682
  @builtins.property
2680
2683
  def service(self) -> builtins.str:
2681
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2684
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2682
2685
  result = self._values.get("service")
2683
2686
  assert result is not None, "Required property 'service' is missing"
2684
2687
  return typing.cast(builtins.str, result)
@@ -2689,7 +2692,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2689
2692
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
2690
2693
  '''set block.
2691
2694
 
2692
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2695
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2693
2696
  '''
2694
2697
  result = self._values.get("set")
2695
2698
  assert result is not None, "Required property 'set' is missing"
@@ -2699,13 +2702,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2699
2702
  def enable_event_orchestration_for_service(
2700
2703
  self,
2701
2704
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2702
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2705
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2703
2706
  result = self._values.get("enable_event_orchestration_for_service")
2704
2707
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2705
2708
 
2706
2709
  @builtins.property
2707
2710
  def id(self) -> typing.Optional[builtins.str]:
2708
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2711
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2709
2712
 
2710
2713
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2711
2714
  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.
@@ -2738,8 +2741,8 @@ class EventOrchestrationServiceSet:
2738
2741
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2739
2742
  ) -> None:
2740
2743
  '''
2741
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
2742
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2744
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
2745
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2743
2746
  '''
2744
2747
  if __debug__:
2745
2748
  type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
@@ -2753,7 +2756,7 @@ class EventOrchestrationServiceSet:
2753
2756
 
2754
2757
  @builtins.property
2755
2758
  def id(self) -> builtins.str:
2756
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2759
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2757
2760
 
2758
2761
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2759
2762
  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.
@@ -2768,7 +2771,7 @@ class EventOrchestrationServiceSet:
2768
2771
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
2769
2772
  '''rule block.
2770
2773
 
2771
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2774
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2772
2775
  '''
2773
2776
  result = self._values.get("rule")
2774
2777
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
@@ -2985,10 +2988,10 @@ class EventOrchestrationServiceSetRule:
2985
2988
  label: typing.Optional[builtins.str] = None,
2986
2989
  ) -> None:
2987
2990
  '''
2988
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2989
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2990
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2991
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2991
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2992
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2993
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2994
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2992
2995
  '''
2993
2996
  if isinstance(actions, dict):
2994
2997
  actions = EventOrchestrationServiceSetRuleActions(**actions)
@@ -3012,7 +3015,7 @@ class EventOrchestrationServiceSetRule:
3012
3015
  def actions(self) -> "EventOrchestrationServiceSetRuleActions":
3013
3016
  '''actions block.
3014
3017
 
3015
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3018
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3016
3019
  '''
3017
3020
  result = self._values.get("actions")
3018
3021
  assert result is not None, "Required property 'actions' is missing"
@@ -3024,7 +3027,7 @@ class EventOrchestrationServiceSetRule:
3024
3027
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
3025
3028
  '''condition block.
3026
3029
 
3027
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3030
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3028
3031
  '''
3029
3032
  result = self._values.get("condition")
3030
3033
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
@@ -3033,13 +3036,13 @@ class EventOrchestrationServiceSetRule:
3033
3036
  def disabled(
3034
3037
  self,
3035
3038
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3036
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
3039
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
3037
3040
  result = self._values.get("disabled")
3038
3041
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3039
3042
 
3040
3043
  @builtins.property
3041
3044
  def label(self) -> typing.Optional[builtins.str]:
3042
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
3045
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
3043
3046
  result = self._values.get("label")
3044
3047
  return typing.cast(typing.Optional[builtins.str], result)
3045
3048
 
@@ -3091,18 +3094,18 @@ class EventOrchestrationServiceSetRuleActions:
3091
3094
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
3092
3095
  ) -> None:
3093
3096
  '''
3094
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
3095
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3096
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
3097
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3098
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3099
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3100
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
3101
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
3102
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
3103
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
3104
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
3105
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3097
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
3098
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3099
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
3100
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3101
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3102
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3103
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
3104
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
3105
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
3106
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
3107
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
3108
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3106
3109
  '''
3107
3110
  if isinstance(automation_action, dict):
3108
3111
  automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
@@ -3150,7 +3153,7 @@ class EventOrchestrationServiceSetRuleActions:
3150
3153
 
3151
3154
  @builtins.property
3152
3155
  def annotate(self) -> typing.Optional[builtins.str]:
3153
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
3156
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
3154
3157
  result = self._values.get("annotate")
3155
3158
  return typing.cast(typing.Optional[builtins.str], result)
3156
3159
 
@@ -3160,14 +3163,14 @@ class EventOrchestrationServiceSetRuleActions:
3160
3163
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
3161
3164
  '''automation_action block.
3162
3165
 
3163
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3166
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3164
3167
  '''
3165
3168
  result = self._values.get("automation_action")
3166
3169
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
3167
3170
 
3168
3171
  @builtins.property
3169
3172
  def event_action(self) -> typing.Optional[builtins.str]:
3170
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
3173
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
3171
3174
  result = self._values.get("event_action")
3172
3175
  return typing.cast(typing.Optional[builtins.str], result)
3173
3176
 
@@ -3177,7 +3180,7 @@ class EventOrchestrationServiceSetRuleActions:
3177
3180
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
3178
3181
  '''extraction block.
3179
3182
 
3180
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3183
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3181
3184
  '''
3182
3185
  result = self._values.get("extraction")
3183
3186
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
@@ -3188,7 +3191,7 @@ class EventOrchestrationServiceSetRuleActions:
3188
3191
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]]:
3189
3192
  '''incident_custom_field_update block.
3190
3193
 
3191
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3194
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3192
3195
  '''
3193
3196
  result = self._values.get("incident_custom_field_update")
3194
3197
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]], result)
@@ -3199,26 +3202,26 @@ class EventOrchestrationServiceSetRuleActions:
3199
3202
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
3200
3203
  '''pagerduty_automation_action block.
3201
3204
 
3202
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3205
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3203
3206
  '''
3204
3207
  result = self._values.get("pagerduty_automation_action")
3205
3208
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
3206
3209
 
3207
3210
  @builtins.property
3208
3211
  def priority(self) -> typing.Optional[builtins.str]:
3209
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
3212
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
3210
3213
  result = self._values.get("priority")
3211
3214
  return typing.cast(typing.Optional[builtins.str], result)
3212
3215
 
3213
3216
  @builtins.property
3214
3217
  def route_to(self) -> typing.Optional[builtins.str]:
3215
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
3218
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
3216
3219
  result = self._values.get("route_to")
3217
3220
  return typing.cast(typing.Optional[builtins.str], result)
3218
3221
 
3219
3222
  @builtins.property
3220
3223
  def severity(self) -> typing.Optional[builtins.str]:
3221
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
3224
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
3222
3225
  result = self._values.get("severity")
3223
3226
  return typing.cast(typing.Optional[builtins.str], result)
3224
3227
 
@@ -3226,13 +3229,13 @@ class EventOrchestrationServiceSetRuleActions:
3226
3229
  def suppress(
3227
3230
  self,
3228
3231
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3229
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
3232
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
3230
3233
  result = self._values.get("suppress")
3231
3234
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3232
3235
 
3233
3236
  @builtins.property
3234
3237
  def suspend(self) -> typing.Optional[jsii.Number]:
3235
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
3238
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
3236
3239
  result = self._values.get("suspend")
3237
3240
  return typing.cast(typing.Optional[jsii.Number], result)
3238
3241
 
@@ -3242,7 +3245,7 @@ class EventOrchestrationServiceSetRuleActions:
3242
3245
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
3243
3246
  '''variable block.
3244
3247
 
3245
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3248
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3246
3249
  '''
3247
3250
  result = self._values.get("variable")
3248
3251
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
@@ -3281,11 +3284,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3281
3284
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
3282
3285
  ) -> None:
3283
3286
  '''
3284
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3285
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3286
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3287
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3288
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3287
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3288
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3289
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3290
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3291
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3289
3292
  '''
3290
3293
  if __debug__:
3291
3294
  type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
@@ -3307,14 +3310,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3307
3310
 
3308
3311
  @builtins.property
3309
3312
  def name(self) -> builtins.str:
3310
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3313
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3311
3314
  result = self._values.get("name")
3312
3315
  assert result is not None, "Required property 'name' is missing"
3313
3316
  return typing.cast(builtins.str, result)
3314
3317
 
3315
3318
  @builtins.property
3316
3319
  def url(self) -> builtins.str:
3317
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3320
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3318
3321
  result = self._values.get("url")
3319
3322
  assert result is not None, "Required property 'url' is missing"
3320
3323
  return typing.cast(builtins.str, result)
@@ -3323,7 +3326,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3323
3326
  def auto_send(
3324
3327
  self,
3325
3328
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3326
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3329
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3327
3330
  result = self._values.get("auto_send")
3328
3331
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3329
3332
 
@@ -3333,7 +3336,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3333
3336
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
3334
3337
  '''header block.
3335
3338
 
3336
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3339
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3337
3340
  '''
3338
3341
  result = self._values.get("header")
3339
3342
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
@@ -3344,7 +3347,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3344
3347
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
3345
3348
  '''parameter block.
3346
3349
 
3347
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3350
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3348
3351
  '''
3349
3352
  result = self._values.get("parameter")
3350
3353
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
@@ -3369,8 +3372,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3369
3372
  class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3370
3373
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3371
3374
  '''
3372
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3373
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3375
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3376
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3374
3377
  '''
3375
3378
  if __debug__:
3376
3379
  type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
@@ -3383,14 +3386,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3383
3386
 
3384
3387
  @builtins.property
3385
3388
  def key(self) -> builtins.str:
3386
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3389
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3387
3390
  result = self._values.get("key")
3388
3391
  assert result is not None, "Required property 'key' is missing"
3389
3392
  return typing.cast(builtins.str, result)
3390
3393
 
3391
3394
  @builtins.property
3392
3395
  def value(self) -> builtins.str:
3393
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3396
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3394
3397
  result = self._values.get("value")
3395
3398
  assert result is not None, "Required property 'value' is missing"
3396
3399
  return typing.cast(builtins.str, result)
@@ -3746,8 +3749,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
3746
3749
  class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3747
3750
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3748
3751
  '''
3749
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3750
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3752
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3753
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3751
3754
  '''
3752
3755
  if __debug__:
3753
3756
  type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
@@ -3760,14 +3763,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3760
3763
 
3761
3764
  @builtins.property
3762
3765
  def key(self) -> builtins.str:
3763
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3766
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3764
3767
  result = self._values.get("key")
3765
3768
  assert result is not None, "Required property 'key' is missing"
3766
3769
  return typing.cast(builtins.str, result)
3767
3770
 
3768
3771
  @builtins.property
3769
3772
  def value(self) -> builtins.str:
3770
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3773
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3771
3774
  result = self._values.get("value")
3772
3775
  assert result is not None, "Required property 'value' is missing"
3773
3776
  return typing.cast(builtins.str, result)
@@ -3975,10 +3978,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3975
3978
  template: typing.Optional[builtins.str] = None,
3976
3979
  ) -> None:
3977
3980
  '''
3978
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3979
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3980
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3981
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3981
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3982
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3983
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3984
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3982
3985
  '''
3983
3986
  if __debug__:
3984
3987
  type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
@@ -3998,26 +4001,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3998
4001
 
3999
4002
  @builtins.property
4000
4003
  def target(self) -> builtins.str:
4001
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
4004
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
4002
4005
  result = self._values.get("target")
4003
4006
  assert result is not None, "Required property 'target' is missing"
4004
4007
  return typing.cast(builtins.str, result)
4005
4008
 
4006
4009
  @builtins.property
4007
4010
  def regex(self) -> typing.Optional[builtins.str]:
4008
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
4011
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
4009
4012
  result = self._values.get("regex")
4010
4013
  return typing.cast(typing.Optional[builtins.str], result)
4011
4014
 
4012
4015
  @builtins.property
4013
4016
  def source(self) -> typing.Optional[builtins.str]:
4014
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
4017
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
4015
4018
  result = self._values.get("source")
4016
4019
  return typing.cast(typing.Optional[builtins.str], result)
4017
4020
 
4018
4021
  @builtins.property
4019
4022
  def template(self) -> typing.Optional[builtins.str]:
4020
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
4023
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
4021
4024
  result = self._values.get("template")
4022
4025
  return typing.cast(typing.Optional[builtins.str], result)
4023
4026
 
@@ -4258,8 +4261,8 @@ class EventOrchestrationServiceSetRuleActionsExtractionOutputReference(
4258
4261
  class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4259
4262
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
4260
4263
  '''
4261
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
4262
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4264
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
4265
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4263
4266
  '''
4264
4267
  if __debug__:
4265
4268
  type_hints = typing.get_type_hints(_typecheckingstub__31f6fe127b5965fad04ba280bc2b0717d92426f136ed60e964ca92c3c58da09a)
@@ -4272,7 +4275,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4272
4275
 
4273
4276
  @builtins.property
4274
4277
  def id(self) -> builtins.str:
4275
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
4278
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
4276
4279
 
4277
4280
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
4278
4281
  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.
@@ -4283,7 +4286,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4283
4286
 
4284
4287
  @builtins.property
4285
4288
  def value(self) -> builtins.str:
4286
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4289
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4287
4290
  result = self._values.get("value")
4288
4291
  assert result is not None, "Required property 'value' is missing"
4289
4292
  return typing.cast(builtins.str, result)
@@ -4502,11 +4505,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4502
4505
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
4503
4506
  ) -> None:
4504
4507
  '''
4505
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4506
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
4507
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
4508
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
4509
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
4508
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4509
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
4510
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
4511
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
4512
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
4510
4513
  '''
4511
4514
  value = EventOrchestrationServiceSetRuleActionsAutomationAction(
4512
4515
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4543,7 +4546,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4543
4546
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
4544
4547
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
4545
4548
  '''
4546
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4549
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4547
4550
  '''
4548
4551
  value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
4549
4552
  action_id=action_id
@@ -4828,7 +4831,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4828
4831
  class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4829
4832
  def __init__(self, *, action_id: builtins.str) -> None:
4830
4833
  '''
4831
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4834
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4832
4835
  '''
4833
4836
  if __debug__:
4834
4837
  type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
@@ -4839,7 +4842,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4839
4842
 
4840
4843
  @builtins.property
4841
4844
  def action_id(self) -> builtins.str:
4842
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4845
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4843
4846
  result = self._values.get("action_id")
4844
4847
  assert result is not None, "Required property 'action_id' is missing"
4845
4848
  return typing.cast(builtins.str, result)
@@ -4926,10 +4929,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4926
4929
  value: builtins.str,
4927
4930
  ) -> None:
4928
4931
  '''
4929
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4930
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4931
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4932
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4932
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4933
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4934
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4935
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4933
4936
  '''
4934
4937
  if __debug__:
4935
4938
  type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
@@ -4946,28 +4949,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4946
4949
 
4947
4950
  @builtins.property
4948
4951
  def name(self) -> builtins.str:
4949
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4952
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4950
4953
  result = self._values.get("name")
4951
4954
  assert result is not None, "Required property 'name' is missing"
4952
4955
  return typing.cast(builtins.str, result)
4953
4956
 
4954
4957
  @builtins.property
4955
4958
  def path(self) -> builtins.str:
4956
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4959
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4957
4960
  result = self._values.get("path")
4958
4961
  assert result is not None, "Required property 'path' is missing"
4959
4962
  return typing.cast(builtins.str, result)
4960
4963
 
4961
4964
  @builtins.property
4962
4965
  def type(self) -> builtins.str:
4963
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4966
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4964
4967
  result = self._values.get("type")
4965
4968
  assert result is not None, "Required property 'type' is missing"
4966
4969
  return typing.cast(builtins.str, result)
4967
4970
 
4968
4971
  @builtins.property
4969
4972
  def value(self) -> builtins.str:
4970
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4973
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4971
4974
  result = self._values.get("value")
4972
4975
  assert result is not None, "Required property 'value' is missing"
4973
4976
  return typing.cast(builtins.str, result)
@@ -5197,7 +5200,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
5197
5200
  class EventOrchestrationServiceSetRuleCondition:
5198
5201
  def __init__(self, *, expression: builtins.str) -> None:
5199
5202
  '''
5200
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
5203
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
5201
5204
  '''
5202
5205
  if __debug__:
5203
5206
  type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
@@ -5208,7 +5211,7 @@ class EventOrchestrationServiceSetRuleCondition:
5208
5211
 
5209
5212
  @builtins.property
5210
5213
  def expression(self) -> builtins.str:
5211
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
5214
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
5212
5215
  result = self._values.get("expression")
5213
5216
  assert result is not None, "Required property 'expression' is missing"
5214
5217
  return typing.cast(builtins.str, result)
@@ -5516,18 +5519,18 @@ class EventOrchestrationServiceSetRuleOutputReference(
5516
5519
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
5517
5520
  ) -> None:
5518
5521
  '''
5519
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
5520
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
5521
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
5522
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
5523
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
5524
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
5525
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
5526
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
5527
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
5528
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
5529
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
5530
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
5522
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
5523
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
5524
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
5525
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
5526
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
5527
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
5528
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
5529
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
5530
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
5531
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
5532
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
5533
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
5531
5534
  '''
5532
5535
  value = EventOrchestrationServiceSetRuleActions(
5533
5536
  annotate=annotate,