cdktf-cdktf-provider-pagerduty 13.15.1__py3-none-any.whl → 13.15.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.3.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
  5. cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -55
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  10. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  11. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
  12. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -31
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type/__init__.py +7 -7
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type_custom_field/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  41. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  42. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  44. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  45. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  46. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  47. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
  50. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  51. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
  52. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
  53. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
  54. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  55. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  56. cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
  57. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
  58. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  59. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  60. cdktf_cdktf_provider_pagerduty/incident_type/__init__.py +19 -19
  61. cdktf_cdktf_provider_pagerduty/incident_type_custom_field/__init__.py +31 -31
  62. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  63. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
  64. cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
  65. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  66. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
  67. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  68. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  69. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  70. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  71. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  72. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
  73. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  74. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  75. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  76. cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
  77. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
  78. cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
  79. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  80. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  81. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  82. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
  83. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  84. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  85. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/METADATA +4 -4
  86. cdktf_cdktf_provider_pagerduty-13.15.3.dist-info/RECORD +90 -0
  87. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.1.jsii.tgz +0 -0
  88. cdktf_cdktf_provider_pagerduty-13.15.1.dist-info/RECORD +0 -90
  89. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/LICENSE +0 -0
  90. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/WHEEL +0 -0
  91. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
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.19.2/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.19.4/docs/resources/event_orchestration_global).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class EventOrchestrationGlobal(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobal.EventOrchestrationGlobal",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global pagerduty_event_orchestration_global}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class EventOrchestrationGlobal(
63
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
64
64
  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,
65
65
  ) -> None:
66
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global pagerduty_event_orchestration_global} Resource.
67
67
 
68
68
  :param scope: The scope in which to define this construct.
69
69
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
70
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
71
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
72
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
73
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
70
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
71
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
72
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class EventOrchestrationGlobal(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationGlobal to import.
115
- :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.19.2/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
115
+ :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.19.4/docs/resources/event_orchestration_global#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the EventOrchestrationGlobal to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -130,7 +130,7 @@ class EventOrchestrationGlobal(
130
130
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
131
131
  ) -> None:
132
132
  '''
133
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
133
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
134
134
  '''
135
135
  value = EventOrchestrationGlobalCatchAll(actions=actions)
136
136
 
@@ -235,7 +235,7 @@ class EventOrchestrationGlobalCatchAll:
235
235
  actions: typing.Union["EventOrchestrationGlobalCatchAllActions", typing.Dict[builtins.str, typing.Any]],
236
236
  ) -> None:
237
237
  '''
238
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
238
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
239
239
  '''
240
240
  if isinstance(actions, dict):
241
241
  actions = EventOrchestrationGlobalCatchAllActions(**actions)
@@ -250,7 +250,7 @@ class EventOrchestrationGlobalCatchAll:
250
250
  def actions(self) -> "EventOrchestrationGlobalCatchAllActions":
251
251
  '''actions block.
252
252
 
253
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
253
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
254
254
  '''
255
255
  result = self._values.get("actions")
256
256
  assert result is not None, "Required property 'actions' is missing"
@@ -306,19 +306,19 @@ class EventOrchestrationGlobalCatchAllActions:
306
306
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
307
307
  ) -> None:
308
308
  '''
309
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
310
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
311
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
312
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
313
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
314
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
315
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
316
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
317
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
318
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
319
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
320
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
321
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
309
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
310
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
311
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
312
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
313
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
314
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
315
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
316
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
317
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
318
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
319
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
320
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
321
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
322
322
  '''
323
323
  if isinstance(automation_action, dict):
324
324
  automation_action = EventOrchestrationGlobalCatchAllActionsAutomationAction(**automation_action)
@@ -367,7 +367,7 @@ class EventOrchestrationGlobalCatchAllActions:
367
367
 
368
368
  @builtins.property
369
369
  def annotate(self) -> typing.Optional[builtins.str]:
370
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
370
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
371
371
  result = self._values.get("annotate")
372
372
  return typing.cast(typing.Optional[builtins.str], result)
373
373
 
@@ -377,7 +377,7 @@ class EventOrchestrationGlobalCatchAllActions:
377
377
  ) -> typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"]:
378
378
  '''automation_action block.
379
379
 
380
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
380
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
381
381
  '''
382
382
  result = self._values.get("automation_action")
383
383
  return typing.cast(typing.Optional["EventOrchestrationGlobalCatchAllActionsAutomationAction"], result)
@@ -386,19 +386,19 @@ class EventOrchestrationGlobalCatchAllActions:
386
386
  def drop_event(
387
387
  self,
388
388
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
389
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
389
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
390
390
  result = self._values.get("drop_event")
391
391
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
392
392
 
393
393
  @builtins.property
394
394
  def escalation_policy(self) -> typing.Optional[builtins.str]:
395
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.'''
395
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.'''
396
396
  result = self._values.get("escalation_policy")
397
397
  return typing.cast(typing.Optional[builtins.str], result)
398
398
 
399
399
  @builtins.property
400
400
  def event_action(self) -> typing.Optional[builtins.str]:
401
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
401
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
402
402
  result = self._values.get("event_action")
403
403
  return typing.cast(typing.Optional[builtins.str], result)
404
404
 
@@ -408,7 +408,7 @@ class EventOrchestrationGlobalCatchAllActions:
408
408
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]]:
409
409
  '''extraction block.
410
410
 
411
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
411
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
412
412
  '''
413
413
  result = self._values.get("extraction")
414
414
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsExtraction"]]], result)
@@ -419,26 +419,26 @@ class EventOrchestrationGlobalCatchAllActions:
419
419
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]]:
420
420
  '''incident_custom_field_update block.
421
421
 
422
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
422
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
423
423
  '''
424
424
  result = self._values.get("incident_custom_field_update")
425
425
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate"]]], result)
426
426
 
427
427
  @builtins.property
428
428
  def priority(self) -> typing.Optional[builtins.str]:
429
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
429
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
430
430
  result = self._values.get("priority")
431
431
  return typing.cast(typing.Optional[builtins.str], result)
432
432
 
433
433
  @builtins.property
434
434
  def route_to(self) -> typing.Optional[builtins.str]:
435
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
435
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
436
436
  result = self._values.get("route_to")
437
437
  return typing.cast(typing.Optional[builtins.str], result)
438
438
 
439
439
  @builtins.property
440
440
  def severity(self) -> typing.Optional[builtins.str]:
441
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
441
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
442
442
  result = self._values.get("severity")
443
443
  return typing.cast(typing.Optional[builtins.str], result)
444
444
 
@@ -446,13 +446,13 @@ class EventOrchestrationGlobalCatchAllActions:
446
446
  def suppress(
447
447
  self,
448
448
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
449
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
449
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
450
450
  result = self._values.get("suppress")
451
451
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
452
452
 
453
453
  @builtins.property
454
454
  def suspend(self) -> typing.Optional[jsii.Number]:
455
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
455
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
456
456
  result = self._values.get("suspend")
457
457
  return typing.cast(typing.Optional[jsii.Number], result)
458
458
 
@@ -462,7 +462,7 @@ class EventOrchestrationGlobalCatchAllActions:
462
462
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]]:
463
463
  '''variable block.
464
464
 
465
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
465
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
466
466
  '''
467
467
  result = self._values.get("variable")
468
468
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsVariable"]]], result)
@@ -501,11 +501,11 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
501
501
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
502
502
  ) -> None:
503
503
  '''
504
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
505
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
506
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
507
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
508
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
504
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
505
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
506
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
507
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
508
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
509
509
  '''
510
510
  if __debug__:
511
511
  type_hints = typing.get_type_hints(_typecheckingstub__3aa7554157c3709e9796076b823722a932d57649b3cd18925319019ab07058f4)
@@ -527,14 +527,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
527
527
 
528
528
  @builtins.property
529
529
  def name(self) -> builtins.str:
530
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
530
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
531
531
  result = self._values.get("name")
532
532
  assert result is not None, "Required property 'name' is missing"
533
533
  return typing.cast(builtins.str, result)
534
534
 
535
535
  @builtins.property
536
536
  def url(self) -> builtins.str:
537
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
537
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
538
538
  result = self._values.get("url")
539
539
  assert result is not None, "Required property 'url' is missing"
540
540
  return typing.cast(builtins.str, result)
@@ -543,7 +543,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
543
543
  def auto_send(
544
544
  self,
545
545
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
546
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
546
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
547
547
  result = self._values.get("auto_send")
548
548
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
549
549
 
@@ -553,7 +553,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
553
553
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]]:
554
554
  '''header block.
555
555
 
556
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
556
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
557
557
  '''
558
558
  result = self._values.get("header")
559
559
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionHeader"]]], result)
@@ -564,7 +564,7 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
564
564
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]]:
565
565
  '''parameter block.
566
566
 
567
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
567
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
568
568
  '''
569
569
  result = self._values.get("parameter")
570
570
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalCatchAllActionsAutomationActionParameter"]]], result)
@@ -589,8 +589,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationAction:
589
589
  class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
590
590
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
591
591
  '''
592
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
593
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
592
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
593
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
594
594
  '''
595
595
  if __debug__:
596
596
  type_hints = typing.get_type_hints(_typecheckingstub__25d6263f7f939f16ce5239b58a28df658272be7a72592fe257cae14ddceb0570)
@@ -603,14 +603,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionHeader:
603
603
 
604
604
  @builtins.property
605
605
  def key(self) -> builtins.str:
606
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
606
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
607
607
  result = self._values.get("key")
608
608
  assert result is not None, "Required property 'key' is missing"
609
609
  return typing.cast(builtins.str, result)
610
610
 
611
611
  @builtins.property
612
612
  def value(self) -> builtins.str:
613
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
613
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
614
614
  result = self._values.get("value")
615
615
  assert result is not None, "Required property 'value' is missing"
616
616
  return typing.cast(builtins.str, result)
@@ -966,8 +966,8 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionOutputReference(
966
966
  class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
967
967
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
968
968
  '''
969
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
970
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
969
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
970
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
971
971
  '''
972
972
  if __debug__:
973
973
  type_hints = typing.get_type_hints(_typecheckingstub__e8bf5cff7ab8d977bde6247d8b87a97cacc34598a770f783a035182d2b9a6bdf)
@@ -980,14 +980,14 @@ class EventOrchestrationGlobalCatchAllActionsAutomationActionParameter:
980
980
 
981
981
  @builtins.property
982
982
  def key(self) -> builtins.str:
983
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
983
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
984
984
  result = self._values.get("key")
985
985
  assert result is not None, "Required property 'key' is missing"
986
986
  return typing.cast(builtins.str, result)
987
987
 
988
988
  @builtins.property
989
989
  def value(self) -> builtins.str:
990
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
990
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
991
991
  result = self._values.get("value")
992
992
  assert result is not None, "Required property 'value' is missing"
993
993
  return typing.cast(builtins.str, result)
@@ -1195,10 +1195,10 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1195
1195
  template: typing.Optional[builtins.str] = None,
1196
1196
  ) -> None:
1197
1197
  '''
1198
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1199
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1200
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1201
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1198
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
1199
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
1200
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
1201
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
1202
1202
  '''
1203
1203
  if __debug__:
1204
1204
  type_hints = typing.get_type_hints(_typecheckingstub__8c13c1c34aa2f8009fb969c1c9b9b3e863409eea556e7a2290eb65cdfb019a16)
@@ -1218,26 +1218,26 @@ class EventOrchestrationGlobalCatchAllActionsExtraction:
1218
1218
 
1219
1219
  @builtins.property
1220
1220
  def target(self) -> builtins.str:
1221
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1221
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
1222
1222
  result = self._values.get("target")
1223
1223
  assert result is not None, "Required property 'target' is missing"
1224
1224
  return typing.cast(builtins.str, result)
1225
1225
 
1226
1226
  @builtins.property
1227
1227
  def regex(self) -> typing.Optional[builtins.str]:
1228
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1228
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
1229
1229
  result = self._values.get("regex")
1230
1230
  return typing.cast(typing.Optional[builtins.str], result)
1231
1231
 
1232
1232
  @builtins.property
1233
1233
  def source(self) -> typing.Optional[builtins.str]:
1234
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1234
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
1235
1235
  result = self._values.get("source")
1236
1236
  return typing.cast(typing.Optional[builtins.str], result)
1237
1237
 
1238
1238
  @builtins.property
1239
1239
  def template(self) -> typing.Optional[builtins.str]:
1240
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1240
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
1241
1241
  result = self._values.get("template")
1242
1242
  return typing.cast(typing.Optional[builtins.str], result)
1243
1243
 
@@ -1478,8 +1478,8 @@ class EventOrchestrationGlobalCatchAllActionsExtractionOutputReference(
1478
1478
  class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
1479
1479
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
1480
1480
  '''
1481
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
1482
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1481
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
1482
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
1483
1483
  '''
1484
1484
  if __debug__:
1485
1485
  type_hints = typing.get_type_hints(_typecheckingstub__b375c4b1d808a3f460f31e3cf8a8afd1bf9ad8635ace71d2f46d2ab4d18a3978)
@@ -1492,7 +1492,7 @@ class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
1492
1492
 
1493
1493
  @builtins.property
1494
1494
  def id(self) -> builtins.str:
1495
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
1495
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
1496
1496
 
1497
1497
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1498
1498
  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.
@@ -1503,7 +1503,7 @@ class EventOrchestrationGlobalCatchAllActionsIncidentCustomFieldUpdate:
1503
1503
 
1504
1504
  @builtins.property
1505
1505
  def value(self) -> builtins.str:
1506
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1506
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
1507
1507
  result = self._values.get("value")
1508
1508
  assert result is not None, "Required property 'value' is missing"
1509
1509
  return typing.cast(builtins.str, result)
@@ -1722,11 +1722,11 @@ class EventOrchestrationGlobalCatchAllActionsOutputReference(
1722
1722
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1723
1723
  ) -> None:
1724
1724
  '''
1725
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1726
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
1727
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
1728
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
1729
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1725
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
1726
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
1727
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
1728
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
1729
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
1730
1730
  '''
1731
1731
  value = EventOrchestrationGlobalCatchAllActionsAutomationAction(
1732
1732
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -2073,10 +2073,10 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
2073
2073
  value: builtins.str,
2074
2074
  ) -> None:
2075
2075
  '''
2076
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2077
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
2078
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
2079
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2076
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
2077
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
2078
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
2079
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
2080
2080
  '''
2081
2081
  if __debug__:
2082
2082
  type_hints = typing.get_type_hints(_typecheckingstub__3d0aeb509773364475895da1136016fd834150cbcd65e6a3c334ee82dbaf2482)
@@ -2093,28 +2093,28 @@ class EventOrchestrationGlobalCatchAllActionsVariable:
2093
2093
 
2094
2094
  @builtins.property
2095
2095
  def name(self) -> builtins.str:
2096
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2096
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
2097
2097
  result = self._values.get("name")
2098
2098
  assert result is not None, "Required property 'name' is missing"
2099
2099
  return typing.cast(builtins.str, result)
2100
2100
 
2101
2101
  @builtins.property
2102
2102
  def path(self) -> builtins.str:
2103
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
2103
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
2104
2104
  result = self._values.get("path")
2105
2105
  assert result is not None, "Required property 'path' is missing"
2106
2106
  return typing.cast(builtins.str, result)
2107
2107
 
2108
2108
  @builtins.property
2109
2109
  def type(self) -> builtins.str:
2110
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
2110
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
2111
2111
  result = self._values.get("type")
2112
2112
  assert result is not None, "Required property 'type' is missing"
2113
2113
  return typing.cast(builtins.str, result)
2114
2114
 
2115
2115
  @builtins.property
2116
2116
  def value(self) -> builtins.str:
2117
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2117
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
2118
2118
  result = self._values.get("value")
2119
2119
  assert result is not None, "Required property 'value' is missing"
2120
2120
  return typing.cast(builtins.str, result)
@@ -2375,19 +2375,19 @@ class EventOrchestrationGlobalCatchAllOutputReference(
2375
2375
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2376
2376
  ) -> None:
2377
2377
  '''
2378
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2379
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2380
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2381
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
2382
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2383
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2384
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
2385
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2386
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2387
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2388
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2389
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2390
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2378
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
2379
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
2380
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
2381
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
2382
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
2383
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
2384
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
2385
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
2386
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
2387
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
2388
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
2389
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
2390
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
2391
2391
  '''
2392
2392
  value = EventOrchestrationGlobalCatchAllActions(
2393
2393
  annotate=annotate,
@@ -2474,10 +2474,10 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2474
2474
  :param lifecycle:
2475
2475
  :param provider:
2476
2476
  :param provisioners:
2477
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2478
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
2479
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2480
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2477
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2478
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.
2479
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2480
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
2481
2481
  '''
2482
2482
  if isinstance(lifecycle, dict):
2483
2483
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2586,7 +2586,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2586
2586
  def catch_all(self) -> EventOrchestrationGlobalCatchAll:
2587
2587
  '''catch_all block.
2588
2588
 
2589
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2589
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#catch_all EventOrchestrationGlobal#catch_all}
2590
2590
  '''
2591
2591
  result = self._values.get("catch_all")
2592
2592
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2594,7 +2594,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2594
2594
 
2595
2595
  @builtins.property
2596
2596
  def event_orchestration(self) -> builtins.str:
2597
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2597
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_orchestration EventOrchestrationGlobal#event_orchestration}.'''
2598
2598
  result = self._values.get("event_orchestration")
2599
2599
  assert result is not None, "Required property 'event_orchestration' is missing"
2600
2600
  return typing.cast(builtins.str, result)
@@ -2605,7 +2605,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2605
2605
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSet"]]:
2606
2606
  '''set block.
2607
2607
 
2608
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2608
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#set EventOrchestrationGlobal#set}
2609
2609
  '''
2610
2610
  result = self._values.get("set")
2611
2611
  assert result is not None, "Required property 'set' is missing"
@@ -2613,7 +2613,7 @@ class EventOrchestrationGlobalConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2613
2613
 
2614
2614
  @builtins.property
2615
2615
  def id(self) -> typing.Optional[builtins.str]:
2616
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2616
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2617
2617
 
2618
2618
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2619
2619
  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.
@@ -2646,8 +2646,8 @@ class EventOrchestrationGlobalSet:
2646
2646
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2647
2647
  ) -> None:
2648
2648
  '''
2649
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2650
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2649
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
2650
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2651
2651
  '''
2652
2652
  if __debug__:
2653
2653
  type_hints = typing.get_type_hints(_typecheckingstub__305a6830506cb32487336526cc8631fb7f7318d68a61dabd395b65df1c2d7f56)
@@ -2661,7 +2661,7 @@ class EventOrchestrationGlobalSet:
2661
2661
 
2662
2662
  @builtins.property
2663
2663
  def id(self) -> builtins.str:
2664
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2664
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
2665
2665
 
2666
2666
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2667
2667
  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.
@@ -2676,7 +2676,7 @@ class EventOrchestrationGlobalSet:
2676
2676
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]]:
2677
2677
  '''rule block.
2678
2678
 
2679
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2679
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#rule EventOrchestrationGlobal#rule}
2680
2680
  '''
2681
2681
  result = self._values.get("rule")
2682
2682
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRule"]]], result)
@@ -2893,10 +2893,10 @@ class EventOrchestrationGlobalSetRule:
2893
2893
  label: typing.Optional[builtins.str] = None,
2894
2894
  ) -> None:
2895
2895
  '''
2896
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2897
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2898
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2899
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2896
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2897
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2898
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.
2899
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.
2900
2900
  '''
2901
2901
  if isinstance(actions, dict):
2902
2902
  actions = EventOrchestrationGlobalSetRuleActions(**actions)
@@ -2920,7 +2920,7 @@ class EventOrchestrationGlobalSetRule:
2920
2920
  def actions(self) -> "EventOrchestrationGlobalSetRuleActions":
2921
2921
  '''actions block.
2922
2922
 
2923
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2923
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#actions EventOrchestrationGlobal#actions}
2924
2924
  '''
2925
2925
  result = self._values.get("actions")
2926
2926
  assert result is not None, "Required property 'actions' is missing"
@@ -2932,7 +2932,7 @@ class EventOrchestrationGlobalSetRule:
2932
2932
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]]:
2933
2933
  '''condition block.
2934
2934
 
2935
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2935
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#condition EventOrchestrationGlobal#condition}
2936
2936
  '''
2937
2937
  result = self._values.get("condition")
2938
2938
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleCondition"]]], result)
@@ -2941,13 +2941,13 @@ class EventOrchestrationGlobalSetRule:
2941
2941
  def disabled(
2942
2942
  self,
2943
2943
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2944
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2944
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#disabled EventOrchestrationGlobal#disabled}.'''
2945
2945
  result = self._values.get("disabled")
2946
2946
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2947
2947
 
2948
2948
  @builtins.property
2949
2949
  def label(self) -> typing.Optional[builtins.str]:
2950
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2950
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#label EventOrchestrationGlobal#label}.'''
2951
2951
  result = self._values.get("label")
2952
2952
  return typing.cast(typing.Optional[builtins.str], result)
2953
2953
 
@@ -3001,19 +3001,19 @@ class EventOrchestrationGlobalSetRuleActions:
3001
3001
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
3002
3002
  ) -> None:
3003
3003
  '''
3004
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
3005
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
3006
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
3007
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
3008
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
3009
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
3010
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
3011
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
3012
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
3013
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
3014
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
3015
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
3016
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
3004
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
3005
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
3006
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
3007
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
3008
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
3009
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
3010
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
3011
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
3012
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
3013
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
3014
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
3015
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
3016
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
3017
3017
  '''
3018
3018
  if isinstance(automation_action, dict):
3019
3019
  automation_action = EventOrchestrationGlobalSetRuleActionsAutomationAction(**automation_action)
@@ -3062,7 +3062,7 @@ class EventOrchestrationGlobalSetRuleActions:
3062
3062
 
3063
3063
  @builtins.property
3064
3064
  def annotate(self) -> typing.Optional[builtins.str]:
3065
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
3065
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.'''
3066
3066
  result = self._values.get("annotate")
3067
3067
  return typing.cast(typing.Optional[builtins.str], result)
3068
3068
 
@@ -3072,7 +3072,7 @@ class EventOrchestrationGlobalSetRuleActions:
3072
3072
  ) -> typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"]:
3073
3073
  '''automation_action block.
3074
3074
 
3075
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
3075
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
3076
3076
  '''
3077
3077
  result = self._values.get("automation_action")
3078
3078
  return typing.cast(typing.Optional["EventOrchestrationGlobalSetRuleActionsAutomationAction"], result)
@@ -3081,19 +3081,19 @@ class EventOrchestrationGlobalSetRuleActions:
3081
3081
  def drop_event(
3082
3082
  self,
3083
3083
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3084
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
3084
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.'''
3085
3085
  result = self._values.get("drop_event")
3086
3086
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3087
3087
 
3088
3088
  @builtins.property
3089
3089
  def escalation_policy(self) -> typing.Optional[builtins.str]:
3090
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.'''
3090
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.'''
3091
3091
  result = self._values.get("escalation_policy")
3092
3092
  return typing.cast(typing.Optional[builtins.str], result)
3093
3093
 
3094
3094
  @builtins.property
3095
3095
  def event_action(self) -> typing.Optional[builtins.str]:
3096
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
3096
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.'''
3097
3097
  result = self._values.get("event_action")
3098
3098
  return typing.cast(typing.Optional[builtins.str], result)
3099
3099
 
@@ -3103,7 +3103,7 @@ class EventOrchestrationGlobalSetRuleActions:
3103
3103
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]]:
3104
3104
  '''extraction block.
3105
3105
 
3106
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
3106
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
3107
3107
  '''
3108
3108
  result = self._values.get("extraction")
3109
3109
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsExtraction"]]], result)
@@ -3114,26 +3114,26 @@ class EventOrchestrationGlobalSetRuleActions:
3114
3114
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]]:
3115
3115
  '''incident_custom_field_update block.
3116
3116
 
3117
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
3117
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
3118
3118
  '''
3119
3119
  result = self._values.get("incident_custom_field_update")
3120
3120
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate"]]], result)
3121
3121
 
3122
3122
  @builtins.property
3123
3123
  def priority(self) -> typing.Optional[builtins.str]:
3124
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
3124
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.'''
3125
3125
  result = self._values.get("priority")
3126
3126
  return typing.cast(typing.Optional[builtins.str], result)
3127
3127
 
3128
3128
  @builtins.property
3129
3129
  def route_to(self) -> typing.Optional[builtins.str]:
3130
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
3130
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.'''
3131
3131
  result = self._values.get("route_to")
3132
3132
  return typing.cast(typing.Optional[builtins.str], result)
3133
3133
 
3134
3134
  @builtins.property
3135
3135
  def severity(self) -> typing.Optional[builtins.str]:
3136
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
3136
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.'''
3137
3137
  result = self._values.get("severity")
3138
3138
  return typing.cast(typing.Optional[builtins.str], result)
3139
3139
 
@@ -3141,13 +3141,13 @@ class EventOrchestrationGlobalSetRuleActions:
3141
3141
  def suppress(
3142
3142
  self,
3143
3143
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3144
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
3144
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.'''
3145
3145
  result = self._values.get("suppress")
3146
3146
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3147
3147
 
3148
3148
  @builtins.property
3149
3149
  def suspend(self) -> typing.Optional[jsii.Number]:
3150
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
3150
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.'''
3151
3151
  result = self._values.get("suspend")
3152
3152
  return typing.cast(typing.Optional[jsii.Number], result)
3153
3153
 
@@ -3157,7 +3157,7 @@ class EventOrchestrationGlobalSetRuleActions:
3157
3157
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]]:
3158
3158
  '''variable block.
3159
3159
 
3160
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
3160
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
3161
3161
  '''
3162
3162
  result = self._values.get("variable")
3163
3163
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsVariable"]]], result)
@@ -3196,11 +3196,11 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3196
3196
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
3197
3197
  ) -> None:
3198
3198
  '''
3199
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3200
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
3201
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
3202
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3203
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3199
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
3200
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
3201
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
3202
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3203
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3204
3204
  '''
3205
3205
  if __debug__:
3206
3206
  type_hints = typing.get_type_hints(_typecheckingstub__723d2a0275861d95017a3481ff6564df72221d81439af26b87052de7905dd603)
@@ -3222,14 +3222,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3222
3222
 
3223
3223
  @builtins.property
3224
3224
  def name(self) -> builtins.str:
3225
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
3225
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
3226
3226
  result = self._values.get("name")
3227
3227
  assert result is not None, "Required property 'name' is missing"
3228
3228
  return typing.cast(builtins.str, result)
3229
3229
 
3230
3230
  @builtins.property
3231
3231
  def url(self) -> builtins.str:
3232
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
3232
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.'''
3233
3233
  result = self._values.get("url")
3234
3234
  assert result is not None, "Required property 'url' is missing"
3235
3235
  return typing.cast(builtins.str, result)
@@ -3238,7 +3238,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3238
3238
  def auto_send(
3239
3239
  self,
3240
3240
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3241
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
3241
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.'''
3242
3242
  result = self._values.get("auto_send")
3243
3243
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3244
3244
 
@@ -3248,7 +3248,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3248
3248
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]]:
3249
3249
  '''header block.
3250
3250
 
3251
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3251
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
3252
3252
  '''
3253
3253
  result = self._values.get("header")
3254
3254
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionHeader"]]], result)
@@ -3259,7 +3259,7 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3259
3259
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]]:
3260
3260
  '''parameter block.
3261
3261
 
3262
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3262
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
3263
3263
  '''
3264
3264
  result = self._values.get("parameter")
3265
3265
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationGlobalSetRuleActionsAutomationActionParameter"]]], result)
@@ -3284,8 +3284,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationAction:
3284
3284
  class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
3285
3285
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3286
3286
  '''
3287
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3288
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3287
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3288
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3289
3289
  '''
3290
3290
  if __debug__:
3291
3291
  type_hints = typing.get_type_hints(_typecheckingstub__541694733fc98eb5135d9d17e596b4cab74578defc3bdbfef6a43a56159f1877)
@@ -3298,14 +3298,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionHeader:
3298
3298
 
3299
3299
  @builtins.property
3300
3300
  def key(self) -> builtins.str:
3301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3302
3302
  result = self._values.get("key")
3303
3303
  assert result is not None, "Required property 'key' is missing"
3304
3304
  return typing.cast(builtins.str, result)
3305
3305
 
3306
3306
  @builtins.property
3307
3307
  def value(self) -> builtins.str:
3308
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3309
3309
  result = self._values.get("value")
3310
3310
  assert result is not None, "Required property 'value' is missing"
3311
3311
  return typing.cast(builtins.str, result)
@@ -3661,8 +3661,8 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionOutputReference(
3661
3661
  class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3662
3662
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3663
3663
  '''
3664
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3665
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3664
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.
3665
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
3666
3666
  '''
3667
3667
  if __debug__:
3668
3668
  type_hints = typing.get_type_hints(_typecheckingstub__441d5eb0cfb56ea15348461de8ab1eeeb7ba29435b112be08856224068edc133)
@@ -3675,14 +3675,14 @@ class EventOrchestrationGlobalSetRuleActionsAutomationActionParameter:
3675
3675
 
3676
3676
  @builtins.property
3677
3677
  def key(self) -> builtins.str:
3678
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3678
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#key EventOrchestrationGlobal#key}.'''
3679
3679
  result = self._values.get("key")
3680
3680
  assert result is not None, "Required property 'key' is missing"
3681
3681
  return typing.cast(builtins.str, result)
3682
3682
 
3683
3683
  @builtins.property
3684
3684
  def value(self) -> builtins.str:
3685
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3685
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
3686
3686
  result = self._values.get("value")
3687
3687
  assert result is not None, "Required property 'value' is missing"
3688
3688
  return typing.cast(builtins.str, result)
@@ -3890,10 +3890,10 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3890
3890
  template: typing.Optional[builtins.str] = None,
3891
3891
  ) -> None:
3892
3892
  '''
3893
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3894
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3895
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3896
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3893
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.
3894
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.
3895
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.
3896
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.
3897
3897
  '''
3898
3898
  if __debug__:
3899
3899
  type_hints = typing.get_type_hints(_typecheckingstub__4b92aecb9ded69cbe0d91dde0c5680d12062c234b53c0fd848e59d4dba288176)
@@ -3913,26 +3913,26 @@ class EventOrchestrationGlobalSetRuleActionsExtraction:
3913
3913
 
3914
3914
  @builtins.property
3915
3915
  def target(self) -> builtins.str:
3916
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3916
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#target EventOrchestrationGlobal#target}.'''
3917
3917
  result = self._values.get("target")
3918
3918
  assert result is not None, "Required property 'target' is missing"
3919
3919
  return typing.cast(builtins.str, result)
3920
3920
 
3921
3921
  @builtins.property
3922
3922
  def regex(self) -> typing.Optional[builtins.str]:
3923
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3923
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#regex EventOrchestrationGlobal#regex}.'''
3924
3924
  result = self._values.get("regex")
3925
3925
  return typing.cast(typing.Optional[builtins.str], result)
3926
3926
 
3927
3927
  @builtins.property
3928
3928
  def source(self) -> typing.Optional[builtins.str]:
3929
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3929
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#source EventOrchestrationGlobal#source}.'''
3930
3930
  result = self._values.get("source")
3931
3931
  return typing.cast(typing.Optional[builtins.str], result)
3932
3932
 
3933
3933
  @builtins.property
3934
3934
  def template(self) -> typing.Optional[builtins.str]:
3935
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3935
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#template EventOrchestrationGlobal#template}.'''
3936
3936
  result = self._values.get("template")
3937
3937
  return typing.cast(typing.Optional[builtins.str], result)
3938
3938
 
@@ -4173,8 +4173,8 @@ class EventOrchestrationGlobalSetRuleActionsExtractionOutputReference(
4173
4173
  class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
4174
4174
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
4175
4175
  '''
4176
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
4177
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4176
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/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.
4177
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4178
4178
  '''
4179
4179
  if __debug__:
4180
4180
  type_hints = typing.get_type_hints(_typecheckingstub__e428808da2e632206477fcba5c539e87b77ccf79dd1d8e26b1d7140d8295e18c)
@@ -4187,7 +4187,7 @@ class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
4187
4187
 
4188
4188
  @builtins.property
4189
4189
  def id(self) -> builtins.str:
4190
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
4190
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#id EventOrchestrationGlobal#id}.
4191
4191
 
4192
4192
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
4193
4193
  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.
@@ -4198,7 +4198,7 @@ class EventOrchestrationGlobalSetRuleActionsIncidentCustomFieldUpdate:
4198
4198
 
4199
4199
  @builtins.property
4200
4200
  def value(self) -> builtins.str:
4201
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4201
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4202
4202
  result = self._values.get("value")
4203
4203
  assert result is not None, "Required property 'value' is missing"
4204
4204
  return typing.cast(builtins.str, result)
@@ -4417,11 +4417,11 @@ class EventOrchestrationGlobalSetRuleActionsOutputReference(
4417
4417
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
4418
4418
  ) -> None:
4419
4419
  '''
4420
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4421
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
4422
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
4423
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
4424
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
4420
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4421
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#url EventOrchestrationGlobal#url}.
4422
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#auto_send EventOrchestrationGlobal#auto_send}.
4423
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#header EventOrchestrationGlobal#header}
4424
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#parameter EventOrchestrationGlobal#parameter}
4425
4425
  '''
4426
4426
  value = EventOrchestrationGlobalSetRuleActionsAutomationAction(
4427
4427
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4766,10 +4766,10 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4766
4766
  value: builtins.str,
4767
4767
  ) -> None:
4768
4768
  '''
4769
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4770
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4771
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4772
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4769
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.
4770
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.
4771
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.
4772
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.
4773
4773
  '''
4774
4774
  if __debug__:
4775
4775
  type_hints = typing.get_type_hints(_typecheckingstub__9975e599b66082aa161a92a72e86a6da50b9cbaa7b3cedfc9ff7f3bf8156c974)
@@ -4786,28 +4786,28 @@ class EventOrchestrationGlobalSetRuleActionsVariable:
4786
4786
 
4787
4787
  @builtins.property
4788
4788
  def name(self) -> builtins.str:
4789
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4789
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#name EventOrchestrationGlobal#name}.'''
4790
4790
  result = self._values.get("name")
4791
4791
  assert result is not None, "Required property 'name' is missing"
4792
4792
  return typing.cast(builtins.str, result)
4793
4793
 
4794
4794
  @builtins.property
4795
4795
  def path(self) -> builtins.str:
4796
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4796
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#path EventOrchestrationGlobal#path}.'''
4797
4797
  result = self._values.get("path")
4798
4798
  assert result is not None, "Required property 'path' is missing"
4799
4799
  return typing.cast(builtins.str, result)
4800
4800
 
4801
4801
  @builtins.property
4802
4802
  def type(self) -> builtins.str:
4803
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4803
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#type EventOrchestrationGlobal#type}.'''
4804
4804
  result = self._values.get("type")
4805
4805
  assert result is not None, "Required property 'type' is missing"
4806
4806
  return typing.cast(builtins.str, result)
4807
4807
 
4808
4808
  @builtins.property
4809
4809
  def value(self) -> builtins.str:
4810
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4810
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#value EventOrchestrationGlobal#value}.'''
4811
4811
  result = self._values.get("value")
4812
4812
  assert result is not None, "Required property 'value' is missing"
4813
4813
  return typing.cast(builtins.str, result)
@@ -5037,7 +5037,7 @@ class EventOrchestrationGlobalSetRuleActionsVariableOutputReference(
5037
5037
  class EventOrchestrationGlobalSetRuleCondition:
5038
5038
  def __init__(self, *, expression: builtins.str) -> None:
5039
5039
  '''
5040
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
5040
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.
5041
5041
  '''
5042
5042
  if __debug__:
5043
5043
  type_hints = typing.get_type_hints(_typecheckingstub__195af8a9d56ef9e383b66a3a3513a01f6bfdedfa0d4b13150d22558077655b02)
@@ -5048,7 +5048,7 @@ class EventOrchestrationGlobalSetRuleCondition:
5048
5048
 
5049
5049
  @builtins.property
5050
5050
  def expression(self) -> builtins.str:
5051
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
5051
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#expression EventOrchestrationGlobal#expression}.'''
5052
5052
  result = self._values.get("expression")
5053
5053
  assert result is not None, "Required property 'expression' is missing"
5054
5054
  return typing.cast(builtins.str, result)
@@ -5357,19 +5357,19 @@ class EventOrchestrationGlobalSetRuleOutputReference(
5357
5357
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationGlobalSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
5358
5358
  ) -> None:
5359
5359
  '''
5360
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
5361
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
5362
- :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
5363
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
5364
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
5365
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
5366
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
5367
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
5368
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
5369
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
5370
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
5371
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
5372
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
5360
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#annotate EventOrchestrationGlobal#annotate}.
5361
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#automation_action EventOrchestrationGlobal#automation_action}
5362
+ :param drop_event: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#drop_event EventOrchestrationGlobal#drop_event}.
5363
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#escalation_policy EventOrchestrationGlobal#escalation_policy}.
5364
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#event_action EventOrchestrationGlobal#event_action}.
5365
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#extraction EventOrchestrationGlobal#extraction}
5366
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#incident_custom_field_update EventOrchestrationGlobal#incident_custom_field_update}
5367
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#priority EventOrchestrationGlobal#priority}.
5368
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#route_to EventOrchestrationGlobal#route_to}.
5369
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#severity EventOrchestrationGlobal#severity}.
5370
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suppress EventOrchestrationGlobal#suppress}.
5371
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#suspend EventOrchestrationGlobal#suspend}.
5372
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/resources/event_orchestration_global#variable EventOrchestrationGlobal#variable}
5373
5373
  '''
5374
5374
  value = EventOrchestrationGlobalSetRuleActions(
5375
5375
  annotate=annotate,