cdktf-cdktf-provider-pagerduty 12.0.4__py3-none-any.whl → 12.0.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +30 -30
  36. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  37. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  42. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  43. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  44. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  45. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +1073 -53
  48. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  49. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  50. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  51. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  52. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  53. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  54. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  55. cdktf_cdktf_provider_pagerduty/service/__init__.py +170 -121
  56. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  57. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  58. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  59. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  60. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  61. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  62. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  63. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  64. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  65. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  66. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  68. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +6 -7
  69. cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
  70. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.4.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/RECORD +0 -73
  73. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.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/3.1.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/3.2.1/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/3.1.2/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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/3.1.2/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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/3.1.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/3.1.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/3.1.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/3.1.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/3.1.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/3.2.1/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/3.2.1/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/3.2.1/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/3.2.1/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/3.2.1/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:
@@ -97,7 +97,7 @@ class EventOrchestrationService(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
100
- :param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -115,7 +115,7 @@ class EventOrchestrationService(
115
115
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
116
116
  ) -> None:
117
117
  '''
118
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
118
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
119
119
  '''
120
120
  value = EventOrchestrationServiceCatchAll(actions=actions)
121
121
 
@@ -244,7 +244,7 @@ class EventOrchestrationServiceCatchAll:
244
244
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
245
245
  ) -> None:
246
246
  '''
247
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
247
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
248
248
  '''
249
249
  if isinstance(actions, dict):
250
250
  actions = EventOrchestrationServiceCatchAllActions(**actions)
@@ -259,7 +259,7 @@ class EventOrchestrationServiceCatchAll:
259
259
  def actions(self) -> "EventOrchestrationServiceCatchAllActions":
260
260
  '''actions block.
261
261
 
262
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
262
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
263
263
  '''
264
264
  result = self._values.get("actions")
265
265
  assert result is not None, "Required property 'actions' is missing"
@@ -311,17 +311,17 @@ class EventOrchestrationServiceCatchAllActions:
311
311
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
312
312
  ) -> None:
313
313
  '''
314
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
315
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
316
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
317
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
318
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
319
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
320
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
321
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
322
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
323
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
324
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
314
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
315
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
316
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
317
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
318
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
319
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
320
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
321
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
322
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
323
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
324
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
325
325
  '''
326
326
  if isinstance(automation_action, dict):
327
327
  automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
@@ -366,7 +366,7 @@ class EventOrchestrationServiceCatchAllActions:
366
366
 
367
367
  @builtins.property
368
368
  def annotate(self) -> typing.Optional[builtins.str]:
369
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
369
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
370
370
  result = self._values.get("annotate")
371
371
  return typing.cast(typing.Optional[builtins.str], result)
372
372
 
@@ -376,14 +376,14 @@ class EventOrchestrationServiceCatchAllActions:
376
376
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
377
377
  '''automation_action block.
378
378
 
379
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
379
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
380
380
  '''
381
381
  result = self._values.get("automation_action")
382
382
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
383
383
 
384
384
  @builtins.property
385
385
  def event_action(self) -> typing.Optional[builtins.str]:
386
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
386
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
387
387
  result = self._values.get("event_action")
388
388
  return typing.cast(typing.Optional[builtins.str], result)
389
389
 
@@ -393,7 +393,7 @@ class EventOrchestrationServiceCatchAllActions:
393
393
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
394
394
  '''extraction block.
395
395
 
396
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
396
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
397
397
  '''
398
398
  result = self._values.get("extraction")
399
399
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
@@ -404,26 +404,26 @@ class EventOrchestrationServiceCatchAllActions:
404
404
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
405
405
  '''pagerduty_automation_action block.
406
406
 
407
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
407
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
408
408
  '''
409
409
  result = self._values.get("pagerduty_automation_action")
410
410
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
411
411
 
412
412
  @builtins.property
413
413
  def priority(self) -> typing.Optional[builtins.str]:
414
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
414
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
415
415
  result = self._values.get("priority")
416
416
  return typing.cast(typing.Optional[builtins.str], result)
417
417
 
418
418
  @builtins.property
419
419
  def route_to(self) -> typing.Optional[builtins.str]:
420
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
420
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
421
421
  result = self._values.get("route_to")
422
422
  return typing.cast(typing.Optional[builtins.str], result)
423
423
 
424
424
  @builtins.property
425
425
  def severity(self) -> typing.Optional[builtins.str]:
426
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
426
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
427
427
  result = self._values.get("severity")
428
428
  return typing.cast(typing.Optional[builtins.str], result)
429
429
 
@@ -431,13 +431,13 @@ class EventOrchestrationServiceCatchAllActions:
431
431
  def suppress(
432
432
  self,
433
433
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
434
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
434
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
435
435
  result = self._values.get("suppress")
436
436
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
437
437
 
438
438
  @builtins.property
439
439
  def suspend(self) -> typing.Optional[jsii.Number]:
440
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
440
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
441
441
  result = self._values.get("suspend")
442
442
  return typing.cast(typing.Optional[jsii.Number], result)
443
443
 
@@ -447,7 +447,7 @@ class EventOrchestrationServiceCatchAllActions:
447
447
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
448
448
  '''variable block.
449
449
 
450
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
450
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
451
451
  '''
452
452
  result = self._values.get("variable")
453
453
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
@@ -486,11 +486,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
486
486
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
487
487
  ) -> None:
488
488
  '''
489
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
490
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
491
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
492
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
493
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
489
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
490
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
491
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
492
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
493
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
494
494
  '''
495
495
  if __debug__:
496
496
  type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
@@ -512,14 +512,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
512
512
 
513
513
  @builtins.property
514
514
  def name(self) -> builtins.str:
515
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
515
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
516
516
  result = self._values.get("name")
517
517
  assert result is not None, "Required property 'name' is missing"
518
518
  return typing.cast(builtins.str, result)
519
519
 
520
520
  @builtins.property
521
521
  def url(self) -> builtins.str:
522
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
522
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
523
523
  result = self._values.get("url")
524
524
  assert result is not None, "Required property 'url' is missing"
525
525
  return typing.cast(builtins.str, result)
@@ -528,7 +528,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
528
528
  def auto_send(
529
529
  self,
530
530
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
531
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
531
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
532
532
  result = self._values.get("auto_send")
533
533
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
534
534
 
@@ -538,7 +538,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
538
538
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
539
539
  '''header block.
540
540
 
541
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
541
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
542
542
  '''
543
543
  result = self._values.get("header")
544
544
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
@@ -549,7 +549,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
549
549
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
550
550
  '''parameter block.
551
551
 
552
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
552
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
553
553
  '''
554
554
  result = self._values.get("parameter")
555
555
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
@@ -574,8 +574,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
574
574
  class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
575
575
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
576
576
  '''
577
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
578
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
577
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
578
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
579
579
  '''
580
580
  if __debug__:
581
581
  type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
@@ -588,14 +588,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
588
588
 
589
589
  @builtins.property
590
590
  def key(self) -> builtins.str:
591
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
591
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
592
592
  result = self._values.get("key")
593
593
  assert result is not None, "Required property 'key' is missing"
594
594
  return typing.cast(builtins.str, result)
595
595
 
596
596
  @builtins.property
597
597
  def value(self) -> builtins.str:
598
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
598
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
599
599
  result = self._values.get("value")
600
600
  assert result is not None, "Required property 'value' is missing"
601
601
  return typing.cast(builtins.str, result)
@@ -951,8 +951,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
951
951
  class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
952
952
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
953
953
  '''
954
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
955
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
954
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
955
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
956
956
  '''
957
957
  if __debug__:
958
958
  type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
@@ -965,14 +965,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
965
965
 
966
966
  @builtins.property
967
967
  def key(self) -> builtins.str:
968
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
968
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
969
969
  result = self._values.get("key")
970
970
  assert result is not None, "Required property 'key' is missing"
971
971
  return typing.cast(builtins.str, result)
972
972
 
973
973
  @builtins.property
974
974
  def value(self) -> builtins.str:
975
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
975
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
976
976
  result = self._values.get("value")
977
977
  assert result is not None, "Required property 'value' is missing"
978
978
  return typing.cast(builtins.str, result)
@@ -1180,10 +1180,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1180
1180
  template: typing.Optional[builtins.str] = None,
1181
1181
  ) -> None:
1182
1182
  '''
1183
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1184
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1185
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1186
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1183
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1184
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1185
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1186
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1187
1187
  '''
1188
1188
  if __debug__:
1189
1189
  type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
@@ -1203,26 +1203,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1203
1203
 
1204
1204
  @builtins.property
1205
1205
  def target(self) -> builtins.str:
1206
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1206
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1207
1207
  result = self._values.get("target")
1208
1208
  assert result is not None, "Required property 'target' is missing"
1209
1209
  return typing.cast(builtins.str, result)
1210
1210
 
1211
1211
  @builtins.property
1212
1212
  def regex(self) -> typing.Optional[builtins.str]:
1213
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1213
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1214
1214
  result = self._values.get("regex")
1215
1215
  return typing.cast(typing.Optional[builtins.str], result)
1216
1216
 
1217
1217
  @builtins.property
1218
1218
  def source(self) -> typing.Optional[builtins.str]:
1219
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1219
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1220
1220
  result = self._values.get("source")
1221
1221
  return typing.cast(typing.Optional[builtins.str], result)
1222
1222
 
1223
1223
  @builtins.property
1224
1224
  def template(self) -> typing.Optional[builtins.str]:
1225
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1225
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1226
1226
  result = self._values.get("template")
1227
1227
  return typing.cast(typing.Optional[builtins.str], result)
1228
1228
 
@@ -1486,11 +1486,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1486
1486
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1487
1487
  ) -> None:
1488
1488
  '''
1489
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1490
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1491
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1492
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1493
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1489
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1490
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1491
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1492
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1493
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1494
1494
  '''
1495
1495
  value = EventOrchestrationServiceCatchAllActionsAutomationAction(
1496
1496
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1514,7 +1514,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1514
1514
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
1515
1515
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
1516
1516
  '''
1517
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1517
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1518
1518
  '''
1519
1519
  value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
1520
1520
  action_id=action_id
@@ -1781,7 +1781,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1781
1781
  class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
1782
1782
  def __init__(self, *, action_id: builtins.str) -> None:
1783
1783
  '''
1784
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1784
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1785
1785
  '''
1786
1786
  if __debug__:
1787
1787
  type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
@@ -1792,7 +1792,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
1792
1792
 
1793
1793
  @builtins.property
1794
1794
  def action_id(self) -> builtins.str:
1795
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
1795
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
1796
1796
  result = self._values.get("action_id")
1797
1797
  assert result is not None, "Required property 'action_id' is missing"
1798
1798
  return typing.cast(builtins.str, result)
@@ -1879,10 +1879,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
1879
1879
  value: builtins.str,
1880
1880
  ) -> None:
1881
1881
  '''
1882
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1883
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
1884
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
1885
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1882
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1883
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
1884
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
1885
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1886
1886
  '''
1887
1887
  if __debug__:
1888
1888
  type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
@@ -1899,28 +1899,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
1899
1899
 
1900
1900
  @builtins.property
1901
1901
  def name(self) -> builtins.str:
1902
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
1902
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
1903
1903
  result = self._values.get("name")
1904
1904
  assert result is not None, "Required property 'name' is missing"
1905
1905
  return typing.cast(builtins.str, result)
1906
1906
 
1907
1907
  @builtins.property
1908
1908
  def path(self) -> builtins.str:
1909
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
1909
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
1910
1910
  result = self._values.get("path")
1911
1911
  assert result is not None, "Required property 'path' is missing"
1912
1912
  return typing.cast(builtins.str, result)
1913
1913
 
1914
1914
  @builtins.property
1915
1915
  def type(self) -> builtins.str:
1916
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
1916
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
1917
1917
  result = self._values.get("type")
1918
1918
  assert result is not None, "Required property 'type' is missing"
1919
1919
  return typing.cast(builtins.str, result)
1920
1920
 
1921
1921
  @builtins.property
1922
1922
  def value(self) -> builtins.str:
1923
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1923
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1924
1924
  result = self._values.get("value")
1925
1925
  assert result is not None, "Required property 'value' is missing"
1926
1926
  return typing.cast(builtins.str, result)
@@ -2179,17 +2179,17 @@ class EventOrchestrationServiceCatchAllOutputReference(
2179
2179
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2180
2180
  ) -> None:
2181
2181
  '''
2182
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2183
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2184
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2185
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2186
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2187
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2188
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2189
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2190
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2191
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2192
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2182
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2183
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2184
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2185
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2186
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2187
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2188
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2189
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2190
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2191
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2192
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2193
2193
  '''
2194
2194
  value = EventOrchestrationServiceCatchAllActions(
2195
2195
  annotate=annotate,
@@ -2278,11 +2278,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2278
2278
  :param lifecycle:
2279
2279
  :param provider:
2280
2280
  :param provisioners:
2281
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2282
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2283
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2284
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2285
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.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.
2281
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2282
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2283
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2284
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2285
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
2286
2286
  '''
2287
2287
  if isinstance(lifecycle, dict):
2288
2288
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2394,7 +2394,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2394
2394
  def catch_all(self) -> EventOrchestrationServiceCatchAll:
2395
2395
  '''catch_all block.
2396
2396
 
2397
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2397
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2398
2398
  '''
2399
2399
  result = self._values.get("catch_all")
2400
2400
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2402,7 +2402,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2402
2402
 
2403
2403
  @builtins.property
2404
2404
  def service(self) -> builtins.str:
2405
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2405
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2406
2406
  result = self._values.get("service")
2407
2407
  assert result is not None, "Required property 'service' is missing"
2408
2408
  return typing.cast(builtins.str, result)
@@ -2413,7 +2413,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2413
2413
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
2414
2414
  '''set block.
2415
2415
 
2416
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2416
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2417
2417
  '''
2418
2418
  result = self._values.get("set")
2419
2419
  assert result is not None, "Required property 'set' is missing"
@@ -2423,13 +2423,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2423
2423
  def enable_event_orchestration_for_service(
2424
2424
  self,
2425
2425
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2426
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2426
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2427
2427
  result = self._values.get("enable_event_orchestration_for_service")
2428
2428
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2429
2429
 
2430
2430
  @builtins.property
2431
2431
  def id(self) -> typing.Optional[builtins.str]:
2432
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2432
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2433
2433
 
2434
2434
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2435
2435
  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.
@@ -2462,8 +2462,8 @@ class EventOrchestrationServiceSet:
2462
2462
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2463
2463
  ) -> None:
2464
2464
  '''
2465
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.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.
2466
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2465
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
2466
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2467
2467
  '''
2468
2468
  if __debug__:
2469
2469
  type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
@@ -2477,7 +2477,7 @@ class EventOrchestrationServiceSet:
2477
2477
 
2478
2478
  @builtins.property
2479
2479
  def id(self) -> builtins.str:
2480
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2480
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2481
2481
 
2482
2482
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2483
2483
  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.
@@ -2492,7 +2492,7 @@ class EventOrchestrationServiceSet:
2492
2492
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
2493
2493
  '''rule block.
2494
2494
 
2495
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2495
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2496
2496
  '''
2497
2497
  result = self._values.get("rule")
2498
2498
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
@@ -2709,10 +2709,10 @@ class EventOrchestrationServiceSetRule:
2709
2709
  label: typing.Optional[builtins.str] = None,
2710
2710
  ) -> None:
2711
2711
  '''
2712
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2713
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2714
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2715
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2712
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2713
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2714
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2715
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2716
2716
  '''
2717
2717
  if isinstance(actions, dict):
2718
2718
  actions = EventOrchestrationServiceSetRuleActions(**actions)
@@ -2736,7 +2736,7 @@ class EventOrchestrationServiceSetRule:
2736
2736
  def actions(self) -> "EventOrchestrationServiceSetRuleActions":
2737
2737
  '''actions block.
2738
2738
 
2739
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2739
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2740
2740
  '''
2741
2741
  result = self._values.get("actions")
2742
2742
  assert result is not None, "Required property 'actions' is missing"
@@ -2748,7 +2748,7 @@ class EventOrchestrationServiceSetRule:
2748
2748
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
2749
2749
  '''condition block.
2750
2750
 
2751
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2751
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2752
2752
  '''
2753
2753
  result = self._values.get("condition")
2754
2754
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
@@ -2757,13 +2757,13 @@ class EventOrchestrationServiceSetRule:
2757
2757
  def disabled(
2758
2758
  self,
2759
2759
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2760
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
2760
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
2761
2761
  result = self._values.get("disabled")
2762
2762
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2763
2763
 
2764
2764
  @builtins.property
2765
2765
  def label(self) -> typing.Optional[builtins.str]:
2766
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
2766
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
2767
2767
  result = self._values.get("label")
2768
2768
  return typing.cast(typing.Optional[builtins.str], result)
2769
2769
 
@@ -2813,17 +2813,17 @@ class EventOrchestrationServiceSetRuleActions:
2813
2813
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
2814
2814
  ) -> None:
2815
2815
  '''
2816
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2817
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2818
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2819
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2820
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2821
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2822
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2823
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2824
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2825
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2826
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2816
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2817
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2818
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2819
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2820
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2821
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2822
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2823
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2824
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2825
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2826
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2827
2827
  '''
2828
2828
  if isinstance(automation_action, dict):
2829
2829
  automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
@@ -2868,7 +2868,7 @@ class EventOrchestrationServiceSetRuleActions:
2868
2868
 
2869
2869
  @builtins.property
2870
2870
  def annotate(self) -> typing.Optional[builtins.str]:
2871
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
2871
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
2872
2872
  result = self._values.get("annotate")
2873
2873
  return typing.cast(typing.Optional[builtins.str], result)
2874
2874
 
@@ -2878,14 +2878,14 @@ class EventOrchestrationServiceSetRuleActions:
2878
2878
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
2879
2879
  '''automation_action block.
2880
2880
 
2881
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2881
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2882
2882
  '''
2883
2883
  result = self._values.get("automation_action")
2884
2884
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
2885
2885
 
2886
2886
  @builtins.property
2887
2887
  def event_action(self) -> typing.Optional[builtins.str]:
2888
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
2888
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
2889
2889
  result = self._values.get("event_action")
2890
2890
  return typing.cast(typing.Optional[builtins.str], result)
2891
2891
 
@@ -2895,7 +2895,7 @@ class EventOrchestrationServiceSetRuleActions:
2895
2895
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
2896
2896
  '''extraction block.
2897
2897
 
2898
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2898
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2899
2899
  '''
2900
2900
  result = self._values.get("extraction")
2901
2901
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
@@ -2906,26 +2906,26 @@ class EventOrchestrationServiceSetRuleActions:
2906
2906
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
2907
2907
  '''pagerduty_automation_action block.
2908
2908
 
2909
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2909
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2910
2910
  '''
2911
2911
  result = self._values.get("pagerduty_automation_action")
2912
2912
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
2913
2913
 
2914
2914
  @builtins.property
2915
2915
  def priority(self) -> typing.Optional[builtins.str]:
2916
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
2916
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
2917
2917
  result = self._values.get("priority")
2918
2918
  return typing.cast(typing.Optional[builtins.str], result)
2919
2919
 
2920
2920
  @builtins.property
2921
2921
  def route_to(self) -> typing.Optional[builtins.str]:
2922
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
2922
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
2923
2923
  result = self._values.get("route_to")
2924
2924
  return typing.cast(typing.Optional[builtins.str], result)
2925
2925
 
2926
2926
  @builtins.property
2927
2927
  def severity(self) -> typing.Optional[builtins.str]:
2928
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
2928
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
2929
2929
  result = self._values.get("severity")
2930
2930
  return typing.cast(typing.Optional[builtins.str], result)
2931
2931
 
@@ -2933,13 +2933,13 @@ class EventOrchestrationServiceSetRuleActions:
2933
2933
  def suppress(
2934
2934
  self,
2935
2935
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2936
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
2936
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
2937
2937
  result = self._values.get("suppress")
2938
2938
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2939
2939
 
2940
2940
  @builtins.property
2941
2941
  def suspend(self) -> typing.Optional[jsii.Number]:
2942
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
2942
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
2943
2943
  result = self._values.get("suspend")
2944
2944
  return typing.cast(typing.Optional[jsii.Number], result)
2945
2945
 
@@ -2949,7 +2949,7 @@ class EventOrchestrationServiceSetRuleActions:
2949
2949
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
2950
2950
  '''variable block.
2951
2951
 
2952
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2952
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2953
2953
  '''
2954
2954
  result = self._values.get("variable")
2955
2955
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
@@ -2988,11 +2988,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
2988
2988
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
2989
2989
  ) -> None:
2990
2990
  '''
2991
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2992
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
2993
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
2994
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
2995
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
2991
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2992
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
2993
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
2994
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
2995
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
2996
2996
  '''
2997
2997
  if __debug__:
2998
2998
  type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
@@ -3014,14 +3014,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3014
3014
 
3015
3015
  @builtins.property
3016
3016
  def name(self) -> builtins.str:
3017
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3017
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3018
3018
  result = self._values.get("name")
3019
3019
  assert result is not None, "Required property 'name' is missing"
3020
3020
  return typing.cast(builtins.str, result)
3021
3021
 
3022
3022
  @builtins.property
3023
3023
  def url(self) -> builtins.str:
3024
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3024
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3025
3025
  result = self._values.get("url")
3026
3026
  assert result is not None, "Required property 'url' is missing"
3027
3027
  return typing.cast(builtins.str, result)
@@ -3030,7 +3030,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3030
3030
  def auto_send(
3031
3031
  self,
3032
3032
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3033
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3033
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3034
3034
  result = self._values.get("auto_send")
3035
3035
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3036
3036
 
@@ -3040,7 +3040,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3040
3040
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
3041
3041
  '''header block.
3042
3042
 
3043
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3043
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3044
3044
  '''
3045
3045
  result = self._values.get("header")
3046
3046
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
@@ -3051,7 +3051,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3051
3051
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
3052
3052
  '''parameter block.
3053
3053
 
3054
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3054
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3055
3055
  '''
3056
3056
  result = self._values.get("parameter")
3057
3057
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
@@ -3076,8 +3076,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3076
3076
  class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3077
3077
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3078
3078
  '''
3079
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3080
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3079
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3080
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3081
3081
  '''
3082
3082
  if __debug__:
3083
3083
  type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
@@ -3090,14 +3090,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3090
3090
 
3091
3091
  @builtins.property
3092
3092
  def key(self) -> builtins.str:
3093
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3093
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3094
3094
  result = self._values.get("key")
3095
3095
  assert result is not None, "Required property 'key' is missing"
3096
3096
  return typing.cast(builtins.str, result)
3097
3097
 
3098
3098
  @builtins.property
3099
3099
  def value(self) -> builtins.str:
3100
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3100
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3101
3101
  result = self._values.get("value")
3102
3102
  assert result is not None, "Required property 'value' is missing"
3103
3103
  return typing.cast(builtins.str, result)
@@ -3453,8 +3453,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
3453
3453
  class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3454
3454
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3455
3455
  '''
3456
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3457
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3456
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3457
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3458
3458
  '''
3459
3459
  if __debug__:
3460
3460
  type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
@@ -3467,14 +3467,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3467
3467
 
3468
3468
  @builtins.property
3469
3469
  def key(self) -> builtins.str:
3470
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3470
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3471
3471
  result = self._values.get("key")
3472
3472
  assert result is not None, "Required property 'key' is missing"
3473
3473
  return typing.cast(builtins.str, result)
3474
3474
 
3475
3475
  @builtins.property
3476
3476
  def value(self) -> builtins.str:
3477
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3477
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3478
3478
  result = self._values.get("value")
3479
3479
  assert result is not None, "Required property 'value' is missing"
3480
3480
  return typing.cast(builtins.str, result)
@@ -3682,10 +3682,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3682
3682
  template: typing.Optional[builtins.str] = None,
3683
3683
  ) -> None:
3684
3684
  '''
3685
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3686
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3687
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3688
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3685
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3686
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3687
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3688
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3689
3689
  '''
3690
3690
  if __debug__:
3691
3691
  type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
@@ -3705,26 +3705,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3705
3705
 
3706
3706
  @builtins.property
3707
3707
  def target(self) -> builtins.str:
3708
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
3708
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
3709
3709
  result = self._values.get("target")
3710
3710
  assert result is not None, "Required property 'target' is missing"
3711
3711
  return typing.cast(builtins.str, result)
3712
3712
 
3713
3713
  @builtins.property
3714
3714
  def regex(self) -> typing.Optional[builtins.str]:
3715
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
3715
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
3716
3716
  result = self._values.get("regex")
3717
3717
  return typing.cast(typing.Optional[builtins.str], result)
3718
3718
 
3719
3719
  @builtins.property
3720
3720
  def source(self) -> typing.Optional[builtins.str]:
3721
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
3721
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
3722
3722
  result = self._values.get("source")
3723
3723
  return typing.cast(typing.Optional[builtins.str], result)
3724
3724
 
3725
3725
  @builtins.property
3726
3726
  def template(self) -> typing.Optional[builtins.str]:
3727
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
3727
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
3728
3728
  result = self._values.get("template")
3729
3729
  return typing.cast(typing.Optional[builtins.str], result)
3730
3730
 
@@ -3988,11 +3988,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
3988
3988
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
3989
3989
  ) -> None:
3990
3990
  '''
3991
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3992
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3993
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3994
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3995
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3991
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3992
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3993
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3994
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3995
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3996
3996
  '''
3997
3997
  value = EventOrchestrationServiceSetRuleActionsAutomationAction(
3998
3998
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4016,7 +4016,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4016
4016
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
4017
4017
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
4018
4018
  '''
4019
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4019
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4020
4020
  '''
4021
4021
  value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
4022
4022
  action_id=action_id
@@ -4283,7 +4283,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4283
4283
  class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4284
4284
  def __init__(self, *, action_id: builtins.str) -> None:
4285
4285
  '''
4286
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4286
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4287
4287
  '''
4288
4288
  if __debug__:
4289
4289
  type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
@@ -4294,7 +4294,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4294
4294
 
4295
4295
  @builtins.property
4296
4296
  def action_id(self) -> builtins.str:
4297
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4297
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4298
4298
  result = self._values.get("action_id")
4299
4299
  assert result is not None, "Required property 'action_id' is missing"
4300
4300
  return typing.cast(builtins.str, result)
@@ -4381,10 +4381,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4381
4381
  value: builtins.str,
4382
4382
  ) -> None:
4383
4383
  '''
4384
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4385
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4386
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4387
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4384
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4385
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4386
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4387
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4388
4388
  '''
4389
4389
  if __debug__:
4390
4390
  type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
@@ -4401,28 +4401,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4401
4401
 
4402
4402
  @builtins.property
4403
4403
  def name(self) -> builtins.str:
4404
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4404
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4405
4405
  result = self._values.get("name")
4406
4406
  assert result is not None, "Required property 'name' is missing"
4407
4407
  return typing.cast(builtins.str, result)
4408
4408
 
4409
4409
  @builtins.property
4410
4410
  def path(self) -> builtins.str:
4411
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4411
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4412
4412
  result = self._values.get("path")
4413
4413
  assert result is not None, "Required property 'path' is missing"
4414
4414
  return typing.cast(builtins.str, result)
4415
4415
 
4416
4416
  @builtins.property
4417
4417
  def type(self) -> builtins.str:
4418
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4418
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4419
4419
  result = self._values.get("type")
4420
4420
  assert result is not None, "Required property 'type' is missing"
4421
4421
  return typing.cast(builtins.str, result)
4422
4422
 
4423
4423
  @builtins.property
4424
4424
  def value(self) -> builtins.str:
4425
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4425
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4426
4426
  result = self._values.get("value")
4427
4427
  assert result is not None, "Required property 'value' is missing"
4428
4428
  return typing.cast(builtins.str, result)
@@ -4652,7 +4652,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
4652
4652
  class EventOrchestrationServiceSetRuleCondition:
4653
4653
  def __init__(self, *, expression: builtins.str) -> None:
4654
4654
  '''
4655
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
4655
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
4656
4656
  '''
4657
4657
  if __debug__:
4658
4658
  type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
@@ -4663,7 +4663,7 @@ class EventOrchestrationServiceSetRuleCondition:
4663
4663
 
4664
4664
  @builtins.property
4665
4665
  def expression(self) -> builtins.str:
4666
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
4666
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
4667
4667
  result = self._values.get("expression")
4668
4668
  assert result is not None, "Required property 'expression' is missing"
4669
4669
  return typing.cast(builtins.str, result)
@@ -4970,17 +4970,17 @@ class EventOrchestrationServiceSetRuleOutputReference(
4970
4970
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
4971
4971
  ) -> None:
4972
4972
  '''
4973
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
4974
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
4975
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
4976
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
4977
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
4978
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
4979
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
4980
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
4981
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
4982
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
4983
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
4973
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
4974
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
4975
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
4976
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
4977
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
4978
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
4979
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
4980
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
4981
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
4982
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
4983
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
4984
4984
  '''
4985
4985
  value = EventOrchestrationServiceSetRuleActions(
4986
4986
  annotate=annotate,