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_service`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationService(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class EventOrchestrationService(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  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,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :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_service#catch_all EventOrchestrationService#catch_all}
54
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
55
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
56
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
53
+ :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_service#catch_all EventOrchestrationService#catch_all}
54
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
55
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
56
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -91,7 +91,7 @@ class EventOrchestrationService(
91
91
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
92
92
  ) -> None:
93
93
  '''
94
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
94
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
95
95
  '''
96
96
  value = EventOrchestrationServiceCatchAll(actions=actions)
97
97
 
@@ -220,7 +220,7 @@ class EventOrchestrationServiceCatchAll:
220
220
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", 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/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
223
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
224
224
  '''
225
225
  if isinstance(actions, dict):
226
226
  actions = EventOrchestrationServiceCatchAllActions(**actions)
@@ -235,7 +235,7 @@ class EventOrchestrationServiceCatchAll:
235
235
  def actions(self) -> "EventOrchestrationServiceCatchAllActions":
236
236
  '''actions block.
237
237
 
238
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
238
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
239
239
  '''
240
240
  result = self._values.get("actions")
241
241
  assert result is not None, "Required property 'actions' is missing"
@@ -287,17 +287,17 @@ class EventOrchestrationServiceCatchAllActions:
287
287
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
288
288
  ) -> None:
289
289
  '''
290
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
291
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
292
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
293
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
294
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
295
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
296
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
297
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
298
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
299
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
300
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
290
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
291
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
292
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
293
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
294
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
295
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
296
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
297
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
298
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
299
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
300
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
301
301
  '''
302
302
  if isinstance(automation_action, dict):
303
303
  automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
@@ -342,7 +342,7 @@ class EventOrchestrationServiceCatchAllActions:
342
342
 
343
343
  @builtins.property
344
344
  def annotate(self) -> typing.Optional[builtins.str]:
345
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
345
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
346
346
  result = self._values.get("annotate")
347
347
  return typing.cast(typing.Optional[builtins.str], result)
348
348
 
@@ -352,14 +352,14 @@ class EventOrchestrationServiceCatchAllActions:
352
352
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
353
353
  '''automation_action block.
354
354
 
355
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
355
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
356
356
  '''
357
357
  result = self._values.get("automation_action")
358
358
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
359
359
 
360
360
  @builtins.property
361
361
  def event_action(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_service#event_action EventOrchestrationService#event_action}.'''
362
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
363
363
  result = self._values.get("event_action")
364
364
  return typing.cast(typing.Optional[builtins.str], result)
365
365
 
@@ -369,7 +369,7 @@ class EventOrchestrationServiceCatchAllActions:
369
369
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
370
370
  '''extraction block.
371
371
 
372
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
372
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
373
373
  '''
374
374
  result = self._values.get("extraction")
375
375
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
@@ -380,26 +380,26 @@ class EventOrchestrationServiceCatchAllActions:
380
380
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
381
381
  '''pagerduty_automation_action block.
382
382
 
383
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
384
384
  '''
385
385
  result = self._values.get("pagerduty_automation_action")
386
386
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
387
387
 
388
388
  @builtins.property
389
389
  def priority(self) -> typing.Optional[builtins.str]:
390
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
390
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
391
391
  result = self._values.get("priority")
392
392
  return typing.cast(typing.Optional[builtins.str], result)
393
393
 
394
394
  @builtins.property
395
395
  def route_to(self) -> typing.Optional[builtins.str]:
396
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
396
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
397
397
  result = self._values.get("route_to")
398
398
  return typing.cast(typing.Optional[builtins.str], result)
399
399
 
400
400
  @builtins.property
401
401
  def severity(self) -> typing.Optional[builtins.str]:
402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
403
403
  result = self._values.get("severity")
404
404
  return typing.cast(typing.Optional[builtins.str], result)
405
405
 
@@ -407,13 +407,13 @@ class EventOrchestrationServiceCatchAllActions:
407
407
  def suppress(
408
408
  self,
409
409
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
410
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
410
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
411
411
  result = self._values.get("suppress")
412
412
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
413
413
 
414
414
  @builtins.property
415
415
  def suspend(self) -> typing.Optional[jsii.Number]:
416
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
416
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
417
417
  result = self._values.get("suspend")
418
418
  return typing.cast(typing.Optional[jsii.Number], result)
419
419
 
@@ -423,7 +423,7 @@ class EventOrchestrationServiceCatchAllActions:
423
423
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
424
424
  '''variable block.
425
425
 
426
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
426
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
427
427
  '''
428
428
  result = self._values.get("variable")
429
429
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
@@ -462,11 +462,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
462
462
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
463
463
  ) -> None:
464
464
  '''
465
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
466
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
467
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
468
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
469
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
465
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
466
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
467
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
468
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
469
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
470
470
  '''
471
471
  if __debug__:
472
472
  type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
@@ -488,14 +488,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
488
488
 
489
489
  @builtins.property
490
490
  def name(self) -> builtins.str:
491
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
491
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
492
492
  result = self._values.get("name")
493
493
  assert result is not None, "Required property 'name' is missing"
494
494
  return typing.cast(builtins.str, result)
495
495
 
496
496
  @builtins.property
497
497
  def url(self) -> builtins.str:
498
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
498
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
499
499
  result = self._values.get("url")
500
500
  assert result is not None, "Required property 'url' is missing"
501
501
  return typing.cast(builtins.str, result)
@@ -504,7 +504,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
504
504
  def auto_send(
505
505
  self,
506
506
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
507
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
507
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
508
508
  result = self._values.get("auto_send")
509
509
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
510
510
 
@@ -514,7 +514,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
514
514
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
515
515
  '''header block.
516
516
 
517
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
517
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
518
518
  '''
519
519
  result = self._values.get("header")
520
520
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
@@ -525,7 +525,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
525
525
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
526
526
  '''parameter block.
527
527
 
528
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
528
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
529
529
  '''
530
530
  result = self._values.get("parameter")
531
531
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
@@ -550,8 +550,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
550
550
  class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
551
551
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
552
552
  '''
553
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
554
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
553
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
554
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
555
555
  '''
556
556
  if __debug__:
557
557
  type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
@@ -564,14 +564,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
564
564
 
565
565
  @builtins.property
566
566
  def key(self) -> builtins.str:
567
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
567
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
568
568
  result = self._values.get("key")
569
569
  assert result is not None, "Required property 'key' is missing"
570
570
  return typing.cast(builtins.str, result)
571
571
 
572
572
  @builtins.property
573
573
  def value(self) -> builtins.str:
574
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
574
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
575
575
  result = self._values.get("value")
576
576
  assert result is not None, "Required property 'value' is missing"
577
577
  return typing.cast(builtins.str, result)
@@ -927,8 +927,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
927
927
  class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
928
928
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
929
929
  '''
930
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
931
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
930
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
931
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
932
932
  '''
933
933
  if __debug__:
934
934
  type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
@@ -941,14 +941,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
941
941
 
942
942
  @builtins.property
943
943
  def key(self) -> builtins.str:
944
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
944
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
945
945
  result = self._values.get("key")
946
946
  assert result is not None, "Required property 'key' is missing"
947
947
  return typing.cast(builtins.str, result)
948
948
 
949
949
  @builtins.property
950
950
  def value(self) -> builtins.str:
951
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
951
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
952
952
  result = self._values.get("value")
953
953
  assert result is not None, "Required property 'value' is missing"
954
954
  return typing.cast(builtins.str, result)
@@ -1156,10 +1156,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1156
1156
  template: typing.Optional[builtins.str] = None,
1157
1157
  ) -> None:
1158
1158
  '''
1159
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1160
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1161
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1162
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1159
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1160
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1161
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1162
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1163
1163
  '''
1164
1164
  if __debug__:
1165
1165
  type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
@@ -1179,26 +1179,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1179
1179
 
1180
1180
  @builtins.property
1181
1181
  def target(self) -> builtins.str:
1182
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1182
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1183
1183
  result = self._values.get("target")
1184
1184
  assert result is not None, "Required property 'target' is missing"
1185
1185
  return typing.cast(builtins.str, result)
1186
1186
 
1187
1187
  @builtins.property
1188
1188
  def regex(self) -> typing.Optional[builtins.str]:
1189
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1189
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1190
1190
  result = self._values.get("regex")
1191
1191
  return typing.cast(typing.Optional[builtins.str], result)
1192
1192
 
1193
1193
  @builtins.property
1194
1194
  def source(self) -> typing.Optional[builtins.str]:
1195
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1195
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1196
1196
  result = self._values.get("source")
1197
1197
  return typing.cast(typing.Optional[builtins.str], result)
1198
1198
 
1199
1199
  @builtins.property
1200
1200
  def template(self) -> typing.Optional[builtins.str]:
1201
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1201
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1202
1202
  result = self._values.get("template")
1203
1203
  return typing.cast(typing.Optional[builtins.str], result)
1204
1204
 
@@ -1462,11 +1462,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1462
1462
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1463
1463
  ) -> None:
1464
1464
  '''
1465
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1466
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1467
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1468
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1469
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1465
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1466
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1467
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1468
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1469
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1470
1470
  '''
1471
1471
  value = EventOrchestrationServiceCatchAllActionsAutomationAction(
1472
1472
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1490,7 +1490,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1490
1490
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
1491
1491
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
1492
1492
  '''
1493
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1493
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1494
1494
  '''
1495
1495
  value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
1496
1496
  action_id=action_id
@@ -1757,7 +1757,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1757
1757
  class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
1758
1758
  def __init__(self, *, action_id: builtins.str) -> None:
1759
1759
  '''
1760
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1760
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1761
1761
  '''
1762
1762
  if __debug__:
1763
1763
  type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
@@ -1768,7 +1768,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
1768
1768
 
1769
1769
  @builtins.property
1770
1770
  def action_id(self) -> builtins.str:
1771
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
1771
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
1772
1772
  result = self._values.get("action_id")
1773
1773
  assert result is not None, "Required property 'action_id' is missing"
1774
1774
  return typing.cast(builtins.str, result)
@@ -1855,10 +1855,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
1855
1855
  value: builtins.str,
1856
1856
  ) -> None:
1857
1857
  '''
1858
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1859
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
1860
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
1861
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1858
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1859
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
1860
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
1861
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1862
1862
  '''
1863
1863
  if __debug__:
1864
1864
  type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
@@ -1875,28 +1875,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
1875
1875
 
1876
1876
  @builtins.property
1877
1877
  def name(self) -> builtins.str:
1878
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
1878
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
1879
1879
  result = self._values.get("name")
1880
1880
  assert result is not None, "Required property 'name' is missing"
1881
1881
  return typing.cast(builtins.str, result)
1882
1882
 
1883
1883
  @builtins.property
1884
1884
  def path(self) -> builtins.str:
1885
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
1885
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
1886
1886
  result = self._values.get("path")
1887
1887
  assert result is not None, "Required property 'path' is missing"
1888
1888
  return typing.cast(builtins.str, result)
1889
1889
 
1890
1890
  @builtins.property
1891
1891
  def type(self) -> builtins.str:
1892
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
1892
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
1893
1893
  result = self._values.get("type")
1894
1894
  assert result is not None, "Required property 'type' is missing"
1895
1895
  return typing.cast(builtins.str, result)
1896
1896
 
1897
1897
  @builtins.property
1898
1898
  def value(self) -> builtins.str:
1899
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1899
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1900
1900
  result = self._values.get("value")
1901
1901
  assert result is not None, "Required property 'value' is missing"
1902
1902
  return typing.cast(builtins.str, result)
@@ -2155,17 +2155,17 @@ class EventOrchestrationServiceCatchAllOutputReference(
2155
2155
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2156
2156
  ) -> None:
2157
2157
  '''
2158
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2159
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2160
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2161
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2162
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2163
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2164
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2165
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2166
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2167
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2168
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2158
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2159
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2160
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2161
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2162
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2163
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2164
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2165
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2166
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2167
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2168
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2169
2169
  '''
2170
2170
  value = EventOrchestrationServiceCatchAllActions(
2171
2171
  annotate=annotate,
@@ -2254,11 +2254,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2254
2254
  :param lifecycle:
2255
2255
  :param provider:
2256
2256
  :param provisioners:
2257
- :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_service#catch_all EventOrchestrationService#catch_all}
2258
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2259
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2260
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2261
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
2257
+ :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_service#catch_all EventOrchestrationService#catch_all}
2258
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2259
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2260
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2261
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
2262
2262
  '''
2263
2263
  if isinstance(lifecycle, dict):
2264
2264
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2370,7 +2370,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2370
2370
  def catch_all(self) -> EventOrchestrationServiceCatchAll:
2371
2371
  '''catch_all block.
2372
2372
 
2373
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2373
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2374
2374
  '''
2375
2375
  result = self._values.get("catch_all")
2376
2376
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2378,7 +2378,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2378
2378
 
2379
2379
  @builtins.property
2380
2380
  def service(self) -> builtins.str:
2381
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2381
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2382
2382
  result = self._values.get("service")
2383
2383
  assert result is not None, "Required property 'service' is missing"
2384
2384
  return typing.cast(builtins.str, result)
@@ -2389,7 +2389,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2389
2389
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
2390
2390
  '''set block.
2391
2391
 
2392
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2392
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2393
2393
  '''
2394
2394
  result = self._values.get("set")
2395
2395
  assert result is not None, "Required property 'set' is missing"
@@ -2399,13 +2399,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2399
2399
  def enable_event_orchestration_for_service(
2400
2400
  self,
2401
2401
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2403
2403
  result = self._values.get("enable_event_orchestration_for_service")
2404
2404
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2405
2405
 
2406
2406
  @builtins.property
2407
2407
  def id(self) -> typing.Optional[builtins.str]:
2408
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2408
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2409
2409
 
2410
2410
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2411
2411
  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.
@@ -2438,8 +2438,8 @@ class EventOrchestrationServiceSet:
2438
2438
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2439
2439
  ) -> None:
2440
2440
  '''
2441
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
2442
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2441
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
2442
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2443
2443
  '''
2444
2444
  if __debug__:
2445
2445
  type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
@@ -2453,7 +2453,7 @@ class EventOrchestrationServiceSet:
2453
2453
 
2454
2454
  @builtins.property
2455
2455
  def id(self) -> builtins.str:
2456
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2456
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2457
2457
 
2458
2458
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2459
2459
  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.
@@ -2468,7 +2468,7 @@ class EventOrchestrationServiceSet:
2468
2468
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
2469
2469
  '''rule block.
2470
2470
 
2471
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2471
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2472
2472
  '''
2473
2473
  result = self._values.get("rule")
2474
2474
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
@@ -2685,10 +2685,10 @@ class EventOrchestrationServiceSetRule:
2685
2685
  label: typing.Optional[builtins.str] = None,
2686
2686
  ) -> None:
2687
2687
  '''
2688
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2689
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2690
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2691
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2688
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2689
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2690
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2691
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2692
2692
  '''
2693
2693
  if isinstance(actions, dict):
2694
2694
  actions = EventOrchestrationServiceSetRuleActions(**actions)
@@ -2712,7 +2712,7 @@ class EventOrchestrationServiceSetRule:
2712
2712
  def actions(self) -> "EventOrchestrationServiceSetRuleActions":
2713
2713
  '''actions block.
2714
2714
 
2715
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2715
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2716
2716
  '''
2717
2717
  result = self._values.get("actions")
2718
2718
  assert result is not None, "Required property 'actions' is missing"
@@ -2724,7 +2724,7 @@ class EventOrchestrationServiceSetRule:
2724
2724
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
2725
2725
  '''condition block.
2726
2726
 
2727
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2727
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2728
2728
  '''
2729
2729
  result = self._values.get("condition")
2730
2730
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
@@ -2733,13 +2733,13 @@ class EventOrchestrationServiceSetRule:
2733
2733
  def disabled(
2734
2734
  self,
2735
2735
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2736
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
2736
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
2737
2737
  result = self._values.get("disabled")
2738
2738
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2739
2739
 
2740
2740
  @builtins.property
2741
2741
  def label(self) -> typing.Optional[builtins.str]:
2742
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
2742
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
2743
2743
  result = self._values.get("label")
2744
2744
  return typing.cast(typing.Optional[builtins.str], result)
2745
2745
 
@@ -2789,17 +2789,17 @@ class EventOrchestrationServiceSetRuleActions:
2789
2789
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
2790
2790
  ) -> None:
2791
2791
  '''
2792
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2793
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2794
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2795
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2796
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2797
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2798
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2799
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2800
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2801
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2802
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2792
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2793
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2794
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2795
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2796
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2797
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2798
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2799
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2800
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2801
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2802
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2803
2803
  '''
2804
2804
  if isinstance(automation_action, dict):
2805
2805
  automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
@@ -2844,7 +2844,7 @@ class EventOrchestrationServiceSetRuleActions:
2844
2844
 
2845
2845
  @builtins.property
2846
2846
  def annotate(self) -> typing.Optional[builtins.str]:
2847
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
2847
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
2848
2848
  result = self._values.get("annotate")
2849
2849
  return typing.cast(typing.Optional[builtins.str], result)
2850
2850
 
@@ -2854,14 +2854,14 @@ class EventOrchestrationServiceSetRuleActions:
2854
2854
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
2855
2855
  '''automation_action block.
2856
2856
 
2857
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2857
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2858
2858
  '''
2859
2859
  result = self._values.get("automation_action")
2860
2860
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
2861
2861
 
2862
2862
  @builtins.property
2863
2863
  def event_action(self) -> typing.Optional[builtins.str]:
2864
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
2864
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
2865
2865
  result = self._values.get("event_action")
2866
2866
  return typing.cast(typing.Optional[builtins.str], result)
2867
2867
 
@@ -2871,7 +2871,7 @@ class EventOrchestrationServiceSetRuleActions:
2871
2871
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
2872
2872
  '''extraction block.
2873
2873
 
2874
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2874
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2875
2875
  '''
2876
2876
  result = self._values.get("extraction")
2877
2877
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
@@ -2882,26 +2882,26 @@ class EventOrchestrationServiceSetRuleActions:
2882
2882
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
2883
2883
  '''pagerduty_automation_action block.
2884
2884
 
2885
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2885
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2886
2886
  '''
2887
2887
  result = self._values.get("pagerduty_automation_action")
2888
2888
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
2889
2889
 
2890
2890
  @builtins.property
2891
2891
  def priority(self) -> typing.Optional[builtins.str]:
2892
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
2892
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
2893
2893
  result = self._values.get("priority")
2894
2894
  return typing.cast(typing.Optional[builtins.str], result)
2895
2895
 
2896
2896
  @builtins.property
2897
2897
  def route_to(self) -> typing.Optional[builtins.str]:
2898
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
2898
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
2899
2899
  result = self._values.get("route_to")
2900
2900
  return typing.cast(typing.Optional[builtins.str], result)
2901
2901
 
2902
2902
  @builtins.property
2903
2903
  def severity(self) -> typing.Optional[builtins.str]:
2904
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
2904
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
2905
2905
  result = self._values.get("severity")
2906
2906
  return typing.cast(typing.Optional[builtins.str], result)
2907
2907
 
@@ -2909,13 +2909,13 @@ class EventOrchestrationServiceSetRuleActions:
2909
2909
  def suppress(
2910
2910
  self,
2911
2911
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2912
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
2912
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
2913
2913
  result = self._values.get("suppress")
2914
2914
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2915
2915
 
2916
2916
  @builtins.property
2917
2917
  def suspend(self) -> typing.Optional[jsii.Number]:
2918
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
2918
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
2919
2919
  result = self._values.get("suspend")
2920
2920
  return typing.cast(typing.Optional[jsii.Number], result)
2921
2921
 
@@ -2925,7 +2925,7 @@ class EventOrchestrationServiceSetRuleActions:
2925
2925
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
2926
2926
  '''variable block.
2927
2927
 
2928
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2928
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2929
2929
  '''
2930
2930
  result = self._values.get("variable")
2931
2931
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
@@ -2964,11 +2964,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
2964
2964
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
2965
2965
  ) -> None:
2966
2966
  '''
2967
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2968
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
2969
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
2970
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
2971
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
2967
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2968
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
2969
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
2970
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
2971
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
2972
2972
  '''
2973
2973
  if __debug__:
2974
2974
  type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
@@ -2990,14 +2990,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
2990
2990
 
2991
2991
  @builtins.property
2992
2992
  def name(self) -> builtins.str:
2993
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2993
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2994
2994
  result = self._values.get("name")
2995
2995
  assert result is not None, "Required property 'name' is missing"
2996
2996
  return typing.cast(builtins.str, result)
2997
2997
 
2998
2998
  @builtins.property
2999
2999
  def url(self) -> builtins.str:
3000
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3000
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3001
3001
  result = self._values.get("url")
3002
3002
  assert result is not None, "Required property 'url' is missing"
3003
3003
  return typing.cast(builtins.str, result)
@@ -3006,7 +3006,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3006
3006
  def auto_send(
3007
3007
  self,
3008
3008
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3009
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3009
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3010
3010
  result = self._values.get("auto_send")
3011
3011
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3012
3012
 
@@ -3016,7 +3016,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3016
3016
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
3017
3017
  '''header block.
3018
3018
 
3019
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3019
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3020
3020
  '''
3021
3021
  result = self._values.get("header")
3022
3022
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
@@ -3027,7 +3027,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3027
3027
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
3028
3028
  '''parameter block.
3029
3029
 
3030
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3030
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3031
3031
  '''
3032
3032
  result = self._values.get("parameter")
3033
3033
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
@@ -3052,8 +3052,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3052
3052
  class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3053
3053
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3054
3054
  '''
3055
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3056
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3055
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3056
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3057
3057
  '''
3058
3058
  if __debug__:
3059
3059
  type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
@@ -3066,14 +3066,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3066
3066
 
3067
3067
  @builtins.property
3068
3068
  def key(self) -> builtins.str:
3069
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3069
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3070
3070
  result = self._values.get("key")
3071
3071
  assert result is not None, "Required property 'key' is missing"
3072
3072
  return typing.cast(builtins.str, result)
3073
3073
 
3074
3074
  @builtins.property
3075
3075
  def value(self) -> builtins.str:
3076
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3076
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3077
3077
  result = self._values.get("value")
3078
3078
  assert result is not None, "Required property 'value' is missing"
3079
3079
  return typing.cast(builtins.str, result)
@@ -3429,8 +3429,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
3429
3429
  class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3430
3430
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3431
3431
  '''
3432
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3433
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3432
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3433
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3434
3434
  '''
3435
3435
  if __debug__:
3436
3436
  type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
@@ -3443,14 +3443,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3443
3443
 
3444
3444
  @builtins.property
3445
3445
  def key(self) -> builtins.str:
3446
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3446
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3447
3447
  result = self._values.get("key")
3448
3448
  assert result is not None, "Required property 'key' is missing"
3449
3449
  return typing.cast(builtins.str, result)
3450
3450
 
3451
3451
  @builtins.property
3452
3452
  def value(self) -> builtins.str:
3453
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3453
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3454
3454
  result = self._values.get("value")
3455
3455
  assert result is not None, "Required property 'value' is missing"
3456
3456
  return typing.cast(builtins.str, result)
@@ -3658,10 +3658,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3658
3658
  template: typing.Optional[builtins.str] = None,
3659
3659
  ) -> None:
3660
3660
  '''
3661
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3662
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3663
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3664
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3661
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3662
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3663
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3664
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3665
3665
  '''
3666
3666
  if __debug__:
3667
3667
  type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
@@ -3681,26 +3681,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3681
3681
 
3682
3682
  @builtins.property
3683
3683
  def target(self) -> builtins.str:
3684
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
3684
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
3685
3685
  result = self._values.get("target")
3686
3686
  assert result is not None, "Required property 'target' is missing"
3687
3687
  return typing.cast(builtins.str, result)
3688
3688
 
3689
3689
  @builtins.property
3690
3690
  def regex(self) -> typing.Optional[builtins.str]:
3691
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
3691
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
3692
3692
  result = self._values.get("regex")
3693
3693
  return typing.cast(typing.Optional[builtins.str], result)
3694
3694
 
3695
3695
  @builtins.property
3696
3696
  def source(self) -> typing.Optional[builtins.str]:
3697
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
3697
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
3698
3698
  result = self._values.get("source")
3699
3699
  return typing.cast(typing.Optional[builtins.str], result)
3700
3700
 
3701
3701
  @builtins.property
3702
3702
  def template(self) -> typing.Optional[builtins.str]:
3703
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
3703
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
3704
3704
  result = self._values.get("template")
3705
3705
  return typing.cast(typing.Optional[builtins.str], result)
3706
3706
 
@@ -3964,11 +3964,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
3964
3964
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
3965
3965
  ) -> None:
3966
3966
  '''
3967
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3968
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3969
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3970
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3971
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3967
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3968
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3969
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3970
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3971
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3972
3972
  '''
3973
3973
  value = EventOrchestrationServiceSetRuleActionsAutomationAction(
3974
3974
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -3992,7 +3992,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
3992
3992
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
3993
3993
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
3994
3994
  '''
3995
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
3995
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
3996
3996
  '''
3997
3997
  value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
3998
3998
  action_id=action_id
@@ -4259,7 +4259,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4259
4259
  class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4260
4260
  def __init__(self, *, action_id: builtins.str) -> None:
4261
4261
  '''
4262
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4262
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4263
4263
  '''
4264
4264
  if __debug__:
4265
4265
  type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
@@ -4270,7 +4270,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4270
4270
 
4271
4271
  @builtins.property
4272
4272
  def action_id(self) -> builtins.str:
4273
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4273
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4274
4274
  result = self._values.get("action_id")
4275
4275
  assert result is not None, "Required property 'action_id' is missing"
4276
4276
  return typing.cast(builtins.str, result)
@@ -4357,10 +4357,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4357
4357
  value: builtins.str,
4358
4358
  ) -> None:
4359
4359
  '''
4360
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4361
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4362
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4363
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4360
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4361
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4362
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4363
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4364
4364
  '''
4365
4365
  if __debug__:
4366
4366
  type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
@@ -4377,28 +4377,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4377
4377
 
4378
4378
  @builtins.property
4379
4379
  def name(self) -> builtins.str:
4380
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4380
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4381
4381
  result = self._values.get("name")
4382
4382
  assert result is not None, "Required property 'name' is missing"
4383
4383
  return typing.cast(builtins.str, result)
4384
4384
 
4385
4385
  @builtins.property
4386
4386
  def path(self) -> builtins.str:
4387
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4387
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4388
4388
  result = self._values.get("path")
4389
4389
  assert result is not None, "Required property 'path' is missing"
4390
4390
  return typing.cast(builtins.str, result)
4391
4391
 
4392
4392
  @builtins.property
4393
4393
  def type(self) -> builtins.str:
4394
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4394
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4395
4395
  result = self._values.get("type")
4396
4396
  assert result is not None, "Required property 'type' is missing"
4397
4397
  return typing.cast(builtins.str, result)
4398
4398
 
4399
4399
  @builtins.property
4400
4400
  def value(self) -> builtins.str:
4401
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4401
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4402
4402
  result = self._values.get("value")
4403
4403
  assert result is not None, "Required property 'value' is missing"
4404
4404
  return typing.cast(builtins.str, result)
@@ -4628,7 +4628,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
4628
4628
  class EventOrchestrationServiceSetRuleCondition:
4629
4629
  def __init__(self, *, expression: builtins.str) -> None:
4630
4630
  '''
4631
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
4631
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
4632
4632
  '''
4633
4633
  if __debug__:
4634
4634
  type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
@@ -4639,7 +4639,7 @@ class EventOrchestrationServiceSetRuleCondition:
4639
4639
 
4640
4640
  @builtins.property
4641
4641
  def expression(self) -> builtins.str:
4642
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
4642
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
4643
4643
  result = self._values.get("expression")
4644
4644
  assert result is not None, "Required property 'expression' is missing"
4645
4645
  return typing.cast(builtins.str, result)
@@ -4946,17 +4946,17 @@ class EventOrchestrationServiceSetRuleOutputReference(
4946
4946
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
4947
4947
  ) -> None:
4948
4948
  '''
4949
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
4950
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
4951
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
4952
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
4953
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
4954
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
4955
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
4956
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
4957
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
4958
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
4959
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
4949
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
4950
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
4951
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
4952
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
4953
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
4954
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
4955
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
4956
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
4957
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
4958
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
4959
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
4960
4960
  '''
4961
4961
  value = EventOrchestrationServiceSetRuleActions(
4962
4962
  annotate=annotate,