cdktf-cdktf-provider-pagerduty 12.0.4__py3-none-any.whl → 12.0.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +30 -30
  36. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  37. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  42. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  43. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  44. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  45. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +1073 -53
  48. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  49. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  50. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  51. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  52. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  53. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  54. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  55. cdktf_cdktf_provider_pagerduty/service/__init__.py +170 -121
  56. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  57. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  58. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  59. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  60. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  61. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  62. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  63. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  64. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  65. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  66. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  68. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +6 -7
  69. cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
  70. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.4.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/RECORD +0 -73
  73. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.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.1.2/docs/resources/event_orchestration_global).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.2/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.2/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.2.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.2.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.2.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.2.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.
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.1.2/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.2.1/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.1.2/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.2.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
116
116
  '''
117
117
  value = EventOrchestrationGlobalCatchAll(actions=actions)
118
118
 
@@ -213,7 +213,7 @@ class EventOrchestrationGlobalCatchAll:
213
213
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
214
214
  ) -> None:
215
215
  '''
216
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
216
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
217
217
  '''
218
218
  if isinstance(actions, dict):
219
219
  actions = EventOrchestrationGlobalCatchAllActions(**actions)
@@ -228,7 +228,7 @@ class EventOrchestrationGlobalCatchAll:
228
228
  def actions(self) -> "EventOrchestrationGlobalCatchAllActions":
229
229
  '''actions block.
230
230
 
231
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
231
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
232
232
  '''
233
233
  result = self._values.get("actions")
234
234
  assert result is not None, "Required property 'actions' is missing"
@@ -280,17 +280,17 @@ class EventOrchestrationGlobalCatchAllActions:
280
280
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
281
281
  ) -> None:
282
282
  '''
283
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
288
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
291
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
292
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
283
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
294
294
  '''
295
295
  if isinstance(automation_action, dict):
296
296
  automation_action = EventOrchestrationGlobalCatchAllActionsAutomationAction(**automation_action)
@@ -333,7 +333,7 @@ class EventOrchestrationGlobalCatchAllActions:
333
333
 
334
334
  @builtins.property
335
335
  def annotate(self) -> typing.Optional[builtins.str]:
336
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
336
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
337
337
  result = self._values.get("annotate")
338
338
  return typing.cast(typing.Optional[builtins.str], result)
339
339
 
@@ -343,7 +343,7 @@ class EventOrchestrationGlobalCatchAllActions:
343
343
  ) -> typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"]:
344
344
  '''automation_action block.
345
345
 
346
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
346
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
347
347
  '''
348
348
  result = self._values.get("automation_action")
349
349
  return typing.cast(typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"], result)
@@ -352,13 +352,13 @@ class EventOrchestrationGlobalCatchAllActions:
352
352
  def drop_event(
353
353
  self,
354
354
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
355
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
355
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
356
356
  result = self._values.get("drop_event")
357
357
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
358
358
 
359
359
  @builtins.property
360
360
  def event_action(self) -> typing.Optional[builtins.str]:
361
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
361
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
362
362
  result = self._values.get("event_action")
363
363
  return typing.cast(typing.Optional[builtins.str], result)
364
364
 
@@ -368,26 +368,26 @@ class EventOrchestrationGlobalCatchAllActions:
368
368
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]]:
369
369
  '''extraction block.
370
370
 
371
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
371
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
372
372
  '''
373
373
  result = self._values.get("extraction")
374
374
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]], result)
375
375
 
376
376
  @builtins.property
377
377
  def priority(self) -> typing.Optional[builtins.str]:
378
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
378
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
379
379
  result = self._values.get("priority")
380
380
  return typing.cast(typing.Optional[builtins.str], result)
381
381
 
382
382
  @builtins.property
383
383
  def route_to(self) -> typing.Optional[builtins.str]:
384
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
384
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
385
385
  result = self._values.get("route_to")
386
386
  return typing.cast(typing.Optional[builtins.str], result)
387
387
 
388
388
  @builtins.property
389
389
  def severity(self) -> typing.Optional[builtins.str]:
390
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
390
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
391
391
  result = self._values.get("severity")
392
392
  return typing.cast(typing.Optional[builtins.str], result)
393
393
 
@@ -395,13 +395,13 @@ class EventOrchestrationGlobalCatchAllActions:
395
395
  def suppress(
396
396
  self,
397
397
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
398
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
398
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
399
399
  result = self._values.get("suppress")
400
400
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
401
401
 
402
402
  @builtins.property
403
403
  def suspend(self) -> typing.Optional[jsii.Number]:
404
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
404
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
405
405
  result = self._values.get("suspend")
406
406
  return typing.cast(typing.Optional[jsii.Number], result)
407
407
 
@@ -411,7 +411,7 @@ class EventOrchestrationGlobalCatchAllActions:
411
411
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]]:
412
412
  '''variable block.
413
413
 
414
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
414
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
415
415
  '''
416
416
  result = self._values.get("variable")
417
417
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]], result)
@@ -450,11 +450,11 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
450
450
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
451
451
  ) -> None:
452
452
  '''
453
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
454
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
453
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
458
458
  '''
459
459
  if __debug__:
460
460
  type_hints = typing.get_type_hints(_typecheckingstub__3aa7554157c3709e9796076b823722a932d57649b3cd18925319019ab07058f4)
@@ -476,14 +476,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
476
476
 
477
477
  @builtins.property
478
478
  def name(self) -> builtins.str:
479
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
479
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
480
480
  result = self._values.get("name")
481
481
  assert result is not None, "Required property 'name' is missing"
482
482
  return typing.cast(builtins.str, result)
483
483
 
484
484
  @builtins.property
485
485
  def url(self) -> builtins.str:
486
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
486
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
487
487
  result = self._values.get("url")
488
488
  assert result is not None, "Required property 'url' is missing"
489
489
  return typing.cast(builtins.str, result)
@@ -492,7 +492,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
492
492
  def auto_send(
493
493
  self,
494
494
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
495
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
495
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
496
496
  result = self._values.get("auto_send")
497
497
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
498
498
 
@@ -502,7 +502,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
502
502
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]]:
503
503
  '''header block.
504
504
 
505
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
505
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
506
506
  '''
507
507
  result = self._values.get("header")
508
508
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]], result)
@@ -513,7 +513,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
513
513
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]]:
514
514
  '''parameter block.
515
515
 
516
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
516
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
517
517
  '''
518
518
  result = self._values.get("parameter")
519
519
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]], result)
@@ -538,8 +538,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
538
538
  class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
539
539
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
540
540
  '''
541
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
542
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
541
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
543
543
  '''
544
544
  if __debug__:
545
545
  type_hints = typing.get_type_hints(_typecheckingstub__25d6263f7f939f16ce5239b58a28df658272be7a72592fe257cae14ddceb0570)
@@ -552,14 +552,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
552
552
 
553
553
  @builtins.property
554
554
  def key(self) -> builtins.str:
555
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
555
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
556
556
  result = self._values.get("key")
557
557
  assert result is not None, "Required property 'key' is missing"
558
558
  return typing.cast(builtins.str, result)
559
559
 
560
560
  @builtins.property
561
561
  def value(self) -> builtins.str:
562
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
562
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
563
563
  result = self._values.get("value")
564
564
  assert result is not None, "Required property 'value' is missing"
565
565
  return typing.cast(builtins.str, result)
@@ -915,8 +915,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputReference(
915
915
  class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
916
916
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
917
917
  '''
918
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
919
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
918
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
920
920
  '''
921
921
  if __debug__:
922
922
  type_hints = typing.get_type_hints(_typecheckingstub__e8bf5cff7ab8d977bde6247d8b87a97cacc34598a770f783a035182d2b9a6bdf)
@@ -929,14 +929,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
929
929
 
930
930
  @builtins.property
931
931
  def key(self) -> builtins.str:
932
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
932
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
933
933
  result = self._values.get("key")
934
934
  assert result is not None, "Required property 'key' is missing"
935
935
  return typing.cast(builtins.str, result)
936
936
 
937
937
  @builtins.property
938
938
  def value(self) -> builtins.str:
939
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
939
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
940
940
  result = self._values.get("value")
941
941
  assert result is not None, "Required property 'value' is missing"
942
942
  return typing.cast(builtins.str, result)
@@ -1144,10 +1144,10 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1144
1144
  template: typing.Optional[builtins.str] = None,
1145
1145
  ) -> None:
1146
1146
  '''
1147
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1148
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1149
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1150
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1147
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1151
1151
  '''
1152
1152
  if __debug__:
1153
1153
  type_hints = typing.get_type_hints(_typecheckingstub__8c13c1c34aa2f8009fb969c1c9b9b3e863409eea556e7a2290eb65cdfb019a16)
@@ -1167,26 +1167,26 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1167
1167
 
1168
1168
  @builtins.property
1169
1169
  def target(self) -> builtins.str:
1170
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1170
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1171
1171
  result = self._values.get("target")
1172
1172
  assert result is not None, "Required property 'target' is missing"
1173
1173
  return typing.cast(builtins.str, result)
1174
1174
 
1175
1175
  @builtins.property
1176
1176
  def regex(self) -> typing.Optional[builtins.str]:
1177
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1177
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1178
1178
  result = self._values.get("regex")
1179
1179
  return typing.cast(typing.Optional[builtins.str], result)
1180
1180
 
1181
1181
  @builtins.property
1182
1182
  def source(self) -> typing.Optional[builtins.str]:
1183
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1183
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1184
1184
  result = self._values.get("source")
1185
1185
  return typing.cast(typing.Optional[builtins.str], result)
1186
1186
 
1187
1187
  @builtins.property
1188
1188
  def template(self) -> typing.Optional[builtins.str]:
1189
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1189
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1190
1190
  result = self._values.get("template")
1191
1191
  return typing.cast(typing.Optional[builtins.str], result)
1192
1192
 
@@ -1450,11 +1450,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
1450
1450
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1451
1451
  ) -> None:
1452
1452
  '''
1453
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1454
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1453
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1458
1458
  '''
1459
1459
  value = EventOrchestrationGlobalCatchAllActionsAutomationAction(
1460
1460
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1749,10 +1749,10 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
1749
1749
  value: builtins.str,
1750
1750
  ) -> None:
1751
1751
  '''
1752
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1753
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
1754
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
1755
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1752
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1756
1756
  '''
1757
1757
  if __debug__:
1758
1758
  type_hints = typing.get_type_hints(_typecheckingstub__3d0aeb509773364475895da1136016fd834150cbcd65e6a3c334ee82dbaf2482)
@@ -1769,28 +1769,28 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
1769
1769
 
1770
1770
  @builtins.property
1771
1771
  def name(self) -> builtins.str:
1772
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
1772
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
1773
1773
  result = self._values.get("name")
1774
1774
  assert result is not None, "Required property 'name' is missing"
1775
1775
  return typing.cast(builtins.str, result)
1776
1776
 
1777
1777
  @builtins.property
1778
1778
  def path(self) -> builtins.str:
1779
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
1779
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
1780
1780
  result = self._values.get("path")
1781
1781
  assert result is not None, "Required property 'path' is missing"
1782
1782
  return typing.cast(builtins.str, result)
1783
1783
 
1784
1784
  @builtins.property
1785
1785
  def type(self) -> builtins.str:
1786
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
1786
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
1787
1787
  result = self._values.get("type")
1788
1788
  assert result is not None, "Required property 'type' is missing"
1789
1789
  return typing.cast(builtins.str, result)
1790
1790
 
1791
1791
  @builtins.property
1792
1792
  def value(self) -> builtins.str:
1793
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1793
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1794
1794
  result = self._values.get("value")
1795
1795
  assert result is not None, "Required property 'value' is missing"
1796
1796
  return typing.cast(builtins.str, result)
@@ -2049,17 +2049,17 @@ class EventOrchestrationGlobalCatchAllOutputReference(
2049
2049
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2050
2050
  ) -> None:
2051
2051
  '''
2052
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2057
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2060
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2061
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2052
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2063
2063
  '''
2064
2064
  value = EventOrchestrationGlobalCatchAllActions(
2065
2065
  annotate=annotate,
@@ -2144,10 +2144,10 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2144
2144
  :param lifecycle:
2145
2145
  :param provider:
2146
2146
  :param provisioners:
2147
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2150
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.
2147
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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
2151
  '''
2152
2152
  if isinstance(lifecycle, dict):
2153
2153
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2256,7 +2256,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2256
2256
  def catch_all(self) -> EventOrchestrationGlobalCatchAll:
2257
2257
  '''catch_all block.
2258
2258
 
2259
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2259
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2260
2260
  '''
2261
2261
  result = self._values.get("catch_all")
2262
2262
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2264,7 +2264,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2264
2264
 
2265
2265
  @builtins.property
2266
2266
  def event_orchestration(self) -> builtins.str:
2267
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2267
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2268
2268
  result = self._values.get("event_orchestration")
2269
2269
  assert result is not None, "Required property 'event_orchestration' is missing"
2270
2270
  return typing.cast(builtins.str, result)
@@ -2275,7 +2275,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2275
2275
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSet"]]:
2276
2276
  '''set block.
2277
2277
 
2278
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2278
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2279
2279
  '''
2280
2280
  result = self._values.get("set")
2281
2281
  assert result is not None, "Required property 'set' is missing"
@@ -2283,7 +2283,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2283
2283
 
2284
2284
  @builtins.property
2285
2285
  def id(self) -> typing.Optional[builtins.str]:
2286
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2286
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2287
2287
 
2288
2288
  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
2289
  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 +2316,8 @@ class EventOrchestrationGlobalSet:
2316
2316
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2317
2317
  ) -> None:
2318
2318
  '''
2319
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2319
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.1/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2321
2321
  '''
2322
2322
  if __debug__:
2323
2323
  type_hints = typing.get_type_hints(_typecheckingstub__305a6830506cb32487336526cc8631fb7f7318d68a61dabd395b65df1c2d7f56)
@@ -2331,7 +2331,7 @@ class EventOrchestrationGlobalSet:
2331
2331
 
2332
2332
  @builtins.property
2333
2333
  def id(self) -> builtins.str:
2334
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2334
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2335
2335
 
2336
2336
  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
2337
  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 +2346,7 @@ class EventOrchestrationGlobalSet:
2346
2346
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]]:
2347
2347
  '''rule block.
2348
2348
 
2349
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2349
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2350
2350
  '''
2351
2351
  result = self._values.get("rule")
2352
2352
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]], result)
@@ -2563,10 +2563,10 @@ class EventOrchestrationGlobalSetRule:
2563
2563
  label: typing.Optional[builtins.str] = None,
2564
2564
  ) -> None:
2565
2565
  '''
2566
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2568
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2569
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2566
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2570
2570
  '''
2571
2571
  if isinstance(actions, dict):
2572
2572
  actions = EventOrchestrationGlobalSetRuleActions(**actions)
@@ -2590,7 +2590,7 @@ class EventOrchestrationGlobalSetRule:
2590
2590
  def actions(self) -> "EventOrchestrationGlobalSetRuleActions":
2591
2591
  '''actions block.
2592
2592
 
2593
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2593
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2594
2594
  '''
2595
2595
  result = self._values.get("actions")
2596
2596
  assert result is not None, "Required property 'actions' is missing"
@@ -2602,7 +2602,7 @@ class EventOrchestrationGlobalSetRule:
2602
2602
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]]:
2603
2603
  '''condition block.
2604
2604
 
2605
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2605
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2606
2606
  '''
2607
2607
  result = self._values.get("condition")
2608
2608
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]], result)
@@ -2611,13 +2611,13 @@ class EventOrchestrationGlobalSetRule:
2611
2611
  def disabled(
2612
2612
  self,
2613
2613
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2614
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2614
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2615
2615
  result = self._values.get("disabled")
2616
2616
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2617
2617
 
2618
2618
  @builtins.property
2619
2619
  def label(self) -> typing.Optional[builtins.str]:
2620
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2620
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2621
2621
  result = self._values.get("label")
2622
2622
  return typing.cast(typing.Optional[builtins.str], result)
2623
2623
 
@@ -2667,17 +2667,17 @@ class EventOrchestrationGlobalSetRuleActions:
2667
2667
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
2668
2668
  ) -> None:
2669
2669
  '''
2670
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2675
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2678
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2679
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2670
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2681
2681
  '''
2682
2682
  if isinstance(automation_action, dict):
2683
2683
  automation_action = EventOrchestrationGlobalSetRuleActionsAutomationAction(**automation_action)
@@ -2720,7 +2720,7 @@ class EventOrchestrationGlobalSetRuleActions:
2720
2720
 
2721
2721
  @builtins.property
2722
2722
  def annotate(self) -> typing.Optional[builtins.str]:
2723
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
2723
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
2724
2724
  result = self._values.get("annotate")
2725
2725
  return typing.cast(typing.Optional[builtins.str], result)
2726
2726
 
@@ -2730,7 +2730,7 @@ class EventOrchestrationGlobalSetRuleActions:
2730
2730
  ) -> typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"]:
2731
2731
  '''automation_action block.
2732
2732
 
2733
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2733
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2734
2734
  '''
2735
2735
  result = self._values.get("automation_action")
2736
2736
  return typing.cast(typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"], result)
@@ -2739,13 +2739,13 @@ class EventOrchestrationGlobalSetRuleActions:
2739
2739
  def drop_event(
2740
2740
  self,
2741
2741
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2742
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
2742
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
2743
2743
  result = self._values.get("drop_event")
2744
2744
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2745
2745
 
2746
2746
  @builtins.property
2747
2747
  def event_action(self) -> typing.Optional[builtins.str]:
2748
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
2748
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
2749
2749
  result = self._values.get("event_action")
2750
2750
  return typing.cast(typing.Optional[builtins.str], result)
2751
2751
 
@@ -2755,26 +2755,26 @@ class EventOrchestrationGlobalSetRuleActions:
2755
2755
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]]:
2756
2756
  '''extraction block.
2757
2757
 
2758
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2758
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2759
2759
  '''
2760
2760
  result = self._values.get("extraction")
2761
2761
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]], result)
2762
2762
 
2763
2763
  @builtins.property
2764
2764
  def priority(self) -> typing.Optional[builtins.str]:
2765
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
2765
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
2766
2766
  result = self._values.get("priority")
2767
2767
  return typing.cast(typing.Optional[builtins.str], result)
2768
2768
 
2769
2769
  @builtins.property
2770
2770
  def route_to(self) -> typing.Optional[builtins.str]:
2771
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
2771
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
2772
2772
  result = self._values.get("route_to")
2773
2773
  return typing.cast(typing.Optional[builtins.str], result)
2774
2774
 
2775
2775
  @builtins.property
2776
2776
  def severity(self) -> typing.Optional[builtins.str]:
2777
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
2777
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
2778
2778
  result = self._values.get("severity")
2779
2779
  return typing.cast(typing.Optional[builtins.str], result)
2780
2780
 
@@ -2782,13 +2782,13 @@ class EventOrchestrationGlobalSetRuleActions:
2782
2782
  def suppress(
2783
2783
  self,
2784
2784
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2785
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
2785
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
2786
2786
  result = self._values.get("suppress")
2787
2787
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2788
2788
 
2789
2789
  @builtins.property
2790
2790
  def suspend(self) -> typing.Optional[jsii.Number]:
2791
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
2791
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
2792
2792
  result = self._values.get("suspend")
2793
2793
  return typing.cast(typing.Optional[jsii.Number], result)
2794
2794
 
@@ -2798,7 +2798,7 @@ class EventOrchestrationGlobalSetRuleActions:
2798
2798
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]]:
2799
2799
  '''variable block.
2800
2800
 
2801
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2801
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2802
2802
  '''
2803
2803
  result = self._values.get("variable")
2804
2804
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]], result)
@@ -2837,11 +2837,11 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2837
2837
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
2838
2838
  ) -> None:
2839
2839
  '''
2840
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2841
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2840
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2845
2845
  '''
2846
2846
  if __debug__:
2847
2847
  type_hints = typing.get_type_hints(_typecheckingstub__723d2a0275861d95017a3481ff6564df72221d81439af26b87052de7905dd603)
@@ -2863,14 +2863,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2863
2863
 
2864
2864
  @builtins.property
2865
2865
  def name(self) -> builtins.str:
2866
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2866
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2867
2867
  result = self._values.get("name")
2868
2868
  assert result is not None, "Required property 'name' is missing"
2869
2869
  return typing.cast(builtins.str, result)
2870
2870
 
2871
2871
  @builtins.property
2872
2872
  def url(self) -> builtins.str:
2873
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
2873
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
2874
2874
  result = self._values.get("url")
2875
2875
  assert result is not None, "Required property 'url' is missing"
2876
2876
  return typing.cast(builtins.str, result)
@@ -2879,7 +2879,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2879
2879
  def auto_send(
2880
2880
  self,
2881
2881
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2882
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
2882
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
2883
2883
  result = self._values.get("auto_send")
2884
2884
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2885
2885
 
@@ -2889,7 +2889,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2889
2889
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]]:
2890
2890
  '''header block.
2891
2891
 
2892
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2892
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2893
2893
  '''
2894
2894
  result = self._values.get("header")
2895
2895
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]], result)
@@ -2900,7 +2900,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2900
2900
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]]:
2901
2901
  '''parameter block.
2902
2902
 
2903
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2903
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2904
2904
  '''
2905
2905
  result = self._values.get("parameter")
2906
2906
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]], result)
@@ -2925,8 +2925,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2925
2925
  class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
2926
2926
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
2927
2927
  '''
2928
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
2929
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2928
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2930
2930
  '''
2931
2931
  if __debug__:
2932
2932
  type_hints = typing.get_type_hints(_typecheckingstub__541694733fc98eb5135d9d17e596b4cab74578defc3bdbfef6a43a56159f1877)
@@ -2939,14 +2939,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
2939
2939
 
2940
2940
  @builtins.property
2941
2941
  def key(self) -> builtins.str:
2942
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
2942
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
2943
2943
  result = self._values.get("key")
2944
2944
  assert result is not None, "Required property 'key' is missing"
2945
2945
  return typing.cast(builtins.str, result)
2946
2946
 
2947
2947
  @builtins.property
2948
2948
  def value(self) -> builtins.str:
2949
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2949
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2950
2950
  result = self._values.get("value")
2951
2951
  assert result is not None, "Required property 'value' is missing"
2952
2952
  return typing.cast(builtins.str, result)
@@ -3302,8 +3302,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReference(
3302
3302
  class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3303
3303
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3304
3304
  '''
3305
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3306
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3305
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3307
3307
  '''
3308
3308
  if __debug__:
3309
3309
  type_hints = typing.get_type_hints(_typecheckingstub__441d5eb0cfb56ea15348461de8ab1eeeb7ba29435b112be08856224068edc133)
@@ -3316,14 +3316,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3316
3316
 
3317
3317
  @builtins.property
3318
3318
  def key(self) -> builtins.str:
3319
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3319
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3320
3320
  result = self._values.get("key")
3321
3321
  assert result is not None, "Required property 'key' is missing"
3322
3322
  return typing.cast(builtins.str, result)
3323
3323
 
3324
3324
  @builtins.property
3325
3325
  def value(self) -> builtins.str:
3326
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3326
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3327
3327
  result = self._values.get("value")
3328
3328
  assert result is not None, "Required property 'value' is missing"
3329
3329
  return typing.cast(builtins.str, result)
@@ -3531,10 +3531,10 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3531
3531
  template: typing.Optional[builtins.str] = None,
3532
3532
  ) -> None:
3533
3533
  '''
3534
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3535
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3536
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3537
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3534
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3538
3538
  '''
3539
3539
  if __debug__:
3540
3540
  type_hints = typing.get_type_hints(_typecheckingstub__4b92aecb9ded69cbe0d91dde0c5680d12062c234b53c0fd848e59d4dba288176)
@@ -3554,26 +3554,26 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3554
3554
 
3555
3555
  @builtins.property
3556
3556
  def target(self) -> builtins.str:
3557
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3557
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3558
3558
  result = self._values.get("target")
3559
3559
  assert result is not None, "Required property 'target' is missing"
3560
3560
  return typing.cast(builtins.str, result)
3561
3561
 
3562
3562
  @builtins.property
3563
3563
  def regex(self) -> typing.Optional[builtins.str]:
3564
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3564
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3565
3565
  result = self._values.get("regex")
3566
3566
  return typing.cast(typing.Optional[builtins.str], result)
3567
3567
 
3568
3568
  @builtins.property
3569
3569
  def source(self) -> typing.Optional[builtins.str]:
3570
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3570
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3571
3571
  result = self._values.get("source")
3572
3572
  return typing.cast(typing.Optional[builtins.str], result)
3573
3573
 
3574
3574
  @builtins.property
3575
3575
  def template(self) -> typing.Optional[builtins.str]:
3576
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3576
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3577
3577
  result = self._values.get("template")
3578
3578
  return typing.cast(typing.Optional[builtins.str], result)
3579
3579
 
@@ -3837,11 +3837,11 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
3837
3837
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
3838
3838
  ) -> None:
3839
3839
  '''
3840
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3841
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3840
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3845
3845
  '''
3846
3846
  value = EventOrchestrationGlobalSetRuleActionsAutomationAction(
3847
3847
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4134,10 +4134,10 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4134
4134
  value: builtins.str,
4135
4135
  ) -> None:
4136
4136
  '''
4137
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4138
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4139
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4140
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4137
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4141
4141
  '''
4142
4142
  if __debug__:
4143
4143
  type_hints = typing.get_type_hints(_typecheckingstub__9975e599b66082aa161a92a72e86a6da50b9cbaa7b3cedfc9ff7f3bf8156c974)
@@ -4154,28 +4154,28 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4154
4154
 
4155
4155
  @builtins.property
4156
4156
  def name(self) -> builtins.str:
4157
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4157
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4158
4158
  result = self._values.get("name")
4159
4159
  assert result is not None, "Required property 'name' is missing"
4160
4160
  return typing.cast(builtins.str, result)
4161
4161
 
4162
4162
  @builtins.property
4163
4163
  def path(self) -> builtins.str:
4164
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4164
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4165
4165
  result = self._values.get("path")
4166
4166
  assert result is not None, "Required property 'path' is missing"
4167
4167
  return typing.cast(builtins.str, result)
4168
4168
 
4169
4169
  @builtins.property
4170
4170
  def type(self) -> builtins.str:
4171
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4171
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4172
4172
  result = self._values.get("type")
4173
4173
  assert result is not None, "Required property 'type' is missing"
4174
4174
  return typing.cast(builtins.str, result)
4175
4175
 
4176
4176
  @builtins.property
4177
4177
  def value(self) -> builtins.str:
4178
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4178
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4179
4179
  result = self._values.get("value")
4180
4180
  assert result is not None, "Required property 'value' is missing"
4181
4181
  return typing.cast(builtins.str, result)
@@ -4405,7 +4405,7 @@ class EventOrchestrationGlobalSetRuleActionsVariableOutputReference(
4405
4405
  class EventOrchestrationGlobalSetRuleCondition:
4406
4406
  def __init__(self, *, expression: builtins.str) -> None:
4407
4407
  '''
4408
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
4408
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
4409
4409
  '''
4410
4410
  if __debug__:
4411
4411
  type_hints = typing.get_type_hints(_typecheckingstub__195af8a9d56ef9e383b66a3a3513a01f6bfdedfa0d4b13150d22558077655b02)
@@ -4416,7 +4416,7 @@ class EventOrchestrationGlobalSetRuleCondition:
4416
4416
 
4417
4417
  @builtins.property
4418
4418
  def expression(self) -> builtins.str:
4419
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
4419
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
4420
4420
  result = self._values.get("expression")
4421
4421
  assert result is not None, "Required property 'expression' is missing"
4422
4422
  return typing.cast(builtins.str, result)
@@ -4723,17 +4723,17 @@ class EventOrchestrationGlobalSetRuleOutputReference(
4723
4723
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
4724
4724
  ) -> None:
4725
4725
  '''
4726
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
4731
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
4734
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
4735
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
4726
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
4737
4737
  '''
4738
4738
  value = EventOrchestrationGlobalSetRuleActions(
4739
4739
  annotate=annotate,