cdktf-cdktf-provider-pagerduty 13.15.2__py3-none-any.whl → 13.16.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) 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.16.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
  5. cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -55
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  10. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  11. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
  12. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -31
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type/__init__.py +7 -7
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type_custom_field/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  41. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  42. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  44. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  45. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  46. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  47. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
  50. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  51. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
  52. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
  53. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
  54. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  55. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  56. cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
  57. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
  58. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  59. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  60. cdktf_cdktf_provider_pagerduty/incident_type/__init__.py +19 -19
  61. cdktf_cdktf_provider_pagerduty/incident_type_custom_field/__init__.py +31 -31
  62. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +89 -45
  63. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
  64. cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
  65. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  66. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
  67. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  68. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  69. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  70. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  71. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  72. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
  73. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  74. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  75. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  76. cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
  77. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
  78. cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
  79. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  80. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  81. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  82. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
  83. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  84. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  85. {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.16.0.dist-info}/METADATA +4 -4
  86. cdktf_cdktf_provider_pagerduty-13.16.0.dist-info/RECORD +90 -0
  87. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.2.jsii.tgz +0 -0
  88. cdktf_cdktf_provider_pagerduty-13.15.2.dist-info/RECORD +0 -90
  89. {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.16.0.dist-info}/LICENSE +0 -0
  90. {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.16.0.dist-info}/WHEEL +0 -0
  91. {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.16.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
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.19.3/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.20.0/docs/resources/event_orchestration_router).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class EventOrchestrationRouter(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationRouter.EventOrchestrationRouter",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class EventOrchestrationRouter(
63
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
64
64
  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,
65
65
  ) -> None:
66
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
67
67
 
68
68
  :param scope: The scope in which to define this construct.
69
69
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
70
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
71
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
72
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
73
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/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.
70
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
71
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
72
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.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.
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class EventOrchestrationRouter(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationRouter to import.
115
- :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.19.3/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use
115
+ :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.20.0/docs/resources/event_orchestration_router#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the EventOrchestrationRouter to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -130,7 +130,7 @@ class EventOrchestrationRouter(
130
130
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", typing.Dict[builtins.str, typing.Any]],
131
131
  ) -> None:
132
132
  '''
133
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
133
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
134
134
  '''
135
135
  value = EventOrchestrationRouterCatchAll(actions=actions)
136
136
 
@@ -144,8 +144,8 @@ class EventOrchestrationRouter(
144
144
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
145
145
  ) -> None:
146
146
  '''
147
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/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.
148
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
147
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.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.
148
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
149
149
  '''
150
150
  value = EventOrchestrationRouterSet(id=id, rule=rule)
151
151
 
@@ -235,7 +235,7 @@ class EventOrchestrationRouterCatchAll:
235
235
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", typing.Dict[builtins.str, typing.Any]],
236
236
  ) -> None:
237
237
  '''
238
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
238
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
239
239
  '''
240
240
  if isinstance(actions, dict):
241
241
  actions = EventOrchestrationRouterCatchAllActions(**actions)
@@ -250,7 +250,7 @@ class EventOrchestrationRouterCatchAll:
250
250
  def actions(self) -> "EventOrchestrationRouterCatchAllActions":
251
251
  '''actions block.
252
252
 
253
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
253
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
254
254
  '''
255
255
  result = self._values.get("actions")
256
256
  assert result is not None, "Required property 'actions' is missing"
@@ -276,7 +276,7 @@ class EventOrchestrationRouterCatchAll:
276
276
  class EventOrchestrationRouterCatchAllActions:
277
277
  def __init__(self, *, route_to: builtins.str) -> None:
278
278
  '''
279
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
279
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
280
280
  '''
281
281
  if __debug__:
282
282
  type_hints = typing.get_type_hints(_typecheckingstub__1e0be3fdeb3d7770c2d6fff3b47dc67fa679afcf0176a750bfc71cc5a4cde472)
@@ -287,7 +287,7 @@ class EventOrchestrationRouterCatchAllActions:
287
287
 
288
288
  @builtins.property
289
289
  def route_to(self) -> builtins.str:
290
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
290
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
291
291
  result = self._values.get("route_to")
292
292
  assert result is not None, "Required property 'route_to' is missing"
293
293
  return typing.cast(builtins.str, result)
@@ -382,7 +382,7 @@ class EventOrchestrationRouterCatchAllOutputReference(
382
382
  @jsii.member(jsii_name="putActions")
383
383
  def put_actions(self, *, route_to: builtins.str) -> None:
384
384
  '''
385
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
385
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
386
386
  '''
387
387
  value = EventOrchestrationRouterCatchAllActions(route_to=route_to)
388
388
 
@@ -455,10 +455,10 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
455
455
  :param lifecycle:
456
456
  :param provider:
457
457
  :param provisioners:
458
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
459
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
460
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
461
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/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.
458
+ :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
459
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
460
+ :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
461
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.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.
462
462
  '''
463
463
  if isinstance(lifecycle, dict):
464
464
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -569,7 +569,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
569
569
  def catch_all(self) -> EventOrchestrationRouterCatchAll:
570
570
  '''catch_all block.
571
571
 
572
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
572
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
573
573
  '''
574
574
  result = self._values.get("catch_all")
575
575
  assert result is not None, "Required property 'catch_all' is missing"
@@ -577,7 +577,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
577
577
 
578
578
  @builtins.property
579
579
  def event_orchestration(self) -> builtins.str:
580
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
580
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
581
581
  result = self._values.get("event_orchestration")
582
582
  assert result is not None, "Required property 'event_orchestration' is missing"
583
583
  return typing.cast(builtins.str, result)
@@ -586,7 +586,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
586
586
  def set(self) -> "EventOrchestrationRouterSet":
587
587
  '''set block.
588
588
 
589
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
589
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
590
590
  '''
591
591
  result = self._values.get("set")
592
592
  assert result is not None, "Required property 'set' is missing"
@@ -594,7 +594,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
594
594
 
595
595
  @builtins.property
596
596
  def id(self) -> typing.Optional[builtins.str]:
597
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
597
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
598
598
 
599
599
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
600
600
  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.
@@ -627,8 +627,8 @@ class EventOrchestrationRouterSet:
627
627
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
628
628
  ) -> None:
629
629
  '''
630
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/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.
631
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
630
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.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.
631
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
632
632
  '''
633
633
  if __debug__:
634
634
  type_hints = typing.get_type_hints(_typecheckingstub__a3ea66f32002399982e2faa96ff423ab54f7bf6b238a5b0f9cd84439b0138bef)
@@ -642,7 +642,7 @@ class EventOrchestrationRouterSet:
642
642
 
643
643
  @builtins.property
644
644
  def id(self) -> builtins.str:
645
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
645
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
646
646
 
647
647
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
648
648
  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.
@@ -657,7 +657,7 @@ class EventOrchestrationRouterSet:
657
657
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]]:
658
658
  '''rule block.
659
659
 
660
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
660
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
661
661
  '''
662
662
  result = self._values.get("rule")
663
663
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]], result)
@@ -776,10 +776,10 @@ class EventOrchestrationRouterSetRule:
776
776
  label: typing.Optional[builtins.str] = None,
777
777
  ) -> None:
778
778
  '''
779
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
780
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
781
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
782
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
779
+ :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
780
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
781
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
782
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
783
783
  '''
784
784
  if isinstance(actions, dict):
785
785
  actions = EventOrchestrationRouterSetRuleActions(**actions)
@@ -803,7 +803,7 @@ class EventOrchestrationRouterSetRule:
803
803
  def actions(self) -> "EventOrchestrationRouterSetRuleActions":
804
804
  '''actions block.
805
805
 
806
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
806
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
807
807
  '''
808
808
  result = self._values.get("actions")
809
809
  assert result is not None, "Required property 'actions' is missing"
@@ -815,7 +815,7 @@ class EventOrchestrationRouterSetRule:
815
815
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]]:
816
816
  '''condition block.
817
817
 
818
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
818
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
819
819
  '''
820
820
  result = self._values.get("condition")
821
821
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]], result)
@@ -824,13 +824,13 @@ class EventOrchestrationRouterSetRule:
824
824
  def disabled(
825
825
  self,
826
826
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
827
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
827
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
828
828
  result = self._values.get("disabled")
829
829
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
830
830
 
831
831
  @builtins.property
832
832
  def label(self) -> typing.Optional[builtins.str]:
833
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
833
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
834
834
  result = self._values.get("label")
835
835
  return typing.cast(typing.Optional[builtins.str], result)
836
836
 
@@ -859,8 +859,8 @@ class EventOrchestrationRouterSetRuleActions:
859
859
  route_to: typing.Optional[builtins.str] = None,
860
860
  ) -> None:
861
861
  '''
862
- :param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
863
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
862
+ :param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
863
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
864
864
  '''
865
865
  if __debug__:
866
866
  type_hints = typing.get_type_hints(_typecheckingstub__caa9b602d284ce04ab10abbbc5bf9aa3c82cc0caecdea4267e1f11ba0be52073)
@@ -878,14 +878,14 @@ class EventOrchestrationRouterSetRuleActions:
878
878
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleActionsDynamicRouteTo"]]]:
879
879
  '''dynamic_route_to block.
880
880
 
881
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
881
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
882
882
  '''
883
883
  result = self._values.get("dynamic_route_to")
884
884
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleActionsDynamicRouteTo"]]], result)
885
885
 
886
886
  @builtins.property
887
887
  def route_to(self) -> typing.Optional[builtins.str]:
888
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
888
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
889
889
  result = self._values.get("route_to")
890
890
  return typing.cast(typing.Optional[builtins.str], result)
891
891
 
@@ -915,9 +915,9 @@ class EventOrchestrationRouterSetRuleActionsDynamicRouteTo:
915
915
  source: builtins.str,
916
916
  ) -> None:
917
917
  '''
918
- :param lookup_by: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.
919
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.
920
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.
918
+ :param lookup_by: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.
919
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.
920
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.
921
921
  '''
922
922
  if __debug__:
923
923
  type_hints = typing.get_type_hints(_typecheckingstub__419aa37ec429882cdca80aa3b4fd9e45d4bcf9d9397c7d260ff0d194edb09cb1)
@@ -932,21 +932,21 @@ class EventOrchestrationRouterSetRuleActionsDynamicRouteTo:
932
932
 
933
933
  @builtins.property
934
934
  def lookup_by(self) -> builtins.str:
935
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.'''
935
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#lookup_by EventOrchestrationRouter#lookup_by}.'''
936
936
  result = self._values.get("lookup_by")
937
937
  assert result is not None, "Required property 'lookup_by' is missing"
938
938
  return typing.cast(builtins.str, result)
939
939
 
940
940
  @builtins.property
941
941
  def regex(self) -> builtins.str:
942
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.'''
942
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#regex EventOrchestrationRouter#regex}.'''
943
943
  result = self._values.get("regex")
944
944
  assert result is not None, "Required property 'regex' is missing"
945
945
  return typing.cast(builtins.str, result)
946
946
 
947
947
  @builtins.property
948
948
  def source(self) -> builtins.str:
949
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.'''
949
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#source EventOrchestrationRouter#source}.'''
950
950
  result = self._values.get("source")
951
951
  assert result is not None, "Required property 'source' is missing"
952
952
  return typing.cast(builtins.str, result)
@@ -1247,7 +1247,7 @@ class EventOrchestrationRouterSetRuleActionsOutputReference(
1247
1247
  class EventOrchestrationRouterSetRuleCondition:
1248
1248
  def __init__(self, *, expression: builtins.str) -> None:
1249
1249
  '''
1250
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
1250
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
1251
1251
  '''
1252
1252
  if __debug__:
1253
1253
  type_hints = typing.get_type_hints(_typecheckingstub__e9b1e400c9376b0dd9f5ce4b4b1010923f4f47c2f6b96d18ec4b0a724173f37e)
@@ -1258,7 +1258,7 @@ class EventOrchestrationRouterSetRuleCondition:
1258
1258
 
1259
1259
  @builtins.property
1260
1260
  def expression(self) -> builtins.str:
1261
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
1261
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
1262
1262
  result = self._values.get("expression")
1263
1263
  assert result is not None, "Required property 'expression' is missing"
1264
1264
  return typing.cast(builtins.str, result)
@@ -1556,8 +1556,8 @@ class EventOrchestrationRouterSetRuleOutputReference(
1556
1556
  route_to: typing.Optional[builtins.str] = None,
1557
1557
  ) -> None:
1558
1558
  '''
1559
- :param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
1560
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1559
+ :param dynamic_route_to: dynamic_route_to block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#dynamic_route_to EventOrchestrationRouter#dynamic_route_to}
1560
+ :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.20.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1561
1561
  '''
1562
1562
  value = EventOrchestrationRouterSetRuleActions(
1563
1563
  dynamic_route_to=dynamic_route_to, route_to=route_to