cdktf-cdktf-provider-pagerduty 13.1.1__py3-none-any.whl → 13.1.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.1.2.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_team_members/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  37. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  43. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  44. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  45. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  47. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  48. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  49. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  50. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  51. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  52. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  53. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  54. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  55. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  56. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  57. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  58. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  59. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  60. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  61. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  62. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  63. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  64. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  65. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  66. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  67. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  68. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  69. {cdktf_cdktf_provider_pagerduty-13.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.1.2.dist-info}/METADATA +4 -4
  70. cdktf_cdktf_provider_pagerduty-13.1.2.dist-info/RECORD +74 -0
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.1.1.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-13.1.1.dist-info/RECORD +0 -74
  73. {cdktf_cdktf_provider_pagerduty-13.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.1.2.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-13.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.1.2.dist-info}/WHEEL +0 -0
  75. {cdktf_cdktf_provider_pagerduty-13.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.1.2.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 Registry for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_integration).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/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.5.1/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/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.5.1/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/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.5.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.5.1/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.5.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.5.2/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.5.1/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.5.2/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__:
@@ -194,8 +194,8 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
194
194
  :param lifecycle:
195
195
  :param provider:
196
196
  :param provisioners:
197
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
198
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
197
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
198
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
199
199
  '''
200
200
  if isinstance(lifecycle, dict):
201
201
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,14 +295,14 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
295
295
 
296
296
  @builtins.property
297
297
  def event_orchestration(self) -> builtins.str:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
298
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
299
299
  result = self._values.get("event_orchestration")
300
300
  assert result is not None, "Required property 'event_orchestration' is missing"
301
301
  return typing.cast(builtins.str, result)
302
302
 
303
303
  @builtins.property
304
304
  def label(self) -> builtins.str:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
305
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
306
306
  result = self._values.get("label")
307
307
  assert result is not None, "Required property 'label' is missing"
308
308
  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 Registry for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/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.5.1/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/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.5.1/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/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.5.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.5.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.5.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.5.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.
52
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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.5.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.5.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.5.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.
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.5.1/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.5.2/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.5.1/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.5.2/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.5.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.5.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
129
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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.5.2/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
131
131
  '''
132
132
  value = EventOrchestrationRouterSet(id=id, rule=rule)
133
133
 
@@ -217,7 +217,7 @@ class EventOrchestrationRouterCatchAll:
217
217
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", typing.Dict[builtins.str, typing.Any]],
218
218
  ) -> None:
219
219
  '''
220
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
220
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
221
221
  '''
222
222
  if isinstance(actions, dict):
223
223
  actions = EventOrchestrationRouterCatchAllActions(**actions)
@@ -232,7 +232,7 @@ class EventOrchestrationRouterCatchAll:
232
232
  def actions(self) -> "EventOrchestrationRouterCatchAllActions":
233
233
  '''actions block.
234
234
 
235
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
235
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
236
236
  '''
237
237
  result = self._values.get("actions")
238
238
  assert result is not None, "Required property 'actions' is missing"
@@ -258,7 +258,7 @@ class EventOrchestrationRouterCatchAll:
258
258
  class EventOrchestrationRouterCatchAllActions:
259
259
  def __init__(self, *, route_to: builtins.str) -> None:
260
260
  '''
261
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
261
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
262
262
  '''
263
263
  if __debug__:
264
264
  type_hints = typing.get_type_hints(_typecheckingstub__1e0be3fdeb3d7770c2d6fff3b47dc67fa679afcf0176a750bfc71cc5a4cde472)
@@ -269,7 +269,7 @@ class EventOrchestrationRouterCatchAllActions:
269
269
 
270
270
  @builtins.property
271
271
  def route_to(self) -> builtins.str:
272
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
272
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
273
273
  result = self._values.get("route_to")
274
274
  assert result is not None, "Required property 'route_to' is missing"
275
275
  return typing.cast(builtins.str, result)
@@ -364,7 +364,7 @@ class EventOrchestrationRouterCatchAllOutputReference(
364
364
  @jsii.member(jsii_name="putActions")
365
365
  def put_actions(self, *, route_to: builtins.str) -> None:
366
366
  '''
367
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
367
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
368
368
  '''
369
369
  value = EventOrchestrationRouterCatchAllActions(route_to=route_to)
370
370
 
@@ -437,10 +437,10 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
437
437
  :param lifecycle:
438
438
  :param provider:
439
439
  :param provisioners:
440
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
441
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
442
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
443
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
441
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
442
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
443
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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.
444
444
  '''
445
445
  if isinstance(lifecycle, dict):
446
446
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -551,7 +551,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
551
551
  def catch_all(self) -> EventOrchestrationRouterCatchAll:
552
552
  '''catch_all block.
553
553
 
554
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
554
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
555
555
  '''
556
556
  result = self._values.get("catch_all")
557
557
  assert result is not None, "Required property 'catch_all' is missing"
@@ -559,7 +559,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
559
559
 
560
560
  @builtins.property
561
561
  def event_orchestration(self) -> builtins.str:
562
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
562
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
563
563
  result = self._values.get("event_orchestration")
564
564
  assert result is not None, "Required property 'event_orchestration' is missing"
565
565
  return typing.cast(builtins.str, result)
@@ -568,7 +568,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
568
568
  def set(self) -> "EventOrchestrationRouterSet":
569
569
  '''set block.
570
570
 
571
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
571
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
572
572
  '''
573
573
  result = self._values.get("set")
574
574
  assert result is not None, "Required property 'set' is missing"
@@ -576,7 +576,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
576
576
 
577
577
  @builtins.property
578
578
  def id(self) -> typing.Optional[builtins.str]:
579
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
579
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
580
580
 
581
581
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
582
582
  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,8 +609,8 @@ class EventOrchestrationRouterSet:
609
609
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
610
610
  ) -> None:
611
611
  '''
612
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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.
613
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
612
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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.
613
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
614
614
  '''
615
615
  if __debug__:
616
616
  type_hints = typing.get_type_hints(_typecheckingstub__a3ea66f32002399982e2faa96ff423ab54f7bf6b238a5b0f9cd84439b0138bef)
@@ -624,7 +624,7 @@ class EventOrchestrationRouterSet:
624
624
 
625
625
  @builtins.property
626
626
  def id(self) -> builtins.str:
627
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
627
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
628
628
 
629
629
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
630
630
  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.
@@ -639,7 +639,7 @@ class EventOrchestrationRouterSet:
639
639
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]]:
640
640
  '''rule block.
641
641
 
642
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
642
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
643
643
  '''
644
644
  result = self._values.get("rule")
645
645
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]], result)
@@ -758,10 +758,10 @@ class EventOrchestrationRouterSetRule:
758
758
  label: typing.Optional[builtins.str] = None,
759
759
  ) -> None:
760
760
  '''
761
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
762
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
763
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
764
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
761
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
762
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
763
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
764
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
765
765
  '''
766
766
  if isinstance(actions, dict):
767
767
  actions = EventOrchestrationRouterSetRuleActions(**actions)
@@ -785,7 +785,7 @@ class EventOrchestrationRouterSetRule:
785
785
  def actions(self) -> "EventOrchestrationRouterSetRuleActions":
786
786
  '''actions block.
787
787
 
788
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
788
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
789
789
  '''
790
790
  result = self._values.get("actions")
791
791
  assert result is not None, "Required property 'actions' is missing"
@@ -797,7 +797,7 @@ class EventOrchestrationRouterSetRule:
797
797
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]]:
798
798
  '''condition block.
799
799
 
800
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
800
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
801
801
  '''
802
802
  result = self._values.get("condition")
803
803
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]], result)
@@ -806,13 +806,13 @@ class EventOrchestrationRouterSetRule:
806
806
  def disabled(
807
807
  self,
808
808
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
809
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
809
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
810
810
  result = self._values.get("disabled")
811
811
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
812
812
 
813
813
  @builtins.property
814
814
  def label(self) -> typing.Optional[builtins.str]:
815
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
815
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
816
816
  result = self._values.get("label")
817
817
  return typing.cast(typing.Optional[builtins.str], result)
818
818
 
@@ -836,7 +836,7 @@ class EventOrchestrationRouterSetRule:
836
836
  class EventOrchestrationRouterSetRuleActions:
837
837
  def __init__(self, *, route_to: builtins.str) -> None:
838
838
  '''
839
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
839
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
840
840
  '''
841
841
  if __debug__:
842
842
  type_hints = typing.get_type_hints(_typecheckingstub__caa9b602d284ce04ab10abbbc5bf9aa3c82cc0caecdea4267e1f11ba0be52073)
@@ -847,7 +847,7 @@ class EventOrchestrationRouterSetRuleActions:
847
847
 
848
848
  @builtins.property
849
849
  def route_to(self) -> builtins.str:
850
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
850
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
851
851
  result = self._values.get("route_to")
852
852
  assert result is not None, "Required property 'route_to' is missing"
853
853
  return typing.cast(builtins.str, result)
@@ -925,7 +925,7 @@ class EventOrchestrationRouterSetRuleActionsOutputReference(
925
925
  class EventOrchestrationRouterSetRuleCondition:
926
926
  def __init__(self, *, expression: builtins.str) -> None:
927
927
  '''
928
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
928
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
929
929
  '''
930
930
  if __debug__:
931
931
  type_hints = typing.get_type_hints(_typecheckingstub__e9b1e400c9376b0dd9f5ce4b4b1010923f4f47c2f6b96d18ec4b0a724173f37e)
@@ -936,7 +936,7 @@ class EventOrchestrationRouterSetRuleCondition:
936
936
 
937
937
  @builtins.property
938
938
  def expression(self) -> builtins.str:
939
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
939
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
940
940
  result = self._values.get("expression")
941
941
  assert result is not None, "Required property 'expression' is missing"
942
942
  return typing.cast(builtins.str, result)
@@ -1229,7 +1229,7 @@ class EventOrchestrationRouterSetRuleOutputReference(
1229
1229
  @jsii.member(jsii_name="putActions")
1230
1230
  def put_actions(self, *, route_to: builtins.str) -> None:
1231
1231
  '''
1232
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1232
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1233
1233
  '''
1234
1234
  value = EventOrchestrationRouterSetRuleActions(route_to=route_to)
1235
1235