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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.3.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +191 -191
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  50. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  51. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  52. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  53. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  54. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  55. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  56. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  57. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  58. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  59. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  60. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  61. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  62. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  63. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  64. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  65. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  66. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  67. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  68. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  69. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  70. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  71. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  72. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  73. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  74. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  75. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  76. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/METADATA +4 -4
  77. cdktf_cdktf_provider_pagerduty-13.7.3.dist-info/RECORD +81 -0
  78. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.1.jsii.tgz +0 -0
  79. cdktf_cdktf_provider_pagerduty-13.7.1.dist-info/RECORD +0 -81
  80. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/LICENSE +0 -0
  81. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/WHEEL +0 -0
  82. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_unrouted`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class EventOrchestrationUnrouted(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationUnrouted.EventOrchestrationUnrouted",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -48,14 +48,14 @@ class EventOrchestrationUnrouted(
48
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
49
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
50
50
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
52
52
 
53
53
  :param scope: The scope in which to define this construct.
54
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
55
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
56
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
57
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
58
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
55
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
56
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
57
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
58
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
59
59
  :param connection:
60
60
  :param count:
61
61
  :param depends_on:
@@ -97,7 +97,7 @@ class EventOrchestrationUnrouted(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationUnrouted to import.
100
- :param import_from_id: The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the EventOrchestrationUnrouted to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -115,7 +115,7 @@ class EventOrchestrationUnrouted(
115
115
  actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
116
116
  ) -> None:
117
117
  '''
118
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
118
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
119
119
  '''
120
120
  value = EventOrchestrationUnroutedCatchAll(actions=actions)
121
121
 
@@ -220,7 +220,7 @@ class EventOrchestrationUnroutedCatchAll:
220
220
  actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
221
221
  ) -> None:
222
222
  '''
223
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
223
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
224
224
  '''
225
225
  if isinstance(actions, dict):
226
226
  actions = EventOrchestrationUnroutedCatchAllActions(**actions)
@@ -235,7 +235,7 @@ class EventOrchestrationUnroutedCatchAll:
235
235
  def actions(self) -> "EventOrchestrationUnroutedCatchAllActions":
236
236
  '''actions block.
237
237
 
238
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
238
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
239
239
  '''
240
240
  result = self._values.get("actions")
241
241
  assert result is not None, "Required property 'actions' is missing"
@@ -273,10 +273,10 @@ class EventOrchestrationUnroutedCatchAllActions:
273
273
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
274
274
  ) -> None:
275
275
  '''
276
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
277
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
278
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
279
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
276
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
277
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
278
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
279
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
280
280
  '''
281
281
  if __debug__:
282
282
  type_hints = typing.get_type_hints(_typecheckingstub__c6574dcb4a0e638aece27cc74f601e14a17d0b4395adc2458762bf0dd9ef29cd)
@@ -296,7 +296,7 @@ class EventOrchestrationUnroutedCatchAllActions:
296
296
 
297
297
  @builtins.property
298
298
  def event_action(self) -> typing.Optional[builtins.str]:
299
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
299
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
300
300
  result = self._values.get("event_action")
301
301
  return typing.cast(typing.Optional[builtins.str], result)
302
302
 
@@ -306,14 +306,14 @@ class EventOrchestrationUnroutedCatchAllActions:
306
306
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]]:
307
307
  '''extraction block.
308
308
 
309
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
309
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
310
310
  '''
311
311
  result = self._values.get("extraction")
312
312
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]], result)
313
313
 
314
314
  @builtins.property
315
315
  def severity(self) -> typing.Optional[builtins.str]:
316
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
316
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
317
317
  result = self._values.get("severity")
318
318
  return typing.cast(typing.Optional[builtins.str], result)
319
319
 
@@ -323,7 +323,7 @@ class EventOrchestrationUnroutedCatchAllActions:
323
323
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]]:
324
324
  '''variable block.
325
325
 
326
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
326
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
327
327
  '''
328
328
  result = self._values.get("variable")
329
329
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]], result)
@@ -360,10 +360,10 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
360
360
  template: typing.Optional[builtins.str] = None,
361
361
  ) -> None:
362
362
  '''
363
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
364
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
365
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
366
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
363
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
364
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
365
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
366
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
367
367
  '''
368
368
  if __debug__:
369
369
  type_hints = typing.get_type_hints(_typecheckingstub__873057e6f5f2b8466ff463cc0428da1d09eef943c149dc85c306d593a566df69)
@@ -383,26 +383,26 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
383
383
 
384
384
  @builtins.property
385
385
  def target(self) -> builtins.str:
386
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
386
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
387
387
  result = self._values.get("target")
388
388
  assert result is not None, "Required property 'target' is missing"
389
389
  return typing.cast(builtins.str, result)
390
390
 
391
391
  @builtins.property
392
392
  def regex(self) -> typing.Optional[builtins.str]:
393
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
393
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
394
394
  result = self._values.get("regex")
395
395
  return typing.cast(typing.Optional[builtins.str], result)
396
396
 
397
397
  @builtins.property
398
398
  def source(self) -> typing.Optional[builtins.str]:
399
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
399
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
400
400
  result = self._values.get("source")
401
401
  return typing.cast(typing.Optional[builtins.str], result)
402
402
 
403
403
  @builtins.property
404
404
  def template(self) -> typing.Optional[builtins.str]:
405
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
405
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
406
406
  result = self._values.get("template")
407
407
  return typing.cast(typing.Optional[builtins.str], result)
408
408
 
@@ -793,10 +793,10 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
793
793
  value: builtins.str,
794
794
  ) -> None:
795
795
  '''
796
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
797
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
798
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
799
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
796
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
797
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
798
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
799
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
800
800
  '''
801
801
  if __debug__:
802
802
  type_hints = typing.get_type_hints(_typecheckingstub__6d16718dd84c51311e04997b4675de9db9aec5dd9d5debae2b5d98162b78bced)
@@ -813,28 +813,28 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
813
813
 
814
814
  @builtins.property
815
815
  def name(self) -> builtins.str:
816
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
816
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
817
817
  result = self._values.get("name")
818
818
  assert result is not None, "Required property 'name' is missing"
819
819
  return typing.cast(builtins.str, result)
820
820
 
821
821
  @builtins.property
822
822
  def path(self) -> builtins.str:
823
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
823
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
824
824
  result = self._values.get("path")
825
825
  assert result is not None, "Required property 'path' is missing"
826
826
  return typing.cast(builtins.str, result)
827
827
 
828
828
  @builtins.property
829
829
  def type(self) -> builtins.str:
830
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
830
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
831
831
  result = self._values.get("type")
832
832
  assert result is not None, "Required property 'type' is missing"
833
833
  return typing.cast(builtins.str, result)
834
834
 
835
835
  @builtins.property
836
836
  def value(self) -> builtins.str:
837
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
837
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
838
838
  result = self._values.get("value")
839
839
  assert result is not None, "Required property 'value' is missing"
840
840
  return typing.cast(builtins.str, result)
@@ -1086,10 +1086,10 @@ class EventOrchestrationUnroutedCatchAllOutputReference(
1086
1086
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
1087
1087
  ) -> None:
1088
1088
  '''
1089
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1090
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1091
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1092
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1089
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1090
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1091
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1092
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1093
1093
  '''
1094
1094
  value = EventOrchestrationUnroutedCatchAllActions(
1095
1095
  event_action=event_action,
@@ -1169,10 +1169,10 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1169
1169
  :param lifecycle:
1170
1170
  :param provider:
1171
1171
  :param provisioners:
1172
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1173
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
1174
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1175
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
1172
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1173
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
1174
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1175
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
1176
1176
  '''
1177
1177
  if isinstance(lifecycle, dict):
1178
1178
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -1281,7 +1281,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1281
1281
  def catch_all(self) -> EventOrchestrationUnroutedCatchAll:
1282
1282
  '''catch_all block.
1283
1283
 
1284
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1284
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1285
1285
  '''
1286
1286
  result = self._values.get("catch_all")
1287
1287
  assert result is not None, "Required property 'catch_all' is missing"
@@ -1289,7 +1289,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1289
1289
 
1290
1290
  @builtins.property
1291
1291
  def event_orchestration(self) -> builtins.str:
1292
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
1292
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
1293
1293
  result = self._values.get("event_orchestration")
1294
1294
  assert result is not None, "Required property 'event_orchestration' is missing"
1295
1295
  return typing.cast(builtins.str, result)
@@ -1300,7 +1300,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1300
1300
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSet"]]:
1301
1301
  '''set block.
1302
1302
 
1303
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1303
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1304
1304
  '''
1305
1305
  result = self._values.get("set")
1306
1306
  assert result is not None, "Required property 'set' is missing"
@@ -1308,7 +1308,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1308
1308
 
1309
1309
  @builtins.property
1310
1310
  def id(self) -> typing.Optional[builtins.str]:
1311
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1311
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1312
1312
 
1313
1313
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1314
1314
  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.
@@ -1341,8 +1341,8 @@ class EventOrchestrationUnroutedSet:
1341
1341
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
1342
1342
  ) -> None:
1343
1343
  '''
1344
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
1345
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1344
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
1345
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1346
1346
  '''
1347
1347
  if __debug__:
1348
1348
  type_hints = typing.get_type_hints(_typecheckingstub__d008f014806e1f881fbd832e0f0859fbb79a6023defe775d45620826b97169c9)
@@ -1356,7 +1356,7 @@ class EventOrchestrationUnroutedSet:
1356
1356
 
1357
1357
  @builtins.property
1358
1358
  def id(self) -> builtins.str:
1359
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1359
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1360
1360
 
1361
1361
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1362
1362
  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.
@@ -1371,7 +1371,7 @@ class EventOrchestrationUnroutedSet:
1371
1371
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]]:
1372
1372
  '''rule block.
1373
1373
 
1374
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1374
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1375
1375
  '''
1376
1376
  result = self._values.get("rule")
1377
1377
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]], result)
@@ -1588,10 +1588,10 @@ class EventOrchestrationUnroutedSetRule:
1588
1588
  label: typing.Optional[builtins.str] = None,
1589
1589
  ) -> None:
1590
1590
  '''
1591
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1592
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1593
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
1594
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
1591
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1592
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1593
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
1594
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
1595
1595
  '''
1596
1596
  if isinstance(actions, dict):
1597
1597
  actions = EventOrchestrationUnroutedSetRuleActions(**actions)
@@ -1615,7 +1615,7 @@ class EventOrchestrationUnroutedSetRule:
1615
1615
  def actions(self) -> "EventOrchestrationUnroutedSetRuleActions":
1616
1616
  '''actions block.
1617
1617
 
1618
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1618
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1619
1619
  '''
1620
1620
  result = self._values.get("actions")
1621
1621
  assert result is not None, "Required property 'actions' is missing"
@@ -1627,7 +1627,7 @@ class EventOrchestrationUnroutedSetRule:
1627
1627
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]]:
1628
1628
  '''condition block.
1629
1629
 
1630
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1630
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1631
1631
  '''
1632
1632
  result = self._values.get("condition")
1633
1633
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]], result)
@@ -1636,13 +1636,13 @@ class EventOrchestrationUnroutedSetRule:
1636
1636
  def disabled(
1637
1637
  self,
1638
1638
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1639
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
1639
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
1640
1640
  result = self._values.get("disabled")
1641
1641
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
1642
1642
 
1643
1643
  @builtins.property
1644
1644
  def label(self) -> typing.Optional[builtins.str]:
1645
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
1645
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
1646
1646
  result = self._values.get("label")
1647
1647
  return typing.cast(typing.Optional[builtins.str], result)
1648
1648
 
@@ -1680,11 +1680,11 @@ class EventOrchestrationUnroutedSetRuleActions:
1680
1680
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
1681
1681
  ) -> None:
1682
1682
  '''
1683
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1684
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1685
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
1686
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1687
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1683
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1684
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1685
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
1686
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1687
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1688
1688
  '''
1689
1689
  if __debug__:
1690
1690
  type_hints = typing.get_type_hints(_typecheckingstub__7de69daeae1a5cd1a1063bd644434991e938ef8d905f1e00d5b411fef8b3a529)
@@ -1707,7 +1707,7 @@ class EventOrchestrationUnroutedSetRuleActions:
1707
1707
 
1708
1708
  @builtins.property
1709
1709
  def event_action(self) -> typing.Optional[builtins.str]:
1710
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
1710
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
1711
1711
  result = self._values.get("event_action")
1712
1712
  return typing.cast(typing.Optional[builtins.str], result)
1713
1713
 
@@ -1717,20 +1717,20 @@ class EventOrchestrationUnroutedSetRuleActions:
1717
1717
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]]:
1718
1718
  '''extraction block.
1719
1719
 
1720
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1720
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1721
1721
  '''
1722
1722
  result = self._values.get("extraction")
1723
1723
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]], result)
1724
1724
 
1725
1725
  @builtins.property
1726
1726
  def route_to(self) -> typing.Optional[builtins.str]:
1727
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
1727
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
1728
1728
  result = self._values.get("route_to")
1729
1729
  return typing.cast(typing.Optional[builtins.str], result)
1730
1730
 
1731
1731
  @builtins.property
1732
1732
  def severity(self) -> typing.Optional[builtins.str]:
1733
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
1733
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
1734
1734
  result = self._values.get("severity")
1735
1735
  return typing.cast(typing.Optional[builtins.str], result)
1736
1736
 
@@ -1740,7 +1740,7 @@ class EventOrchestrationUnroutedSetRuleActions:
1740
1740
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]]:
1741
1741
  '''variable block.
1742
1742
 
1743
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1743
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1744
1744
  '''
1745
1745
  result = self._values.get("variable")
1746
1746
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]], result)
@@ -1777,10 +1777,10 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
1777
1777
  template: typing.Optional[builtins.str] = None,
1778
1778
  ) -> None:
1779
1779
  '''
1780
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
1781
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
1782
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
1783
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
1780
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
1781
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
1782
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
1783
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
1784
1784
  '''
1785
1785
  if __debug__:
1786
1786
  type_hints = typing.get_type_hints(_typecheckingstub__8b3013dd35226ec76dc2f09e9719e1c12966fdd5323214ccba59c06037e0e915)
@@ -1800,26 +1800,26 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
1800
1800
 
1801
1801
  @builtins.property
1802
1802
  def target(self) -> builtins.str:
1803
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
1803
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
1804
1804
  result = self._values.get("target")
1805
1805
  assert result is not None, "Required property 'target' is missing"
1806
1806
  return typing.cast(builtins.str, result)
1807
1807
 
1808
1808
  @builtins.property
1809
1809
  def regex(self) -> typing.Optional[builtins.str]:
1810
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
1810
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
1811
1811
  result = self._values.get("regex")
1812
1812
  return typing.cast(typing.Optional[builtins.str], result)
1813
1813
 
1814
1814
  @builtins.property
1815
1815
  def source(self) -> typing.Optional[builtins.str]:
1816
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
1816
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
1817
1817
  result = self._values.get("source")
1818
1818
  return typing.cast(typing.Optional[builtins.str], result)
1819
1819
 
1820
1820
  @builtins.property
1821
1821
  def template(self) -> typing.Optional[builtins.str]:
1822
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
1822
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
1823
1823
  result = self._values.get("template")
1824
1824
  return typing.cast(typing.Optional[builtins.str], result)
1825
1825
 
@@ -2226,10 +2226,10 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
2226
2226
  value: builtins.str,
2227
2227
  ) -> None:
2228
2228
  '''
2229
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
2230
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
2231
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
2232
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
2229
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
2230
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
2231
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
2232
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
2233
2233
  '''
2234
2234
  if __debug__:
2235
2235
  type_hints = typing.get_type_hints(_typecheckingstub__dd0c5f57df347bcae15394cd70a29867473ac8aa3688e6f0dc355fc21a2ef2d8)
@@ -2246,28 +2246,28 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
2246
2246
 
2247
2247
  @builtins.property
2248
2248
  def name(self) -> builtins.str:
2249
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
2249
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
2250
2250
  result = self._values.get("name")
2251
2251
  assert result is not None, "Required property 'name' is missing"
2252
2252
  return typing.cast(builtins.str, result)
2253
2253
 
2254
2254
  @builtins.property
2255
2255
  def path(self) -> builtins.str:
2256
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
2256
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
2257
2257
  result = self._values.get("path")
2258
2258
  assert result is not None, "Required property 'path' is missing"
2259
2259
  return typing.cast(builtins.str, result)
2260
2260
 
2261
2261
  @builtins.property
2262
2262
  def type(self) -> builtins.str:
2263
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
2263
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
2264
2264
  result = self._values.get("type")
2265
2265
  assert result is not None, "Required property 'type' is missing"
2266
2266
  return typing.cast(builtins.str, result)
2267
2267
 
2268
2268
  @builtins.property
2269
2269
  def value(self) -> builtins.str:
2270
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
2270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
2271
2271
  result = self._values.get("value")
2272
2272
  assert result is not None, "Required property 'value' is missing"
2273
2273
  return typing.cast(builtins.str, result)
@@ -2497,7 +2497,7 @@ class EventOrchestrationUnroutedSetRuleActionsVariableOutputReference(
2497
2497
  class EventOrchestrationUnroutedSetRuleCondition:
2498
2498
  def __init__(self, *, expression: builtins.str) -> None:
2499
2499
  '''
2500
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
2500
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
2501
2501
  '''
2502
2502
  if __debug__:
2503
2503
  type_hints = typing.get_type_hints(_typecheckingstub__7e07b5dc138d66b32d7ebe6a7836500090439b0c193c8ab86ebe5120b056af3f)
@@ -2508,7 +2508,7 @@ class EventOrchestrationUnroutedSetRuleCondition:
2508
2508
 
2509
2509
  @builtins.property
2510
2510
  def expression(self) -> builtins.str:
2511
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
2511
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
2512
2512
  result = self._values.get("expression")
2513
2513
  assert result is not None, "Required property 'expression' is missing"
2514
2514
  return typing.cast(builtins.str, result)
@@ -2809,11 +2809,11 @@ class EventOrchestrationUnroutedSetRuleOutputReference(
2809
2809
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2810
2810
  ) -> None:
2811
2811
  '''
2812
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
2813
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
2814
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
2815
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
2816
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
2812
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
2813
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
2814
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
2815
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
2816
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
2817
2817
  '''
2818
2818
  value = EventOrchestrationUnroutedSetRuleActions(
2819
2819
  event_action=event_action,