cdktf-cdktf-provider-pagerduty 13.3.1__py3-none-any.whl → 13.4.0__py3-none-any.whl

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