cdktf-cdktf-provider-pagerduty 13.7.1__py3-none-any.whl → 13.7.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.3.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 +19 -19
  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 +7 -7
  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_global_cache_variable/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +191 -191
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  50. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  51. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  52. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  53. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  54. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  55. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  56. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  57. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  58. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  59. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  60. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  61. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  62. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  63. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  64. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  65. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  66. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  67. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  68. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  69. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  70. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  71. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  72. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  73. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  74. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  75. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  76. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/METADATA +4 -4
  77. cdktf_cdktf_provider_pagerduty-13.7.3.dist-info/RECORD +81 -0
  78. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.1.jsii.tgz +0 -0
  79. cdktf_cdktf_provider_pagerduty-13.7.1.dist-info/RECORD +0 -81
  80. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/LICENSE +0 -0
  81. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/WHEEL +0 -0
  82. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_global`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.11.3/docs/resources/event_orchestration_global).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class EventOrchestrationGlobal(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobal",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -48,14 +48,14 @@ class EventOrchestrationGlobal(
48
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
49
  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,
50
50
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
52
52
 
53
53
  :param scope: The scope in which to define this construct.
54
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
55
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
56
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
57
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
58
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
55
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
56
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
57
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
58
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
59
59
  :param connection:
60
60
  :param count:
61
61
  :param depends_on:
@@ -97,7 +97,7 @@ class EventOrchestrationGlobal(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationGlobal to import.
100
- :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.11.1/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
100
+ :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.11.3/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the EventOrchestrationGlobal to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -115,7 +115,7 @@ class EventOrchestrationGlobal(
115
115
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
116
116
  ) -> None:
117
117
  '''
118
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
118
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
119
119
  '''
120
120
  value = EventOrchestrationGlobalCatchAll(actions=actions)
121
121
 
@@ -220,7 +220,7 @@ class EventOrchestrationGlobalCatchAll:
220
220
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
221
221
  ) -> None:
222
222
  '''
223
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
223
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
224
224
  '''
225
225
  if isinstance(actions, dict):
226
226
  actions = EventOrchestrationGlobalCatchAllActions(**actions)
@@ -235,7 +235,7 @@ class EventOrchestrationGlobalCatchAll:
235
235
  def actions(self) -> "EventOrchestrationGlobalCatchAllActions":
236
236
  '''actions block.
237
237
 
238
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
238
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
239
239
  '''
240
240
  result = self._values.get("actions")
241
241
  assert result is not None, "Required property 'actions' is missing"
@@ -289,18 +289,18 @@ class EventOrchestrationGlobalCatchAllActions:
289
289
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
290
290
  ) -> None:
291
291
  '''
292
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
293
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
294
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
295
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
296
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
297
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
298
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
299
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
300
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
301
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
302
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
303
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
292
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
293
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
294
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
295
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
296
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
297
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
298
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
299
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
300
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
301
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
302
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
303
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
304
304
  '''
305
305
  if isinstance(automation_action, dict):
306
306
  automation_action = EventOrchestrationGlobalCatchAllActionsAutomationAction(**automation_action)
@@ -346,7 +346,7 @@ class EventOrchestrationGlobalCatchAllActions:
346
346
 
347
347
  @builtins.property
348
348
  def annotate(self) -> typing.Optional[builtins.str]:
349
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
349
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
350
350
  result = self._values.get("annotate")
351
351
  return typing.cast(typing.Optional[builtins.str], result)
352
352
 
@@ -356,7 +356,7 @@ class EventOrchestrationGlobalCatchAllActions:
356
356
  ) -> typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"]:
357
357
  '''automation_action block.
358
358
 
359
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
359
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
360
360
  '''
361
361
  result = self._values.get("automation_action")
362
362
  return typing.cast(typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"], result)
@@ -365,13 +365,13 @@ class EventOrchestrationGlobalCatchAllActions:
365
365
  def drop_event(
366
366
  self,
367
367
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
368
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
368
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
369
369
  result = self._values.get("drop_event")
370
370
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
371
371
 
372
372
  @builtins.property
373
373
  def event_action(self) -> typing.Optional[builtins.str]:
374
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
374
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
375
375
  result = self._values.get("event_action")
376
376
  return typing.cast(typing.Optional[builtins.str], result)
377
377
 
@@ -381,7 +381,7 @@ class EventOrchestrationGlobalCatchAllActions:
381
381
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]]:
382
382
  '''extraction block.
383
383
 
384
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
384
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
385
385
  '''
386
386
  result = self._values.get("extraction")
387
387
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]], result)
@@ -392,26 +392,26 @@ class EventOrchestrationGlobalCatchAllActions:
392
392
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]]:
393
393
  '''incident_custom_field_update block.
394
394
 
395
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
395
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
396
396
  '''
397
397
  result = self._values.get("incident_custom_field_update")
398
398
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]], result)
399
399
 
400
400
  @builtins.property
401
401
  def priority(self) -> typing.Optional[builtins.str]:
402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
403
403
  result = self._values.get("priority")
404
404
  return typing.cast(typing.Optional[builtins.str], result)
405
405
 
406
406
  @builtins.property
407
407
  def route_to(self) -> typing.Optional[builtins.str]:
408
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
408
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
409
409
  result = self._values.get("route_to")
410
410
  return typing.cast(typing.Optional[builtins.str], result)
411
411
 
412
412
  @builtins.property
413
413
  def severity(self) -> typing.Optional[builtins.str]:
414
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
414
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
415
415
  result = self._values.get("severity")
416
416
  return typing.cast(typing.Optional[builtins.str], result)
417
417
 
@@ -419,13 +419,13 @@ class EventOrchestrationGlobalCatchAllActions:
419
419
  def suppress(
420
420
  self,
421
421
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
422
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
422
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
423
423
  result = self._values.get("suppress")
424
424
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
425
425
 
426
426
  @builtins.property
427
427
  def suspend(self) -> typing.Optional[jsii.Number]:
428
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
428
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
429
429
  result = self._values.get("suspend")
430
430
  return typing.cast(typing.Optional[jsii.Number], result)
431
431
 
@@ -435,7 +435,7 @@ class EventOrchestrationGlobalCatchAllActions:
435
435
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]]:
436
436
  '''variable block.
437
437
 
438
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
438
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
439
439
  '''
440
440
  result = self._values.get("variable")
441
441
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]], result)
@@ -474,11 +474,11 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
474
474
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
475
475
  ) -> None:
476
476
  '''
477
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
478
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
479
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
480
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
481
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
477
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
478
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
479
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
480
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
481
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
482
482
  '''
483
483
  if __debug__:
484
484
  type_hints = typing.get_type_hints(_typecheckingstub__3aa7554157c3709e9796076b823722a932d57649b3cd18925319019ab07058f4)
@@ -500,14 +500,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
500
500
 
501
501
  @builtins.property
502
502
  def name(self) -> builtins.str:
503
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
503
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
504
504
  result = self._values.get("name")
505
505
  assert result is not None, "Required property 'name' is missing"
506
506
  return typing.cast(builtins.str, result)
507
507
 
508
508
  @builtins.property
509
509
  def url(self) -> builtins.str:
510
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
510
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
511
511
  result = self._values.get("url")
512
512
  assert result is not None, "Required property 'url' is missing"
513
513
  return typing.cast(builtins.str, result)
@@ -516,7 +516,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
516
516
  def auto_send(
517
517
  self,
518
518
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
519
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
519
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
520
520
  result = self._values.get("auto_send")
521
521
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
522
522
 
@@ -526,7 +526,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
526
526
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]]:
527
527
  '''header block.
528
528
 
529
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
529
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
530
530
  '''
531
531
  result = self._values.get("header")
532
532
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]], result)
@@ -537,7 +537,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
537
537
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]]:
538
538
  '''parameter block.
539
539
 
540
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
540
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
541
541
  '''
542
542
  result = self._values.get("parameter")
543
543
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]], result)
@@ -562,8 +562,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
562
562
  class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
563
563
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
564
564
  '''
565
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
566
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
565
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
566
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
567
567
  '''
568
568
  if __debug__:
569
569
  type_hints = typing.get_type_hints(_typecheckingstub__25d6263f7f939f16ce5239b58a28df658272be7a72592fe257cae14ddceb0570)
@@ -576,14 +576,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
576
576
 
577
577
  @builtins.property
578
578
  def key(self) -> builtins.str:
579
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
579
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
580
580
  result = self._values.get("key")
581
581
  assert result is not None, "Required property 'key' is missing"
582
582
  return typing.cast(builtins.str, result)
583
583
 
584
584
  @builtins.property
585
585
  def value(self) -> builtins.str:
586
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
586
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
587
587
  result = self._values.get("value")
588
588
  assert result is not None, "Required property 'value' is missing"
589
589
  return typing.cast(builtins.str, result)
@@ -939,8 +939,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputReference(
939
939
  class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
940
940
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
941
941
  '''
942
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
943
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
942
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
943
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
944
944
  '''
945
945
  if __debug__:
946
946
  type_hints = typing.get_type_hints(_typecheckingstub__e8bf5cff7ab8d977bde6247d8b87a97cacc34598a770f783a035182d2b9a6bdf)
@@ -953,14 +953,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
953
953
 
954
954
  @builtins.property
955
955
  def key(self) -> builtins.str:
956
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
956
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
957
957
  result = self._values.get("key")
958
958
  assert result is not None, "Required property 'key' is missing"
959
959
  return typing.cast(builtins.str, result)
960
960
 
961
961
  @builtins.property
962
962
  def value(self) -> builtins.str:
963
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
963
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
964
964
  result = self._values.get("value")
965
965
  assert result is not None, "Required property 'value' is missing"
966
966
  return typing.cast(builtins.str, result)
@@ -1168,10 +1168,10 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1168
1168
  template: typing.Optional[builtins.str] = None,
1169
1169
  ) -> None:
1170
1170
  '''
1171
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1172
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1173
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1174
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1171
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1172
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1173
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1174
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1175
1175
  '''
1176
1176
  if __debug__:
1177
1177
  type_hints = typing.get_type_hints(_typecheckingstub__8c13c1c34aa2f8009fb969c1c9b9b3e863409eea556e7a2290eb65cdfb019a16)
@@ -1191,26 +1191,26 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1191
1191
 
1192
1192
  @builtins.property
1193
1193
  def target(self) -> builtins.str:
1194
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1194
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1195
1195
  result = self._values.get("target")
1196
1196
  assert result is not None, "Required property 'target' is missing"
1197
1197
  return typing.cast(builtins.str, result)
1198
1198
 
1199
1199
  @builtins.property
1200
1200
  def regex(self) -> typing.Optional[builtins.str]:
1201
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1201
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1202
1202
  result = self._values.get("regex")
1203
1203
  return typing.cast(typing.Optional[builtins.str], result)
1204
1204
 
1205
1205
  @builtins.property
1206
1206
  def source(self) -> typing.Optional[builtins.str]:
1207
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1207
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1208
1208
  result = self._values.get("source")
1209
1209
  return typing.cast(typing.Optional[builtins.str], result)
1210
1210
 
1211
1211
  @builtins.property
1212
1212
  def template(self) -> typing.Optional[builtins.str]:
1213
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1213
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1214
1214
  result = self._values.get("template")
1215
1215
  return typing.cast(typing.Optional[builtins.str], result)
1216
1216
 
@@ -1451,8 +1451,8 @@ class EventOrchestrationGlobalCatchAllActionsExtractionOutputReference(
1451
1451
  class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
1452
1452
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
1453
1453
  '''
1454
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
1455
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1454
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
1455
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1456
1456
  '''
1457
1457
  if __debug__:
1458
1458
  type_hints = typing.get_type_hints(_typecheckingstub__b375c4b1d808a3f460f31e3cf8a8afd1bf9ad8635ace71d2f46d2ab4d18a3978)
@@ -1465,7 +1465,7 @@ class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
1465
1465
 
1466
1466
  @builtins.property
1467
1467
  def id(self) -> builtins.str:
1468
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
1468
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
1469
1469
 
1470
1470
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1471
1471
  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.
@@ -1476,7 +1476,7 @@ class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
1476
1476
 
1477
1477
  @builtins.property
1478
1478
  def value(self) -> builtins.str:
1479
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1479
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1480
1480
  result = self._values.get("value")
1481
1481
  assert result is not None, "Required property 'value' is missing"
1482
1482
  return typing.cast(builtins.str, result)
@@ -1695,11 +1695,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
1695
1695
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1696
1696
  ) -> None:
1697
1697
  '''
1698
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1699
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
1700
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
1701
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
1702
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1698
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1699
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
1700
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
1701
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
1702
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1703
1703
  '''
1704
1704
  value = EventOrchestrationGlobalCatchAllActionsAutomationAction(
1705
1705
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -2025,10 +2025,10 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
2025
2025
  value: builtins.str,
2026
2026
  ) -> None:
2027
2027
  '''
2028
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2029
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
2030
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
2031
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2028
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2029
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
2030
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
2031
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2032
2032
  '''
2033
2033
  if __debug__:
2034
2034
  type_hints = typing.get_type_hints(_typecheckingstub__3d0aeb509773364475895da1136016fd834150cbcd65e6a3c334ee82dbaf2482)
@@ -2045,28 +2045,28 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
2045
2045
 
2046
2046
  @builtins.property
2047
2047
  def name(self) -> builtins.str:
2048
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2048
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2049
2049
  result = self._values.get("name")
2050
2050
  assert result is not None, "Required property 'name' is missing"
2051
2051
  return typing.cast(builtins.str, result)
2052
2052
 
2053
2053
  @builtins.property
2054
2054
  def path(self) -> builtins.str:
2055
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
2055
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
2056
2056
  result = self._values.get("path")
2057
2057
  assert result is not None, "Required property 'path' is missing"
2058
2058
  return typing.cast(builtins.str, result)
2059
2059
 
2060
2060
  @builtins.property
2061
2061
  def type(self) -> builtins.str:
2062
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
2062
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
2063
2063
  result = self._values.get("type")
2064
2064
  assert result is not None, "Required property 'type' is missing"
2065
2065
  return typing.cast(builtins.str, result)
2066
2066
 
2067
2067
  @builtins.property
2068
2068
  def value(self) -> builtins.str:
2069
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2069
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2070
2070
  result = self._values.get("value")
2071
2071
  assert result is not None, "Required property 'value' is missing"
2072
2072
  return typing.cast(builtins.str, result)
@@ -2326,18 +2326,18 @@ class EventOrchestrationGlobalCatchAllOutputReference(
2326
2326
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2327
2327
  ) -> None:
2328
2328
  '''
2329
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2330
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2331
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2332
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2333
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2334
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
2335
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2336
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2337
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2338
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2339
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2340
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2329
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2330
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2331
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2332
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2333
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2334
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
2335
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2336
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2337
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2338
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2339
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2340
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2341
2341
  '''
2342
2342
  value = EventOrchestrationGlobalCatchAllActions(
2343
2343
  annotate=annotate,
@@ -2423,10 +2423,10 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2423
2423
  :param lifecycle:
2424
2424
  :param provider:
2425
2425
  :param provisioners:
2426
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2427
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
2428
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2429
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
2426
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2427
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
2428
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2429
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2430
2430
  '''
2431
2431
  if isinstance(lifecycle, dict):
2432
2432
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2535,7 +2535,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2535
2535
  def catch_all(self) -> EventOrchestrationGlobalCatchAll:
2536
2536
  '''catch_all block.
2537
2537
 
2538
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2538
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2539
2539
  '''
2540
2540
  result = self._values.get("catch_all")
2541
2541
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2543,7 +2543,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2543
2543
 
2544
2544
  @builtins.property
2545
2545
  def event_orchestration(self) -> builtins.str:
2546
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2546
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2547
2547
  result = self._values.get("event_orchestration")
2548
2548
  assert result is not None, "Required property 'event_orchestration' is missing"
2549
2549
  return typing.cast(builtins.str, result)
@@ -2554,7 +2554,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2554
2554
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSet"]]:
2555
2555
  '''set block.
2556
2556
 
2557
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2557
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2558
2558
  '''
2559
2559
  result = self._values.get("set")
2560
2560
  assert result is not None, "Required property 'set' is missing"
@@ -2562,7 +2562,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2562
2562
 
2563
2563
  @builtins.property
2564
2564
  def id(self) -> typing.Optional[builtins.str]:
2565
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2565
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2566
2566
 
2567
2567
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2568
2568
  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.
@@ -2595,8 +2595,8 @@ class EventOrchestrationGlobalSet:
2595
2595
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2596
2596
  ) -> None:
2597
2597
  '''
2598
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
2599
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2598
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2599
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2600
2600
  '''
2601
2601
  if __debug__:
2602
2602
  type_hints = typing.get_type_hints(_typecheckingstub__305a6830506cb32487336526cc8631fb7f7318d68a61dabd395b65df1c2d7f56)
@@ -2610,7 +2610,7 @@ class EventOrchestrationGlobalSet:
2610
2610
 
2611
2611
  @builtins.property
2612
2612
  def id(self) -> builtins.str:
2613
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2613
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2614
2614
 
2615
2615
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2616
2616
  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.
@@ -2625,7 +2625,7 @@ class EventOrchestrationGlobalSet:
2625
2625
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]]:
2626
2626
  '''rule block.
2627
2627
 
2628
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2628
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2629
2629
  '''
2630
2630
  result = self._values.get("rule")
2631
2631
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]], result)
@@ -2842,10 +2842,10 @@ class EventOrchestrationGlobalSetRule:
2842
2842
  label: typing.Optional[builtins.str] = None,
2843
2843
  ) -> None:
2844
2844
  '''
2845
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2846
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2847
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2848
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2845
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2846
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2847
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2848
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2849
2849
  '''
2850
2850
  if isinstance(actions, dict):
2851
2851
  actions = EventOrchestrationGlobalSetRuleActions(**actions)
@@ -2869,7 +2869,7 @@ class EventOrchestrationGlobalSetRule:
2869
2869
  def actions(self) -> "EventOrchestrationGlobalSetRuleActions":
2870
2870
  '''actions block.
2871
2871
 
2872
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2872
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2873
2873
  '''
2874
2874
  result = self._values.get("actions")
2875
2875
  assert result is not None, "Required property 'actions' is missing"
@@ -2881,7 +2881,7 @@ class EventOrchestrationGlobalSetRule:
2881
2881
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]]:
2882
2882
  '''condition block.
2883
2883
 
2884
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2884
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2885
2885
  '''
2886
2886
  result = self._values.get("condition")
2887
2887
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]], result)
@@ -2890,13 +2890,13 @@ class EventOrchestrationGlobalSetRule:
2890
2890
  def disabled(
2891
2891
  self,
2892
2892
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2893
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2893
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2894
2894
  result = self._values.get("disabled")
2895
2895
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2896
2896
 
2897
2897
  @builtins.property
2898
2898
  def label(self) -> typing.Optional[builtins.str]:
2899
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2899
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2900
2900
  result = self._values.get("label")
2901
2901
  return typing.cast(typing.Optional[builtins.str], result)
2902
2902
 
@@ -2948,18 +2948,18 @@ class EventOrchestrationGlobalSetRuleActions:
2948
2948
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
2949
2949
  ) -> None:
2950
2950
  '''
2951
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2952
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2953
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2954
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2955
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2956
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
2957
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2958
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2959
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2960
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2961
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2962
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2951
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2952
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2953
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2954
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2955
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2956
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
2957
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2958
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2959
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2960
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2961
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2962
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2963
2963
  '''
2964
2964
  if isinstance(automation_action, dict):
2965
2965
  automation_action = EventOrchestrationGlobalSetRuleActionsAutomationAction(**automation_action)
@@ -3005,7 +3005,7 @@ class EventOrchestrationGlobalSetRuleActions:
3005
3005
 
3006
3006
  @builtins.property
3007
3007
  def annotate(self) -> typing.Optional[builtins.str]:
3008
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
3008
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
3009
3009
  result = self._values.get("annotate")
3010
3010
  return typing.cast(typing.Optional[builtins.str], result)
3011
3011
 
@@ -3015,7 +3015,7 @@ class EventOrchestrationGlobalSetRuleActions:
3015
3015
  ) -> typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"]:
3016
3016
  '''automation_action block.
3017
3017
 
3018
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
3018
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
3019
3019
  '''
3020
3020
  result = self._values.get("automation_action")
3021
3021
  return typing.cast(typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"], result)
@@ -3024,13 +3024,13 @@ class EventOrchestrationGlobalSetRuleActions:
3024
3024
  def drop_event(
3025
3025
  self,
3026
3026
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3027
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
3027
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
3028
3028
  result = self._values.get("drop_event")
3029
3029
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3030
3030
 
3031
3031
  @builtins.property
3032
3032
  def event_action(self) -> typing.Optional[builtins.str]:
3033
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
3033
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
3034
3034
  result = self._values.get("event_action")
3035
3035
  return typing.cast(typing.Optional[builtins.str], result)
3036
3036
 
@@ -3040,7 +3040,7 @@ class EventOrchestrationGlobalSetRuleActions:
3040
3040
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]]:
3041
3041
  '''extraction block.
3042
3042
 
3043
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
3043
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
3044
3044
  '''
3045
3045
  result = self._values.get("extraction")
3046
3046
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]], result)
@@ -3051,26 +3051,26 @@ class EventOrchestrationGlobalSetRuleActions:
3051
3051
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]]:
3052
3052
  '''incident_custom_field_update block.
3053
3053
 
3054
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
3054
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
3055
3055
  '''
3056
3056
  result = self._values.get("incident_custom_field_update")
3057
3057
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]], result)
3058
3058
 
3059
3059
  @builtins.property
3060
3060
  def priority(self) -> typing.Optional[builtins.str]:
3061
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
3061
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
3062
3062
  result = self._values.get("priority")
3063
3063
  return typing.cast(typing.Optional[builtins.str], result)
3064
3064
 
3065
3065
  @builtins.property
3066
3066
  def route_to(self) -> typing.Optional[builtins.str]:
3067
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
3067
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
3068
3068
  result = self._values.get("route_to")
3069
3069
  return typing.cast(typing.Optional[builtins.str], result)
3070
3070
 
3071
3071
  @builtins.property
3072
3072
  def severity(self) -> typing.Optional[builtins.str]:
3073
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
3073
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
3074
3074
  result = self._values.get("severity")
3075
3075
  return typing.cast(typing.Optional[builtins.str], result)
3076
3076
 
@@ -3078,13 +3078,13 @@ class EventOrchestrationGlobalSetRuleActions:
3078
3078
  def suppress(
3079
3079
  self,
3080
3080
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3081
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
3081
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
3082
3082
  result = self._values.get("suppress")
3083
3083
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3084
3084
 
3085
3085
  @builtins.property
3086
3086
  def suspend(self) -> typing.Optional[jsii.Number]:
3087
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
3087
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
3088
3088
  result = self._values.get("suspend")
3089
3089
  return typing.cast(typing.Optional[jsii.Number], result)
3090
3090
 
@@ -3094,7 +3094,7 @@ class EventOrchestrationGlobalSetRuleActions:
3094
3094
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]]:
3095
3095
  '''variable block.
3096
3096
 
3097
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
3097
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
3098
3098
  '''
3099
3099
  result = self._values.get("variable")
3100
3100
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]], result)
@@ -3133,11 +3133,11 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3133
3133
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
3134
3134
  ) -> None:
3135
3135
  '''
3136
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3137
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
3138
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
3139
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3140
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3136
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3137
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
3138
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
3139
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3140
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3141
3141
  '''
3142
3142
  if __debug__:
3143
3143
  type_hints = typing.get_type_hints(_typecheckingstub__723d2a0275861d95017a3481ff6564df72221d81439af26b87052de7905dd603)
@@ -3159,14 +3159,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3159
3159
 
3160
3160
  @builtins.property
3161
3161
  def name(self) -> builtins.str:
3162
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
3162
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
3163
3163
  result = self._values.get("name")
3164
3164
  assert result is not None, "Required property 'name' is missing"
3165
3165
  return typing.cast(builtins.str, result)
3166
3166
 
3167
3167
  @builtins.property
3168
3168
  def url(self) -> builtins.str:
3169
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
3169
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
3170
3170
  result = self._values.get("url")
3171
3171
  assert result is not None, "Required property 'url' is missing"
3172
3172
  return typing.cast(builtins.str, result)
@@ -3175,7 +3175,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3175
3175
  def auto_send(
3176
3176
  self,
3177
3177
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3178
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
3178
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
3179
3179
  result = self._values.get("auto_send")
3180
3180
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3181
3181
 
@@ -3185,7 +3185,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3185
3185
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]]:
3186
3186
  '''header block.
3187
3187
 
3188
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3188
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3189
3189
  '''
3190
3190
  result = self._values.get("header")
3191
3191
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]], result)
@@ -3196,7 +3196,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3196
3196
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]]:
3197
3197
  '''parameter block.
3198
3198
 
3199
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3199
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3200
3200
  '''
3201
3201
  result = self._values.get("parameter")
3202
3202
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]], result)
@@ -3221,8 +3221,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3221
3221
  class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
3222
3222
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3223
3223
  '''
3224
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3225
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3224
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3225
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3226
3226
  '''
3227
3227
  if __debug__:
3228
3228
  type_hints = typing.get_type_hints(_typecheckingstub__541694733fc98eb5135d9d17e596b4cab74578defc3bdbfef6a43a56159f1877)
@@ -3235,14 +3235,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
3235
3235
 
3236
3236
  @builtins.property
3237
3237
  def key(self) -> builtins.str:
3238
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3238
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3239
3239
  result = self._values.get("key")
3240
3240
  assert result is not None, "Required property 'key' is missing"
3241
3241
  return typing.cast(builtins.str, result)
3242
3242
 
3243
3243
  @builtins.property
3244
3244
  def value(self) -> builtins.str:
3245
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3245
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3246
3246
  result = self._values.get("value")
3247
3247
  assert result is not None, "Required property 'value' is missing"
3248
3248
  return typing.cast(builtins.str, result)
@@ -3598,8 +3598,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReference(
3598
3598
  class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3599
3599
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3600
3600
  '''
3601
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3602
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3601
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3602
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3603
3603
  '''
3604
3604
  if __debug__:
3605
3605
  type_hints = typing.get_type_hints(_typecheckingstub__441d5eb0cfb56ea15348461de8ab1eeeb7ba29435b112be08856224068edc133)
@@ -3612,14 +3612,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3612
3612
 
3613
3613
  @builtins.property
3614
3614
  def key(self) -> builtins.str:
3615
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3615
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3616
3616
  result = self._values.get("key")
3617
3617
  assert result is not None, "Required property 'key' is missing"
3618
3618
  return typing.cast(builtins.str, result)
3619
3619
 
3620
3620
  @builtins.property
3621
3621
  def value(self) -> builtins.str:
3622
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3622
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3623
3623
  result = self._values.get("value")
3624
3624
  assert result is not None, "Required property 'value' is missing"
3625
3625
  return typing.cast(builtins.str, result)
@@ -3827,10 +3827,10 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3827
3827
  template: typing.Optional[builtins.str] = None,
3828
3828
  ) -> None:
3829
3829
  '''
3830
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3831
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3832
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3833
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3830
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3831
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3832
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3833
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3834
3834
  '''
3835
3835
  if __debug__:
3836
3836
  type_hints = typing.get_type_hints(_typecheckingstub__4b92aecb9ded69cbe0d91dde0c5680d12062c234b53c0fd848e59d4dba288176)
@@ -3850,26 +3850,26 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3850
3850
 
3851
3851
  @builtins.property
3852
3852
  def target(self) -> builtins.str:
3853
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3853
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3854
3854
  result = self._values.get("target")
3855
3855
  assert result is not None, "Required property 'target' is missing"
3856
3856
  return typing.cast(builtins.str, result)
3857
3857
 
3858
3858
  @builtins.property
3859
3859
  def regex(self) -> typing.Optional[builtins.str]:
3860
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3860
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3861
3861
  result = self._values.get("regex")
3862
3862
  return typing.cast(typing.Optional[builtins.str], result)
3863
3863
 
3864
3864
  @builtins.property
3865
3865
  def source(self) -> typing.Optional[builtins.str]:
3866
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3866
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3867
3867
  result = self._values.get("source")
3868
3868
  return typing.cast(typing.Optional[builtins.str], result)
3869
3869
 
3870
3870
  @builtins.property
3871
3871
  def template(self) -> typing.Optional[builtins.str]:
3872
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3872
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3873
3873
  result = self._values.get("template")
3874
3874
  return typing.cast(typing.Optional[builtins.str], result)
3875
3875
 
@@ -4110,8 +4110,8 @@ class EventOrchestrationGlobalSetRuleActionsExtractionOutputReference(
4110
4110
  class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
4111
4111
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
4112
4112
  '''
4113
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
4114
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4113
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
4114
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4115
4115
  '''
4116
4116
  if __debug__:
4117
4117
  type_hints = typing.get_type_hints(_typecheckingstub__e428808da2e632206477fcba5c539e87b77ccf79dd1d8e26b1d7140d8295e18c)
@@ -4124,7 +4124,7 @@ class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
4124
4124
 
4125
4125
  @builtins.property
4126
4126
  def id(self) -> builtins.str:
4127
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
4127
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
4128
4128
 
4129
4129
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
4130
4130
  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.
@@ -4135,7 +4135,7 @@ class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
4135
4135
 
4136
4136
  @builtins.property
4137
4137
  def value(self) -> builtins.str:
4138
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4138
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4139
4139
  result = self._values.get("value")
4140
4140
  assert result is not None, "Required property 'value' is missing"
4141
4141
  return typing.cast(builtins.str, result)
@@ -4354,11 +4354,11 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
4354
4354
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
4355
4355
  ) -> None:
4356
4356
  '''
4357
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4358
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
4359
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
4360
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
4361
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
4357
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4358
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
4359
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
4360
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
4361
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
4362
4362
  '''
4363
4363
  value = EventOrchestrationGlobalSetRuleActionsAutomationAction(
4364
4364
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4682,10 +4682,10 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4682
4682
  value: builtins.str,
4683
4683
  ) -> None:
4684
4684
  '''
4685
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4686
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4687
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4688
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4685
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4686
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4687
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4688
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4689
4689
  '''
4690
4690
  if __debug__:
4691
4691
  type_hints = typing.get_type_hints(_typecheckingstub__9975e599b66082aa161a92a72e86a6da50b9cbaa7b3cedfc9ff7f3bf8156c974)
@@ -4702,28 +4702,28 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4702
4702
 
4703
4703
  @builtins.property
4704
4704
  def name(self) -> builtins.str:
4705
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4705
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4706
4706
  result = self._values.get("name")
4707
4707
  assert result is not None, "Required property 'name' is missing"
4708
4708
  return typing.cast(builtins.str, result)
4709
4709
 
4710
4710
  @builtins.property
4711
4711
  def path(self) -> builtins.str:
4712
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4712
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4713
4713
  result = self._values.get("path")
4714
4714
  assert result is not None, "Required property 'path' is missing"
4715
4715
  return typing.cast(builtins.str, result)
4716
4716
 
4717
4717
  @builtins.property
4718
4718
  def type(self) -> builtins.str:
4719
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4719
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4720
4720
  result = self._values.get("type")
4721
4721
  assert result is not None, "Required property 'type' is missing"
4722
4722
  return typing.cast(builtins.str, result)
4723
4723
 
4724
4724
  @builtins.property
4725
4725
  def value(self) -> builtins.str:
4726
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4726
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4727
4727
  result = self._values.get("value")
4728
4728
  assert result is not None, "Required property 'value' is missing"
4729
4729
  return typing.cast(builtins.str, result)
@@ -4953,7 +4953,7 @@ class EventOrchestrationGlobalSetRuleActionsVariableOutputReference(
4953
4953
  class EventOrchestrationGlobalSetRuleCondition:
4954
4954
  def __init__(self, *, expression: builtins.str) -> None:
4955
4955
  '''
4956
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
4956
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
4957
4957
  '''
4958
4958
  if __debug__:
4959
4959
  type_hints = typing.get_type_hints(_typecheckingstub__195af8a9d56ef9e383b66a3a3513a01f6bfdedfa0d4b13150d22558077655b02)
@@ -4964,7 +4964,7 @@ class EventOrchestrationGlobalSetRuleCondition:
4964
4964
 
4965
4965
  @builtins.property
4966
4966
  def expression(self) -> builtins.str:
4967
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
4967
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
4968
4968
  result = self._values.get("expression")
4969
4969
  assert result is not None, "Required property 'expression' is missing"
4970
4970
  return typing.cast(builtins.str, result)
@@ -5272,18 +5272,18 @@ class EventOrchestrationGlobalSetRuleOutputReference(
5272
5272
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
5273
5273
  ) -> None:
5274
5274
  '''
5275
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
5276
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
5277
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
5278
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
5279
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
5280
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
5281
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
5282
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
5283
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
5284
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
5285
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
5286
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
5275
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
5276
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
5277
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
5278
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
5279
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
5280
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
5281
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
5282
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
5283
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
5284
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
5285
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
5286
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
5287
5287
  '''
5288
5288
  value = EventOrchestrationGlobalSetRuleActions(
5289
5289
  annotate=annotate,