cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +5 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
  36. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
  37. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
  43. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
  44. cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
  45. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
  47. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
  48. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
  49. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
  50. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
  51. cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
  52. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
  53. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
  54. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
  55. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
  56. cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
  57. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
  58. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
  59. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
  60. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
  61. cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
  62. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
  63. cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
  64. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
  65. cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
  66. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
  67. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
  68. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
  69. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
  70. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
  71. cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
  72. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
  73. cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
  74. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
  75. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_global`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationGlobal(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobal",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class EventOrchestrationGlobal(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  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,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
53
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
54
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
52
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
53
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
54
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -94,7 +94,7 @@ class EventOrchestrationGlobal(
94
94
 
95
95
  :param scope: The scope in which to define this construct.
96
96
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationGlobal to import.
97
- :param import_from_id: The id of the existing EventOrchestrationGlobal that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing EventOrchestrationGlobal that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
98
98
  :param provider: ? Optional instance of the provider where the EventOrchestrationGlobal to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -112,7 +112,7 @@ class EventOrchestrationGlobal(
112
112
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
113
113
  ) -> None:
114
114
  '''
115
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
115
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
116
116
  '''
117
117
  value = EventOrchestrationGlobalCatchAll(actions=actions)
118
118
 
@@ -139,6 +139,10 @@ class EventOrchestrationGlobal(
139
139
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
140
140
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
141
141
 
142
+ @jsii.member(jsii_name="synthesizeHclAttributes")
143
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
144
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
145
+
142
146
  @jsii.python.classproperty
143
147
  @jsii.member(jsii_name="tfResourceType")
144
148
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -213,7 +217,7 @@ class EventOrchestrationGlobalCatchAll:
213
217
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
214
218
  ) -> None:
215
219
  '''
216
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
220
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
217
221
  '''
218
222
  if isinstance(actions, dict):
219
223
  actions = EventOrchestrationGlobalCatchAllActions(**actions)
@@ -228,7 +232,7 @@ class EventOrchestrationGlobalCatchAll:
228
232
  def actions(self) -> "EventOrchestrationGlobalCatchAllActions":
229
233
  '''actions block.
230
234
 
231
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
235
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
232
236
  '''
233
237
  result = self._values.get("actions")
234
238
  assert result is not None, "Required property 'actions' is missing"
@@ -280,17 +284,17 @@ class EventOrchestrationGlobalCatchAllActions:
280
284
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
281
285
  ) -> None:
282
286
  '''
283
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
284
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
285
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
286
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
287
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
288
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
289
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
290
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
291
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
292
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
293
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
287
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
288
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
289
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
290
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
291
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
292
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
293
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
294
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
295
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
296
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
297
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
294
298
  '''
295
299
  if isinstance(automation_action, dict):
296
300
  automation_action = EventOrchestrationGlobalCatchAllActionsAutomationAction(**automation_action)
@@ -333,7 +337,7 @@ class EventOrchestrationGlobalCatchAllActions:
333
337
 
334
338
  @builtins.property
335
339
  def annotate(self) -> typing.Optional[builtins.str]:
336
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
340
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
337
341
  result = self._values.get("annotate")
338
342
  return typing.cast(typing.Optional[builtins.str], result)
339
343
 
@@ -343,7 +347,7 @@ class EventOrchestrationGlobalCatchAllActions:
343
347
  ) -> typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"]:
344
348
  '''automation_action block.
345
349
 
346
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
350
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
347
351
  '''
348
352
  result = self._values.get("automation_action")
349
353
  return typing.cast(typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"], result)
@@ -352,13 +356,13 @@ class EventOrchestrationGlobalCatchAllActions:
352
356
  def drop_event(
353
357
  self,
354
358
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
355
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
359
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
356
360
  result = self._values.get("drop_event")
357
361
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
358
362
 
359
363
  @builtins.property
360
364
  def event_action(self) -> typing.Optional[builtins.str]:
361
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
365
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
362
366
  result = self._values.get("event_action")
363
367
  return typing.cast(typing.Optional[builtins.str], result)
364
368
 
@@ -368,26 +372,26 @@ class EventOrchestrationGlobalCatchAllActions:
368
372
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]]:
369
373
  '''extraction block.
370
374
 
371
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
375
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
372
376
  '''
373
377
  result = self._values.get("extraction")
374
378
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]], result)
375
379
 
376
380
  @builtins.property
377
381
  def priority(self) -> typing.Optional[builtins.str]:
378
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
382
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
379
383
  result = self._values.get("priority")
380
384
  return typing.cast(typing.Optional[builtins.str], result)
381
385
 
382
386
  @builtins.property
383
387
  def route_to(self) -> typing.Optional[builtins.str]:
384
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
388
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
385
389
  result = self._values.get("route_to")
386
390
  return typing.cast(typing.Optional[builtins.str], result)
387
391
 
388
392
  @builtins.property
389
393
  def severity(self) -> typing.Optional[builtins.str]:
390
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
394
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
391
395
  result = self._values.get("severity")
392
396
  return typing.cast(typing.Optional[builtins.str], result)
393
397
 
@@ -395,13 +399,13 @@ class EventOrchestrationGlobalCatchAllActions:
395
399
  def suppress(
396
400
  self,
397
401
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
398
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
399
403
  result = self._values.get("suppress")
400
404
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
401
405
 
402
406
  @builtins.property
403
407
  def suspend(self) -> typing.Optional[jsii.Number]:
404
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
408
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
405
409
  result = self._values.get("suspend")
406
410
  return typing.cast(typing.Optional[jsii.Number], result)
407
411
 
@@ -411,7 +415,7 @@ class EventOrchestrationGlobalCatchAllActions:
411
415
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]]:
412
416
  '''variable block.
413
417
 
414
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
418
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
415
419
  '''
416
420
  result = self._values.get("variable")
417
421
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]], result)
@@ -450,11 +454,11 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
450
454
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
451
455
  ) -> None:
452
456
  '''
453
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
454
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
455
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
456
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
457
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
457
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
458
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
459
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
460
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
461
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
458
462
  '''
459
463
  if __debug__:
460
464
  type_hints = typing.get_type_hints(_typecheckingstub__3aa7554157c3709e9796076b823722a932d57649b3cd18925319019ab07058f4)
@@ -476,14 +480,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
476
480
 
477
481
  @builtins.property
478
482
  def name(self) -> builtins.str:
479
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
483
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
480
484
  result = self._values.get("name")
481
485
  assert result is not None, "Required property 'name' is missing"
482
486
  return typing.cast(builtins.str, result)
483
487
 
484
488
  @builtins.property
485
489
  def url(self) -> builtins.str:
486
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
490
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
487
491
  result = self._values.get("url")
488
492
  assert result is not None, "Required property 'url' is missing"
489
493
  return typing.cast(builtins.str, result)
@@ -492,7 +496,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
492
496
  def auto_send(
493
497
  self,
494
498
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
495
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
499
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
496
500
  result = self._values.get("auto_send")
497
501
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
498
502
 
@@ -502,7 +506,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
502
506
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]]:
503
507
  '''header block.
504
508
 
505
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
509
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
506
510
  '''
507
511
  result = self._values.get("header")
508
512
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]], result)
@@ -513,7 +517,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
513
517
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]]:
514
518
  '''parameter block.
515
519
 
516
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
520
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
517
521
  '''
518
522
  result = self._values.get("parameter")
519
523
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]], result)
@@ -538,8 +542,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
538
542
  class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
539
543
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
540
544
  '''
541
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
542
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
545
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
546
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
543
547
  '''
544
548
  if __debug__:
545
549
  type_hints = typing.get_type_hints(_typecheckingstub__25d6263f7f939f16ce5239b58a28df658272be7a72592fe257cae14ddceb0570)
@@ -552,14 +556,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
552
556
 
553
557
  @builtins.property
554
558
  def key(self) -> builtins.str:
555
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
559
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
556
560
  result = self._values.get("key")
557
561
  assert result is not None, "Required property 'key' is missing"
558
562
  return typing.cast(builtins.str, result)
559
563
 
560
564
  @builtins.property
561
565
  def value(self) -> builtins.str:
562
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
566
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
563
567
  result = self._values.get("value")
564
568
  assert result is not None, "Required property 'value' is missing"
565
569
  return typing.cast(builtins.str, result)
@@ -915,8 +919,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputReference(
915
919
  class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
916
920
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
917
921
  '''
918
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
919
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
922
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
923
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
920
924
  '''
921
925
  if __debug__:
922
926
  type_hints = typing.get_type_hints(_typecheckingstub__e8bf5cff7ab8d977bde6247d8b87a97cacc34598a770f783a035182d2b9a6bdf)
@@ -929,14 +933,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
929
933
 
930
934
  @builtins.property
931
935
  def key(self) -> builtins.str:
932
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
936
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
933
937
  result = self._values.get("key")
934
938
  assert result is not None, "Required property 'key' is missing"
935
939
  return typing.cast(builtins.str, result)
936
940
 
937
941
  @builtins.property
938
942
  def value(self) -> builtins.str:
939
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
943
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
940
944
  result = self._values.get("value")
941
945
  assert result is not None, "Required property 'value' is missing"
942
946
  return typing.cast(builtins.str, result)
@@ -1144,10 +1148,10 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1144
1148
  template: typing.Optional[builtins.str] = None,
1145
1149
  ) -> None:
1146
1150
  '''
1147
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1148
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1149
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1150
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1151
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1152
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1153
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1154
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1151
1155
  '''
1152
1156
  if __debug__:
1153
1157
  type_hints = typing.get_type_hints(_typecheckingstub__8c13c1c34aa2f8009fb969c1c9b9b3e863409eea556e7a2290eb65cdfb019a16)
@@ -1167,26 +1171,26 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1167
1171
 
1168
1172
  @builtins.property
1169
1173
  def target(self) -> builtins.str:
1170
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1174
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1171
1175
  result = self._values.get("target")
1172
1176
  assert result is not None, "Required property 'target' is missing"
1173
1177
  return typing.cast(builtins.str, result)
1174
1178
 
1175
1179
  @builtins.property
1176
1180
  def regex(self) -> typing.Optional[builtins.str]:
1177
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1181
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1178
1182
  result = self._values.get("regex")
1179
1183
  return typing.cast(typing.Optional[builtins.str], result)
1180
1184
 
1181
1185
  @builtins.property
1182
1186
  def source(self) -> typing.Optional[builtins.str]:
1183
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1187
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1184
1188
  result = self._values.get("source")
1185
1189
  return typing.cast(typing.Optional[builtins.str], result)
1186
1190
 
1187
1191
  @builtins.property
1188
1192
  def template(self) -> typing.Optional[builtins.str]:
1189
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1193
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1190
1194
  result = self._values.get("template")
1191
1195
  return typing.cast(typing.Optional[builtins.str], result)
1192
1196
 
@@ -1450,11 +1454,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
1450
1454
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1451
1455
  ) -> None:
1452
1456
  '''
1453
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1454
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
1455
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
1456
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
1457
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1457
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1458
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
1459
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
1460
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
1461
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1458
1462
  '''
1459
1463
  value = EventOrchestrationGlobalCatchAllActionsAutomationAction(
1460
1464
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1749,10 +1753,10 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
1749
1753
  value: builtins.str,
1750
1754
  ) -> None:
1751
1755
  '''
1752
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1753
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
1754
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
1755
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1756
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1757
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
1758
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
1759
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1756
1760
  '''
1757
1761
  if __debug__:
1758
1762
  type_hints = typing.get_type_hints(_typecheckingstub__3d0aeb509773364475895da1136016fd834150cbcd65e6a3c334ee82dbaf2482)
@@ -1769,28 +1773,28 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
1769
1773
 
1770
1774
  @builtins.property
1771
1775
  def name(self) -> builtins.str:
1772
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
1776
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
1773
1777
  result = self._values.get("name")
1774
1778
  assert result is not None, "Required property 'name' is missing"
1775
1779
  return typing.cast(builtins.str, result)
1776
1780
 
1777
1781
  @builtins.property
1778
1782
  def path(self) -> builtins.str:
1779
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
1783
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
1780
1784
  result = self._values.get("path")
1781
1785
  assert result is not None, "Required property 'path' is missing"
1782
1786
  return typing.cast(builtins.str, result)
1783
1787
 
1784
1788
  @builtins.property
1785
1789
  def type(self) -> builtins.str:
1786
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
1790
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
1787
1791
  result = self._values.get("type")
1788
1792
  assert result is not None, "Required property 'type' is missing"
1789
1793
  return typing.cast(builtins.str, result)
1790
1794
 
1791
1795
  @builtins.property
1792
1796
  def value(self) -> builtins.str:
1793
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1797
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1794
1798
  result = self._values.get("value")
1795
1799
  assert result is not None, "Required property 'value' is missing"
1796
1800
  return typing.cast(builtins.str, result)
@@ -2049,17 +2053,17 @@ class EventOrchestrationGlobalCatchAllOutputReference(
2049
2053
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2050
2054
  ) -> None:
2051
2055
  '''
2052
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2053
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2054
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2055
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2056
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2057
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2058
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2059
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2060
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2061
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2062
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2056
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2057
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2058
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2059
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2060
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2061
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2062
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2063
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2064
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2065
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2066
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2063
2067
  '''
2064
2068
  value = EventOrchestrationGlobalCatchAllActions(
2065
2069
  annotate=annotate,
@@ -2144,10 +2148,10 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2144
2148
  :param lifecycle:
2145
2149
  :param provider:
2146
2150
  :param provisioners:
2147
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2148
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
2149
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2150
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
2151
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2152
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
2153
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2154
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
2151
2155
  '''
2152
2156
  if isinstance(lifecycle, dict):
2153
2157
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2256,7 +2260,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2256
2260
  def catch_all(self) -> EventOrchestrationGlobalCatchAll:
2257
2261
  '''catch_all block.
2258
2262
 
2259
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2263
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2260
2264
  '''
2261
2265
  result = self._values.get("catch_all")
2262
2266
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2264,7 +2268,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2264
2268
 
2265
2269
  @builtins.property
2266
2270
  def event_orchestration(self) -> builtins.str:
2267
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2271
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2268
2272
  result = self._values.get("event_orchestration")
2269
2273
  assert result is not None, "Required property 'event_orchestration' is missing"
2270
2274
  return typing.cast(builtins.str, result)
@@ -2275,7 +2279,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2275
2279
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSet"]]:
2276
2280
  '''set block.
2277
2281
 
2278
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2282
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2279
2283
  '''
2280
2284
  result = self._values.get("set")
2281
2285
  assert result is not None, "Required property 'set' is missing"
@@ -2283,7 +2287,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2283
2287
 
2284
2288
  @builtins.property
2285
2289
  def id(self) -> typing.Optional[builtins.str]:
2286
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2290
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2287
2291
 
2288
2292
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2289
2293
  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.
@@ -2316,8 +2320,8 @@ class EventOrchestrationGlobalSet:
2316
2320
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2317
2321
  ) -> None:
2318
2322
  '''
2319
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
2320
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2323
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#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.
2324
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2321
2325
  '''
2322
2326
  if __debug__:
2323
2327
  type_hints = typing.get_type_hints(_typecheckingstub__305a6830506cb32487336526cc8631fb7f7318d68a61dabd395b65df1c2d7f56)
@@ -2331,7 +2335,7 @@ class EventOrchestrationGlobalSet:
2331
2335
 
2332
2336
  @builtins.property
2333
2337
  def id(self) -> builtins.str:
2334
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2338
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2335
2339
 
2336
2340
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2337
2341
  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.
@@ -2346,7 +2350,7 @@ class EventOrchestrationGlobalSet:
2346
2350
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]]:
2347
2351
  '''rule block.
2348
2352
 
2349
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2353
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2350
2354
  '''
2351
2355
  result = self._values.get("rule")
2352
2356
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]], result)
@@ -2563,10 +2567,10 @@ class EventOrchestrationGlobalSetRule:
2563
2567
  label: typing.Optional[builtins.str] = None,
2564
2568
  ) -> None:
2565
2569
  '''
2566
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2567
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2568
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2569
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2570
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2571
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2572
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2573
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2570
2574
  '''
2571
2575
  if isinstance(actions, dict):
2572
2576
  actions = EventOrchestrationGlobalSetRuleActions(**actions)
@@ -2590,7 +2594,7 @@ class EventOrchestrationGlobalSetRule:
2590
2594
  def actions(self) -> "EventOrchestrationGlobalSetRuleActions":
2591
2595
  '''actions block.
2592
2596
 
2593
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2597
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2594
2598
  '''
2595
2599
  result = self._values.get("actions")
2596
2600
  assert result is not None, "Required property 'actions' is missing"
@@ -2602,7 +2606,7 @@ class EventOrchestrationGlobalSetRule:
2602
2606
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]]:
2603
2607
  '''condition block.
2604
2608
 
2605
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2609
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2606
2610
  '''
2607
2611
  result = self._values.get("condition")
2608
2612
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]], result)
@@ -2611,13 +2615,13 @@ class EventOrchestrationGlobalSetRule:
2611
2615
  def disabled(
2612
2616
  self,
2613
2617
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2614
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2618
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2615
2619
  result = self._values.get("disabled")
2616
2620
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2617
2621
 
2618
2622
  @builtins.property
2619
2623
  def label(self) -> typing.Optional[builtins.str]:
2620
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2624
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2621
2625
  result = self._values.get("label")
2622
2626
  return typing.cast(typing.Optional[builtins.str], result)
2623
2627
 
@@ -2667,17 +2671,17 @@ class EventOrchestrationGlobalSetRuleActions:
2667
2671
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
2668
2672
  ) -> None:
2669
2673
  '''
2670
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2671
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2672
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2673
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2674
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2675
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2676
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2677
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2678
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2679
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2680
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2674
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2675
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2676
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2677
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2678
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2679
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2680
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2681
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2682
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2683
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2684
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2681
2685
  '''
2682
2686
  if isinstance(automation_action, dict):
2683
2687
  automation_action = EventOrchestrationGlobalSetRuleActionsAutomationAction(**automation_action)
@@ -2720,7 +2724,7 @@ class EventOrchestrationGlobalSetRuleActions:
2720
2724
 
2721
2725
  @builtins.property
2722
2726
  def annotate(self) -> typing.Optional[builtins.str]:
2723
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
2727
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
2724
2728
  result = self._values.get("annotate")
2725
2729
  return typing.cast(typing.Optional[builtins.str], result)
2726
2730
 
@@ -2730,7 +2734,7 @@ class EventOrchestrationGlobalSetRuleActions:
2730
2734
  ) -> typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"]:
2731
2735
  '''automation_action block.
2732
2736
 
2733
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2737
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2734
2738
  '''
2735
2739
  result = self._values.get("automation_action")
2736
2740
  return typing.cast(typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"], result)
@@ -2739,13 +2743,13 @@ class EventOrchestrationGlobalSetRuleActions:
2739
2743
  def drop_event(
2740
2744
  self,
2741
2745
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2742
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
2746
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
2743
2747
  result = self._values.get("drop_event")
2744
2748
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2745
2749
 
2746
2750
  @builtins.property
2747
2751
  def event_action(self) -> typing.Optional[builtins.str]:
2748
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
2752
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
2749
2753
  result = self._values.get("event_action")
2750
2754
  return typing.cast(typing.Optional[builtins.str], result)
2751
2755
 
@@ -2755,26 +2759,26 @@ class EventOrchestrationGlobalSetRuleActions:
2755
2759
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]]:
2756
2760
  '''extraction block.
2757
2761
 
2758
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2762
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2759
2763
  '''
2760
2764
  result = self._values.get("extraction")
2761
2765
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]], result)
2762
2766
 
2763
2767
  @builtins.property
2764
2768
  def priority(self) -> typing.Optional[builtins.str]:
2765
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
2769
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
2766
2770
  result = self._values.get("priority")
2767
2771
  return typing.cast(typing.Optional[builtins.str], result)
2768
2772
 
2769
2773
  @builtins.property
2770
2774
  def route_to(self) -> typing.Optional[builtins.str]:
2771
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
2775
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
2772
2776
  result = self._values.get("route_to")
2773
2777
  return typing.cast(typing.Optional[builtins.str], result)
2774
2778
 
2775
2779
  @builtins.property
2776
2780
  def severity(self) -> typing.Optional[builtins.str]:
2777
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
2781
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
2778
2782
  result = self._values.get("severity")
2779
2783
  return typing.cast(typing.Optional[builtins.str], result)
2780
2784
 
@@ -2782,13 +2786,13 @@ class EventOrchestrationGlobalSetRuleActions:
2782
2786
  def suppress(
2783
2787
  self,
2784
2788
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2785
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
2789
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
2786
2790
  result = self._values.get("suppress")
2787
2791
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2788
2792
 
2789
2793
  @builtins.property
2790
2794
  def suspend(self) -> typing.Optional[jsii.Number]:
2791
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
2795
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
2792
2796
  result = self._values.get("suspend")
2793
2797
  return typing.cast(typing.Optional[jsii.Number], result)
2794
2798
 
@@ -2798,7 +2802,7 @@ class EventOrchestrationGlobalSetRuleActions:
2798
2802
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]]:
2799
2803
  '''variable block.
2800
2804
 
2801
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2805
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2802
2806
  '''
2803
2807
  result = self._values.get("variable")
2804
2808
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]], result)
@@ -2837,11 +2841,11 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2837
2841
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
2838
2842
  ) -> None:
2839
2843
  '''
2840
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2841
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
2842
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
2843
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2844
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2844
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2845
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
2846
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
2847
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2848
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2845
2849
  '''
2846
2850
  if __debug__:
2847
2851
  type_hints = typing.get_type_hints(_typecheckingstub__723d2a0275861d95017a3481ff6564df72221d81439af26b87052de7905dd603)
@@ -2863,14 +2867,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2863
2867
 
2864
2868
  @builtins.property
2865
2869
  def name(self) -> builtins.str:
2866
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2870
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2867
2871
  result = self._values.get("name")
2868
2872
  assert result is not None, "Required property 'name' is missing"
2869
2873
  return typing.cast(builtins.str, result)
2870
2874
 
2871
2875
  @builtins.property
2872
2876
  def url(self) -> builtins.str:
2873
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
2877
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
2874
2878
  result = self._values.get("url")
2875
2879
  assert result is not None, "Required property 'url' is missing"
2876
2880
  return typing.cast(builtins.str, result)
@@ -2879,7 +2883,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2879
2883
  def auto_send(
2880
2884
  self,
2881
2885
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2882
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
2886
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
2883
2887
  result = self._values.get("auto_send")
2884
2888
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2885
2889
 
@@ -2889,7 +2893,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2889
2893
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]]:
2890
2894
  '''header block.
2891
2895
 
2892
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2896
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2893
2897
  '''
2894
2898
  result = self._values.get("header")
2895
2899
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]], result)
@@ -2900,7 +2904,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2900
2904
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]]:
2901
2905
  '''parameter block.
2902
2906
 
2903
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2907
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2904
2908
  '''
2905
2909
  result = self._values.get("parameter")
2906
2910
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]], result)
@@ -2925,8 +2929,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2925
2929
  class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
2926
2930
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
2927
2931
  '''
2928
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
2929
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2932
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
2933
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2930
2934
  '''
2931
2935
  if __debug__:
2932
2936
  type_hints = typing.get_type_hints(_typecheckingstub__541694733fc98eb5135d9d17e596b4cab74578defc3bdbfef6a43a56159f1877)
@@ -2939,14 +2943,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
2939
2943
 
2940
2944
  @builtins.property
2941
2945
  def key(self) -> builtins.str:
2942
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
2946
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
2943
2947
  result = self._values.get("key")
2944
2948
  assert result is not None, "Required property 'key' is missing"
2945
2949
  return typing.cast(builtins.str, result)
2946
2950
 
2947
2951
  @builtins.property
2948
2952
  def value(self) -> builtins.str:
2949
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2953
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2950
2954
  result = self._values.get("value")
2951
2955
  assert result is not None, "Required property 'value' is missing"
2952
2956
  return typing.cast(builtins.str, result)
@@ -3302,8 +3306,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReference(
3302
3306
  class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3303
3307
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3304
3308
  '''
3305
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3306
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3309
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3310
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3307
3311
  '''
3308
3312
  if __debug__:
3309
3313
  type_hints = typing.get_type_hints(_typecheckingstub__441d5eb0cfb56ea15348461de8ab1eeeb7ba29435b112be08856224068edc133)
@@ -3316,14 +3320,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3316
3320
 
3317
3321
  @builtins.property
3318
3322
  def key(self) -> builtins.str:
3319
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3323
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3320
3324
  result = self._values.get("key")
3321
3325
  assert result is not None, "Required property 'key' is missing"
3322
3326
  return typing.cast(builtins.str, result)
3323
3327
 
3324
3328
  @builtins.property
3325
3329
  def value(self) -> builtins.str:
3326
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3330
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3327
3331
  result = self._values.get("value")
3328
3332
  assert result is not None, "Required property 'value' is missing"
3329
3333
  return typing.cast(builtins.str, result)
@@ -3531,10 +3535,10 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3531
3535
  template: typing.Optional[builtins.str] = None,
3532
3536
  ) -> None:
3533
3537
  '''
3534
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3535
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3536
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3537
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3538
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3539
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3540
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3541
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3538
3542
  '''
3539
3543
  if __debug__:
3540
3544
  type_hints = typing.get_type_hints(_typecheckingstub__4b92aecb9ded69cbe0d91dde0c5680d12062c234b53c0fd848e59d4dba288176)
@@ -3554,26 +3558,26 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3554
3558
 
3555
3559
  @builtins.property
3556
3560
  def target(self) -> builtins.str:
3557
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3561
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3558
3562
  result = self._values.get("target")
3559
3563
  assert result is not None, "Required property 'target' is missing"
3560
3564
  return typing.cast(builtins.str, result)
3561
3565
 
3562
3566
  @builtins.property
3563
3567
  def regex(self) -> typing.Optional[builtins.str]:
3564
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3568
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3565
3569
  result = self._values.get("regex")
3566
3570
  return typing.cast(typing.Optional[builtins.str], result)
3567
3571
 
3568
3572
  @builtins.property
3569
3573
  def source(self) -> typing.Optional[builtins.str]:
3570
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3574
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3571
3575
  result = self._values.get("source")
3572
3576
  return typing.cast(typing.Optional[builtins.str], result)
3573
3577
 
3574
3578
  @builtins.property
3575
3579
  def template(self) -> typing.Optional[builtins.str]:
3576
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3580
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3577
3581
  result = self._values.get("template")
3578
3582
  return typing.cast(typing.Optional[builtins.str], result)
3579
3583
 
@@ -3837,11 +3841,11 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
3837
3841
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
3838
3842
  ) -> None:
3839
3843
  '''
3840
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3841
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
3842
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
3843
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3844
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3844
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3845
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
3846
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
3847
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3848
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3845
3849
  '''
3846
3850
  value = EventOrchestrationGlobalSetRuleActionsAutomationAction(
3847
3851
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4134,10 +4138,10 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4134
4138
  value: builtins.str,
4135
4139
  ) -> None:
4136
4140
  '''
4137
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4138
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4139
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4140
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4141
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4142
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4143
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4144
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4141
4145
  '''
4142
4146
  if __debug__:
4143
4147
  type_hints = typing.get_type_hints(_typecheckingstub__9975e599b66082aa161a92a72e86a6da50b9cbaa7b3cedfc9ff7f3bf8156c974)
@@ -4154,28 +4158,28 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4154
4158
 
4155
4159
  @builtins.property
4156
4160
  def name(self) -> builtins.str:
4157
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4161
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4158
4162
  result = self._values.get("name")
4159
4163
  assert result is not None, "Required property 'name' is missing"
4160
4164
  return typing.cast(builtins.str, result)
4161
4165
 
4162
4166
  @builtins.property
4163
4167
  def path(self) -> builtins.str:
4164
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4168
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4165
4169
  result = self._values.get("path")
4166
4170
  assert result is not None, "Required property 'path' is missing"
4167
4171
  return typing.cast(builtins.str, result)
4168
4172
 
4169
4173
  @builtins.property
4170
4174
  def type(self) -> builtins.str:
4171
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4175
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4172
4176
  result = self._values.get("type")
4173
4177
  assert result is not None, "Required property 'type' is missing"
4174
4178
  return typing.cast(builtins.str, result)
4175
4179
 
4176
4180
  @builtins.property
4177
4181
  def value(self) -> builtins.str:
4178
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4182
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4179
4183
  result = self._values.get("value")
4180
4184
  assert result is not None, "Required property 'value' is missing"
4181
4185
  return typing.cast(builtins.str, result)
@@ -4405,7 +4409,7 @@ class EventOrchestrationGlobalSetRuleActionsVariableOutputReference(
4405
4409
  class EventOrchestrationGlobalSetRuleCondition:
4406
4410
  def __init__(self, *, expression: builtins.str) -> None:
4407
4411
  '''
4408
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
4412
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
4409
4413
  '''
4410
4414
  if __debug__:
4411
4415
  type_hints = typing.get_type_hints(_typecheckingstub__195af8a9d56ef9e383b66a3a3513a01f6bfdedfa0d4b13150d22558077655b02)
@@ -4416,7 +4420,7 @@ class EventOrchestrationGlobalSetRuleCondition:
4416
4420
 
4417
4421
  @builtins.property
4418
4422
  def expression(self) -> builtins.str:
4419
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
4423
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
4420
4424
  result = self._values.get("expression")
4421
4425
  assert result is not None, "Required property 'expression' is missing"
4422
4426
  return typing.cast(builtins.str, result)
@@ -4723,17 +4727,17 @@ class EventOrchestrationGlobalSetRuleOutputReference(
4723
4727
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
4724
4728
  ) -> None:
4725
4729
  '''
4726
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
4727
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
4728
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
4729
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
4730
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
4731
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
4732
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
4733
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
4734
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
4735
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
4736
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
4730
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
4731
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
4732
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
4733
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
4734
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
4735
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
4736
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
4737
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
4738
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
4739
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
4740
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
4737
4741
  '''
4738
4742
  value = EventOrchestrationGlobalSetRuleActions(
4739
4743
  annotate=annotate,