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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +4 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +30 -30
  36. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  37. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  42. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  43. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  44. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  45. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +1073 -53
  48. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  49. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  50. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  51. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  52. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  53. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  54. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  55. cdktf_cdktf_provider_pagerduty/service/__init__.py +170 -121
  56. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  57. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  58. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  59. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  60. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  61. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  62. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  63. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  64. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  65. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  66. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  68. {cdktf_cdktf_provider_pagerduty-12.0.3.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +8 -7
  69. cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
  70. {cdktf_cdktf_provider_pagerduty-12.0.3.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.3.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-12.0.3.dist-info/RECORD +0 -73
  73. {cdktf_cdktf_provider_pagerduty-12.0.3.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-12.0.3.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_unrouted`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationUnrouted(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationUnrouted.EventOrchestrationUnrouted",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class EventOrchestrationUnrouted(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
53
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
54
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
53
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
54
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -94,7 +94,7 @@ class EventOrchestrationUnrouted(
94
94
 
95
95
  :param scope: The scope in which to define this construct.
96
96
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationUnrouted to import.
97
- :param import_from_id: The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use
98
98
  :param provider: ? Optional instance of the provider where the EventOrchestrationUnrouted to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -112,7 +112,7 @@ class EventOrchestrationUnrouted(
112
112
  actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
113
113
  ) -> None:
114
114
  '''
115
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
115
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
116
116
  '''
117
117
  value = EventOrchestrationUnroutedCatchAll(actions=actions)
118
118
 
@@ -213,7 +213,7 @@ class EventOrchestrationUnroutedCatchAll:
213
213
  actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
214
214
  ) -> None:
215
215
  '''
216
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
216
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
217
217
  '''
218
218
  if isinstance(actions, dict):
219
219
  actions = EventOrchestrationUnroutedCatchAllActions(**actions)
@@ -228,7 +228,7 @@ class EventOrchestrationUnroutedCatchAll:
228
228
  def actions(self) -> "EventOrchestrationUnroutedCatchAllActions":
229
229
  '''actions block.
230
230
 
231
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
231
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
232
232
  '''
233
233
  result = self._values.get("actions")
234
234
  assert result is not None, "Required property 'actions' is missing"
@@ -266,10 +266,10 @@ class EventOrchestrationUnroutedCatchAllActions:
266
266
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
267
267
  ) -> None:
268
268
  '''
269
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
270
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
271
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
272
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
269
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
270
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
271
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
272
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
273
273
  '''
274
274
  if __debug__:
275
275
  type_hints = typing.get_type_hints(_typecheckingstub__c6574dcb4a0e638aece27cc74f601e14a17d0b4395adc2458762bf0dd9ef29cd)
@@ -289,7 +289,7 @@ class EventOrchestrationUnroutedCatchAllActions:
289
289
 
290
290
  @builtins.property
291
291
  def event_action(self) -> typing.Optional[builtins.str]:
292
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
292
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
293
293
  result = self._values.get("event_action")
294
294
  return typing.cast(typing.Optional[builtins.str], result)
295
295
 
@@ -299,14 +299,14 @@ class EventOrchestrationUnroutedCatchAllActions:
299
299
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]]:
300
300
  '''extraction block.
301
301
 
302
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
302
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
303
303
  '''
304
304
  result = self._values.get("extraction")
305
305
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]], result)
306
306
 
307
307
  @builtins.property
308
308
  def severity(self) -> typing.Optional[builtins.str]:
309
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
309
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
310
310
  result = self._values.get("severity")
311
311
  return typing.cast(typing.Optional[builtins.str], result)
312
312
 
@@ -316,7 +316,7 @@ class EventOrchestrationUnroutedCatchAllActions:
316
316
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]]:
317
317
  '''variable block.
318
318
 
319
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
319
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
320
320
  '''
321
321
  result = self._values.get("variable")
322
322
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]], result)
@@ -353,10 +353,10 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
353
353
  template: typing.Optional[builtins.str] = None,
354
354
  ) -> None:
355
355
  '''
356
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
357
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
358
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
359
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
356
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
357
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
358
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
359
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
360
360
  '''
361
361
  if __debug__:
362
362
  type_hints = typing.get_type_hints(_typecheckingstub__873057e6f5f2b8466ff463cc0428da1d09eef943c149dc85c306d593a566df69)
@@ -376,26 +376,26 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
376
376
 
377
377
  @builtins.property
378
378
  def target(self) -> builtins.str:
379
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
379
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
380
380
  result = self._values.get("target")
381
381
  assert result is not None, "Required property 'target' is missing"
382
382
  return typing.cast(builtins.str, result)
383
383
 
384
384
  @builtins.property
385
385
  def regex(self) -> typing.Optional[builtins.str]:
386
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
386
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
387
387
  result = self._values.get("regex")
388
388
  return typing.cast(typing.Optional[builtins.str], result)
389
389
 
390
390
  @builtins.property
391
391
  def source(self) -> typing.Optional[builtins.str]:
392
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
392
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
393
393
  result = self._values.get("source")
394
394
  return typing.cast(typing.Optional[builtins.str], result)
395
395
 
396
396
  @builtins.property
397
397
  def template(self) -> typing.Optional[builtins.str]:
398
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
398
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
399
399
  result = self._values.get("template")
400
400
  return typing.cast(typing.Optional[builtins.str], result)
401
401
 
@@ -786,10 +786,10 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
786
786
  value: builtins.str,
787
787
  ) -> None:
788
788
  '''
789
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
790
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
791
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
792
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
789
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
790
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
791
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
792
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
793
793
  '''
794
794
  if __debug__:
795
795
  type_hints = typing.get_type_hints(_typecheckingstub__6d16718dd84c51311e04997b4675de9db9aec5dd9d5debae2b5d98162b78bced)
@@ -806,28 +806,28 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
806
806
 
807
807
  @builtins.property
808
808
  def name(self) -> builtins.str:
809
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
809
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
810
810
  result = self._values.get("name")
811
811
  assert result is not None, "Required property 'name' is missing"
812
812
  return typing.cast(builtins.str, result)
813
813
 
814
814
  @builtins.property
815
815
  def path(self) -> builtins.str:
816
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
816
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
817
817
  result = self._values.get("path")
818
818
  assert result is not None, "Required property 'path' is missing"
819
819
  return typing.cast(builtins.str, result)
820
820
 
821
821
  @builtins.property
822
822
  def type(self) -> builtins.str:
823
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
823
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
824
824
  result = self._values.get("type")
825
825
  assert result is not None, "Required property 'type' is missing"
826
826
  return typing.cast(builtins.str, result)
827
827
 
828
828
  @builtins.property
829
829
  def value(self) -> builtins.str:
830
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
830
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
831
831
  result = self._values.get("value")
832
832
  assert result is not None, "Required property 'value' is missing"
833
833
  return typing.cast(builtins.str, result)
@@ -1079,10 +1079,10 @@ class EventOrchestrationUnroutedCatchAllOutputReference(
1079
1079
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
1080
1080
  ) -> None:
1081
1081
  '''
1082
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1083
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1084
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1085
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1082
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1083
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1084
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1085
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1086
1086
  '''
1087
1087
  value = EventOrchestrationUnroutedCatchAllActions(
1088
1088
  event_action=event_action,
@@ -1162,10 +1162,10 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1162
1162
  :param lifecycle:
1163
1163
  :param provider:
1164
1164
  :param provisioners:
1165
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1166
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
1167
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1168
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
1165
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1166
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
1167
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1168
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
1169
1169
  '''
1170
1170
  if isinstance(lifecycle, dict):
1171
1171
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -1274,7 +1274,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1274
1274
  def catch_all(self) -> EventOrchestrationUnroutedCatchAll:
1275
1275
  '''catch_all block.
1276
1276
 
1277
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1277
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
1278
1278
  '''
1279
1279
  result = self._values.get("catch_all")
1280
1280
  assert result is not None, "Required property 'catch_all' is missing"
@@ -1282,7 +1282,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1282
1282
 
1283
1283
  @builtins.property
1284
1284
  def event_orchestration(self) -> builtins.str:
1285
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
1285
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
1286
1286
  result = self._values.get("event_orchestration")
1287
1287
  assert result is not None, "Required property 'event_orchestration' is missing"
1288
1288
  return typing.cast(builtins.str, result)
@@ -1293,7 +1293,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1293
1293
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSet"]]:
1294
1294
  '''set block.
1295
1295
 
1296
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1296
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
1297
1297
  '''
1298
1298
  result = self._values.get("set")
1299
1299
  assert result is not None, "Required property 'set' is missing"
@@ -1301,7 +1301,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1301
1301
 
1302
1302
  @builtins.property
1303
1303
  def id(self) -> typing.Optional[builtins.str]:
1304
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1304
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1305
1305
 
1306
1306
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1307
1307
  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.
@@ -1334,8 +1334,8 @@ class EventOrchestrationUnroutedSet:
1334
1334
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
1335
1335
  ) -> None:
1336
1336
  '''
1337
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
1338
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1337
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
1338
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1339
1339
  '''
1340
1340
  if __debug__:
1341
1341
  type_hints = typing.get_type_hints(_typecheckingstub__d008f014806e1f881fbd832e0f0859fbb79a6023defe775d45620826b97169c9)
@@ -1349,7 +1349,7 @@ class EventOrchestrationUnroutedSet:
1349
1349
 
1350
1350
  @builtins.property
1351
1351
  def id(self) -> builtins.str:
1352
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1352
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
1353
1353
 
1354
1354
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1355
1355
  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.
@@ -1364,7 +1364,7 @@ class EventOrchestrationUnroutedSet:
1364
1364
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]]:
1365
1365
  '''rule block.
1366
1366
 
1367
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1367
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
1368
1368
  '''
1369
1369
  result = self._values.get("rule")
1370
1370
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]], result)
@@ -1581,10 +1581,10 @@ class EventOrchestrationUnroutedSetRule:
1581
1581
  label: typing.Optional[builtins.str] = None,
1582
1582
  ) -> None:
1583
1583
  '''
1584
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1585
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1586
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
1587
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
1584
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1585
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1586
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
1587
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
1588
1588
  '''
1589
1589
  if isinstance(actions, dict):
1590
1590
  actions = EventOrchestrationUnroutedSetRuleActions(**actions)
@@ -1608,7 +1608,7 @@ class EventOrchestrationUnroutedSetRule:
1608
1608
  def actions(self) -> "EventOrchestrationUnroutedSetRuleActions":
1609
1609
  '''actions block.
1610
1610
 
1611
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1611
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
1612
1612
  '''
1613
1613
  result = self._values.get("actions")
1614
1614
  assert result is not None, "Required property 'actions' is missing"
@@ -1620,7 +1620,7 @@ class EventOrchestrationUnroutedSetRule:
1620
1620
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]]:
1621
1621
  '''condition block.
1622
1622
 
1623
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1623
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
1624
1624
  '''
1625
1625
  result = self._values.get("condition")
1626
1626
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]], result)
@@ -1629,13 +1629,13 @@ class EventOrchestrationUnroutedSetRule:
1629
1629
  def disabled(
1630
1630
  self,
1631
1631
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1632
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
1632
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
1633
1633
  result = self._values.get("disabled")
1634
1634
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
1635
1635
 
1636
1636
  @builtins.property
1637
1637
  def label(self) -> typing.Optional[builtins.str]:
1638
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
1638
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
1639
1639
  result = self._values.get("label")
1640
1640
  return typing.cast(typing.Optional[builtins.str], result)
1641
1641
 
@@ -1673,11 +1673,11 @@ class EventOrchestrationUnroutedSetRuleActions:
1673
1673
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
1674
1674
  ) -> None:
1675
1675
  '''
1676
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1677
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1678
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
1679
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1680
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1676
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
1677
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1678
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
1679
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
1680
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1681
1681
  '''
1682
1682
  if __debug__:
1683
1683
  type_hints = typing.get_type_hints(_typecheckingstub__7de69daeae1a5cd1a1063bd644434991e938ef8d905f1e00d5b411fef8b3a529)
@@ -1700,7 +1700,7 @@ class EventOrchestrationUnroutedSetRuleActions:
1700
1700
 
1701
1701
  @builtins.property
1702
1702
  def event_action(self) -> typing.Optional[builtins.str]:
1703
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
1703
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
1704
1704
  result = self._values.get("event_action")
1705
1705
  return typing.cast(typing.Optional[builtins.str], result)
1706
1706
 
@@ -1710,20 +1710,20 @@ class EventOrchestrationUnroutedSetRuleActions:
1710
1710
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]]:
1711
1711
  '''extraction block.
1712
1712
 
1713
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1713
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
1714
1714
  '''
1715
1715
  result = self._values.get("extraction")
1716
1716
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]], result)
1717
1717
 
1718
1718
  @builtins.property
1719
1719
  def route_to(self) -> typing.Optional[builtins.str]:
1720
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
1720
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
1721
1721
  result = self._values.get("route_to")
1722
1722
  return typing.cast(typing.Optional[builtins.str], result)
1723
1723
 
1724
1724
  @builtins.property
1725
1725
  def severity(self) -> typing.Optional[builtins.str]:
1726
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
1726
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
1727
1727
  result = self._values.get("severity")
1728
1728
  return typing.cast(typing.Optional[builtins.str], result)
1729
1729
 
@@ -1733,7 +1733,7 @@ class EventOrchestrationUnroutedSetRuleActions:
1733
1733
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]]:
1734
1734
  '''variable block.
1735
1735
 
1736
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1736
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
1737
1737
  '''
1738
1738
  result = self._values.get("variable")
1739
1739
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]], result)
@@ -1770,10 +1770,10 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
1770
1770
  template: typing.Optional[builtins.str] = None,
1771
1771
  ) -> None:
1772
1772
  '''
1773
- :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
1774
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
1775
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
1776
- :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
1773
+ :param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
1774
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
1775
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
1776
+ :param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
1777
1777
  '''
1778
1778
  if __debug__:
1779
1779
  type_hints = typing.get_type_hints(_typecheckingstub__8b3013dd35226ec76dc2f09e9719e1c12966fdd5323214ccba59c06037e0e915)
@@ -1793,26 +1793,26 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
1793
1793
 
1794
1794
  @builtins.property
1795
1795
  def target(self) -> builtins.str:
1796
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
1796
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
1797
1797
  result = self._values.get("target")
1798
1798
  assert result is not None, "Required property 'target' is missing"
1799
1799
  return typing.cast(builtins.str, result)
1800
1800
 
1801
1801
  @builtins.property
1802
1802
  def regex(self) -> typing.Optional[builtins.str]:
1803
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
1803
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
1804
1804
  result = self._values.get("regex")
1805
1805
  return typing.cast(typing.Optional[builtins.str], result)
1806
1806
 
1807
1807
  @builtins.property
1808
1808
  def source(self) -> typing.Optional[builtins.str]:
1809
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
1809
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
1810
1810
  result = self._values.get("source")
1811
1811
  return typing.cast(typing.Optional[builtins.str], result)
1812
1812
 
1813
1813
  @builtins.property
1814
1814
  def template(self) -> typing.Optional[builtins.str]:
1815
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
1815
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
1816
1816
  result = self._values.get("template")
1817
1817
  return typing.cast(typing.Optional[builtins.str], result)
1818
1818
 
@@ -2219,10 +2219,10 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
2219
2219
  value: builtins.str,
2220
2220
  ) -> None:
2221
2221
  '''
2222
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
2223
- :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
2224
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
2225
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
2222
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
2223
+ :param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
2224
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
2225
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
2226
2226
  '''
2227
2227
  if __debug__:
2228
2228
  type_hints = typing.get_type_hints(_typecheckingstub__dd0c5f57df347bcae15394cd70a29867473ac8aa3688e6f0dc355fc21a2ef2d8)
@@ -2239,28 +2239,28 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
2239
2239
 
2240
2240
  @builtins.property
2241
2241
  def name(self) -> builtins.str:
2242
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
2242
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
2243
2243
  result = self._values.get("name")
2244
2244
  assert result is not None, "Required property 'name' is missing"
2245
2245
  return typing.cast(builtins.str, result)
2246
2246
 
2247
2247
  @builtins.property
2248
2248
  def path(self) -> builtins.str:
2249
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
2249
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
2250
2250
  result = self._values.get("path")
2251
2251
  assert result is not None, "Required property 'path' is missing"
2252
2252
  return typing.cast(builtins.str, result)
2253
2253
 
2254
2254
  @builtins.property
2255
2255
  def type(self) -> builtins.str:
2256
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
2256
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
2257
2257
  result = self._values.get("type")
2258
2258
  assert result is not None, "Required property 'type' is missing"
2259
2259
  return typing.cast(builtins.str, result)
2260
2260
 
2261
2261
  @builtins.property
2262
2262
  def value(self) -> builtins.str:
2263
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
2263
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
2264
2264
  result = self._values.get("value")
2265
2265
  assert result is not None, "Required property 'value' is missing"
2266
2266
  return typing.cast(builtins.str, result)
@@ -2490,7 +2490,7 @@ class EventOrchestrationUnroutedSetRuleActionsVariableOutputReference(
2490
2490
  class EventOrchestrationUnroutedSetRuleCondition:
2491
2491
  def __init__(self, *, expression: builtins.str) -> None:
2492
2492
  '''
2493
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
2493
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
2494
2494
  '''
2495
2495
  if __debug__:
2496
2496
  type_hints = typing.get_type_hints(_typecheckingstub__7e07b5dc138d66b32d7ebe6a7836500090439b0c193c8ab86ebe5120b056af3f)
@@ -2501,7 +2501,7 @@ class EventOrchestrationUnroutedSetRuleCondition:
2501
2501
 
2502
2502
  @builtins.property
2503
2503
  def expression(self) -> builtins.str:
2504
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
2504
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
2505
2505
  result = self._values.get("expression")
2506
2506
  assert result is not None, "Required property 'expression' is missing"
2507
2507
  return typing.cast(builtins.str, result)
@@ -2802,11 +2802,11 @@ class EventOrchestrationUnroutedSetRuleOutputReference(
2802
2802
  variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
2803
2803
  ) -> None:
2804
2804
  '''
2805
- :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
2806
- :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
2807
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
2808
- :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
2809
- :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
2805
+ :param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
2806
+ :param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
2807
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
2808
+ :param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
2809
+ :param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
2810
2810
  '''
2811
2811
  value = EventOrchestrationUnroutedSetRuleActions(
2812
2812
  event_action=event_action,