cdktf-cdktf-provider-pagerduty 13.15.1__py3-none-any.whl → 13.15.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.3.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
  5. cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -55
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  10. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  11. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
  12. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -31
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type/__init__.py +7 -7
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type_custom_field/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  41. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  42. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  44. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  45. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  46. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  47. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
  50. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  51. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
  52. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
  53. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
  54. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  55. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  56. cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
  57. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
  58. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  59. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  60. cdktf_cdktf_provider_pagerduty/incident_type/__init__.py +19 -19
  61. cdktf_cdktf_provider_pagerduty/incident_type_custom_field/__init__.py +31 -31
  62. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  63. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
  64. cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
  65. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  66. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
  67. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  68. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  69. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  70. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  71. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  72. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
  73. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  74. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  75. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  76. cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
  77. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
  78. cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
  79. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  80. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  81. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  82. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
  83. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  84. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  85. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/METADATA +4 -4
  86. cdktf_cdktf_provider_pagerduty-13.15.3.dist-info/RECORD +90 -0
  87. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.1.jsii.tgz +0 -0
  88. cdktf_cdktf_provider_pagerduty-13.15.1.dist-info/RECORD +0 -90
  89. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/LICENSE +0 -0
  90. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/WHEEL +0 -0
  91. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
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.19.2/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.19.4/docs/resources/event_orchestration_service).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class EventOrchestrationService(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -64,15 +64,15 @@ class EventOrchestrationService(
64
64
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
65
65
  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,
66
66
  ) -> None:
67
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
67
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
68
68
 
69
69
  :param scope: The scope in which to define this construct.
70
70
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
71
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
72
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
73
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
74
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
75
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
71
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
72
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
73
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
74
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
75
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
76
76
  :param connection:
77
77
  :param count:
78
78
  :param depends_on:
@@ -115,7 +115,7 @@ class EventOrchestrationService(
115
115
 
116
116
  :param scope: The scope in which to define this construct.
117
117
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
118
- :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.19.2/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
118
+ :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.19.4/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
119
119
  :param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
120
120
  '''
121
121
  if __debug__:
@@ -133,7 +133,7 @@ class EventOrchestrationService(
133
133
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
134
134
  ) -> None:
135
135
  '''
136
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
136
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
137
137
  '''
138
138
  value = EventOrchestrationServiceCatchAll(actions=actions)
139
139
 
@@ -266,7 +266,7 @@ class EventOrchestrationServiceCatchAll:
266
266
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
267
267
  ) -> None:
268
268
  '''
269
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
269
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
270
270
  '''
271
271
  if isinstance(actions, dict):
272
272
  actions = EventOrchestrationServiceCatchAllActions(**actions)
@@ -281,7 +281,7 @@ class EventOrchestrationServiceCatchAll:
281
281
  def actions(self) -> "EventOrchestrationServiceCatchAllActions":
282
282
  '''actions block.
283
283
 
284
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
284
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
285
285
  '''
286
286
  result = self._values.get("actions")
287
287
  assert result is not None, "Required property 'actions' is missing"
@@ -337,19 +337,19 @@ class EventOrchestrationServiceCatchAllActions:
337
337
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
338
338
  ) -> None:
339
339
  '''
340
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
341
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
342
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
343
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
344
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
345
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
346
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
347
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
348
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
349
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
350
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
351
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
352
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
340
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
341
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
342
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
343
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
344
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
345
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
346
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
347
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
348
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
349
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
350
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
351
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
352
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
353
353
  '''
354
354
  if isinstance(automation_action, dict):
355
355
  automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
@@ -400,7 +400,7 @@ class EventOrchestrationServiceCatchAllActions:
400
400
 
401
401
  @builtins.property
402
402
  def annotate(self) -> typing.Optional[builtins.str]:
403
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
403
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
404
404
  result = self._values.get("annotate")
405
405
  return typing.cast(typing.Optional[builtins.str], result)
406
406
 
@@ -410,20 +410,20 @@ class EventOrchestrationServiceCatchAllActions:
410
410
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
411
411
  '''automation_action block.
412
412
 
413
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
413
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
414
414
  '''
415
415
  result = self._values.get("automation_action")
416
416
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
417
417
 
418
418
  @builtins.property
419
419
  def escalation_policy(self) -> typing.Optional[builtins.str]:
420
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
420
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
421
421
  result = self._values.get("escalation_policy")
422
422
  return typing.cast(typing.Optional[builtins.str], result)
423
423
 
424
424
  @builtins.property
425
425
  def event_action(self) -> typing.Optional[builtins.str]:
426
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
426
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
427
427
  result = self._values.get("event_action")
428
428
  return typing.cast(typing.Optional[builtins.str], result)
429
429
 
@@ -433,7 +433,7 @@ class EventOrchestrationServiceCatchAllActions:
433
433
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
434
434
  '''extraction block.
435
435
 
436
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
436
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
437
437
  '''
438
438
  result = self._values.get("extraction")
439
439
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
@@ -444,7 +444,7 @@ class EventOrchestrationServiceCatchAllActions:
444
444
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]]:
445
445
  '''incident_custom_field_update block.
446
446
 
447
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
447
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
448
448
  '''
449
449
  result = self._values.get("incident_custom_field_update")
450
450
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]], result)
@@ -455,26 +455,26 @@ class EventOrchestrationServiceCatchAllActions:
455
455
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
456
456
  '''pagerduty_automation_action block.
457
457
 
458
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
458
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
459
459
  '''
460
460
  result = self._values.get("pagerduty_automation_action")
461
461
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
462
462
 
463
463
  @builtins.property
464
464
  def priority(self) -> typing.Optional[builtins.str]:
465
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
465
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
466
466
  result = self._values.get("priority")
467
467
  return typing.cast(typing.Optional[builtins.str], result)
468
468
 
469
469
  @builtins.property
470
470
  def route_to(self) -> typing.Optional[builtins.str]:
471
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
471
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
472
472
  result = self._values.get("route_to")
473
473
  return typing.cast(typing.Optional[builtins.str], result)
474
474
 
475
475
  @builtins.property
476
476
  def severity(self) -> typing.Optional[builtins.str]:
477
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
477
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
478
478
  result = self._values.get("severity")
479
479
  return typing.cast(typing.Optional[builtins.str], result)
480
480
 
@@ -482,13 +482,13 @@ class EventOrchestrationServiceCatchAllActions:
482
482
  def suppress(
483
483
  self,
484
484
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
485
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
485
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
486
486
  result = self._values.get("suppress")
487
487
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
488
488
 
489
489
  @builtins.property
490
490
  def suspend(self) -> typing.Optional[jsii.Number]:
491
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
491
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
492
492
  result = self._values.get("suspend")
493
493
  return typing.cast(typing.Optional[jsii.Number], result)
494
494
 
@@ -498,7 +498,7 @@ class EventOrchestrationServiceCatchAllActions:
498
498
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
499
499
  '''variable block.
500
500
 
501
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
501
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
502
502
  '''
503
503
  result = self._values.get("variable")
504
504
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
@@ -537,11 +537,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
537
537
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
538
538
  ) -> None:
539
539
  '''
540
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
541
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
542
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
543
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
544
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
540
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
541
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
542
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
543
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
544
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
545
545
  '''
546
546
  if __debug__:
547
547
  type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
@@ -563,14 +563,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
563
563
 
564
564
  @builtins.property
565
565
  def name(self) -> builtins.str:
566
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
566
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
567
567
  result = self._values.get("name")
568
568
  assert result is not None, "Required property 'name' is missing"
569
569
  return typing.cast(builtins.str, result)
570
570
 
571
571
  @builtins.property
572
572
  def url(self) -> builtins.str:
573
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
573
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
574
574
  result = self._values.get("url")
575
575
  assert result is not None, "Required property 'url' is missing"
576
576
  return typing.cast(builtins.str, result)
@@ -579,7 +579,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
579
579
  def auto_send(
580
580
  self,
581
581
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
582
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
582
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
583
583
  result = self._values.get("auto_send")
584
584
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
585
585
 
@@ -589,7 +589,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
589
589
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
590
590
  '''header block.
591
591
 
592
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
592
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
593
593
  '''
594
594
  result = self._values.get("header")
595
595
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
@@ -600,7 +600,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
600
600
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
601
601
  '''parameter block.
602
602
 
603
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
603
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
604
604
  '''
605
605
  result = self._values.get("parameter")
606
606
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
@@ -625,8 +625,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
625
625
  class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
626
626
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
627
627
  '''
628
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
629
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
628
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
629
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
630
630
  '''
631
631
  if __debug__:
632
632
  type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
@@ -639,14 +639,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
639
639
 
640
640
  @builtins.property
641
641
  def key(self) -> builtins.str:
642
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
642
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
643
643
  result = self._values.get("key")
644
644
  assert result is not None, "Required property 'key' is missing"
645
645
  return typing.cast(builtins.str, result)
646
646
 
647
647
  @builtins.property
648
648
  def value(self) -> builtins.str:
649
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
649
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
650
650
  result = self._values.get("value")
651
651
  assert result is not None, "Required property 'value' is missing"
652
652
  return typing.cast(builtins.str, result)
@@ -1002,8 +1002,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
1002
1002
  class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
1003
1003
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
1004
1004
  '''
1005
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
1006
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1005
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
1006
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1007
1007
  '''
1008
1008
  if __debug__:
1009
1009
  type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
@@ -1016,14 +1016,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
1016
1016
 
1017
1017
  @builtins.property
1018
1018
  def key(self) -> builtins.str:
1019
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
1019
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
1020
1020
  result = self._values.get("key")
1021
1021
  assert result is not None, "Required property 'key' is missing"
1022
1022
  return typing.cast(builtins.str, result)
1023
1023
 
1024
1024
  @builtins.property
1025
1025
  def value(self) -> builtins.str:
1026
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1026
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1027
1027
  result = self._values.get("value")
1028
1028
  assert result is not None, "Required property 'value' is missing"
1029
1029
  return typing.cast(builtins.str, result)
@@ -1231,10 +1231,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1231
1231
  template: typing.Optional[builtins.str] = None,
1232
1232
  ) -> None:
1233
1233
  '''
1234
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1235
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1236
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1237
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1234
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1235
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1236
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1237
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1238
1238
  '''
1239
1239
  if __debug__:
1240
1240
  type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
@@ -1254,26 +1254,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1254
1254
 
1255
1255
  @builtins.property
1256
1256
  def target(self) -> builtins.str:
1257
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1257
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1258
1258
  result = self._values.get("target")
1259
1259
  assert result is not None, "Required property 'target' is missing"
1260
1260
  return typing.cast(builtins.str, result)
1261
1261
 
1262
1262
  @builtins.property
1263
1263
  def regex(self) -> typing.Optional[builtins.str]:
1264
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1264
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1265
1265
  result = self._values.get("regex")
1266
1266
  return typing.cast(typing.Optional[builtins.str], result)
1267
1267
 
1268
1268
  @builtins.property
1269
1269
  def source(self) -> typing.Optional[builtins.str]:
1270
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1271
1271
  result = self._values.get("source")
1272
1272
  return typing.cast(typing.Optional[builtins.str], result)
1273
1273
 
1274
1274
  @builtins.property
1275
1275
  def template(self) -> typing.Optional[builtins.str]:
1276
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1276
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1277
1277
  result = self._values.get("template")
1278
1278
  return typing.cast(typing.Optional[builtins.str], result)
1279
1279
 
@@ -1514,8 +1514,8 @@ class EventOrchestrationServiceCatchAllActionsExtractionOutputReference(
1514
1514
  class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1515
1515
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
1516
1516
  '''
1517
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
1518
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1517
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
1518
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1519
1519
  '''
1520
1520
  if __debug__:
1521
1521
  type_hints = typing.get_type_hints(_typecheckingstub__01c0a9c05e20146e2fbbf0f5af59e520a0ab811ae8ef69b936a08bfba4f12841)
@@ -1528,7 +1528,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1528
1528
 
1529
1529
  @builtins.property
1530
1530
  def id(self) -> builtins.str:
1531
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
1531
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
1532
1532
 
1533
1533
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1534
1534
  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.
@@ -1539,7 +1539,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1539
1539
 
1540
1540
  @builtins.property
1541
1541
  def value(self) -> builtins.str:
1542
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1542
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1543
1543
  result = self._values.get("value")
1544
1544
  assert result is not None, "Required property 'value' is missing"
1545
1545
  return typing.cast(builtins.str, result)
@@ -1758,11 +1758,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1758
1758
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1759
1759
  ) -> None:
1760
1760
  '''
1761
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1762
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1763
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1764
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1765
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1761
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1762
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1763
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1764
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1765
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1766
1766
  '''
1767
1767
  value = EventOrchestrationServiceCatchAllActionsAutomationAction(
1768
1768
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1799,7 +1799,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1799
1799
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
1800
1800
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
1801
1801
  '''
1802
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1802
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1803
1803
  '''
1804
1804
  value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
1805
1805
  action_id=action_id
@@ -2105,7 +2105,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
2105
2105
  class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
2106
2106
  def __init__(self, *, action_id: builtins.str) -> None:
2107
2107
  '''
2108
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
2108
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
2109
2109
  '''
2110
2110
  if __debug__:
2111
2111
  type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
@@ -2116,7 +2116,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
2116
2116
 
2117
2117
  @builtins.property
2118
2118
  def action_id(self) -> builtins.str:
2119
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
2119
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
2120
2120
  result = self._values.get("action_id")
2121
2121
  assert result is not None, "Required property 'action_id' is missing"
2122
2122
  return typing.cast(builtins.str, result)
@@ -2203,10 +2203,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
2203
2203
  value: builtins.str,
2204
2204
  ) -> None:
2205
2205
  '''
2206
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2207
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
2208
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
2209
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
2206
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2207
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
2208
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
2209
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
2210
2210
  '''
2211
2211
  if __debug__:
2212
2212
  type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
@@ -2223,28 +2223,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
2223
2223
 
2224
2224
  @builtins.property
2225
2225
  def name(self) -> builtins.str:
2226
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2226
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2227
2227
  result = self._values.get("name")
2228
2228
  assert result is not None, "Required property 'name' is missing"
2229
2229
  return typing.cast(builtins.str, result)
2230
2230
 
2231
2231
  @builtins.property
2232
2232
  def path(self) -> builtins.str:
2233
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
2233
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
2234
2234
  result = self._values.get("path")
2235
2235
  assert result is not None, "Required property 'path' is missing"
2236
2236
  return typing.cast(builtins.str, result)
2237
2237
 
2238
2238
  @builtins.property
2239
2239
  def type(self) -> builtins.str:
2240
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
2240
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
2241
2241
  result = self._values.get("type")
2242
2242
  assert result is not None, "Required property 'type' is missing"
2243
2243
  return typing.cast(builtins.str, result)
2244
2244
 
2245
2245
  @builtins.property
2246
2246
  def value(self) -> builtins.str:
2247
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
2247
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
2248
2248
  result = self._values.get("value")
2249
2249
  assert result is not None, "Required property 'value' is missing"
2250
2250
  return typing.cast(builtins.str, result)
@@ -2505,19 +2505,19 @@ class EventOrchestrationServiceCatchAllOutputReference(
2505
2505
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2506
2506
  ) -> None:
2507
2507
  '''
2508
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2509
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2510
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
2511
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2512
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2513
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
2514
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2515
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2516
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2517
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2518
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2519
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2520
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2508
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2509
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2510
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
2511
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2512
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2513
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
2514
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2515
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2516
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2517
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2518
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2519
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2520
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2521
2521
  '''
2522
2522
  value = EventOrchestrationServiceCatchAllActions(
2523
2523
  annotate=annotate,
@@ -2608,11 +2608,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2608
2608
  :param lifecycle:
2609
2609
  :param provider:
2610
2610
  :param provisioners:
2611
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2612
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2613
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2614
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2615
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2611
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2612
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2613
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2614
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2615
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
2616
2616
  '''
2617
2617
  if isinstance(lifecycle, dict):
2618
2618
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2724,7 +2724,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2724
2724
  def catch_all(self) -> EventOrchestrationServiceCatchAll:
2725
2725
  '''catch_all block.
2726
2726
 
2727
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2727
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2728
2728
  '''
2729
2729
  result = self._values.get("catch_all")
2730
2730
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2732,7 +2732,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2732
2732
 
2733
2733
  @builtins.property
2734
2734
  def service(self) -> builtins.str:
2735
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2735
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2736
2736
  result = self._values.get("service")
2737
2737
  assert result is not None, "Required property 'service' is missing"
2738
2738
  return typing.cast(builtins.str, result)
@@ -2743,7 +2743,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2743
2743
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
2744
2744
  '''set block.
2745
2745
 
2746
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2746
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2747
2747
  '''
2748
2748
  result = self._values.get("set")
2749
2749
  assert result is not None, "Required property 'set' is missing"
@@ -2753,13 +2753,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2753
2753
  def enable_event_orchestration_for_service(
2754
2754
  self,
2755
2755
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2756
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2756
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2757
2757
  result = self._values.get("enable_event_orchestration_for_service")
2758
2758
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2759
2759
 
2760
2760
  @builtins.property
2761
2761
  def id(self) -> typing.Optional[builtins.str]:
2762
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2762
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2763
2763
 
2764
2764
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2765
2765
  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.
@@ -2792,8 +2792,8 @@ class EventOrchestrationServiceSet:
2792
2792
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2793
2793
  ) -> None:
2794
2794
  '''
2795
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2796
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2795
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
2796
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2797
2797
  '''
2798
2798
  if __debug__:
2799
2799
  type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
@@ -2807,7 +2807,7 @@ class EventOrchestrationServiceSet:
2807
2807
 
2808
2808
  @builtins.property
2809
2809
  def id(self) -> builtins.str:
2810
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2810
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2811
2811
 
2812
2812
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2813
2813
  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.
@@ -2822,7 +2822,7 @@ class EventOrchestrationServiceSet:
2822
2822
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
2823
2823
  '''rule block.
2824
2824
 
2825
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2825
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2826
2826
  '''
2827
2827
  result = self._values.get("rule")
2828
2828
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
@@ -3039,10 +3039,10 @@ class EventOrchestrationServiceSetRule:
3039
3039
  label: typing.Optional[builtins.str] = None,
3040
3040
  ) -> None:
3041
3041
  '''
3042
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3043
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3044
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
3045
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
3042
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3043
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3044
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
3045
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
3046
3046
  '''
3047
3047
  if isinstance(actions, dict):
3048
3048
  actions = EventOrchestrationServiceSetRuleActions(**actions)
@@ -3066,7 +3066,7 @@ class EventOrchestrationServiceSetRule:
3066
3066
  def actions(self) -> "EventOrchestrationServiceSetRuleActions":
3067
3067
  '''actions block.
3068
3068
 
3069
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3069
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3070
3070
  '''
3071
3071
  result = self._values.get("actions")
3072
3072
  assert result is not None, "Required property 'actions' is missing"
@@ -3078,7 +3078,7 @@ class EventOrchestrationServiceSetRule:
3078
3078
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
3079
3079
  '''condition block.
3080
3080
 
3081
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3081
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3082
3082
  '''
3083
3083
  result = self._values.get("condition")
3084
3084
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
@@ -3087,13 +3087,13 @@ class EventOrchestrationServiceSetRule:
3087
3087
  def disabled(
3088
3088
  self,
3089
3089
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3090
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
3090
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
3091
3091
  result = self._values.get("disabled")
3092
3092
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3093
3093
 
3094
3094
  @builtins.property
3095
3095
  def label(self) -> typing.Optional[builtins.str]:
3096
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
3096
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
3097
3097
  result = self._values.get("label")
3098
3098
  return typing.cast(typing.Optional[builtins.str], result)
3099
3099
 
@@ -3147,19 +3147,19 @@ class EventOrchestrationServiceSetRuleActions:
3147
3147
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
3148
3148
  ) -> None:
3149
3149
  '''
3150
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
3151
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3152
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
3153
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
3154
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3155
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3156
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3157
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
3158
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
3159
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
3160
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
3161
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
3162
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3150
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
3151
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3152
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
3153
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
3154
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3155
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3156
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3157
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
3158
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
3159
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
3160
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
3161
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
3162
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3163
3163
  '''
3164
3164
  if isinstance(automation_action, dict):
3165
3165
  automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
@@ -3210,7 +3210,7 @@ class EventOrchestrationServiceSetRuleActions:
3210
3210
 
3211
3211
  @builtins.property
3212
3212
  def annotate(self) -> typing.Optional[builtins.str]:
3213
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
3213
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
3214
3214
  result = self._values.get("annotate")
3215
3215
  return typing.cast(typing.Optional[builtins.str], result)
3216
3216
 
@@ -3220,20 +3220,20 @@ class EventOrchestrationServiceSetRuleActions:
3220
3220
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
3221
3221
  '''automation_action block.
3222
3222
 
3223
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3223
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3224
3224
  '''
3225
3225
  result = self._values.get("automation_action")
3226
3226
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
3227
3227
 
3228
3228
  @builtins.property
3229
3229
  def escalation_policy(self) -> typing.Optional[builtins.str]:
3230
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
3230
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
3231
3231
  result = self._values.get("escalation_policy")
3232
3232
  return typing.cast(typing.Optional[builtins.str], result)
3233
3233
 
3234
3234
  @builtins.property
3235
3235
  def event_action(self) -> typing.Optional[builtins.str]:
3236
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
3236
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
3237
3237
  result = self._values.get("event_action")
3238
3238
  return typing.cast(typing.Optional[builtins.str], result)
3239
3239
 
@@ -3243,7 +3243,7 @@ class EventOrchestrationServiceSetRuleActions:
3243
3243
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
3244
3244
  '''extraction block.
3245
3245
 
3246
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3246
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3247
3247
  '''
3248
3248
  result = self._values.get("extraction")
3249
3249
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
@@ -3254,7 +3254,7 @@ class EventOrchestrationServiceSetRuleActions:
3254
3254
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]]:
3255
3255
  '''incident_custom_field_update block.
3256
3256
 
3257
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3257
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3258
3258
  '''
3259
3259
  result = self._values.get("incident_custom_field_update")
3260
3260
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]], result)
@@ -3265,26 +3265,26 @@ class EventOrchestrationServiceSetRuleActions:
3265
3265
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
3266
3266
  '''pagerduty_automation_action block.
3267
3267
 
3268
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3268
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3269
3269
  '''
3270
3270
  result = self._values.get("pagerduty_automation_action")
3271
3271
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
3272
3272
 
3273
3273
  @builtins.property
3274
3274
  def priority(self) -> typing.Optional[builtins.str]:
3275
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
3275
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
3276
3276
  result = self._values.get("priority")
3277
3277
  return typing.cast(typing.Optional[builtins.str], result)
3278
3278
 
3279
3279
  @builtins.property
3280
3280
  def route_to(self) -> typing.Optional[builtins.str]:
3281
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
3281
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
3282
3282
  result = self._values.get("route_to")
3283
3283
  return typing.cast(typing.Optional[builtins.str], result)
3284
3284
 
3285
3285
  @builtins.property
3286
3286
  def severity(self) -> typing.Optional[builtins.str]:
3287
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
3287
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
3288
3288
  result = self._values.get("severity")
3289
3289
  return typing.cast(typing.Optional[builtins.str], result)
3290
3290
 
@@ -3292,13 +3292,13 @@ class EventOrchestrationServiceSetRuleActions:
3292
3292
  def suppress(
3293
3293
  self,
3294
3294
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3295
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
3295
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
3296
3296
  result = self._values.get("suppress")
3297
3297
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3298
3298
 
3299
3299
  @builtins.property
3300
3300
  def suspend(self) -> typing.Optional[jsii.Number]:
3301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
3301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
3302
3302
  result = self._values.get("suspend")
3303
3303
  return typing.cast(typing.Optional[jsii.Number], result)
3304
3304
 
@@ -3308,7 +3308,7 @@ class EventOrchestrationServiceSetRuleActions:
3308
3308
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
3309
3309
  '''variable block.
3310
3310
 
3311
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3311
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3312
3312
  '''
3313
3313
  result = self._values.get("variable")
3314
3314
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
@@ -3347,11 +3347,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3347
3347
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
3348
3348
  ) -> None:
3349
3349
  '''
3350
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3351
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3352
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3353
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3354
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3350
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3351
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3352
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3353
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3354
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3355
3355
  '''
3356
3356
  if __debug__:
3357
3357
  type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
@@ -3373,14 +3373,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3373
3373
 
3374
3374
  @builtins.property
3375
3375
  def name(self) -> builtins.str:
3376
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3376
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3377
3377
  result = self._values.get("name")
3378
3378
  assert result is not None, "Required property 'name' is missing"
3379
3379
  return typing.cast(builtins.str, result)
3380
3380
 
3381
3381
  @builtins.property
3382
3382
  def url(self) -> builtins.str:
3383
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3383
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3384
3384
  result = self._values.get("url")
3385
3385
  assert result is not None, "Required property 'url' is missing"
3386
3386
  return typing.cast(builtins.str, result)
@@ -3389,7 +3389,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3389
3389
  def auto_send(
3390
3390
  self,
3391
3391
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3392
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3392
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3393
3393
  result = self._values.get("auto_send")
3394
3394
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3395
3395
 
@@ -3399,7 +3399,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3399
3399
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
3400
3400
  '''header block.
3401
3401
 
3402
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3402
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3403
3403
  '''
3404
3404
  result = self._values.get("header")
3405
3405
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
@@ -3410,7 +3410,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3410
3410
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
3411
3411
  '''parameter block.
3412
3412
 
3413
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3413
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3414
3414
  '''
3415
3415
  result = self._values.get("parameter")
3416
3416
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
@@ -3435,8 +3435,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3435
3435
  class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3436
3436
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3437
3437
  '''
3438
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3439
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3438
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3439
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3440
3440
  '''
3441
3441
  if __debug__:
3442
3442
  type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
@@ -3449,14 +3449,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3449
3449
 
3450
3450
  @builtins.property
3451
3451
  def key(self) -> builtins.str:
3452
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3452
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3453
3453
  result = self._values.get("key")
3454
3454
  assert result is not None, "Required property 'key' is missing"
3455
3455
  return typing.cast(builtins.str, result)
3456
3456
 
3457
3457
  @builtins.property
3458
3458
  def value(self) -> builtins.str:
3459
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3459
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3460
3460
  result = self._values.get("value")
3461
3461
  assert result is not None, "Required property 'value' is missing"
3462
3462
  return typing.cast(builtins.str, result)
@@ -3812,8 +3812,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
3812
3812
  class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3813
3813
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3814
3814
  '''
3815
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3816
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3815
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3816
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3817
3817
  '''
3818
3818
  if __debug__:
3819
3819
  type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
@@ -3826,14 +3826,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3826
3826
 
3827
3827
  @builtins.property
3828
3828
  def key(self) -> builtins.str:
3829
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3829
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3830
3830
  result = self._values.get("key")
3831
3831
  assert result is not None, "Required property 'key' is missing"
3832
3832
  return typing.cast(builtins.str, result)
3833
3833
 
3834
3834
  @builtins.property
3835
3835
  def value(self) -> builtins.str:
3836
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3836
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3837
3837
  result = self._values.get("value")
3838
3838
  assert result is not None, "Required property 'value' is missing"
3839
3839
  return typing.cast(builtins.str, result)
@@ -4041,10 +4041,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
4041
4041
  template: typing.Optional[builtins.str] = None,
4042
4042
  ) -> None:
4043
4043
  '''
4044
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
4045
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
4046
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
4047
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
4044
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
4045
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
4046
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
4047
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
4048
4048
  '''
4049
4049
  if __debug__:
4050
4050
  type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
@@ -4064,26 +4064,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
4064
4064
 
4065
4065
  @builtins.property
4066
4066
  def target(self) -> builtins.str:
4067
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
4067
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
4068
4068
  result = self._values.get("target")
4069
4069
  assert result is not None, "Required property 'target' is missing"
4070
4070
  return typing.cast(builtins.str, result)
4071
4071
 
4072
4072
  @builtins.property
4073
4073
  def regex(self) -> typing.Optional[builtins.str]:
4074
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
4074
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
4075
4075
  result = self._values.get("regex")
4076
4076
  return typing.cast(typing.Optional[builtins.str], result)
4077
4077
 
4078
4078
  @builtins.property
4079
4079
  def source(self) -> typing.Optional[builtins.str]:
4080
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
4080
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
4081
4081
  result = self._values.get("source")
4082
4082
  return typing.cast(typing.Optional[builtins.str], result)
4083
4083
 
4084
4084
  @builtins.property
4085
4085
  def template(self) -> typing.Optional[builtins.str]:
4086
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
4086
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
4087
4087
  result = self._values.get("template")
4088
4088
  return typing.cast(typing.Optional[builtins.str], result)
4089
4089
 
@@ -4324,8 +4324,8 @@ class EventOrchestrationServiceSetRuleActionsExtractionOutputReference(
4324
4324
  class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4325
4325
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
4326
4326
  '''
4327
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
4328
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4327
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
4328
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4329
4329
  '''
4330
4330
  if __debug__:
4331
4331
  type_hints = typing.get_type_hints(_typecheckingstub__31f6fe127b5965fad04ba280bc2b0717d92426f136ed60e964ca92c3c58da09a)
@@ -4338,7 +4338,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4338
4338
 
4339
4339
  @builtins.property
4340
4340
  def id(self) -> builtins.str:
4341
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
4341
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
4342
4342
 
4343
4343
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
4344
4344
  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.
@@ -4349,7 +4349,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4349
4349
 
4350
4350
  @builtins.property
4351
4351
  def value(self) -> builtins.str:
4352
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4352
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4353
4353
  result = self._values.get("value")
4354
4354
  assert result is not None, "Required property 'value' is missing"
4355
4355
  return typing.cast(builtins.str, result)
@@ -4568,11 +4568,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4568
4568
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
4569
4569
  ) -> None:
4570
4570
  '''
4571
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4572
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
4573
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
4574
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
4575
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
4571
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4572
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
4573
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
4574
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
4575
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
4576
4576
  '''
4577
4577
  value = EventOrchestrationServiceSetRuleActionsAutomationAction(
4578
4578
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4609,7 +4609,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4609
4609
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
4610
4610
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
4611
4611
  '''
4612
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4612
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4613
4613
  '''
4614
4614
  value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
4615
4615
  action_id=action_id
@@ -4915,7 +4915,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4915
4915
  class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4916
4916
  def __init__(self, *, action_id: builtins.str) -> None:
4917
4917
  '''
4918
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4918
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4919
4919
  '''
4920
4920
  if __debug__:
4921
4921
  type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
@@ -4926,7 +4926,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4926
4926
 
4927
4927
  @builtins.property
4928
4928
  def action_id(self) -> builtins.str:
4929
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4929
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4930
4930
  result = self._values.get("action_id")
4931
4931
  assert result is not None, "Required property 'action_id' is missing"
4932
4932
  return typing.cast(builtins.str, result)
@@ -5013,10 +5013,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
5013
5013
  value: builtins.str,
5014
5014
  ) -> None:
5015
5015
  '''
5016
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
5017
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
5018
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
5019
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
5016
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
5017
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
5018
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
5019
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
5020
5020
  '''
5021
5021
  if __debug__:
5022
5022
  type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
@@ -5033,28 +5033,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
5033
5033
 
5034
5034
  @builtins.property
5035
5035
  def name(self) -> builtins.str:
5036
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
5036
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
5037
5037
  result = self._values.get("name")
5038
5038
  assert result is not None, "Required property 'name' is missing"
5039
5039
  return typing.cast(builtins.str, result)
5040
5040
 
5041
5041
  @builtins.property
5042
5042
  def path(self) -> builtins.str:
5043
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
5043
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
5044
5044
  result = self._values.get("path")
5045
5045
  assert result is not None, "Required property 'path' is missing"
5046
5046
  return typing.cast(builtins.str, result)
5047
5047
 
5048
5048
  @builtins.property
5049
5049
  def type(self) -> builtins.str:
5050
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
5050
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
5051
5051
  result = self._values.get("type")
5052
5052
  assert result is not None, "Required property 'type' is missing"
5053
5053
  return typing.cast(builtins.str, result)
5054
5054
 
5055
5055
  @builtins.property
5056
5056
  def value(self) -> builtins.str:
5057
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
5057
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
5058
5058
  result = self._values.get("value")
5059
5059
  assert result is not None, "Required property 'value' is missing"
5060
5060
  return typing.cast(builtins.str, result)
@@ -5284,7 +5284,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
5284
5284
  class EventOrchestrationServiceSetRuleCondition:
5285
5285
  def __init__(self, *, expression: builtins.str) -> None:
5286
5286
  '''
5287
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
5287
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
5288
5288
  '''
5289
5289
  if __debug__:
5290
5290
  type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
@@ -5295,7 +5295,7 @@ class EventOrchestrationServiceSetRuleCondition:
5295
5295
 
5296
5296
  @builtins.property
5297
5297
  def expression(self) -> builtins.str:
5298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
5298
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
5299
5299
  result = self._values.get("expression")
5300
5300
  assert result is not None, "Required property 'expression' is missing"
5301
5301
  return typing.cast(builtins.str, result)
@@ -5604,19 +5604,19 @@ class EventOrchestrationServiceSetRuleOutputReference(
5604
5604
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
5605
5605
  ) -> None:
5606
5606
  '''
5607
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
5608
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
5609
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
5610
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
5611
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
5612
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
5613
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
5614
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
5615
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
5616
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
5617
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
5618
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
5619
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
5607
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
5608
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
5609
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
5610
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
5611
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
5612
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
5613
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
5614
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
5615
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
5616
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
5617
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
5618
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
5619
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
5620
5620
  '''
5621
5621
  value = EventOrchestrationServiceSetRuleActions(
5622
5622
  annotate=annotate,