cdktf-cdktf-provider-pagerduty 13.3.1__py3-none-any.whl → 13.4.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +7 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +691 -0
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +897 -0
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  72. {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.1.dist-info}/METADATA +4 -4
  73. cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/RECORD +77 -0
  74. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.3.1.jsii.tgz +0 -0
  75. cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/RECORD +0 -75
  76. {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.1.dist-info}/LICENSE +0 -0
  77. {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.1.dist-info}/WHEEL +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_service`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/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.8.1/docs/resources/event_orchestration_service).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationService(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class EventOrchestrationService(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
54
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
55
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
56
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
54
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
55
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
56
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -97,7 +97,7 @@ class EventOrchestrationService(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
100
- :param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -115,7 +115,7 @@ class EventOrchestrationService(
115
115
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
116
116
  ) -> None:
117
117
  '''
118
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
118
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
119
119
  '''
120
120
  value = EventOrchestrationServiceCatchAll(actions=actions)
121
121
 
@@ -248,7 +248,7 @@ class EventOrchestrationServiceCatchAll:
248
248
  actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
249
249
  ) -> None:
250
250
  '''
251
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
251
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
252
252
  '''
253
253
  if isinstance(actions, dict):
254
254
  actions = EventOrchestrationServiceCatchAllActions(**actions)
@@ -263,7 +263,7 @@ class EventOrchestrationServiceCatchAll:
263
263
  def actions(self) -> "EventOrchestrationServiceCatchAllActions":
264
264
  '''actions block.
265
265
 
266
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
266
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
267
267
  '''
268
268
  result = self._values.get("actions")
269
269
  assert result is not None, "Required property 'actions' is missing"
@@ -315,17 +315,17 @@ class EventOrchestrationServiceCatchAllActions:
315
315
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
316
316
  ) -> None:
317
317
  '''
318
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
319
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
320
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
321
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
322
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
323
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
324
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
325
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
326
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
327
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
328
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
318
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
319
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
320
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
321
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
322
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
323
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
324
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
325
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
326
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
327
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
328
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
329
329
  '''
330
330
  if isinstance(automation_action, dict):
331
331
  automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
@@ -370,7 +370,7 @@ class EventOrchestrationServiceCatchAllActions:
370
370
 
371
371
  @builtins.property
372
372
  def annotate(self) -> typing.Optional[builtins.str]:
373
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
373
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
374
374
  result = self._values.get("annotate")
375
375
  return typing.cast(typing.Optional[builtins.str], result)
376
376
 
@@ -380,14 +380,14 @@ class EventOrchestrationServiceCatchAllActions:
380
380
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
381
381
  '''automation_action block.
382
382
 
383
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
384
384
  '''
385
385
  result = self._values.get("automation_action")
386
386
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
387
387
 
388
388
  @builtins.property
389
389
  def event_action(self) -> typing.Optional[builtins.str]:
390
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
390
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
391
391
  result = self._values.get("event_action")
392
392
  return typing.cast(typing.Optional[builtins.str], result)
393
393
 
@@ -397,7 +397,7 @@ class EventOrchestrationServiceCatchAllActions:
397
397
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
398
398
  '''extraction block.
399
399
 
400
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
400
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
401
401
  '''
402
402
  result = self._values.get("extraction")
403
403
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
@@ -408,26 +408,26 @@ class EventOrchestrationServiceCatchAllActions:
408
408
  ) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
409
409
  '''pagerduty_automation_action block.
410
410
 
411
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
411
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
412
412
  '''
413
413
  result = self._values.get("pagerduty_automation_action")
414
414
  return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
415
415
 
416
416
  @builtins.property
417
417
  def priority(self) -> typing.Optional[builtins.str]:
418
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
418
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
419
419
  result = self._values.get("priority")
420
420
  return typing.cast(typing.Optional[builtins.str], result)
421
421
 
422
422
  @builtins.property
423
423
  def route_to(self) -> typing.Optional[builtins.str]:
424
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
424
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
425
425
  result = self._values.get("route_to")
426
426
  return typing.cast(typing.Optional[builtins.str], result)
427
427
 
428
428
  @builtins.property
429
429
  def severity(self) -> typing.Optional[builtins.str]:
430
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
430
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
431
431
  result = self._values.get("severity")
432
432
  return typing.cast(typing.Optional[builtins.str], result)
433
433
 
@@ -435,13 +435,13 @@ class EventOrchestrationServiceCatchAllActions:
435
435
  def suppress(
436
436
  self,
437
437
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
438
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
438
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
439
439
  result = self._values.get("suppress")
440
440
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
441
441
 
442
442
  @builtins.property
443
443
  def suspend(self) -> typing.Optional[jsii.Number]:
444
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
444
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
445
445
  result = self._values.get("suspend")
446
446
  return typing.cast(typing.Optional[jsii.Number], result)
447
447
 
@@ -451,7 +451,7 @@ class EventOrchestrationServiceCatchAllActions:
451
451
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
452
452
  '''variable block.
453
453
 
454
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
454
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
455
455
  '''
456
456
  result = self._values.get("variable")
457
457
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
@@ -490,11 +490,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
490
490
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
491
491
  ) -> None:
492
492
  '''
493
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
494
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
495
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
496
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
497
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
493
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
494
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
495
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
496
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
497
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
498
498
  '''
499
499
  if __debug__:
500
500
  type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
@@ -516,14 +516,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
516
516
 
517
517
  @builtins.property
518
518
  def name(self) -> builtins.str:
519
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
519
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
520
520
  result = self._values.get("name")
521
521
  assert result is not None, "Required property 'name' is missing"
522
522
  return typing.cast(builtins.str, result)
523
523
 
524
524
  @builtins.property
525
525
  def url(self) -> builtins.str:
526
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
526
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
527
527
  result = self._values.get("url")
528
528
  assert result is not None, "Required property 'url' is missing"
529
529
  return typing.cast(builtins.str, result)
@@ -532,7 +532,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
532
532
  def auto_send(
533
533
  self,
534
534
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
535
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
535
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
536
536
  result = self._values.get("auto_send")
537
537
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
538
538
 
@@ -542,7 +542,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
542
542
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
543
543
  '''header block.
544
544
 
545
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
545
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
546
546
  '''
547
547
  result = self._values.get("header")
548
548
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
@@ -553,7 +553,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
553
553
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
554
554
  '''parameter block.
555
555
 
556
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
556
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
557
557
  '''
558
558
  result = self._values.get("parameter")
559
559
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
@@ -578,8 +578,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
578
578
  class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
579
579
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
580
580
  '''
581
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
582
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
581
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
582
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
583
583
  '''
584
584
  if __debug__:
585
585
  type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
@@ -592,14 +592,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
592
592
 
593
593
  @builtins.property
594
594
  def key(self) -> builtins.str:
595
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
595
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
596
596
  result = self._values.get("key")
597
597
  assert result is not None, "Required property 'key' is missing"
598
598
  return typing.cast(builtins.str, result)
599
599
 
600
600
  @builtins.property
601
601
  def value(self) -> builtins.str:
602
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
602
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
603
603
  result = self._values.get("value")
604
604
  assert result is not None, "Required property 'value' is missing"
605
605
  return typing.cast(builtins.str, result)
@@ -955,8 +955,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
955
955
  class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
956
956
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
957
957
  '''
958
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
959
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
958
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
959
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
960
960
  '''
961
961
  if __debug__:
962
962
  type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
@@ -969,14 +969,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
969
969
 
970
970
  @builtins.property
971
971
  def key(self) -> builtins.str:
972
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
972
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
973
973
  result = self._values.get("key")
974
974
  assert result is not None, "Required property 'key' is missing"
975
975
  return typing.cast(builtins.str, result)
976
976
 
977
977
  @builtins.property
978
978
  def value(self) -> builtins.str:
979
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
979
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
980
980
  result = self._values.get("value")
981
981
  assert result is not None, "Required property 'value' is missing"
982
982
  return typing.cast(builtins.str, result)
@@ -1184,10 +1184,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1184
1184
  template: typing.Optional[builtins.str] = None,
1185
1185
  ) -> None:
1186
1186
  '''
1187
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1188
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1189
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1190
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1187
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
1188
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
1189
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
1190
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
1191
1191
  '''
1192
1192
  if __debug__:
1193
1193
  type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
@@ -1207,26 +1207,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
1207
1207
 
1208
1208
  @builtins.property
1209
1209
  def target(self) -> builtins.str:
1210
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1210
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
1211
1211
  result = self._values.get("target")
1212
1212
  assert result is not None, "Required property 'target' is missing"
1213
1213
  return typing.cast(builtins.str, result)
1214
1214
 
1215
1215
  @builtins.property
1216
1216
  def regex(self) -> typing.Optional[builtins.str]:
1217
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1217
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
1218
1218
  result = self._values.get("regex")
1219
1219
  return typing.cast(typing.Optional[builtins.str], result)
1220
1220
 
1221
1221
  @builtins.property
1222
1222
  def source(self) -> typing.Optional[builtins.str]:
1223
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1223
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
1224
1224
  result = self._values.get("source")
1225
1225
  return typing.cast(typing.Optional[builtins.str], result)
1226
1226
 
1227
1227
  @builtins.property
1228
1228
  def template(self) -> typing.Optional[builtins.str]:
1229
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1229
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
1230
1230
  result = self._values.get("template")
1231
1231
  return typing.cast(typing.Optional[builtins.str], result)
1232
1232
 
@@ -1490,11 +1490,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1490
1490
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
1491
1491
  ) -> None:
1492
1492
  '''
1493
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1494
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1495
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1496
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1497
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1493
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1494
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
1495
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
1496
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
1497
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
1498
1498
  '''
1499
1499
  value = EventOrchestrationServiceCatchAllActionsAutomationAction(
1500
1500
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -1518,7 +1518,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1518
1518
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
1519
1519
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
1520
1520
  '''
1521
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1521
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1522
1522
  '''
1523
1523
  value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
1524
1524
  action_id=action_id
@@ -1785,7 +1785,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
1785
1785
  class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
1786
1786
  def __init__(self, *, action_id: builtins.str) -> None:
1787
1787
  '''
1788
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1788
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
1789
1789
  '''
1790
1790
  if __debug__:
1791
1791
  type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
@@ -1796,7 +1796,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
1796
1796
 
1797
1797
  @builtins.property
1798
1798
  def action_id(self) -> builtins.str:
1799
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
1799
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
1800
1800
  result = self._values.get("action_id")
1801
1801
  assert result is not None, "Required property 'action_id' is missing"
1802
1802
  return typing.cast(builtins.str, result)
@@ -1883,10 +1883,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
1883
1883
  value: builtins.str,
1884
1884
  ) -> None:
1885
1885
  '''
1886
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1887
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
1888
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
1889
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1886
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
1887
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
1888
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
1889
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
1890
1890
  '''
1891
1891
  if __debug__:
1892
1892
  type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
@@ -1903,28 +1903,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
1903
1903
 
1904
1904
  @builtins.property
1905
1905
  def name(self) -> builtins.str:
1906
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
1906
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
1907
1907
  result = self._values.get("name")
1908
1908
  assert result is not None, "Required property 'name' is missing"
1909
1909
  return typing.cast(builtins.str, result)
1910
1910
 
1911
1911
  @builtins.property
1912
1912
  def path(self) -> builtins.str:
1913
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
1913
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
1914
1914
  result = self._values.get("path")
1915
1915
  assert result is not None, "Required property 'path' is missing"
1916
1916
  return typing.cast(builtins.str, result)
1917
1917
 
1918
1918
  @builtins.property
1919
1919
  def type(self) -> builtins.str:
1920
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
1920
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
1921
1921
  result = self._values.get("type")
1922
1922
  assert result is not None, "Required property 'type' is missing"
1923
1923
  return typing.cast(builtins.str, result)
1924
1924
 
1925
1925
  @builtins.property
1926
1926
  def value(self) -> builtins.str:
1927
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1927
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
1928
1928
  result = self._values.get("value")
1929
1929
  assert result is not None, "Required property 'value' is missing"
1930
1930
  return typing.cast(builtins.str, result)
@@ -2183,17 +2183,17 @@ class EventOrchestrationServiceCatchAllOutputReference(
2183
2183
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2184
2184
  ) -> None:
2185
2185
  '''
2186
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2187
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2188
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2189
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2190
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2191
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2192
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2193
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2194
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2195
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2196
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2186
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2187
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2188
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2189
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2190
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2191
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2192
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2193
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2194
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2195
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2196
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2197
2197
  '''
2198
2198
  value = EventOrchestrationServiceCatchAllActions(
2199
2199
  annotate=annotate,
@@ -2282,11 +2282,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2282
2282
  :param lifecycle:
2283
2283
  :param provider:
2284
2284
  :param provisioners:
2285
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2286
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2287
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2288
- :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2289
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2285
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2286
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
2287
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2288
+ :param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
2289
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2290
2290
  '''
2291
2291
  if isinstance(lifecycle, dict):
2292
2292
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -2398,7 +2398,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2398
2398
  def catch_all(self) -> EventOrchestrationServiceCatchAll:
2399
2399
  '''catch_all block.
2400
2400
 
2401
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2401
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
2402
2402
  '''
2403
2403
  result = self._values.get("catch_all")
2404
2404
  assert result is not None, "Required property 'catch_all' is missing"
@@ -2406,7 +2406,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2406
2406
 
2407
2407
  @builtins.property
2408
2408
  def service(self) -> builtins.str:
2409
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2409
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
2410
2410
  result = self._values.get("service")
2411
2411
  assert result is not None, "Required property 'service' is missing"
2412
2412
  return typing.cast(builtins.str, result)
@@ -2417,7 +2417,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2417
2417
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
2418
2418
  '''set block.
2419
2419
 
2420
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2420
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
2421
2421
  '''
2422
2422
  result = self._values.get("set")
2423
2423
  assert result is not None, "Required property 'set' is missing"
@@ -2427,13 +2427,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
2427
2427
  def enable_event_orchestration_for_service(
2428
2428
  self,
2429
2429
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2430
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2430
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
2431
2431
  result = self._values.get("enable_event_orchestration_for_service")
2432
2432
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2433
2433
 
2434
2434
  @builtins.property
2435
2435
  def id(self) -> typing.Optional[builtins.str]:
2436
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2436
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2437
2437
 
2438
2438
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2439
2439
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2466,8 +2466,8 @@ class EventOrchestrationServiceSet:
2466
2466
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
2467
2467
  ) -> None:
2468
2468
  '''
2469
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2470
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2469
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
2470
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2471
2471
  '''
2472
2472
  if __debug__:
2473
2473
  type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
@@ -2481,7 +2481,7 @@ class EventOrchestrationServiceSet:
2481
2481
 
2482
2482
  @builtins.property
2483
2483
  def id(self) -> builtins.str:
2484
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2484
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
2485
2485
 
2486
2486
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
2487
2487
  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.
@@ -2496,7 +2496,7 @@ class EventOrchestrationServiceSet:
2496
2496
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
2497
2497
  '''rule block.
2498
2498
 
2499
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2499
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
2500
2500
  '''
2501
2501
  result = self._values.get("rule")
2502
2502
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
@@ -2713,10 +2713,10 @@ class EventOrchestrationServiceSetRule:
2713
2713
  label: typing.Optional[builtins.str] = None,
2714
2714
  ) -> None:
2715
2715
  '''
2716
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2717
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2718
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2719
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2716
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2717
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2718
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
2719
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
2720
2720
  '''
2721
2721
  if isinstance(actions, dict):
2722
2722
  actions = EventOrchestrationServiceSetRuleActions(**actions)
@@ -2740,7 +2740,7 @@ class EventOrchestrationServiceSetRule:
2740
2740
  def actions(self) -> "EventOrchestrationServiceSetRuleActions":
2741
2741
  '''actions block.
2742
2742
 
2743
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2743
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
2744
2744
  '''
2745
2745
  result = self._values.get("actions")
2746
2746
  assert result is not None, "Required property 'actions' is missing"
@@ -2752,7 +2752,7 @@ class EventOrchestrationServiceSetRule:
2752
2752
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
2753
2753
  '''condition block.
2754
2754
 
2755
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2755
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
2756
2756
  '''
2757
2757
  result = self._values.get("condition")
2758
2758
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
@@ -2761,13 +2761,13 @@ class EventOrchestrationServiceSetRule:
2761
2761
  def disabled(
2762
2762
  self,
2763
2763
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2764
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
2764
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
2765
2765
  result = self._values.get("disabled")
2766
2766
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2767
2767
 
2768
2768
  @builtins.property
2769
2769
  def label(self) -> typing.Optional[builtins.str]:
2770
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
2770
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
2771
2771
  result = self._values.get("label")
2772
2772
  return typing.cast(typing.Optional[builtins.str], result)
2773
2773
 
@@ -2817,17 +2817,17 @@ class EventOrchestrationServiceSetRuleActions:
2817
2817
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
2818
2818
  ) -> None:
2819
2819
  '''
2820
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2821
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2822
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2823
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2824
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2825
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2826
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2827
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2828
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2829
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2830
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2820
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
2821
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2822
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
2823
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2824
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2825
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
2826
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
2827
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
2828
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
2829
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
2830
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2831
2831
  '''
2832
2832
  if isinstance(automation_action, dict):
2833
2833
  automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
@@ -2872,7 +2872,7 @@ class EventOrchestrationServiceSetRuleActions:
2872
2872
 
2873
2873
  @builtins.property
2874
2874
  def annotate(self) -> typing.Optional[builtins.str]:
2875
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
2875
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
2876
2876
  result = self._values.get("annotate")
2877
2877
  return typing.cast(typing.Optional[builtins.str], result)
2878
2878
 
@@ -2882,14 +2882,14 @@ class EventOrchestrationServiceSetRuleActions:
2882
2882
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
2883
2883
  '''automation_action block.
2884
2884
 
2885
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2885
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
2886
2886
  '''
2887
2887
  result = self._values.get("automation_action")
2888
2888
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
2889
2889
 
2890
2890
  @builtins.property
2891
2891
  def event_action(self) -> typing.Optional[builtins.str]:
2892
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
2892
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
2893
2893
  result = self._values.get("event_action")
2894
2894
  return typing.cast(typing.Optional[builtins.str], result)
2895
2895
 
@@ -2899,7 +2899,7 @@ class EventOrchestrationServiceSetRuleActions:
2899
2899
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
2900
2900
  '''extraction block.
2901
2901
 
2902
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2902
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
2903
2903
  '''
2904
2904
  result = self._values.get("extraction")
2905
2905
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
@@ -2910,26 +2910,26 @@ class EventOrchestrationServiceSetRuleActions:
2910
2910
  ) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
2911
2911
  '''pagerduty_automation_action block.
2912
2912
 
2913
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2913
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
2914
2914
  '''
2915
2915
  result = self._values.get("pagerduty_automation_action")
2916
2916
  return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
2917
2917
 
2918
2918
  @builtins.property
2919
2919
  def priority(self) -> typing.Optional[builtins.str]:
2920
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
2920
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
2921
2921
  result = self._values.get("priority")
2922
2922
  return typing.cast(typing.Optional[builtins.str], result)
2923
2923
 
2924
2924
  @builtins.property
2925
2925
  def route_to(self) -> typing.Optional[builtins.str]:
2926
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
2926
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
2927
2927
  result = self._values.get("route_to")
2928
2928
  return typing.cast(typing.Optional[builtins.str], result)
2929
2929
 
2930
2930
  @builtins.property
2931
2931
  def severity(self) -> typing.Optional[builtins.str]:
2932
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
2932
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
2933
2933
  result = self._values.get("severity")
2934
2934
  return typing.cast(typing.Optional[builtins.str], result)
2935
2935
 
@@ -2937,13 +2937,13 @@ class EventOrchestrationServiceSetRuleActions:
2937
2937
  def suppress(
2938
2938
  self,
2939
2939
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2940
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
2940
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
2941
2941
  result = self._values.get("suppress")
2942
2942
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2943
2943
 
2944
2944
  @builtins.property
2945
2945
  def suspend(self) -> typing.Optional[jsii.Number]:
2946
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
2946
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
2947
2947
  result = self._values.get("suspend")
2948
2948
  return typing.cast(typing.Optional[jsii.Number], result)
2949
2949
 
@@ -2953,7 +2953,7 @@ class EventOrchestrationServiceSetRuleActions:
2953
2953
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
2954
2954
  '''variable block.
2955
2955
 
2956
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2956
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
2957
2957
  '''
2958
2958
  result = self._values.get("variable")
2959
2959
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
@@ -2992,11 +2992,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
2992
2992
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
2993
2993
  ) -> None:
2994
2994
  '''
2995
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2996
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
2997
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
2998
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
2999
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
2995
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
2996
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
2997
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
2998
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
2999
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3000
3000
  '''
3001
3001
  if __debug__:
3002
3002
  type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
@@ -3018,14 +3018,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3018
3018
 
3019
3019
  @builtins.property
3020
3020
  def name(self) -> builtins.str:
3021
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3021
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
3022
3022
  result = self._values.get("name")
3023
3023
  assert result is not None, "Required property 'name' is missing"
3024
3024
  return typing.cast(builtins.str, result)
3025
3025
 
3026
3026
  @builtins.property
3027
3027
  def url(self) -> builtins.str:
3028
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3028
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
3029
3029
  result = self._values.get("url")
3030
3030
  assert result is not None, "Required property 'url' is missing"
3031
3031
  return typing.cast(builtins.str, result)
@@ -3034,7 +3034,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3034
3034
  def auto_send(
3035
3035
  self,
3036
3036
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
3037
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3037
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
3038
3038
  result = self._values.get("auto_send")
3039
3039
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
3040
3040
 
@@ -3044,7 +3044,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3044
3044
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
3045
3045
  '''header block.
3046
3046
 
3047
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3047
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3048
3048
  '''
3049
3049
  result = self._values.get("header")
3050
3050
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
@@ -3055,7 +3055,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3055
3055
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
3056
3056
  '''parameter block.
3057
3057
 
3058
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3058
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3059
3059
  '''
3060
3060
  result = self._values.get("parameter")
3061
3061
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
@@ -3080,8 +3080,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
3080
3080
  class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3081
3081
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3082
3082
  '''
3083
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3084
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3083
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3084
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3085
3085
  '''
3086
3086
  if __debug__:
3087
3087
  type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
@@ -3094,14 +3094,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
3094
3094
 
3095
3095
  @builtins.property
3096
3096
  def key(self) -> builtins.str:
3097
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3097
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3098
3098
  result = self._values.get("key")
3099
3099
  assert result is not None, "Required property 'key' is missing"
3100
3100
  return typing.cast(builtins.str, result)
3101
3101
 
3102
3102
  @builtins.property
3103
3103
  def value(self) -> builtins.str:
3104
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3104
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3105
3105
  result = self._values.get("value")
3106
3106
  assert result is not None, "Required property 'value' is missing"
3107
3107
  return typing.cast(builtins.str, result)
@@ -3457,8 +3457,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
3457
3457
  class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3458
3458
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
3459
3459
  '''
3460
- :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3461
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3460
+ :param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
3461
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
3462
3462
  '''
3463
3463
  if __debug__:
3464
3464
  type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
@@ -3471,14 +3471,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
3471
3471
 
3472
3472
  @builtins.property
3473
3473
  def key(self) -> builtins.str:
3474
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3474
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
3475
3475
  result = self._values.get("key")
3476
3476
  assert result is not None, "Required property 'key' is missing"
3477
3477
  return typing.cast(builtins.str, result)
3478
3478
 
3479
3479
  @builtins.property
3480
3480
  def value(self) -> builtins.str:
3481
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3481
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
3482
3482
  result = self._values.get("value")
3483
3483
  assert result is not None, "Required property 'value' is missing"
3484
3484
  return typing.cast(builtins.str, result)
@@ -3686,10 +3686,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3686
3686
  template: typing.Optional[builtins.str] = None,
3687
3687
  ) -> None:
3688
3688
  '''
3689
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3690
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3691
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3692
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3689
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
3690
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
3691
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
3692
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
3693
3693
  '''
3694
3694
  if __debug__:
3695
3695
  type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
@@ -3709,26 +3709,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
3709
3709
 
3710
3710
  @builtins.property
3711
3711
  def target(self) -> builtins.str:
3712
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
3712
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
3713
3713
  result = self._values.get("target")
3714
3714
  assert result is not None, "Required property 'target' is missing"
3715
3715
  return typing.cast(builtins.str, result)
3716
3716
 
3717
3717
  @builtins.property
3718
3718
  def regex(self) -> typing.Optional[builtins.str]:
3719
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
3719
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
3720
3720
  result = self._values.get("regex")
3721
3721
  return typing.cast(typing.Optional[builtins.str], result)
3722
3722
 
3723
3723
  @builtins.property
3724
3724
  def source(self) -> typing.Optional[builtins.str]:
3725
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
3725
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
3726
3726
  result = self._values.get("source")
3727
3727
  return typing.cast(typing.Optional[builtins.str], result)
3728
3728
 
3729
3729
  @builtins.property
3730
3730
  def template(self) -> typing.Optional[builtins.str]:
3731
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
3731
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
3732
3732
  result = self._values.get("template")
3733
3733
  return typing.cast(typing.Optional[builtins.str], result)
3734
3734
 
@@ -3992,11 +3992,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
3992
3992
  parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
3993
3993
  ) -> None:
3994
3994
  '''
3995
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3996
- :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3997
- :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3998
- :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3999
- :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
3995
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
3996
+ :param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
3997
+ :param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
3998
+ :param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
3999
+ :param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
4000
4000
  '''
4001
4001
  value = EventOrchestrationServiceSetRuleActionsAutomationAction(
4002
4002
  name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
@@ -4020,7 +4020,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4020
4020
  @jsii.member(jsii_name="putPagerdutyAutomationAction")
4021
4021
  def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
4022
4022
  '''
4023
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4023
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4024
4024
  '''
4025
4025
  value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
4026
4026
  action_id=action_id
@@ -4287,7 +4287,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
4287
4287
  class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4288
4288
  def __init__(self, *, action_id: builtins.str) -> None:
4289
4289
  '''
4290
- :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4290
+ :param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
4291
4291
  '''
4292
4292
  if __debug__:
4293
4293
  type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
@@ -4298,7 +4298,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
4298
4298
 
4299
4299
  @builtins.property
4300
4300
  def action_id(self) -> builtins.str:
4301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
4302
4302
  result = self._values.get("action_id")
4303
4303
  assert result is not None, "Required property 'action_id' is missing"
4304
4304
  return typing.cast(builtins.str, result)
@@ -4385,10 +4385,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4385
4385
  value: builtins.str,
4386
4386
  ) -> None:
4387
4387
  '''
4388
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4389
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4390
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4391
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4388
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
4389
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
4390
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
4391
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
4392
4392
  '''
4393
4393
  if __debug__:
4394
4394
  type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
@@ -4405,28 +4405,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
4405
4405
 
4406
4406
  @builtins.property
4407
4407
  def name(self) -> builtins.str:
4408
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4408
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
4409
4409
  result = self._values.get("name")
4410
4410
  assert result is not None, "Required property 'name' is missing"
4411
4411
  return typing.cast(builtins.str, result)
4412
4412
 
4413
4413
  @builtins.property
4414
4414
  def path(self) -> builtins.str:
4415
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4415
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
4416
4416
  result = self._values.get("path")
4417
4417
  assert result is not None, "Required property 'path' is missing"
4418
4418
  return typing.cast(builtins.str, result)
4419
4419
 
4420
4420
  @builtins.property
4421
4421
  def type(self) -> builtins.str:
4422
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4422
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
4423
4423
  result = self._values.get("type")
4424
4424
  assert result is not None, "Required property 'type' is missing"
4425
4425
  return typing.cast(builtins.str, result)
4426
4426
 
4427
4427
  @builtins.property
4428
4428
  def value(self) -> builtins.str:
4429
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4429
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
4430
4430
  result = self._values.get("value")
4431
4431
  assert result is not None, "Required property 'value' is missing"
4432
4432
  return typing.cast(builtins.str, result)
@@ -4656,7 +4656,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
4656
4656
  class EventOrchestrationServiceSetRuleCondition:
4657
4657
  def __init__(self, *, expression: builtins.str) -> None:
4658
4658
  '''
4659
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
4659
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
4660
4660
  '''
4661
4661
  if __debug__:
4662
4662
  type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
@@ -4667,7 +4667,7 @@ class EventOrchestrationServiceSetRuleCondition:
4667
4667
 
4668
4668
  @builtins.property
4669
4669
  def expression(self) -> builtins.str:
4670
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
4670
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
4671
4671
  result = self._values.get("expression")
4672
4672
  assert result is not None, "Required property 'expression' is missing"
4673
4673
  return typing.cast(builtins.str, result)
@@ -4974,17 +4974,17 @@ class EventOrchestrationServiceSetRuleOutputReference(
4974
4974
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
4975
4975
  ) -> None:
4976
4976
  '''
4977
- :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
4978
- :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
4979
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
4980
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
4981
- :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
4982
- :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
4983
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
4984
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
4985
- :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
4986
- :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
4987
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
4977
+ :param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
4978
+ :param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
4979
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
4980
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
4981
+ :param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
4982
+ :param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
4983
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
4984
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
4985
+ :param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
4986
+ :param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
4987
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
4988
4988
  '''
4989
4989
  value = EventOrchestrationServiceSetRuleActions(
4990
4990
  annotate=annotate,