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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +30 -30
  36. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  37. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  42. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  43. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  44. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  45. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +1073 -53
  48. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  49. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  50. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  51. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  52. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  53. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  54. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  55. cdktf_cdktf_provider_pagerduty/service/__init__.py +170 -121
  56. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  57. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  58. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  59. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  60. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  61. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  62. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  63. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  64. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  65. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  66. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  68. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +6 -7
  69. cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
  70. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.4.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/RECORD +0 -73
  73. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_integration`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationIntegrationA(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationIntegration.EventOrchestrationIntegrationA",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class EventOrchestrationIntegrationA(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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,
45
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
51
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
50
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
51
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
52
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class EventOrchestrationIntegrationA(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationIntegrationA to import.
91
- :param import_from_id: The id of the existing EventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing EventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the EventOrchestrationIntegrationA to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -190,8 +190,8 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
190
190
  :param lifecycle:
191
191
  :param provider:
192
192
  :param provisioners:
193
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
194
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
193
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
194
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
195
195
  '''
196
196
  if isinstance(lifecycle, dict):
197
197
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -291,14 +291,14 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
291
291
 
292
292
  @builtins.property
293
293
  def event_orchestration(self) -> builtins.str:
294
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
294
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
295
295
  result = self._values.get("event_orchestration")
296
296
  assert result is not None, "Required property 'event_orchestration' is missing"
297
297
  return typing.cast(builtins.str, result)
298
298
 
299
299
  @builtins.property
300
300
  def label(self) -> builtins.str:
301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
302
302
  result = self._values.get("label")
303
303
  assert result is not None, "Required property 'label' is missing"
304
304
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_router`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestrationRouter(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouter",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class EventOrchestrationRouter(
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.2/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} 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.2/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
53
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
54
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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_router#catch_all EventOrchestrationRouter#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_router#event_orchestration EventOrchestrationRouter#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_router#set EventOrchestrationRouter#set}
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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 EventOrchestrationRouter(
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 EventOrchestrationRouter to import.
97
- :param import_from_id: The id of the existing EventOrchestrationRouter that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing EventOrchestrationRouter that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#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 EventOrchestrationRouter to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -112,7 +112,7 @@ class EventOrchestrationRouter(
112
112
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", 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.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#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_router#actions EventOrchestrationRouter#actions}
116
116
  '''
117
117
  value = EventOrchestrationRouterCatchAll(actions=actions)
118
118
 
@@ -126,8 +126,8 @@ class EventOrchestrationRouter(
126
126
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
127
127
  ) -> None:
128
128
  '''
129
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
130
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
129
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
130
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
131
131
  '''
132
132
  value = EventOrchestrationRouterSet(id=id, rule=rule)
133
133
 
@@ -213,7 +213,7 @@ class EventOrchestrationRouterCatchAll:
213
213
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", 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.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#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_router#actions EventOrchestrationRouter#actions}
217
217
  '''
218
218
  if isinstance(actions, dict):
219
219
  actions = EventOrchestrationRouterCatchAllActions(**actions)
@@ -228,7 +228,7 @@ class EventOrchestrationRouterCatchAll:
228
228
  def actions(self) -> "EventOrchestrationRouterCatchAllActions":
229
229
  '''actions block.
230
230
 
231
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
231
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
232
232
  '''
233
233
  result = self._values.get("actions")
234
234
  assert result is not None, "Required property 'actions' is missing"
@@ -254,7 +254,7 @@ class EventOrchestrationRouterCatchAll:
254
254
  class EventOrchestrationRouterCatchAllActions:
255
255
  def __init__(self, *, route_to: builtins.str) -> None:
256
256
  '''
257
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
257
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
258
258
  '''
259
259
  if __debug__:
260
260
  type_hints = typing.get_type_hints(_typecheckingstub__1e0be3fdeb3d7770c2d6fff3b47dc67fa679afcf0176a750bfc71cc5a4cde472)
@@ -265,7 +265,7 @@ class EventOrchestrationRouterCatchAllActions:
265
265
 
266
266
  @builtins.property
267
267
  def route_to(self) -> builtins.str:
268
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
268
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
269
269
  result = self._values.get("route_to")
270
270
  assert result is not None, "Required property 'route_to' is missing"
271
271
  return typing.cast(builtins.str, result)
@@ -360,7 +360,7 @@ class EventOrchestrationRouterCatchAllOutputReference(
360
360
  @jsii.member(jsii_name="putActions")
361
361
  def put_actions(self, *, route_to: builtins.str) -> None:
362
362
  '''
363
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
363
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
364
364
  '''
365
365
  value = EventOrchestrationRouterCatchAllActions(route_to=route_to)
366
366
 
@@ -433,10 +433,10 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
433
433
  :param lifecycle:
434
434
  :param provider:
435
435
  :param provisioners:
436
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
437
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
438
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
439
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
436
+ :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_router#catch_all EventOrchestrationRouter#catch_all}
437
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
438
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
439
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
440
440
  '''
441
441
  if isinstance(lifecycle, dict):
442
442
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -547,7 +547,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
547
547
  def catch_all(self) -> EventOrchestrationRouterCatchAll:
548
548
  '''catch_all block.
549
549
 
550
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
550
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
551
551
  '''
552
552
  result = self._values.get("catch_all")
553
553
  assert result is not None, "Required property 'catch_all' is missing"
@@ -555,7 +555,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
555
555
 
556
556
  @builtins.property
557
557
  def event_orchestration(self) -> builtins.str:
558
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
558
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
559
559
  result = self._values.get("event_orchestration")
560
560
  assert result is not None, "Required property 'event_orchestration' is missing"
561
561
  return typing.cast(builtins.str, result)
@@ -564,7 +564,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
564
564
  def set(self) -> "EventOrchestrationRouterSet":
565
565
  '''set block.
566
566
 
567
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
567
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
568
568
  '''
569
569
  result = self._values.get("set")
570
570
  assert result is not None, "Required property 'set' is missing"
@@ -572,7 +572,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
572
572
 
573
573
  @builtins.property
574
574
  def id(self) -> typing.Optional[builtins.str]:
575
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
575
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
576
576
 
577
577
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
578
578
  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.
@@ -605,8 +605,8 @@ class EventOrchestrationRouterSet:
605
605
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
606
606
  ) -> None:
607
607
  '''
608
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
609
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
608
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#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.
609
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
610
610
  '''
611
611
  if __debug__:
612
612
  type_hints = typing.get_type_hints(_typecheckingstub__a3ea66f32002399982e2faa96ff423ab54f7bf6b238a5b0f9cd84439b0138bef)
@@ -620,7 +620,7 @@ class EventOrchestrationRouterSet:
620
620
 
621
621
  @builtins.property
622
622
  def id(self) -> builtins.str:
623
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
623
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
624
624
 
625
625
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
626
626
  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.
@@ -635,7 +635,7 @@ class EventOrchestrationRouterSet:
635
635
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]]:
636
636
  '''rule block.
637
637
 
638
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
638
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
639
639
  '''
640
640
  result = self._values.get("rule")
641
641
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]], result)
@@ -754,10 +754,10 @@ class EventOrchestrationRouterSetRule:
754
754
  label: typing.Optional[builtins.str] = None,
755
755
  ) -> None:
756
756
  '''
757
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
758
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
759
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
760
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
757
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
758
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
759
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
760
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
761
761
  '''
762
762
  if isinstance(actions, dict):
763
763
  actions = EventOrchestrationRouterSetRuleActions(**actions)
@@ -781,7 +781,7 @@ class EventOrchestrationRouterSetRule:
781
781
  def actions(self) -> "EventOrchestrationRouterSetRuleActions":
782
782
  '''actions block.
783
783
 
784
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
784
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
785
785
  '''
786
786
  result = self._values.get("actions")
787
787
  assert result is not None, "Required property 'actions' is missing"
@@ -793,7 +793,7 @@ class EventOrchestrationRouterSetRule:
793
793
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]]:
794
794
  '''condition block.
795
795
 
796
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
796
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
797
797
  '''
798
798
  result = self._values.get("condition")
799
799
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]], result)
@@ -802,13 +802,13 @@ class EventOrchestrationRouterSetRule:
802
802
  def disabled(
803
803
  self,
804
804
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
805
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
805
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
806
806
  result = self._values.get("disabled")
807
807
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
808
808
 
809
809
  @builtins.property
810
810
  def label(self) -> typing.Optional[builtins.str]:
811
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
811
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
812
812
  result = self._values.get("label")
813
813
  return typing.cast(typing.Optional[builtins.str], result)
814
814
 
@@ -832,7 +832,7 @@ class EventOrchestrationRouterSetRule:
832
832
  class EventOrchestrationRouterSetRuleActions:
833
833
  def __init__(self, *, route_to: builtins.str) -> None:
834
834
  '''
835
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
835
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
836
836
  '''
837
837
  if __debug__:
838
838
  type_hints = typing.get_type_hints(_typecheckingstub__caa9b602d284ce04ab10abbbc5bf9aa3c82cc0caecdea4267e1f11ba0be52073)
@@ -843,7 +843,7 @@ class EventOrchestrationRouterSetRuleActions:
843
843
 
844
844
  @builtins.property
845
845
  def route_to(self) -> builtins.str:
846
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
846
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
847
847
  result = self._values.get("route_to")
848
848
  assert result is not None, "Required property 'route_to' is missing"
849
849
  return typing.cast(builtins.str, result)
@@ -921,7 +921,7 @@ class EventOrchestrationRouterSetRuleActionsOutputReference(
921
921
  class EventOrchestrationRouterSetRuleCondition:
922
922
  def __init__(self, *, expression: builtins.str) -> None:
923
923
  '''
924
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
924
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
925
925
  '''
926
926
  if __debug__:
927
927
  type_hints = typing.get_type_hints(_typecheckingstub__e9b1e400c9376b0dd9f5ce4b4b1010923f4f47c2f6b96d18ec4b0a724173f37e)
@@ -932,7 +932,7 @@ class EventOrchestrationRouterSetRuleCondition:
932
932
 
933
933
  @builtins.property
934
934
  def expression(self) -> builtins.str:
935
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
935
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
936
936
  result = self._values.get("expression")
937
937
  assert result is not None, "Required property 'expression' is missing"
938
938
  return typing.cast(builtins.str, result)
@@ -1225,7 +1225,7 @@ class EventOrchestrationRouterSetRuleOutputReference(
1225
1225
  @jsii.member(jsii_name="putActions")
1226
1226
  def put_actions(self, *, route_to: builtins.str) -> None:
1227
1227
  '''
1228
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1228
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1229
1229
  '''
1230
1230
  value = EventOrchestrationRouterSetRuleActions(route_to=route_to)
1231
1231