cdktf-cdktf-provider-pagerduty 9.0.1__py3-none-any.whl → 9.0.3__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.3.jsii.tgz +0 -0
  3. cdktf_cdktf_provider_pagerduty/addon/__init__.py +12 -12
  4. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +51 -51
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +12 -12
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +12 -12
  7. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +24 -24
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +12 -12
  9. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +21 -21
  10. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +15 -15
  11. cdktf_cdktf_provider_pagerduty/custom_field/__init__.py +24 -24
  12. cdktf_cdktf_provider_pagerduty/custom_field_option/__init__.py +15 -15
  13. cdktf_cdktf_provider_pagerduty/custom_field_schema/__init__.py +12 -12
  14. cdktf_cdktf_provider_pagerduty/custom_field_schema_assignment/__init__.py +12 -12
  15. cdktf_cdktf_provider_pagerduty/custom_field_schema_field_configuration/__init__.py +24 -24
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +27 -27
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +15 -15
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +9 -9
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field/__init__.py +9 -9
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field_schema/__init__.py +9 -9
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +9 -9
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +12 -12
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +12 -12
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +9 -9
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +9 -9
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +9 -9
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +9 -9
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +36 -36
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +31 -31
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +9 -9
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +9 -9
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +9 -9
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +9 -9
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +12 -12
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +9 -9
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +12 -12
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +9 -9
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +15 -15
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +9 -9
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +9 -9
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +29 -29
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +18 -18
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +176 -176
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +9 -9
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +40 -40
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +185 -185
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +91 -91
  48. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +15 -15
  49. cdktf_cdktf_provider_pagerduty/extension/__init__.py +24 -24
  50. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +42 -42
  51. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +24 -24
  52. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +15 -15
  53. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +28 -28
  54. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +21 -21
  55. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +18 -18
  56. cdktf_cdktf_provider_pagerduty/provider/__init__.py +21 -21
  57. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +54 -54
  58. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +15 -15
  59. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +124 -124
  60. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +46 -46
  61. cdktf_cdktf_provider_pagerduty/service/__init__.py +118 -118
  62. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +26 -26
  63. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +116 -116
  64. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +89 -89
  65. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +30 -30
  66. cdktf_cdktf_provider_pagerduty/tag/__init__.py +9 -9
  67. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +15 -15
  68. cdktf_cdktf_provider_pagerduty/team/__init__.py +15 -15
  69. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +15 -15
  70. cdktf_cdktf_provider_pagerduty/user/__init__.py +33 -33
  71. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +24 -24
  72. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +18 -18
  73. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +40 -40
  74. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/METADATA +6 -6
  75. cdktf_cdktf_provider_pagerduty-9.0.3.dist-info/RECORD +80 -0
  76. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/WHEEL +1 -1
  77. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.1.jsii.tgz +0 -0
  78. cdktf_cdktf_provider_pagerduty-9.0.1.dist-info/RECORD +0 -80
  79. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/LICENSE +0 -0
  80. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.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 Registory for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationUnrouted(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationUnrouted.EventOrchestrationUnrouted",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class EventOrchestrationUnrouted(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
53
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
54
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/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.
52
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
53
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
54
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -88,7 +88,7 @@ class EventOrchestrationUnrouted(
88
88
  actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
89
89
  ) -> None:
90
90
  '''
91
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
91
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
92
92
  '''
93
93
  value = EventOrchestrationUnroutedCatchAll(actions=actions)
94
94
 
@@ -189,7 +189,7 @@ class EventOrchestrationUnroutedCatchAll:
189
189
  actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
190
190
  ) -> None:
191
191
  '''
192
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
192
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
193
193
  '''
194
194
  if isinstance(actions, dict):
195
195
  actions = EventOrchestrationUnroutedCatchAllActions(**actions)
@@ -204,7 +204,7 @@ class EventOrchestrationUnroutedCatchAll:
204
204
  def actions(self) -> "EventOrchestrationUnroutedCatchAllActions":
205
205
  '''actions block.
206
206
 
207
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
207
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
208
208
  '''
209
209
  result = self._values.get("actions")
210
210
  assert result is not None, "Required property 'actions' is missing"
@@ -242,10 +242,10 @@ class EventOrchestrationUnroutedCatchAllActions:
242
242
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
243
243
  ) -> None:
244
244
  '''
245
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
246
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
247
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
248
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
245
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
246
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
247
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
248
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
249
249
  '''
250
250
  if __debug__:
251
251
  type_hints = typing.get_type_hints(_typecheckingstub__c6574dcb4a0e638aece27cc74f601e14a17d0b4395adc2458762bf0dd9ef29cd)
@@ -265,7 +265,7 @@ class EventOrchestrationUnroutedCatchAllActions:
265
265
 
266
266
  @builtins.property
267
267
  def event_action(self) -> typing.Optional[builtins.str]:
268
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
268
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
269
269
  result = self._values.get("event_action")
270
270
  return typing.cast(typing.Optional[builtins.str], result)
271
271
 
@@ -275,14 +275,14 @@ class EventOrchestrationUnroutedCatchAllActions:
275
275
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]]:
276
276
  '''extraction block.
277
277
 
278
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
278
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
279
279
  '''
280
280
  result = self._values.get("extraction")
281
281
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]], result)
282
282
 
283
283
  @builtins.property
284
284
  def severity(self) -> typing.Optional[builtins.str]:
285
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
285
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
286
286
  result = self._values.get("severity")
287
287
  return typing.cast(typing.Optional[builtins.str], result)
288
288
 
@@ -292,7 +292,7 @@ class EventOrchestrationUnroutedCatchAllActions:
292
292
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]]:
293
293
  '''variable block.
294
294
 
295
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
295
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
296
296
  '''
297
297
  result = self._values.get("variable")
298
298
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]], result)
@@ -329,10 +329,10 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
329
329
  template: typing.Optional[builtins.str] = None,
330
330
  ) -> None:
331
331
  '''
332
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
333
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
334
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
335
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
332
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
333
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
334
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
335
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
336
336
  '''
337
337
  if __debug__:
338
338
  type_hints = typing.get_type_hints(_typecheckingstub__873057e6f5f2b8466ff463cc0428da1d09eef943c149dc85c306d593a566df69)
@@ -352,26 +352,26 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
352
352
 
353
353
  @builtins.property
354
354
  def target(self) -> builtins.str:
355
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
355
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
356
356
  result = self._values.get("target")
357
357
  assert result is not None, "Required property 'target' is missing"
358
358
  return typing.cast(builtins.str, result)
359
359
 
360
360
  @builtins.property
361
361
  def regex(self) -> typing.Optional[builtins.str]:
362
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
362
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
363
363
  result = self._values.get("regex")
364
364
  return typing.cast(typing.Optional[builtins.str], result)
365
365
 
366
366
  @builtins.property
367
367
  def source(self) -> typing.Optional[builtins.str]:
368
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
368
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
369
369
  result = self._values.get("source")
370
370
  return typing.cast(typing.Optional[builtins.str], result)
371
371
 
372
372
  @builtins.property
373
373
  def template(self) -> typing.Optional[builtins.str]:
374
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
374
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
375
375
  result = self._values.get("template")
376
376
  return typing.cast(typing.Optional[builtins.str], result)
377
377
 
@@ -762,10 +762,10 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
762
762
  value: builtins.str,
763
763
  ) -> None:
764
764
  '''
765
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
766
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
767
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
768
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
765
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
766
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
767
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
768
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
769
769
  '''
770
770
  if __debug__:
771
771
  type_hints = typing.get_type_hints(_typecheckingstub__6d16718dd84c51311e04997b4675de9db9aec5dd9d5debae2b5d98162b78bced)
@@ -782,28 +782,28 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
782
782
 
783
783
  @builtins.property
784
784
  def name(self) -> builtins.str:
785
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
785
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
786
786
  result = self._values.get("name")
787
787
  assert result is not None, "Required property 'name' is missing"
788
788
  return typing.cast(builtins.str, result)
789
789
 
790
790
  @builtins.property
791
791
  def path(self) -> builtins.str:
792
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
792
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
793
793
  result = self._values.get("path")
794
794
  assert result is not None, "Required property 'path' is missing"
795
795
  return typing.cast(builtins.str, result)
796
796
 
797
797
  @builtins.property
798
798
  def type(self) -> builtins.str:
799
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
799
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
800
800
  result = self._values.get("type")
801
801
  assert result is not None, "Required property 'type' is missing"
802
802
  return typing.cast(builtins.str, result)
803
803
 
804
804
  @builtins.property
805
805
  def value(self) -> builtins.str:
806
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
806
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
807
807
  result = self._values.get("value")
808
808
  assert result is not None, "Required property 'value' is missing"
809
809
  return typing.cast(builtins.str, result)
@@ -1055,10 +1055,10 @@ class EventOrchestrationUnroutedCatchAllOutputReference(
1055
1055
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
1056
1056
  ) -> None:
1057
1057
  '''
1058
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1059
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1060
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1061
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1058
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1059
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1060
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1061
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1062
1062
  '''
1063
1063
  value = EventOrchestrationUnroutedCatchAllActions(
1064
1064
  event_action=event_action,
@@ -1138,10 +1138,10 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1138
1138
  :param lifecycle:
1139
1139
  :param provider:
1140
1140
  :param provisioners:
1141
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1142
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
1143
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1144
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/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.
1141
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1142
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
1143
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1144
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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.
1145
1145
  '''
1146
1146
  if isinstance(lifecycle, dict):
1147
1147
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -1250,7 +1250,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1250
1250
  def catch_all(self) -> EventOrchestrationUnroutedCatchAll:
1251
1251
  '''catch_all block.
1252
1252
 
1253
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1253
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1254
1254
  '''
1255
1255
  result = self._values.get("catch_all")
1256
1256
  assert result is not None, "Required property 'catch_all' is missing"
@@ -1258,7 +1258,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1258
1258
 
1259
1259
  @builtins.property
1260
1260
  def event_orchestration(self) -> builtins.str:
1261
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
1261
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
1262
1262
  result = self._values.get("event_orchestration")
1263
1263
  assert result is not None, "Required property 'event_orchestration' is missing"
1264
1264
  return typing.cast(builtins.str, result)
@@ -1269,7 +1269,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1269
1269
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSet"]]:
1270
1270
  '''set block.
1271
1271
 
1272
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1272
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1273
1273
  '''
1274
1274
  result = self._values.get("set")
1275
1275
  assert result is not None, "Required property 'set' is missing"
@@ -1277,7 +1277,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1277
1277
 
1278
1278
  @builtins.property
1279
1279
  def id(self) -> typing.Optional[builtins.str]:
1280
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1280
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1281
1281
 
1282
1282
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1283
1283
  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.
@@ -1310,8 +1310,8 @@ class EventOrchestrationUnroutedSet:
1310
1310
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
1311
1311
  ) -> None:
1312
1312
  '''
1313
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/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.
1314
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1313
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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.
1314
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1315
1315
  '''
1316
1316
  if __debug__:
1317
1317
  type_hints = typing.get_type_hints(_typecheckingstub__d008f014806e1f881fbd832e0f0859fbb79a6023defe775d45620826b97169c9)
@@ -1325,7 +1325,7 @@ class EventOrchestrationUnroutedSet:
1325
1325
 
1326
1326
  @builtins.property
1327
1327
  def id(self) -> builtins.str:
1328
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1328
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1329
1329
 
1330
1330
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1331
1331
  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.
@@ -1340,7 +1340,7 @@ class EventOrchestrationUnroutedSet:
1340
1340
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]]:
1341
1341
  '''rule block.
1342
1342
 
1343
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1343
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1344
1344
  '''
1345
1345
  result = self._values.get("rule")
1346
1346
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]], result)
@@ -1557,10 +1557,10 @@ class EventOrchestrationUnroutedSetRule:
1557
1557
  label: typing.Optional[builtins.str] = None,
1558
1558
  ) -> None:
1559
1559
  '''
1560
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1561
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1562
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
1563
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
1560
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1561
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1562
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
1563
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
1564
1564
  '''
1565
1565
  if isinstance(actions, dict):
1566
1566
  actions = EventOrchestrationUnroutedSetRuleActions(**actions)
@@ -1584,7 +1584,7 @@ class EventOrchestrationUnroutedSetRule:
1584
1584
  def actions(self) -> "EventOrchestrationUnroutedSetRuleActions":
1585
1585
  '''actions block.
1586
1586
 
1587
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1587
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1588
1588
  '''
1589
1589
  result = self._values.get("actions")
1590
1590
  assert result is not None, "Required property 'actions' is missing"
@@ -1596,7 +1596,7 @@ class EventOrchestrationUnroutedSetRule:
1596
1596
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]]:
1597
1597
  '''condition block.
1598
1598
 
1599
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1599
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1600
1600
  '''
1601
1601
  result = self._values.get("condition")
1602
1602
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]], result)
@@ -1605,13 +1605,13 @@ class EventOrchestrationUnroutedSetRule:
1605
1605
  def disabled(
1606
1606
  self,
1607
1607
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1608
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
1608
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
1609
1609
  result = self._values.get("disabled")
1610
1610
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
1611
1611
 
1612
1612
  @builtins.property
1613
1613
  def label(self) -> typing.Optional[builtins.str]:
1614
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
1614
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
1615
1615
  result = self._values.get("label")
1616
1616
  return typing.cast(typing.Optional[builtins.str], result)
1617
1617
 
@@ -1649,11 +1649,11 @@ class EventOrchestrationUnroutedSetRuleActions:
1649
1649
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
1650
1650
  ) -> None:
1651
1651
  '''
1652
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1653
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1654
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
1655
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1656
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1652
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1653
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1654
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
1655
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1656
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1657
1657
  '''
1658
1658
  if __debug__:
1659
1659
  type_hints = typing.get_type_hints(_typecheckingstub__7de69daeae1a5cd1a1063bd644434991e938ef8d905f1e00d5b411fef8b3a529)
@@ -1676,7 +1676,7 @@ class EventOrchestrationUnroutedSetRuleActions:
1676
1676
 
1677
1677
  @builtins.property
1678
1678
  def event_action(self) -> typing.Optional[builtins.str]:
1679
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
1679
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
1680
1680
  result = self._values.get("event_action")
1681
1681
  return typing.cast(typing.Optional[builtins.str], result)
1682
1682
 
@@ -1686,20 +1686,20 @@ class EventOrchestrationUnroutedSetRuleActions:
1686
1686
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]]:
1687
1687
  '''extraction block.
1688
1688
 
1689
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1689
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1690
1690
  '''
1691
1691
  result = self._values.get("extraction")
1692
1692
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]], result)
1693
1693
 
1694
1694
  @builtins.property
1695
1695
  def route_to(self) -> typing.Optional[builtins.str]:
1696
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
1696
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
1697
1697
  result = self._values.get("route_to")
1698
1698
  return typing.cast(typing.Optional[builtins.str], result)
1699
1699
 
1700
1700
  @builtins.property
1701
1701
  def severity(self) -> typing.Optional[builtins.str]:
1702
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
1702
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
1703
1703
  result = self._values.get("severity")
1704
1704
  return typing.cast(typing.Optional[builtins.str], result)
1705
1705
 
@@ -1709,7 +1709,7 @@ class EventOrchestrationUnroutedSetRuleActions:
1709
1709
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]]:
1710
1710
  '''variable block.
1711
1711
 
1712
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1712
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1713
1713
  '''
1714
1714
  result = self._values.get("variable")
1715
1715
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]], result)
@@ -1746,10 +1746,10 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
1746
1746
  template: typing.Optional[builtins.str] = None,
1747
1747
  ) -> None:
1748
1748
  '''
1749
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
1750
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
1751
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
1752
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
1749
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
1750
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
1751
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
1752
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
1753
1753
  '''
1754
1754
  if __debug__:
1755
1755
  type_hints = typing.get_type_hints(_typecheckingstub__8b3013dd35226ec76dc2f09e9719e1c12966fdd5323214ccba59c06037e0e915)
@@ -1769,26 +1769,26 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
1769
1769
 
1770
1770
  @builtins.property
1771
1771
  def target(self) -> builtins.str:
1772
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
1772
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
1773
1773
  result = self._values.get("target")
1774
1774
  assert result is not None, "Required property 'target' is missing"
1775
1775
  return typing.cast(builtins.str, result)
1776
1776
 
1777
1777
  @builtins.property
1778
1778
  def regex(self) -> typing.Optional[builtins.str]:
1779
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
1779
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
1780
1780
  result = self._values.get("regex")
1781
1781
  return typing.cast(typing.Optional[builtins.str], result)
1782
1782
 
1783
1783
  @builtins.property
1784
1784
  def source(self) -> typing.Optional[builtins.str]:
1785
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
1785
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
1786
1786
  result = self._values.get("source")
1787
1787
  return typing.cast(typing.Optional[builtins.str], result)
1788
1788
 
1789
1789
  @builtins.property
1790
1790
  def template(self) -> typing.Optional[builtins.str]:
1791
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
1791
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
1792
1792
  result = self._values.get("template")
1793
1793
  return typing.cast(typing.Optional[builtins.str], result)
1794
1794
 
@@ -2195,10 +2195,10 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
2195
2195
  value: builtins.str,
2196
2196
  ) -> None:
2197
2197
  '''
2198
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
2199
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
2200
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
2201
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
2198
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
2199
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
2200
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
2201
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
2202
2202
  '''
2203
2203
  if __debug__:
2204
2204
  type_hints = typing.get_type_hints(_typecheckingstub__dd0c5f57df347bcae15394cd70a29867473ac8aa3688e6f0dc355fc21a2ef2d8)
@@ -2215,28 +2215,28 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
2215
2215
 
2216
2216
  @builtins.property
2217
2217
  def name(self) -> builtins.str:
2218
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
2218
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
2219
2219
  result = self._values.get("name")
2220
2220
  assert result is not None, "Required property 'name' is missing"
2221
2221
  return typing.cast(builtins.str, result)
2222
2222
 
2223
2223
  @builtins.property
2224
2224
  def path(self) -> builtins.str:
2225
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
2225
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
2226
2226
  result = self._values.get("path")
2227
2227
  assert result is not None, "Required property 'path' is missing"
2228
2228
  return typing.cast(builtins.str, result)
2229
2229
 
2230
2230
  @builtins.property
2231
2231
  def type(self) -> builtins.str:
2232
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
2232
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
2233
2233
  result = self._values.get("type")
2234
2234
  assert result is not None, "Required property 'type' is missing"
2235
2235
  return typing.cast(builtins.str, result)
2236
2236
 
2237
2237
  @builtins.property
2238
2238
  def value(self) -> builtins.str:
2239
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
2239
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
2240
2240
  result = self._values.get("value")
2241
2241
  assert result is not None, "Required property 'value' is missing"
2242
2242
  return typing.cast(builtins.str, result)
@@ -2466,7 +2466,7 @@ class EventOrchestrationUnroutedSetRuleActionsVariableOutputReference(
2466
2466
  class EventOrchestrationUnroutedSetRuleCondition:
2467
2467
  def __init__(self, *, expression: builtins.str) -> None:
2468
2468
  '''
2469
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
2469
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
2470
2470
  '''
2471
2471
  if __debug__:
2472
2472
  type_hints = typing.get_type_hints(_typecheckingstub__7e07b5dc138d66b32d7ebe6a7836500090439b0c193c8ab86ebe5120b056af3f)
@@ -2477,7 +2477,7 @@ class EventOrchestrationUnroutedSetRuleCondition:
2477
2477
 
2478
2478
  @builtins.property
2479
2479
  def expression(self) -> builtins.str:
2480
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
2480
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
2481
2481
  result = self._values.get("expression")
2482
2482
  assert result is not None, "Required property 'expression' is missing"
2483
2483
  return typing.cast(builtins.str, result)
@@ -2778,11 +2778,11 @@ class EventOrchestrationUnroutedSetRuleOutputReference(
2778
2778
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2779
2779
  ) -> None:
2780
2780
  '''
2781
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
2782
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
2783
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
2784
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
2785
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
2781
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
2782
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
2783
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
2784
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
2785
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
2786
2786
  '''
2787
2787
  value = EventOrchestrationUnroutedSetRuleActions(
2788
2788
  event_action=event_action,