cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.7.0__py3-none-any.whl

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