cdktf-cdktf-provider-pagerduty 13.5.0__py3-none-any.whl → 13.6.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +20 -60
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +33 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +38 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
  72. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
  73. cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
  74. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +1 -1
  75. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.5.0.jsii.tgz +0 -0
  76. cdktf_cdktf_provider_pagerduty-13.5.0.dist-info/RECORD +0 -77
  77. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
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.9.0/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.10.1/docs/resources/event_orchestration_integration).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class EventOrchestrationIntegrationA(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationIntegration.EventOrchestrationIntegrationA",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class EventOrchestrationIntegrationA(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :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.9.0/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.9.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
53
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
54
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
52
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class EventOrchestrationIntegrationA(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :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.9.0/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
94
+ :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.10.1/docs/resources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the EventOrchestrationIntegrationA to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -194,8 +197,8 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
194
197
  :param lifecycle:
195
198
  :param provider:
196
199
  :param provisioners:
197
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/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.9.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
200
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
201
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
199
202
  '''
200
203
  if isinstance(lifecycle, dict):
201
204
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,14 +298,14 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
295
298
 
296
299
  @builtins.property
297
300
  def event_orchestration(self) -> builtins.str:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
299
302
  result = self._values.get("event_orchestration")
300
303
  assert result is not None, "Required property 'event_orchestration' is missing"
301
304
  return typing.cast(builtins.str, result)
302
305
 
303
306
  @builtins.property
304
307
  def label(self) -> builtins.str:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
306
309
  result = self._values.get("label")
307
310
  assert result is not None, "Required property 'label' is missing"
308
311
  return typing.cast(builtins.str, result)
@@ -1,8 +1,11 @@
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.9.0/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.10.1/docs/resources/event_orchestration_router).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class EventOrchestrationRouter(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouter",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -45,14 +48,14 @@ class EventOrchestrationRouter(
45
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
49
  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
50
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
49
52
 
50
53
  :param scope: The scope in which to define this construct.
51
54
  :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.9.0/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.9.0/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.9.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/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.
55
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
56
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
57
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
58
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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
59
  :param connection:
57
60
  :param count:
58
61
  :param depends_on:
@@ -94,7 +97,7 @@ class EventOrchestrationRouter(
94
97
 
95
98
  :param scope: The scope in which to define this construct.
96
99
  :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.9.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use
100
+ :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.10.1/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use
98
101
  :param provider: ? Optional instance of the provider where the EventOrchestrationRouter to import is found.
99
102
  '''
100
103
  if __debug__:
@@ -112,7 +115,7 @@ class EventOrchestrationRouter(
112
115
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", typing.Dict[builtins.str, typing.Any]],
113
116
  ) -> None:
114
117
  '''
115
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
118
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
116
119
  '''
117
120
  value = EventOrchestrationRouterCatchAll(actions=actions)
118
121
 
@@ -126,8 +129,8 @@ class EventOrchestrationRouter(
126
129
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
127
130
  ) -> None:
128
131
  '''
129
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/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.9.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
132
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
133
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
131
134
  '''
132
135
  value = EventOrchestrationRouterSet(id=id, rule=rule)
133
136
 
@@ -217,7 +220,7 @@ class EventOrchestrationRouterCatchAll:
217
220
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", typing.Dict[builtins.str, typing.Any]],
218
221
  ) -> None:
219
222
  '''
220
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
223
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
221
224
  '''
222
225
  if isinstance(actions, dict):
223
226
  actions = EventOrchestrationRouterCatchAllActions(**actions)
@@ -232,7 +235,7 @@ class EventOrchestrationRouterCatchAll:
232
235
  def actions(self) -> "EventOrchestrationRouterCatchAllActions":
233
236
  '''actions block.
234
237
 
235
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
238
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
236
239
  '''
237
240
  result = self._values.get("actions")
238
241
  assert result is not None, "Required property 'actions' is missing"
@@ -258,7 +261,7 @@ class EventOrchestrationRouterCatchAll:
258
261
  class EventOrchestrationRouterCatchAllActions:
259
262
  def __init__(self, *, route_to: builtins.str) -> None:
260
263
  '''
261
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
264
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
262
265
  '''
263
266
  if __debug__:
264
267
  type_hints = typing.get_type_hints(_typecheckingstub__1e0be3fdeb3d7770c2d6fff3b47dc67fa679afcf0176a750bfc71cc5a4cde472)
@@ -269,7 +272,7 @@ class EventOrchestrationRouterCatchAllActions:
269
272
 
270
273
  @builtins.property
271
274
  def route_to(self) -> builtins.str:
272
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
275
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
273
276
  result = self._values.get("route_to")
274
277
  assert result is not None, "Required property 'route_to' is missing"
275
278
  return typing.cast(builtins.str, result)
@@ -364,7 +367,7 @@ class EventOrchestrationRouterCatchAllOutputReference(
364
367
  @jsii.member(jsii_name="putActions")
365
368
  def put_actions(self, *, route_to: builtins.str) -> None:
366
369
  '''
367
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
370
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
368
371
  '''
369
372
  value = EventOrchestrationRouterCatchAllActions(route_to=route_to)
370
373
 
@@ -437,10 +440,10 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
437
440
  :param lifecycle:
438
441
  :param provider:
439
442
  :param provisioners:
440
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/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.9.0/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.9.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
443
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/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.
443
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
444
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
445
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
446
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
444
447
  '''
445
448
  if isinstance(lifecycle, dict):
446
449
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -551,7 +554,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
551
554
  def catch_all(self) -> EventOrchestrationRouterCatchAll:
552
555
  '''catch_all block.
553
556
 
554
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
557
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
555
558
  '''
556
559
  result = self._values.get("catch_all")
557
560
  assert result is not None, "Required property 'catch_all' is missing"
@@ -559,7 +562,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
559
562
 
560
563
  @builtins.property
561
564
  def event_orchestration(self) -> builtins.str:
562
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
565
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
563
566
  result = self._values.get("event_orchestration")
564
567
  assert result is not None, "Required property 'event_orchestration' is missing"
565
568
  return typing.cast(builtins.str, result)
@@ -568,7 +571,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
568
571
  def set(self) -> "EventOrchestrationRouterSet":
569
572
  '''set block.
570
573
 
571
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
574
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
572
575
  '''
573
576
  result = self._values.get("set")
574
577
  assert result is not None, "Required property 'set' is missing"
@@ -576,7 +579,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
576
579
 
577
580
  @builtins.property
578
581
  def id(self) -> typing.Optional[builtins.str]:
579
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
582
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
580
583
 
581
584
  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
585
  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 +612,8 @@ class EventOrchestrationRouterSet:
609
612
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
610
613
  ) -> None:
611
614
  '''
612
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/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.9.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
615
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
616
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
614
617
  '''
615
618
  if __debug__:
616
619
  type_hints = typing.get_type_hints(_typecheckingstub__a3ea66f32002399982e2faa96ff423ab54f7bf6b238a5b0f9cd84439b0138bef)
@@ -624,7 +627,7 @@ class EventOrchestrationRouterSet:
624
627
 
625
628
  @builtins.property
626
629
  def id(self) -> builtins.str:
627
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
630
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
628
631
 
629
632
  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
633
  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 +642,7 @@ class EventOrchestrationRouterSet:
639
642
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]]:
640
643
  '''rule block.
641
644
 
642
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
645
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
643
646
  '''
644
647
  result = self._values.get("rule")
645
648
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]], result)
@@ -758,10 +761,10 @@ class EventOrchestrationRouterSetRule:
758
761
  label: typing.Optional[builtins.str] = None,
759
762
  ) -> None:
760
763
  '''
761
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/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.9.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
763
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
764
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
764
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
765
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
766
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
767
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
765
768
  '''
766
769
  if isinstance(actions, dict):
767
770
  actions = EventOrchestrationRouterSetRuleActions(**actions)
@@ -785,7 +788,7 @@ class EventOrchestrationRouterSetRule:
785
788
  def actions(self) -> "EventOrchestrationRouterSetRuleActions":
786
789
  '''actions block.
787
790
 
788
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
791
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
789
792
  '''
790
793
  result = self._values.get("actions")
791
794
  assert result is not None, "Required property 'actions' is missing"
@@ -797,7 +800,7 @@ class EventOrchestrationRouterSetRule:
797
800
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]]:
798
801
  '''condition block.
799
802
 
800
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
803
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
801
804
  '''
802
805
  result = self._values.get("condition")
803
806
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]], result)
@@ -806,13 +809,13 @@ class EventOrchestrationRouterSetRule:
806
809
  def disabled(
807
810
  self,
808
811
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
809
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
812
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
810
813
  result = self._values.get("disabled")
811
814
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
812
815
 
813
816
  @builtins.property
814
817
  def label(self) -> typing.Optional[builtins.str]:
815
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
818
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
816
819
  result = self._values.get("label")
817
820
  return typing.cast(typing.Optional[builtins.str], result)
818
821
 
@@ -836,7 +839,7 @@ class EventOrchestrationRouterSetRule:
836
839
  class EventOrchestrationRouterSetRuleActions:
837
840
  def __init__(self, *, route_to: builtins.str) -> None:
838
841
  '''
839
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
842
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
840
843
  '''
841
844
  if __debug__:
842
845
  type_hints = typing.get_type_hints(_typecheckingstub__caa9b602d284ce04ab10abbbc5bf9aa3c82cc0caecdea4267e1f11ba0be52073)
@@ -847,7 +850,7 @@ class EventOrchestrationRouterSetRuleActions:
847
850
 
848
851
  @builtins.property
849
852
  def route_to(self) -> builtins.str:
850
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
853
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
851
854
  result = self._values.get("route_to")
852
855
  assert result is not None, "Required property 'route_to' is missing"
853
856
  return typing.cast(builtins.str, result)
@@ -925,7 +928,7 @@ class EventOrchestrationRouterSetRuleActionsOutputReference(
925
928
  class EventOrchestrationRouterSetRuleCondition:
926
929
  def __init__(self, *, expression: builtins.str) -> None:
927
930
  '''
928
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
931
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
929
932
  '''
930
933
  if __debug__:
931
934
  type_hints = typing.get_type_hints(_typecheckingstub__e9b1e400c9376b0dd9f5ce4b4b1010923f4f47c2f6b96d18ec4b0a724173f37e)
@@ -936,7 +939,7 @@ class EventOrchestrationRouterSetRuleCondition:
936
939
 
937
940
  @builtins.property
938
941
  def expression(self) -> builtins.str:
939
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
942
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
940
943
  result = self._values.get("expression")
941
944
  assert result is not None, "Required property 'expression' is missing"
942
945
  return typing.cast(builtins.str, result)
@@ -1229,7 +1232,7 @@ class EventOrchestrationRouterSetRuleOutputReference(
1229
1232
  @jsii.member(jsii_name="putActions")
1230
1233
  def put_actions(self, *, route_to: builtins.str) -> None:
1231
1234
  '''
1232
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1235
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1233
1236
  '''
1234
1237
  value = EventOrchestrationRouterSetRuleActions(route_to=route_to)
1235
1238