cdktf-cdktf-provider-pagerduty 13.11.6__py3-none-any.whl → 13.12.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +23 -4
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.12.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
  5. cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +787 -0
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +68 -53
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +29 -14
  8. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +29 -14
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +41 -26
  10. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +29 -14
  11. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +35 -20
  12. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +32 -17
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +598 -0
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +44 -29
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +32 -17
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +23 -8
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +26 -11
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +29 -14
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +29 -14
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +29 -14
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +29 -14
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +26 -11
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +23 -8
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +26 -11
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +26 -11
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +29 -14
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +23 -8
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +23 -8
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +26 -11
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +26 -11
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +23 -8
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +26 -11
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +23 -8
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +26 -11
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +26 -11
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +23 -8
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +32 -17
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +26 -11
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +26 -11
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +32 -17
  41. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +26 -11
  42. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +26 -11
  43. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +51 -36
  44. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +35 -20
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +213 -198
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +49 -34
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +26 -11
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +66 -51
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +222 -207
  50. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +49 -34
  51. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +108 -93
  52. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +32 -17
  53. cdktf_cdktf_provider_pagerduty/extension/__init__.py +38 -23
  54. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +56 -41
  55. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +41 -26
  56. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +32 -17
  57. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +61 -46
  58. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +47 -32
  59. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +35 -20
  60. cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -35
  61. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +71 -56
  62. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +32 -17
  63. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +141 -126
  64. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +63 -48
  65. cdktf_cdktf_provider_pagerduty/service/__init__.py +138 -123
  66. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +37 -22
  67. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +133 -118
  68. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +106 -91
  69. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +47 -32
  70. cdktf_cdktf_provider_pagerduty/tag/__init__.py +23 -8
  71. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +29 -14
  72. cdktf_cdktf_provider_pagerduty/team/__init__.py +32 -17
  73. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +32 -17
  74. cdktf_cdktf_provider_pagerduty/user/__init__.py +50 -35
  75. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +41 -26
  76. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +36 -21
  77. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +35 -20
  78. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +57 -42
  79. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/METADATA +6 -6
  80. cdktf_cdktf_provider_pagerduty-13.12.0.dist-info/RECORD +84 -0
  81. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.6.jsii.tgz +0 -0
  82. cdktf_cdktf_provider_pagerduty-13.11.6.dist-info/RECORD +0 -82
  83. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/LICENSE +0 -0
  84. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/WHEEL +0 -0
  85. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `pagerduty_event_orchestration_service`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -16,7 +16,22 @@ import jsii
16
16
  import publication
17
17
  import typing_extensions
18
18
 
19
- from typeguard import check_type
19
+ import typeguard
20
+ from importlib.metadata import version as _metadata_package_version
21
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
22
+
23
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
24
+ if TYPEGUARD_MAJOR_VERSION <= 2:
25
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
26
+ else:
27
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
28
+ pass
29
+ else:
30
+ if TYPEGUARD_MAJOR_VERSION == 3:
31
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
32
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
33
+ else:
34
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
20
35
 
21
36
  from .._jsii import *
22
37
 
@@ -29,7 +44,7 @@ class EventOrchestrationService(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -49,15 +64,15 @@ class EventOrchestrationService(
49
64
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
50
65
  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,
51
66
  ) -> None:
52
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
67
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
53
68
 
54
69
  :param scope: The scope in which to define this construct.
55
70
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
56
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
57
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
58
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
59
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
60
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.
71
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
72
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
73
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
74
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
75
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
61
76
  :param connection:
62
77
  :param count:
63
78
  :param depends_on:
@@ -100,7 +115,7 @@ class EventOrchestrationService(
100
115
 
101
116
  :param scope: The scope in which to define this construct.
102
117
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
103
- :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.15.6/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
118
+ :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.16.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
104
119
  :param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
105
120
  '''
106
121
  if __debug__:
@@ -118,7 +133,7 @@ class EventOrchestrationService(
118
133
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
119
134
  ) -> None:
120
135
  '''
121
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
136
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
122
137
  '''
123
138
  value = EventOrchestrationServiceCatchAll(actions=actions)
124
139
 
@@ -251,7 +266,7 @@ class EventOrchestrationServiceCatchAll:
251
266
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
252
267
  ) -> None:
253
268
  '''
254
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
269
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
255
270
  '''
256
271
  if isinstance(actions, dict):
257
272
  actions = EventOrchestrationServiceCatchAllActions(**actions)
@@ -266,7 +281,7 @@ class EventOrchestrationServiceCatchAll:
266
281
  def actions(self) -> "EventOrchestrationServiceCatchAllActions":
267
282
  '''actions block.
268
283
 
269
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
284
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
270
285
  '''
271
286
  result = self._values.get("actions")
272
287
  assert result is not None, "Required property 'actions' is missing"
@@ -322,19 +337,19 @@ class EventOrchestrationServiceCatchAllActions:
322
337
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
323
338
  ) -> None:
324
339
  '''
325
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
326
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
327
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
328
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
329
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
330
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
331
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
332
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
333
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
334
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
335
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
336
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
337
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
340
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
341
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
342
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
343
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
344
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
345
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
346
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
347
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
348
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
349
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
350
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
351
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
352
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
338
353
  '''
339
354
  if isinstance(automation_action, dict):
340
355
  automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
@@ -385,7 +400,7 @@ class EventOrchestrationServiceCatchAllActions:
385
400
 
386
401
  @builtins.property
387
402
  def annotate(self) -> typing.Optional[builtins.str]:
388
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
403
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
389
404
  result = self._values.get("annotate")
390
405
  return typing.cast(typing.Optional[builtins.str], result)
391
406
 
@@ -395,20 +410,20 @@ class EventOrchestrationServiceCatchAllActions:
395
410
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
396
411
  '''automation_action block.
397
412
 
398
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
413
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
399
414
  '''
400
415
  result = self._values.get("automation_action")
401
416
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
402
417
 
403
418
  @builtins.property
404
419
  def escalation_policy(self) -> typing.Optional[builtins.str]:
405
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
420
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
406
421
  result = self._values.get("escalation_policy")
407
422
  return typing.cast(typing.Optional[builtins.str], result)
408
423
 
409
424
  @builtins.property
410
425
  def event_action(self) -> typing.Optional[builtins.str]:
411
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
426
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
412
427
  result = self._values.get("event_action")
413
428
  return typing.cast(typing.Optional[builtins.str], result)
414
429
 
@@ -418,7 +433,7 @@ class EventOrchestrationServiceCatchAllActions:
418
433
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
419
434
  '''extraction block.
420
435
 
421
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
436
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
422
437
  '''
423
438
  result = self._values.get("extraction")
424
439
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
@@ -429,7 +444,7 @@ class EventOrchestrationServiceCatchAllActions:
429
444
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]]:
430
445
  '''incident_custom_field_update block.
431
446
 
432
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
447
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
433
448
  '''
434
449
  result = self._values.get("incident_custom_field_update")
435
450
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]], result)
@@ -440,26 +455,26 @@ class EventOrchestrationServiceCatchAllActions:
440
455
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
441
456
  '''pagerduty_automation_action block.
442
457
 
443
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
458
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
444
459
  '''
445
460
  result = self._values.get("pagerduty_automation_action")
446
461
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
447
462
 
448
463
  @builtins.property
449
464
  def priority(self) -> typing.Optional[builtins.str]:
450
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
465
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
451
466
  result = self._values.get("priority")
452
467
  return typing.cast(typing.Optional[builtins.str], result)
453
468
 
454
469
  @builtins.property
455
470
  def route_to(self) -> typing.Optional[builtins.str]:
456
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
471
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
457
472
  result = self._values.get("route_to")
458
473
  return typing.cast(typing.Optional[builtins.str], result)
459
474
 
460
475
  @builtins.property
461
476
  def severity(self) -> typing.Optional[builtins.str]:
462
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
477
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
463
478
  result = self._values.get("severity")
464
479
  return typing.cast(typing.Optional[builtins.str], result)
465
480
 
@@ -467,13 +482,13 @@ class EventOrchestrationServiceCatchAllActions:
467
482
  def suppress(
468
483
  self,
469
484
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
470
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
485
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
471
486
  result = self._values.get("suppress")
472
487
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
473
488
 
474
489
  @builtins.property
475
490
  def suspend(self) -> typing.Optional[jsii.Number]:
476
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
491
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
477
492
  result = self._values.get("suspend")
478
493
  return typing.cast(typing.Optional[jsii.Number], result)
479
494
 
@@ -483,7 +498,7 @@ class EventOrchestrationServiceCatchAllActions:
483
498
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
484
499
  '''variable block.
485
500
 
486
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
501
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
487
502
  '''
488
503
  result = self._values.get("variable")
489
504
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
@@ -522,11 +537,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
522
537
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
523
538
  ) -> None:
524
539
  '''
525
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
526
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
527
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
528
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
529
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
540
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
541
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
542
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
543
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
544
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
530
545
  '''
531
546
  if __debug__:
532
547
  type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
@@ -548,14 +563,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
548
563
 
549
564
  @builtins.property
550
565
  def name(self) -> builtins.str:
551
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
566
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
552
567
  result = self._values.get("name")
553
568
  assert result is not None, "Required property 'name' is missing"
554
569
  return typing.cast(builtins.str, result)
555
570
 
556
571
  @builtins.property
557
572
  def url(self) -> builtins.str:
558
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
573
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
559
574
  result = self._values.get("url")
560
575
  assert result is not None, "Required property 'url' is missing"
561
576
  return typing.cast(builtins.str, result)
@@ -564,7 +579,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
564
579
  def auto_send(
565
580
  self,
566
581
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
567
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
582
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
568
583
  result = self._values.get("auto_send")
569
584
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
570
585
 
@@ -574,7 +589,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
574
589
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
575
590
  '''header block.
576
591
 
577
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
592
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
578
593
  '''
579
594
  result = self._values.get("header")
580
595
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
@@ -585,7 +600,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
585
600
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
586
601
  '''parameter block.
587
602
 
588
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
603
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
589
604
  '''
590
605
  result = self._values.get("parameter")
591
606
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
@@ -610,8 +625,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
610
625
  class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
611
626
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
612
627
  '''
613
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
614
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
628
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
629
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
615
630
  '''
616
631
  if __debug__:
617
632
  type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
@@ -624,14 +639,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
624
639
 
625
640
  @builtins.property
626
641
  def key(self) -> builtins.str:
627
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
642
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
628
643
  result = self._values.get("key")
629
644
  assert result is not None, "Required property 'key' is missing"
630
645
  return typing.cast(builtins.str, result)
631
646
 
632
647
  @builtins.property
633
648
  def value(self) -> builtins.str:
634
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
649
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
635
650
  result = self._values.get("value")
636
651
  assert result is not None, "Required property 'value' is missing"
637
652
  return typing.cast(builtins.str, result)
@@ -987,8 +1002,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
987
1002
  class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
988
1003
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
989
1004
  '''
990
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
991
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1005
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
1006
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
992
1007
  '''
993
1008
  if __debug__:
994
1009
  type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
@@ -1001,14 +1016,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
1001
1016
 
1002
1017
  @builtins.property
1003
1018
  def key(self) -> builtins.str:
1004
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
1019
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
1005
1020
  result = self._values.get("key")
1006
1021
  assert result is not None, "Required property 'key' is missing"
1007
1022
  return typing.cast(builtins.str, result)
1008
1023
 
1009
1024
  @builtins.property
1010
1025
  def value(self) -> builtins.str:
1011
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1026
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1012
1027
  result = self._values.get("value")
1013
1028
  assert result is not None, "Required property 'value' is missing"
1014
1029
  return typing.cast(builtins.str, result)
@@ -1216,10 +1231,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1216
1231
  template: typing.Optional[builtins.str] = None,
1217
1232
  ) -> None:
1218
1233
  '''
1219
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1220
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1221
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1222
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1234
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1235
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1236
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1237
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1223
1238
  '''
1224
1239
  if __debug__:
1225
1240
  type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
@@ -1239,26 +1254,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1239
1254
 
1240
1255
  @builtins.property
1241
1256
  def target(self) -> builtins.str:
1242
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1257
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1243
1258
  result = self._values.get("target")
1244
1259
  assert result is not None, "Required property 'target' is missing"
1245
1260
  return typing.cast(builtins.str, result)
1246
1261
 
1247
1262
  @builtins.property
1248
1263
  def regex(self) -> typing.Optional[builtins.str]:
1249
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1264
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1250
1265
  result = self._values.get("regex")
1251
1266
  return typing.cast(typing.Optional[builtins.str], result)
1252
1267
 
1253
1268
  @builtins.property
1254
1269
  def source(self) -> typing.Optional[builtins.str]:
1255
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1256
1271
  result = self._values.get("source")
1257
1272
  return typing.cast(typing.Optional[builtins.str], result)
1258
1273
 
1259
1274
  @builtins.property
1260
1275
  def template(self) -> typing.Optional[builtins.str]:
1261
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1276
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1262
1277
  result = self._values.get("template")
1263
1278
  return typing.cast(typing.Optional[builtins.str], result)
1264
1279
 
@@ -1499,8 +1514,8 @@ class EventOrchestrationServiceCatchAllActionsExtractionOutputReference(
1499
1514
  class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1500
1515
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
1501
1516
  '''
1502
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.
1503
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1517
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
1518
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1504
1519
  '''
1505
1520
  if __debug__:
1506
1521
  type_hints = typing.get_type_hints(_typecheckingstub__01c0a9c05e20146e2fbbf0f5af59e520a0ab811ae8ef69b936a08bfba4f12841)
@@ -1513,7 +1528,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1513
1528
 
1514
1529
  @builtins.property
1515
1530
  def id(self) -> builtins.str:
1516
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
1531
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
1517
1532
 
1518
1533
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1519
1534
  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.
@@ -1524,7 +1539,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
1524
1539
 
1525
1540
  @builtins.property
1526
1541
  def value(self) -> builtins.str:
1527
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1542
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1528
1543
  result = self._values.get("value")
1529
1544
  assert result is not None, "Required property 'value' is missing"
1530
1545
  return typing.cast(builtins.str, result)
@@ -1743,11 +1758,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1743
1758
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1744
1759
  ) -> None:
1745
1760
  '''
1746
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1747
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1748
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1749
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1750
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1761
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1762
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1763
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1764
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1765
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1751
1766
  '''
1752
1767
  value = EventOrchestrationServiceCatchAllActionsAutomationAction(
1753
1768
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1784,7 +1799,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1784
1799
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
1785
1800
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
1786
1801
  '''
1787
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1802
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1788
1803
  '''
1789
1804
  value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
1790
1805
  action_id=action_id
@@ -2090,7 +2105,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
2090
2105
  class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
2091
2106
  def __init__(self, *, action_id: builtins.str) -> None:
2092
2107
  '''
2093
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
2108
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
2094
2109
  '''
2095
2110
  if __debug__:
2096
2111
  type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
@@ -2101,7 +2116,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
2101
2116
 
2102
2117
  @builtins.property
2103
2118
  def action_id(self) -> builtins.str:
2104
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
2119
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
2105
2120
  result = self._values.get("action_id")
2106
2121
  assert result is not None, "Required property 'action_id' is missing"
2107
2122
  return typing.cast(builtins.str, result)
@@ -2188,10 +2203,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
2188
2203
  value: builtins.str,
2189
2204
  ) -> None:
2190
2205
  '''
2191
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2192
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
2193
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
2194
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
2206
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2207
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
2208
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
2209
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
2195
2210
  '''
2196
2211
  if __debug__:
2197
2212
  type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
@@ -2208,28 +2223,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
2208
2223
 
2209
2224
  @builtins.property
2210
2225
  def name(self) -> builtins.str:
2211
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2226
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
2212
2227
  result = self._values.get("name")
2213
2228
  assert result is not None, "Required property 'name' is missing"
2214
2229
  return typing.cast(builtins.str, result)
2215
2230
 
2216
2231
  @builtins.property
2217
2232
  def path(self) -> builtins.str:
2218
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
2233
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
2219
2234
  result = self._values.get("path")
2220
2235
  assert result is not None, "Required property 'path' is missing"
2221
2236
  return typing.cast(builtins.str, result)
2222
2237
 
2223
2238
  @builtins.property
2224
2239
  def type(self) -> builtins.str:
2225
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
2240
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
2226
2241
  result = self._values.get("type")
2227
2242
  assert result is not None, "Required property 'type' is missing"
2228
2243
  return typing.cast(builtins.str, result)
2229
2244
 
2230
2245
  @builtins.property
2231
2246
  def value(self) -> builtins.str:
2232
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
2247
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
2233
2248
  result = self._values.get("value")
2234
2249
  assert result is not None, "Required property 'value' is missing"
2235
2250
  return typing.cast(builtins.str, result)
@@ -2490,19 +2505,19 @@ class EventOrchestrationServiceCatchAllOutputReference(
2490
2505
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2491
2506
  ) -> None:
2492
2507
  '''
2493
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2494
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2495
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
2496
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2497
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2498
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
2499
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2500
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2501
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2502
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2503
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2504
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2505
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2508
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2509
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2510
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
2511
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2512
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2513
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
2514
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2515
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2516
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2517
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2518
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2519
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2520
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2506
2521
  '''
2507
2522
  value = EventOrchestrationServiceCatchAllActions(
2508
2523
  annotate=annotate,
@@ -2593,11 +2608,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2593
2608
  :param lifecycle:
2594
2609
  :param provider:
2595
2610
  :param provisioners:
2596
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2597
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2598
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2599
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2600
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.
2611
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2612
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2613
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2614
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2615
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2601
2616
  '''
2602
2617
  if isinstance(lifecycle, dict):
2603
2618
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2709,7 +2724,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2709
2724
  def catch_all(self) -> EventOrchestrationServiceCatchAll:
2710
2725
  '''catch_all block.
2711
2726
 
2712
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2727
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2713
2728
  '''
2714
2729
  result = self._values.get("catch_all")
2715
2730
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2717,7 +2732,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2717
2732
 
2718
2733
  @builtins.property
2719
2734
  def service(self) -> builtins.str:
2720
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2735
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2721
2736
  result = self._values.get("service")
2722
2737
  assert result is not None, "Required property 'service' is missing"
2723
2738
  return typing.cast(builtins.str, result)
@@ -2728,7 +2743,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2728
2743
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
2729
2744
  '''set block.
2730
2745
 
2731
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2746
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2732
2747
  '''
2733
2748
  result = self._values.get("set")
2734
2749
  assert result is not None, "Required property 'set' is missing"
@@ -2738,13 +2753,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2738
2753
  def enable_event_orchestration_for_service(
2739
2754
  self,
2740
2755
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2741
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2756
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2742
2757
  result = self._values.get("enable_event_orchestration_for_service")
2743
2758
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2744
2759
 
2745
2760
  @builtins.property
2746
2761
  def id(self) -> typing.Optional[builtins.str]:
2747
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2762
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2748
2763
 
2749
2764
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2750
2765
  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.
@@ -2777,8 +2792,8 @@ class EventOrchestrationServiceSet:
2777
2792
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2778
2793
  ) -> None:
2779
2794
  '''
2780
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.
2781
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2795
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2796
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2782
2797
  '''
2783
2798
  if __debug__:
2784
2799
  type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
@@ -2792,7 +2807,7 @@ class EventOrchestrationServiceSet:
2792
2807
 
2793
2808
  @builtins.property
2794
2809
  def id(self) -> builtins.str:
2795
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2810
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2796
2811
 
2797
2812
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2798
2813
  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.
@@ -2807,7 +2822,7 @@ class EventOrchestrationServiceSet:
2807
2822
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
2808
2823
  '''rule block.
2809
2824
 
2810
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2825
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2811
2826
  '''
2812
2827
  result = self._values.get("rule")
2813
2828
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
@@ -3024,10 +3039,10 @@ class EventOrchestrationServiceSetRule:
3024
3039
  label: typing.Optional[builtins.str] = None,
3025
3040
  ) -> None:
3026
3041
  '''
3027
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3028
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3029
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
3030
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
3042
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3043
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3044
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
3045
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
3031
3046
  '''
3032
3047
  if isinstance(actions, dict):
3033
3048
  actions = EventOrchestrationServiceSetRuleActions(**actions)
@@ -3051,7 +3066,7 @@ class EventOrchestrationServiceSetRule:
3051
3066
  def actions(self) -> "EventOrchestrationServiceSetRuleActions":
3052
3067
  '''actions block.
3053
3068
 
3054
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3069
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
3055
3070
  '''
3056
3071
  result = self._values.get("actions")
3057
3072
  assert result is not None, "Required property 'actions' is missing"
@@ -3063,7 +3078,7 @@ class EventOrchestrationServiceSetRule:
3063
3078
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
3064
3079
  '''condition block.
3065
3080
 
3066
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3081
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
3067
3082
  '''
3068
3083
  result = self._values.get("condition")
3069
3084
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
@@ -3072,13 +3087,13 @@ class EventOrchestrationServiceSetRule:
3072
3087
  def disabled(
3073
3088
  self,
3074
3089
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3075
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
3090
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
3076
3091
  result = self._values.get("disabled")
3077
3092
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3078
3093
 
3079
3094
  @builtins.property
3080
3095
  def label(self) -> typing.Optional[builtins.str]:
3081
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
3096
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
3082
3097
  result = self._values.get("label")
3083
3098
  return typing.cast(typing.Optional[builtins.str], result)
3084
3099
 
@@ -3132,19 +3147,19 @@ class EventOrchestrationServiceSetRuleActions:
3132
3147
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
3133
3148
  ) -> None:
3134
3149
  '''
3135
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
3136
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3137
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
3138
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
3139
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3140
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3141
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3142
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
3143
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
3144
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
3145
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
3146
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
3147
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3150
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
3151
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3152
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
3153
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
3154
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3155
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3156
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3157
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
3158
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
3159
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
3160
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
3161
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
3162
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3148
3163
  '''
3149
3164
  if isinstance(automation_action, dict):
3150
3165
  automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
@@ -3195,7 +3210,7 @@ class EventOrchestrationServiceSetRuleActions:
3195
3210
 
3196
3211
  @builtins.property
3197
3212
  def annotate(self) -> typing.Optional[builtins.str]:
3198
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
3213
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
3199
3214
  result = self._values.get("annotate")
3200
3215
  return typing.cast(typing.Optional[builtins.str], result)
3201
3216
 
@@ -3205,20 +3220,20 @@ class EventOrchestrationServiceSetRuleActions:
3205
3220
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
3206
3221
  '''automation_action block.
3207
3222
 
3208
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3223
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
3209
3224
  '''
3210
3225
  result = self._values.get("automation_action")
3211
3226
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
3212
3227
 
3213
3228
  @builtins.property
3214
3229
  def escalation_policy(self) -> typing.Optional[builtins.str]:
3215
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
3230
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.'''
3216
3231
  result = self._values.get("escalation_policy")
3217
3232
  return typing.cast(typing.Optional[builtins.str], result)
3218
3233
 
3219
3234
  @builtins.property
3220
3235
  def event_action(self) -> typing.Optional[builtins.str]:
3221
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
3236
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
3222
3237
  result = self._values.get("event_action")
3223
3238
  return typing.cast(typing.Optional[builtins.str], result)
3224
3239
 
@@ -3228,7 +3243,7 @@ class EventOrchestrationServiceSetRuleActions:
3228
3243
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
3229
3244
  '''extraction block.
3230
3245
 
3231
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3246
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
3232
3247
  '''
3233
3248
  result = self._values.get("extraction")
3234
3249
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
@@ -3239,7 +3254,7 @@ class EventOrchestrationServiceSetRuleActions:
3239
3254
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]]:
3240
3255
  '''incident_custom_field_update block.
3241
3256
 
3242
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3257
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
3243
3258
  '''
3244
3259
  result = self._values.get("incident_custom_field_update")
3245
3260
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]], result)
@@ -3250,26 +3265,26 @@ class EventOrchestrationServiceSetRuleActions:
3250
3265
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
3251
3266
  '''pagerduty_automation_action block.
3252
3267
 
3253
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3268
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
3254
3269
  '''
3255
3270
  result = self._values.get("pagerduty_automation_action")
3256
3271
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
3257
3272
 
3258
3273
  @builtins.property
3259
3274
  def priority(self) -> typing.Optional[builtins.str]:
3260
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
3275
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
3261
3276
  result = self._values.get("priority")
3262
3277
  return typing.cast(typing.Optional[builtins.str], result)
3263
3278
 
3264
3279
  @builtins.property
3265
3280
  def route_to(self) -> typing.Optional[builtins.str]:
3266
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
3281
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
3267
3282
  result = self._values.get("route_to")
3268
3283
  return typing.cast(typing.Optional[builtins.str], result)
3269
3284
 
3270
3285
  @builtins.property
3271
3286
  def severity(self) -> typing.Optional[builtins.str]:
3272
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
3287
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
3273
3288
  result = self._values.get("severity")
3274
3289
  return typing.cast(typing.Optional[builtins.str], result)
3275
3290
 
@@ -3277,13 +3292,13 @@ class EventOrchestrationServiceSetRuleActions:
3277
3292
  def suppress(
3278
3293
  self,
3279
3294
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3280
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
3295
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
3281
3296
  result = self._values.get("suppress")
3282
3297
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3283
3298
 
3284
3299
  @builtins.property
3285
3300
  def suspend(self) -> typing.Optional[jsii.Number]:
3286
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
3301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
3287
3302
  result = self._values.get("suspend")
3288
3303
  return typing.cast(typing.Optional[jsii.Number], result)
3289
3304
 
@@ -3293,7 +3308,7 @@ class EventOrchestrationServiceSetRuleActions:
3293
3308
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
3294
3309
  '''variable block.
3295
3310
 
3296
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3311
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
3297
3312
  '''
3298
3313
  result = self._values.get("variable")
3299
3314
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
@@ -3332,11 +3347,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3332
3347
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
3333
3348
  ) -> None:
3334
3349
  '''
3335
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3336
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3337
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3338
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3339
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3350
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3351
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3352
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3353
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3354
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3340
3355
  '''
3341
3356
  if __debug__:
3342
3357
  type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
@@ -3358,14 +3373,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3358
3373
 
3359
3374
  @builtins.property
3360
3375
  def name(self) -> builtins.str:
3361
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3376
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3362
3377
  result = self._values.get("name")
3363
3378
  assert result is not None, "Required property 'name' is missing"
3364
3379
  return typing.cast(builtins.str, result)
3365
3380
 
3366
3381
  @builtins.property
3367
3382
  def url(self) -> builtins.str:
3368
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3383
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3369
3384
  result = self._values.get("url")
3370
3385
  assert result is not None, "Required property 'url' is missing"
3371
3386
  return typing.cast(builtins.str, result)
@@ -3374,7 +3389,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3374
3389
  def auto_send(
3375
3390
  self,
3376
3391
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3377
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3392
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3378
3393
  result = self._values.get("auto_send")
3379
3394
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3380
3395
 
@@ -3384,7 +3399,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3384
3399
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
3385
3400
  '''header block.
3386
3401
 
3387
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3402
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3388
3403
  '''
3389
3404
  result = self._values.get("header")
3390
3405
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
@@ -3395,7 +3410,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3395
3410
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
3396
3411
  '''parameter block.
3397
3412
 
3398
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3413
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3399
3414
  '''
3400
3415
  result = self._values.get("parameter")
3401
3416
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
@@ -3420,8 +3435,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3420
3435
  class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3421
3436
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3422
3437
  '''
3423
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3424
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3438
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3439
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3425
3440
  '''
3426
3441
  if __debug__:
3427
3442
  type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
@@ -3434,14 +3449,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3434
3449
 
3435
3450
  @builtins.property
3436
3451
  def key(self) -> builtins.str:
3437
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3452
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3438
3453
  result = self._values.get("key")
3439
3454
  assert result is not None, "Required property 'key' is missing"
3440
3455
  return typing.cast(builtins.str, result)
3441
3456
 
3442
3457
  @builtins.property
3443
3458
  def value(self) -> builtins.str:
3444
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3459
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3445
3460
  result = self._values.get("value")
3446
3461
  assert result is not None, "Required property 'value' is missing"
3447
3462
  return typing.cast(builtins.str, result)
@@ -3797,8 +3812,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
3797
3812
  class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3798
3813
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3799
3814
  '''
3800
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3801
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3815
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3816
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3802
3817
  '''
3803
3818
  if __debug__:
3804
3819
  type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
@@ -3811,14 +3826,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3811
3826
 
3812
3827
  @builtins.property
3813
3828
  def key(self) -> builtins.str:
3814
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3829
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3815
3830
  result = self._values.get("key")
3816
3831
  assert result is not None, "Required property 'key' is missing"
3817
3832
  return typing.cast(builtins.str, result)
3818
3833
 
3819
3834
  @builtins.property
3820
3835
  def value(self) -> builtins.str:
3821
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3836
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3822
3837
  result = self._values.get("value")
3823
3838
  assert result is not None, "Required property 'value' is missing"
3824
3839
  return typing.cast(builtins.str, result)
@@ -4026,10 +4041,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
4026
4041
  template: typing.Optional[builtins.str] = None,
4027
4042
  ) -> None:
4028
4043
  '''
4029
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
4030
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
4031
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
4032
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
4044
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
4045
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
4046
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
4047
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
4033
4048
  '''
4034
4049
  if __debug__:
4035
4050
  type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
@@ -4049,26 +4064,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
4049
4064
 
4050
4065
  @builtins.property
4051
4066
  def target(self) -> builtins.str:
4052
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
4067
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
4053
4068
  result = self._values.get("target")
4054
4069
  assert result is not None, "Required property 'target' is missing"
4055
4070
  return typing.cast(builtins.str, result)
4056
4071
 
4057
4072
  @builtins.property
4058
4073
  def regex(self) -> typing.Optional[builtins.str]:
4059
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
4074
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
4060
4075
  result = self._values.get("regex")
4061
4076
  return typing.cast(typing.Optional[builtins.str], result)
4062
4077
 
4063
4078
  @builtins.property
4064
4079
  def source(self) -> typing.Optional[builtins.str]:
4065
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
4080
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
4066
4081
  result = self._values.get("source")
4067
4082
  return typing.cast(typing.Optional[builtins.str], result)
4068
4083
 
4069
4084
  @builtins.property
4070
4085
  def template(self) -> typing.Optional[builtins.str]:
4071
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
4086
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
4072
4087
  result = self._values.get("template")
4073
4088
  return typing.cast(typing.Optional[builtins.str], result)
4074
4089
 
@@ -4309,8 +4324,8 @@ class EventOrchestrationServiceSetRuleActionsExtractionOutputReference(
4309
4324
  class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4310
4325
  def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
4311
4326
  '''
4312
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/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.
4313
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4327
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
4328
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4314
4329
  '''
4315
4330
  if __debug__:
4316
4331
  type_hints = typing.get_type_hints(_typecheckingstub__31f6fe127b5965fad04ba280bc2b0717d92426f136ed60e964ca92c3c58da09a)
@@ -4323,7 +4338,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4323
4338
 
4324
4339
  @builtins.property
4325
4340
  def id(self) -> builtins.str:
4326
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
4341
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
4327
4342
 
4328
4343
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
4329
4344
  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.
@@ -4334,7 +4349,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
4334
4349
 
4335
4350
  @builtins.property
4336
4351
  def value(self) -> builtins.str:
4337
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4352
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4338
4353
  result = self._values.get("value")
4339
4354
  assert result is not None, "Required property 'value' is missing"
4340
4355
  return typing.cast(builtins.str, result)
@@ -4553,11 +4568,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4553
4568
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
4554
4569
  ) -> None:
4555
4570
  '''
4556
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4557
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
4558
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
4559
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
4560
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
4571
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4572
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
4573
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
4574
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
4575
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
4561
4576
  '''
4562
4577
  value = EventOrchestrationServiceSetRuleActionsAutomationAction(
4563
4578
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4594,7 +4609,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4594
4609
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
4595
4610
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
4596
4611
  '''
4597
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4612
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4598
4613
  '''
4599
4614
  value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
4600
4615
  action_id=action_id
@@ -4900,7 +4915,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4900
4915
  class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4901
4916
  def __init__(self, *, action_id: builtins.str) -> None:
4902
4917
  '''
4903
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4918
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4904
4919
  '''
4905
4920
  if __debug__:
4906
4921
  type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
@@ -4911,7 +4926,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4911
4926
 
4912
4927
  @builtins.property
4913
4928
  def action_id(self) -> builtins.str:
4914
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4929
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4915
4930
  result = self._values.get("action_id")
4916
4931
  assert result is not None, "Required property 'action_id' is missing"
4917
4932
  return typing.cast(builtins.str, result)
@@ -4998,10 +5013,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4998
5013
  value: builtins.str,
4999
5014
  ) -> None:
5000
5015
  '''
5001
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
5002
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
5003
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
5004
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
5016
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
5017
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
5018
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
5019
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
5005
5020
  '''
5006
5021
  if __debug__:
5007
5022
  type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
@@ -5018,28 +5033,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
5018
5033
 
5019
5034
  @builtins.property
5020
5035
  def name(self) -> builtins.str:
5021
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
5036
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
5022
5037
  result = self._values.get("name")
5023
5038
  assert result is not None, "Required property 'name' is missing"
5024
5039
  return typing.cast(builtins.str, result)
5025
5040
 
5026
5041
  @builtins.property
5027
5042
  def path(self) -> builtins.str:
5028
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
5043
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
5029
5044
  result = self._values.get("path")
5030
5045
  assert result is not None, "Required property 'path' is missing"
5031
5046
  return typing.cast(builtins.str, result)
5032
5047
 
5033
5048
  @builtins.property
5034
5049
  def type(self) -> builtins.str:
5035
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
5050
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
5036
5051
  result = self._values.get("type")
5037
5052
  assert result is not None, "Required property 'type' is missing"
5038
5053
  return typing.cast(builtins.str, result)
5039
5054
 
5040
5055
  @builtins.property
5041
5056
  def value(self) -> builtins.str:
5042
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
5057
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
5043
5058
  result = self._values.get("value")
5044
5059
  assert result is not None, "Required property 'value' is missing"
5045
5060
  return typing.cast(builtins.str, result)
@@ -5269,7 +5284,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
5269
5284
  class EventOrchestrationServiceSetRuleCondition:
5270
5285
  def __init__(self, *, expression: builtins.str) -> None:
5271
5286
  '''
5272
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
5287
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
5273
5288
  '''
5274
5289
  if __debug__:
5275
5290
  type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
@@ -5280,7 +5295,7 @@ class EventOrchestrationServiceSetRuleCondition:
5280
5295
 
5281
5296
  @builtins.property
5282
5297
  def expression(self) -> builtins.str:
5283
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
5298
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
5284
5299
  result = self._values.get("expression")
5285
5300
  assert result is not None, "Required property 'expression' is missing"
5286
5301
  return typing.cast(builtins.str, result)
@@ -5589,19 +5604,19 @@ class EventOrchestrationServiceSetRuleOutputReference(
5589
5604
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
5590
5605
  ) -> None:
5591
5606
  '''
5592
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
5593
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
5594
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
5595
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
5596
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
5597
- :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
5598
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
5599
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
5600
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
5601
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
5602
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
5603
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
5604
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
5607
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
5608
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
5609
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#escalation_policy EventOrchestrationService#escalation_policy}.
5610
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
5611
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
5612
+ :param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
5613
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
5614
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
5615
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
5616
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
5617
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
5618
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
5619
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
5605
5620
  '''
5606
5621
  value = EventOrchestrationServiceSetRuleActions(
5607
5622
  annotate=annotate,