cdktf-cdktf-provider-pagerduty 9.0.2__py3-none-any.whl → 9.0.3__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.3.jsii.tgz +0 -0
  3. cdktf_cdktf_provider_pagerduty/addon/__init__.py +12 -12
  4. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +51 -51
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +12 -12
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +12 -12
  7. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +24 -24
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +12 -12
  9. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +21 -21
  10. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +15 -15
  11. cdktf_cdktf_provider_pagerduty/custom_field/__init__.py +24 -24
  12. cdktf_cdktf_provider_pagerduty/custom_field_option/__init__.py +15 -15
  13. cdktf_cdktf_provider_pagerduty/custom_field_schema/__init__.py +12 -12
  14. cdktf_cdktf_provider_pagerduty/custom_field_schema_assignment/__init__.py +12 -12
  15. cdktf_cdktf_provider_pagerduty/custom_field_schema_field_configuration/__init__.py +24 -24
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +27 -27
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +15 -15
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +9 -9
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field/__init__.py +9 -9
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field_schema/__init__.py +9 -9
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +9 -9
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +12 -12
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +12 -12
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +9 -9
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +9 -9
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +9 -9
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +9 -9
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +36 -36
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +31 -31
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +9 -9
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +9 -9
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +9 -9
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +9 -9
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +12 -12
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +9 -9
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +12 -12
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +9 -9
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +15 -15
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +9 -9
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +9 -9
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +29 -29
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +18 -18
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +176 -176
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +9 -9
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +40 -40
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +185 -185
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +91 -91
  48. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +15 -15
  49. cdktf_cdktf_provider_pagerduty/extension/__init__.py +24 -24
  50. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +42 -42
  51. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +24 -24
  52. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +15 -15
  53. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +28 -28
  54. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +21 -21
  55. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +18 -18
  56. cdktf_cdktf_provider_pagerduty/provider/__init__.py +21 -21
  57. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +54 -54
  58. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +15 -15
  59. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +124 -124
  60. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +46 -46
  61. cdktf_cdktf_provider_pagerduty/service/__init__.py +118 -118
  62. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +26 -26
  63. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +116 -116
  64. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +89 -89
  65. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +30 -30
  66. cdktf_cdktf_provider_pagerduty/tag/__init__.py +9 -9
  67. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +15 -15
  68. cdktf_cdktf_provider_pagerduty/team/__init__.py +15 -15
  69. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +15 -15
  70. cdktf_cdktf_provider_pagerduty/user/__init__.py +33 -33
  71. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +24 -24
  72. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +18 -18
  73. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +40 -40
  74. {cdktf_cdktf_provider_pagerduty-9.0.2.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/METADATA +1 -1
  75. cdktf_cdktf_provider_pagerduty-9.0.3.dist-info/RECORD +80 -0
  76. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.2.jsii.tgz +0 -0
  77. cdktf_cdktf_provider_pagerduty-9.0.2.dist-info/RECORD +0 -80
  78. {cdktf_cdktf_provider_pagerduty-9.0.2.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/LICENSE +0 -0
  79. {cdktf_cdktf_provider_pagerduty-9.0.2.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/WHEEL +0 -0
  80. {cdktf_cdktf_provider_pagerduty-9.0.2.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.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/2.15.3/docs/resources/event_orchestration_global).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationGlobal(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobal",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class EventOrchestrationGlobal(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/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/2.15.3/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/2.15.3/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/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/2.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
53
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
54
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -88,7 +88,7 @@ class EventOrchestrationGlobal(
88
88
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
89
89
  ) -> None:
90
90
  '''
91
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
91
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
92
92
  '''
93
93
  value = EventOrchestrationGlobalCatchAll(actions=actions)
94
94
 
@@ -189,7 +189,7 @@ class EventOrchestrationGlobalCatchAll:
189
189
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
190
190
  ) -> None:
191
191
  '''
192
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
192
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
193
193
  '''
194
194
  if isinstance(actions, dict):
195
195
  actions = EventOrchestrationGlobalCatchAllActions(**actions)
@@ -204,7 +204,7 @@ class EventOrchestrationGlobalCatchAll:
204
204
  def actions(self) -> "EventOrchestrationGlobalCatchAllActions":
205
205
  '''actions block.
206
206
 
207
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
207
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
208
208
  '''
209
209
  result = self._values.get("actions")
210
210
  assert result is not None, "Required property 'actions' is missing"
@@ -256,17 +256,17 @@ class EventOrchestrationGlobalCatchAllActions:
256
256
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
257
257
  ) -> None:
258
258
  '''
259
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
260
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
261
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
262
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
263
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
264
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
265
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
266
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
267
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
268
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
269
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
259
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
260
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
261
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
262
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
263
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
264
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
265
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
266
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
267
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
268
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
269
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
270
270
  '''
271
271
  if isinstance(automation_action, dict):
272
272
  automation_action = EventOrchestrationGlobalCatchAllActionsAutomationAction(**automation_action)
@@ -309,7 +309,7 @@ class EventOrchestrationGlobalCatchAllActions:
309
309
 
310
310
  @builtins.property
311
311
  def annotate(self) -> typing.Optional[builtins.str]:
312
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
312
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
313
313
  result = self._values.get("annotate")
314
314
  return typing.cast(typing.Optional[builtins.str], result)
315
315
 
@@ -319,7 +319,7 @@ class EventOrchestrationGlobalCatchAllActions:
319
319
  ) -> typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"]:
320
320
  '''automation_action block.
321
321
 
322
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
322
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
323
323
  '''
324
324
  result = self._values.get("automation_action")
325
325
  return typing.cast(typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"], result)
@@ -328,13 +328,13 @@ class EventOrchestrationGlobalCatchAllActions:
328
328
  def drop_event(
329
329
  self,
330
330
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
331
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
331
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
332
332
  result = self._values.get("drop_event")
333
333
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
334
334
 
335
335
  @builtins.property
336
336
  def event_action(self) -> typing.Optional[builtins.str]:
337
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
337
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
338
338
  result = self._values.get("event_action")
339
339
  return typing.cast(typing.Optional[builtins.str], result)
340
340
 
@@ -344,26 +344,26 @@ class EventOrchestrationGlobalCatchAllActions:
344
344
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]]:
345
345
  '''extraction block.
346
346
 
347
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
347
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
348
348
  '''
349
349
  result = self._values.get("extraction")
350
350
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]], result)
351
351
 
352
352
  @builtins.property
353
353
  def priority(self) -> typing.Optional[builtins.str]:
354
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
354
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
355
355
  result = self._values.get("priority")
356
356
  return typing.cast(typing.Optional[builtins.str], result)
357
357
 
358
358
  @builtins.property
359
359
  def route_to(self) -> typing.Optional[builtins.str]:
360
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
360
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
361
361
  result = self._values.get("route_to")
362
362
  return typing.cast(typing.Optional[builtins.str], result)
363
363
 
364
364
  @builtins.property
365
365
  def severity(self) -> typing.Optional[builtins.str]:
366
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
366
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
367
367
  result = self._values.get("severity")
368
368
  return typing.cast(typing.Optional[builtins.str], result)
369
369
 
@@ -371,13 +371,13 @@ class EventOrchestrationGlobalCatchAllActions:
371
371
  def suppress(
372
372
  self,
373
373
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
374
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
374
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
375
375
  result = self._values.get("suppress")
376
376
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
377
377
 
378
378
  @builtins.property
379
379
  def suspend(self) -> typing.Optional[jsii.Number]:
380
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
380
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
381
381
  result = self._values.get("suspend")
382
382
  return typing.cast(typing.Optional[jsii.Number], result)
383
383
 
@@ -387,7 +387,7 @@ class EventOrchestrationGlobalCatchAllActions:
387
387
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]]:
388
388
  '''variable block.
389
389
 
390
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
390
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
391
391
  '''
392
392
  result = self._values.get("variable")
393
393
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]], result)
@@ -426,11 +426,11 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
426
426
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
427
427
  ) -> None:
428
428
  '''
429
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
430
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
431
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
432
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
433
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
429
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
430
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
431
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
432
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
433
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
434
434
  '''
435
435
  if __debug__:
436
436
  type_hints = typing.get_type_hints(_typecheckingstub__3aa7554157c3709e9796076b823722a932d57649b3cd18925319019ab07058f4)
@@ -452,14 +452,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
452
452
 
453
453
  @builtins.property
454
454
  def name(self) -> builtins.str:
455
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
455
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
456
456
  result = self._values.get("name")
457
457
  assert result is not None, "Required property 'name' is missing"
458
458
  return typing.cast(builtins.str, result)
459
459
 
460
460
  @builtins.property
461
461
  def url(self) -> builtins.str:
462
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
462
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
463
463
  result = self._values.get("url")
464
464
  assert result is not None, "Required property 'url' is missing"
465
465
  return typing.cast(builtins.str, result)
@@ -468,7 +468,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
468
468
  def auto_send(
469
469
  self,
470
470
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
471
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
471
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
472
472
  result = self._values.get("auto_send")
473
473
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
474
474
 
@@ -478,7 +478,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
478
478
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]]:
479
479
  '''header block.
480
480
 
481
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
481
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
482
482
  '''
483
483
  result = self._values.get("header")
484
484
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]], result)
@@ -489,7 +489,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
489
489
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]]:
490
490
  '''parameter block.
491
491
 
492
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
492
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
493
493
  '''
494
494
  result = self._values.get("parameter")
495
495
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]], result)
@@ -514,8 +514,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
514
514
  class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
515
515
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
516
516
  '''
517
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
518
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
517
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
518
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
519
519
  '''
520
520
  if __debug__:
521
521
  type_hints = typing.get_type_hints(_typecheckingstub__25d6263f7f939f16ce5239b58a28df658272be7a72592fe257cae14ddceb0570)
@@ -528,14 +528,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
528
528
 
529
529
  @builtins.property
530
530
  def key(self) -> builtins.str:
531
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
531
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
532
532
  result = self._values.get("key")
533
533
  assert result is not None, "Required property 'key' is missing"
534
534
  return typing.cast(builtins.str, result)
535
535
 
536
536
  @builtins.property
537
537
  def value(self) -> builtins.str:
538
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
538
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
539
539
  result = self._values.get("value")
540
540
  assert result is not None, "Required property 'value' is missing"
541
541
  return typing.cast(builtins.str, result)
@@ -891,8 +891,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputReference(
891
891
  class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
892
892
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
893
893
  '''
894
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
895
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
894
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
895
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
896
896
  '''
897
897
  if __debug__:
898
898
  type_hints = typing.get_type_hints(_typecheckingstub__e8bf5cff7ab8d977bde6247d8b87a97cacc34598a770f783a035182d2b9a6bdf)
@@ -905,14 +905,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
905
905
 
906
906
  @builtins.property
907
907
  def key(self) -> builtins.str:
908
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
908
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
909
909
  result = self._values.get("key")
910
910
  assert result is not None, "Required property 'key' is missing"
911
911
  return typing.cast(builtins.str, result)
912
912
 
913
913
  @builtins.property
914
914
  def value(self) -> builtins.str:
915
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
915
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
916
916
  result = self._values.get("value")
917
917
  assert result is not None, "Required property 'value' is missing"
918
918
  return typing.cast(builtins.str, result)
@@ -1120,10 +1120,10 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1120
1120
  template: typing.Optional[builtins.str] = None,
1121
1121
  ) -> None:
1122
1122
  '''
1123
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1124
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1125
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1126
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1123
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1124
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1125
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1126
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1127
1127
  '''
1128
1128
  if __debug__:
1129
1129
  type_hints = typing.get_type_hints(_typecheckingstub__8c13c1c34aa2f8009fb969c1c9b9b3e863409eea556e7a2290eb65cdfb019a16)
@@ -1143,26 +1143,26 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1143
1143
 
1144
1144
  @builtins.property
1145
1145
  def target(self) -> builtins.str:
1146
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1146
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1147
1147
  result = self._values.get("target")
1148
1148
  assert result is not None, "Required property 'target' is missing"
1149
1149
  return typing.cast(builtins.str, result)
1150
1150
 
1151
1151
  @builtins.property
1152
1152
  def regex(self) -> typing.Optional[builtins.str]:
1153
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1153
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1154
1154
  result = self._values.get("regex")
1155
1155
  return typing.cast(typing.Optional[builtins.str], result)
1156
1156
 
1157
1157
  @builtins.property
1158
1158
  def source(self) -> typing.Optional[builtins.str]:
1159
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1159
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1160
1160
  result = self._values.get("source")
1161
1161
  return typing.cast(typing.Optional[builtins.str], result)
1162
1162
 
1163
1163
  @builtins.property
1164
1164
  def template(self) -> typing.Optional[builtins.str]:
1165
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1165
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1166
1166
  result = self._values.get("template")
1167
1167
  return typing.cast(typing.Optional[builtins.str], result)
1168
1168
 
@@ -1426,11 +1426,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
1426
1426
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1427
1427
  ) -> None:
1428
1428
  '''
1429
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1430
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
1431
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
1432
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
1433
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1429
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1430
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
1431
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
1432
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
1433
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1434
1434
  '''
1435
1435
  value = EventOrchestrationGlobalCatchAllActionsAutomationAction(
1436
1436
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1725,10 +1725,10 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
1725
1725
  value: builtins.str,
1726
1726
  ) -> None:
1727
1727
  '''
1728
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1729
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
1730
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
1731
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1728
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1729
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
1730
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
1731
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1732
1732
  '''
1733
1733
  if __debug__:
1734
1734
  type_hints = typing.get_type_hints(_typecheckingstub__3d0aeb509773364475895da1136016fd834150cbcd65e6a3c334ee82dbaf2482)
@@ -1745,28 +1745,28 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
1745
1745
 
1746
1746
  @builtins.property
1747
1747
  def name(self) -> builtins.str:
1748
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
1748
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
1749
1749
  result = self._values.get("name")
1750
1750
  assert result is not None, "Required property 'name' is missing"
1751
1751
  return typing.cast(builtins.str, result)
1752
1752
 
1753
1753
  @builtins.property
1754
1754
  def path(self) -> builtins.str:
1755
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
1755
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
1756
1756
  result = self._values.get("path")
1757
1757
  assert result is not None, "Required property 'path' is missing"
1758
1758
  return typing.cast(builtins.str, result)
1759
1759
 
1760
1760
  @builtins.property
1761
1761
  def type(self) -> builtins.str:
1762
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
1762
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
1763
1763
  result = self._values.get("type")
1764
1764
  assert result is not None, "Required property 'type' is missing"
1765
1765
  return typing.cast(builtins.str, result)
1766
1766
 
1767
1767
  @builtins.property
1768
1768
  def value(self) -> builtins.str:
1769
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1769
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1770
1770
  result = self._values.get("value")
1771
1771
  assert result is not None, "Required property 'value' is missing"
1772
1772
  return typing.cast(builtins.str, result)
@@ -2025,17 +2025,17 @@ class EventOrchestrationGlobalCatchAllOutputReference(
2025
2025
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2026
2026
  ) -> None:
2027
2027
  '''
2028
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2029
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2030
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2031
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2032
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2033
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2034
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2035
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2036
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2037
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2038
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2028
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2029
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2030
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2031
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2032
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2033
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2034
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2035
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2036
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2037
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2038
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2039
2039
  '''
2040
2040
  value = EventOrchestrationGlobalCatchAllActions(
2041
2041
  annotate=annotate,
@@ -2120,10 +2120,10 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2120
2120
  :param lifecycle:
2121
2121
  :param provider:
2122
2122
  :param provisioners:
2123
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2124
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
2125
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2126
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/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.
2123
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2124
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
2125
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2126
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2127
2127
  '''
2128
2128
  if isinstance(lifecycle, dict):
2129
2129
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2232,7 +2232,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2232
2232
  def catch_all(self) -> EventOrchestrationGlobalCatchAll:
2233
2233
  '''catch_all block.
2234
2234
 
2235
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2235
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2236
2236
  '''
2237
2237
  result = self._values.get("catch_all")
2238
2238
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2240,7 +2240,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2240
2240
 
2241
2241
  @builtins.property
2242
2242
  def event_orchestration(self) -> builtins.str:
2243
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2243
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2244
2244
  result = self._values.get("event_orchestration")
2245
2245
  assert result is not None, "Required property 'event_orchestration' is missing"
2246
2246
  return typing.cast(builtins.str, result)
@@ -2251,7 +2251,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2251
2251
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSet"]]:
2252
2252
  '''set block.
2253
2253
 
2254
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2254
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2255
2255
  '''
2256
2256
  result = self._values.get("set")
2257
2257
  assert result is not None, "Required property 'set' is missing"
@@ -2259,7 +2259,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2259
2259
 
2260
2260
  @builtins.property
2261
2261
  def id(self) -> typing.Optional[builtins.str]:
2262
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2262
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2263
2263
 
2264
2264
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2265
2265
  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.
@@ -2292,8 +2292,8 @@ class EventOrchestrationGlobalSet:
2292
2292
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2293
2293
  ) -> None:
2294
2294
  '''
2295
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/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.
2296
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2295
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2296
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2297
2297
  '''
2298
2298
  if __debug__:
2299
2299
  type_hints = typing.get_type_hints(_typecheckingstub__305a6830506cb32487336526cc8631fb7f7318d68a61dabd395b65df1c2d7f56)
@@ -2307,7 +2307,7 @@ class EventOrchestrationGlobalSet:
2307
2307
 
2308
2308
  @builtins.property
2309
2309
  def id(self) -> builtins.str:
2310
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2310
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2311
2311
 
2312
2312
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2313
2313
  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.
@@ -2322,7 +2322,7 @@ class EventOrchestrationGlobalSet:
2322
2322
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]]:
2323
2323
  '''rule block.
2324
2324
 
2325
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2325
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2326
2326
  '''
2327
2327
  result = self._values.get("rule")
2328
2328
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]], result)
@@ -2539,10 +2539,10 @@ class EventOrchestrationGlobalSetRule:
2539
2539
  label: typing.Optional[builtins.str] = None,
2540
2540
  ) -> None:
2541
2541
  '''
2542
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2543
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2544
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2545
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2542
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2543
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2544
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2545
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2546
2546
  '''
2547
2547
  if isinstance(actions, dict):
2548
2548
  actions = EventOrchestrationGlobalSetRuleActions(**actions)
@@ -2566,7 +2566,7 @@ class EventOrchestrationGlobalSetRule:
2566
2566
  def actions(self) -> "EventOrchestrationGlobalSetRuleActions":
2567
2567
  '''actions block.
2568
2568
 
2569
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2569
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2570
2570
  '''
2571
2571
  result = self._values.get("actions")
2572
2572
  assert result is not None, "Required property 'actions' is missing"
@@ -2578,7 +2578,7 @@ class EventOrchestrationGlobalSetRule:
2578
2578
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]]:
2579
2579
  '''condition block.
2580
2580
 
2581
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2581
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2582
2582
  '''
2583
2583
  result = self._values.get("condition")
2584
2584
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]], result)
@@ -2587,13 +2587,13 @@ class EventOrchestrationGlobalSetRule:
2587
2587
  def disabled(
2588
2588
  self,
2589
2589
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2590
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2590
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2591
2591
  result = self._values.get("disabled")
2592
2592
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2593
2593
 
2594
2594
  @builtins.property
2595
2595
  def label(self) -> typing.Optional[builtins.str]:
2596
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2596
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2597
2597
  result = self._values.get("label")
2598
2598
  return typing.cast(typing.Optional[builtins.str], result)
2599
2599
 
@@ -2643,17 +2643,17 @@ class EventOrchestrationGlobalSetRuleActions:
2643
2643
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
2644
2644
  ) -> None:
2645
2645
  '''
2646
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2647
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2648
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2649
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2650
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2651
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2652
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2653
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2654
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2655
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2656
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2646
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2647
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2648
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2649
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2650
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2651
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2652
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2653
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2654
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2655
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2656
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2657
2657
  '''
2658
2658
  if isinstance(automation_action, dict):
2659
2659
  automation_action = EventOrchestrationGlobalSetRuleActionsAutomationAction(**automation_action)
@@ -2696,7 +2696,7 @@ class EventOrchestrationGlobalSetRuleActions:
2696
2696
 
2697
2697
  @builtins.property
2698
2698
  def annotate(self) -> typing.Optional[builtins.str]:
2699
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
2699
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
2700
2700
  result = self._values.get("annotate")
2701
2701
  return typing.cast(typing.Optional[builtins.str], result)
2702
2702
 
@@ -2706,7 +2706,7 @@ class EventOrchestrationGlobalSetRuleActions:
2706
2706
  ) -> typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"]:
2707
2707
  '''automation_action block.
2708
2708
 
2709
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2709
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2710
2710
  '''
2711
2711
  result = self._values.get("automation_action")
2712
2712
  return typing.cast(typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"], result)
@@ -2715,13 +2715,13 @@ class EventOrchestrationGlobalSetRuleActions:
2715
2715
  def drop_event(
2716
2716
  self,
2717
2717
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2718
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
2718
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
2719
2719
  result = self._values.get("drop_event")
2720
2720
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2721
2721
 
2722
2722
  @builtins.property
2723
2723
  def event_action(self) -> typing.Optional[builtins.str]:
2724
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
2724
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
2725
2725
  result = self._values.get("event_action")
2726
2726
  return typing.cast(typing.Optional[builtins.str], result)
2727
2727
 
@@ -2731,26 +2731,26 @@ class EventOrchestrationGlobalSetRuleActions:
2731
2731
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]]:
2732
2732
  '''extraction block.
2733
2733
 
2734
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2734
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2735
2735
  '''
2736
2736
  result = self._values.get("extraction")
2737
2737
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]], result)
2738
2738
 
2739
2739
  @builtins.property
2740
2740
  def priority(self) -> typing.Optional[builtins.str]:
2741
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
2741
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
2742
2742
  result = self._values.get("priority")
2743
2743
  return typing.cast(typing.Optional[builtins.str], result)
2744
2744
 
2745
2745
  @builtins.property
2746
2746
  def route_to(self) -> typing.Optional[builtins.str]:
2747
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
2747
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
2748
2748
  result = self._values.get("route_to")
2749
2749
  return typing.cast(typing.Optional[builtins.str], result)
2750
2750
 
2751
2751
  @builtins.property
2752
2752
  def severity(self) -> typing.Optional[builtins.str]:
2753
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
2753
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
2754
2754
  result = self._values.get("severity")
2755
2755
  return typing.cast(typing.Optional[builtins.str], result)
2756
2756
 
@@ -2758,13 +2758,13 @@ class EventOrchestrationGlobalSetRuleActions:
2758
2758
  def suppress(
2759
2759
  self,
2760
2760
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2761
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
2761
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
2762
2762
  result = self._values.get("suppress")
2763
2763
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2764
2764
 
2765
2765
  @builtins.property
2766
2766
  def suspend(self) -> typing.Optional[jsii.Number]:
2767
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
2767
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
2768
2768
  result = self._values.get("suspend")
2769
2769
  return typing.cast(typing.Optional[jsii.Number], result)
2770
2770
 
@@ -2774,7 +2774,7 @@ class EventOrchestrationGlobalSetRuleActions:
2774
2774
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]]:
2775
2775
  '''variable block.
2776
2776
 
2777
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2777
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2778
2778
  '''
2779
2779
  result = self._values.get("variable")
2780
2780
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]], result)
@@ -2813,11 +2813,11 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2813
2813
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
2814
2814
  ) -> None:
2815
2815
  '''
2816
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2817
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
2818
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
2819
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2820
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2816
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2817
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
2818
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
2819
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2820
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2821
2821
  '''
2822
2822
  if __debug__:
2823
2823
  type_hints = typing.get_type_hints(_typecheckingstub__723d2a0275861d95017a3481ff6564df72221d81439af26b87052de7905dd603)
@@ -2839,14 +2839,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2839
2839
 
2840
2840
  @builtins.property
2841
2841
  def name(self) -> builtins.str:
2842
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2842
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2843
2843
  result = self._values.get("name")
2844
2844
  assert result is not None, "Required property 'name' is missing"
2845
2845
  return typing.cast(builtins.str, result)
2846
2846
 
2847
2847
  @builtins.property
2848
2848
  def url(self) -> builtins.str:
2849
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
2849
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
2850
2850
  result = self._values.get("url")
2851
2851
  assert result is not None, "Required property 'url' is missing"
2852
2852
  return typing.cast(builtins.str, result)
@@ -2855,7 +2855,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2855
2855
  def auto_send(
2856
2856
  self,
2857
2857
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2858
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
2858
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
2859
2859
  result = self._values.get("auto_send")
2860
2860
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2861
2861
 
@@ -2865,7 +2865,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2865
2865
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]]:
2866
2866
  '''header block.
2867
2867
 
2868
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2868
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
2869
2869
  '''
2870
2870
  result = self._values.get("header")
2871
2871
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]], result)
@@ -2876,7 +2876,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2876
2876
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]]:
2877
2877
  '''parameter block.
2878
2878
 
2879
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2879
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
2880
2880
  '''
2881
2881
  result = self._values.get("parameter")
2882
2882
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]], result)
@@ -2901,8 +2901,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
2901
2901
  class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
2902
2902
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
2903
2903
  '''
2904
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
2905
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2904
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
2905
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2906
2906
  '''
2907
2907
  if __debug__:
2908
2908
  type_hints = typing.get_type_hints(_typecheckingstub__541694733fc98eb5135d9d17e596b4cab74578defc3bdbfef6a43a56159f1877)
@@ -2915,14 +2915,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
2915
2915
 
2916
2916
  @builtins.property
2917
2917
  def key(self) -> builtins.str:
2918
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
2918
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
2919
2919
  result = self._values.get("key")
2920
2920
  assert result is not None, "Required property 'key' is missing"
2921
2921
  return typing.cast(builtins.str, result)
2922
2922
 
2923
2923
  @builtins.property
2924
2924
  def value(self) -> builtins.str:
2925
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2925
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2926
2926
  result = self._values.get("value")
2927
2927
  assert result is not None, "Required property 'value' is missing"
2928
2928
  return typing.cast(builtins.str, result)
@@ -3278,8 +3278,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReference(
3278
3278
  class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3279
3279
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3280
3280
  '''
3281
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3282
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3281
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3282
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3283
3283
  '''
3284
3284
  if __debug__:
3285
3285
  type_hints = typing.get_type_hints(_typecheckingstub__441d5eb0cfb56ea15348461de8ab1eeeb7ba29435b112be08856224068edc133)
@@ -3292,14 +3292,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3292
3292
 
3293
3293
  @builtins.property
3294
3294
  def key(self) -> builtins.str:
3295
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3295
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3296
3296
  result = self._values.get("key")
3297
3297
  assert result is not None, "Required property 'key' is missing"
3298
3298
  return typing.cast(builtins.str, result)
3299
3299
 
3300
3300
  @builtins.property
3301
3301
  def value(self) -> builtins.str:
3302
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3302
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3303
3303
  result = self._values.get("value")
3304
3304
  assert result is not None, "Required property 'value' is missing"
3305
3305
  return typing.cast(builtins.str, result)
@@ -3507,10 +3507,10 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3507
3507
  template: typing.Optional[builtins.str] = None,
3508
3508
  ) -> None:
3509
3509
  '''
3510
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3511
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3512
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3513
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3510
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3511
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3512
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3513
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3514
3514
  '''
3515
3515
  if __debug__:
3516
3516
  type_hints = typing.get_type_hints(_typecheckingstub__4b92aecb9ded69cbe0d91dde0c5680d12062c234b53c0fd848e59d4dba288176)
@@ -3530,26 +3530,26 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3530
3530
 
3531
3531
  @builtins.property
3532
3532
  def target(self) -> builtins.str:
3533
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3533
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3534
3534
  result = self._values.get("target")
3535
3535
  assert result is not None, "Required property 'target' is missing"
3536
3536
  return typing.cast(builtins.str, result)
3537
3537
 
3538
3538
  @builtins.property
3539
3539
  def regex(self) -> typing.Optional[builtins.str]:
3540
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3540
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3541
3541
  result = self._values.get("regex")
3542
3542
  return typing.cast(typing.Optional[builtins.str], result)
3543
3543
 
3544
3544
  @builtins.property
3545
3545
  def source(self) -> typing.Optional[builtins.str]:
3546
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3546
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3547
3547
  result = self._values.get("source")
3548
3548
  return typing.cast(typing.Optional[builtins.str], result)
3549
3549
 
3550
3550
  @builtins.property
3551
3551
  def template(self) -> typing.Optional[builtins.str]:
3552
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3552
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3553
3553
  result = self._values.get("template")
3554
3554
  return typing.cast(typing.Optional[builtins.str], result)
3555
3555
 
@@ -3813,11 +3813,11 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
3813
3813
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
3814
3814
  ) -> None:
3815
3815
  '''
3816
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3817
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
3818
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
3819
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3820
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3816
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3817
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
3818
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
3819
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3820
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3821
3821
  '''
3822
3822
  value = EventOrchestrationGlobalSetRuleActionsAutomationAction(
3823
3823
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4110,10 +4110,10 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4110
4110
  value: builtins.str,
4111
4111
  ) -> None:
4112
4112
  '''
4113
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4114
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4115
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4116
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4113
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4114
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4115
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4116
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4117
4117
  '''
4118
4118
  if __debug__:
4119
4119
  type_hints = typing.get_type_hints(_typecheckingstub__9975e599b66082aa161a92a72e86a6da50b9cbaa7b3cedfc9ff7f3bf8156c974)
@@ -4130,28 +4130,28 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4130
4130
 
4131
4131
  @builtins.property
4132
4132
  def name(self) -> builtins.str:
4133
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4133
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4134
4134
  result = self._values.get("name")
4135
4135
  assert result is not None, "Required property 'name' is missing"
4136
4136
  return typing.cast(builtins.str, result)
4137
4137
 
4138
4138
  @builtins.property
4139
4139
  def path(self) -> builtins.str:
4140
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4140
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4141
4141
  result = self._values.get("path")
4142
4142
  assert result is not None, "Required property 'path' is missing"
4143
4143
  return typing.cast(builtins.str, result)
4144
4144
 
4145
4145
  @builtins.property
4146
4146
  def type(self) -> builtins.str:
4147
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4147
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4148
4148
  result = self._values.get("type")
4149
4149
  assert result is not None, "Required property 'type' is missing"
4150
4150
  return typing.cast(builtins.str, result)
4151
4151
 
4152
4152
  @builtins.property
4153
4153
  def value(self) -> builtins.str:
4154
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4154
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4155
4155
  result = self._values.get("value")
4156
4156
  assert result is not None, "Required property 'value' is missing"
4157
4157
  return typing.cast(builtins.str, result)
@@ -4381,7 +4381,7 @@ class EventOrchestrationGlobalSetRuleActionsVariableOutputReference(
4381
4381
  class EventOrchestrationGlobalSetRuleCondition:
4382
4382
  def __init__(self, *, expression: builtins.str) -> None:
4383
4383
  '''
4384
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
4384
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
4385
4385
  '''
4386
4386
  if __debug__:
4387
4387
  type_hints = typing.get_type_hints(_typecheckingstub__195af8a9d56ef9e383b66a3a3513a01f6bfdedfa0d4b13150d22558077655b02)
@@ -4392,7 +4392,7 @@ class EventOrchestrationGlobalSetRuleCondition:
4392
4392
 
4393
4393
  @builtins.property
4394
4394
  def expression(self) -> builtins.str:
4395
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
4395
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
4396
4396
  result = self._values.get("expression")
4397
4397
  assert result is not None, "Required property 'expression' is missing"
4398
4398
  return typing.cast(builtins.str, result)
@@ -4699,17 +4699,17 @@ class EventOrchestrationGlobalSetRuleOutputReference(
4699
4699
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
4700
4700
  ) -> None:
4701
4701
  '''
4702
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
4703
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
4704
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
4705
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
4706
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
4707
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
4708
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
4709
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
4710
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
4711
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
4712
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
4702
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
4703
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
4704
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
4705
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
4706
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
4707
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
4708
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
4709
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
4710
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
4711
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
4712
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
4713
4713
  '''
4714
4714
  value = EventOrchestrationGlobalSetRuleActions(
4715
4715
  annotate=annotate,