cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.0__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 +5 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
  36. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
  37. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
  43. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
  44. cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
  45. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
  47. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
  48. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
  49. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
  50. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
  51. cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
  52. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
  53. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
  54. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
  55. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
  56. cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
  57. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
  58. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
  59. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
  60. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
  61. cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
  62. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
  63. cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
  64. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
  65. cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
  66. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
  67. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
  68. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
  69. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
  70. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
  71. cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
  72. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
  73. cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
  74. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
  75. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration_integration`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/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.3.1/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.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.3.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.4.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.4.0/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.3.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.4.0/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__:
@@ -103,6 +103,10 @@ class EventOrchestrationIntegrationA(
103
103
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
104
104
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
105
105
 
106
+ @jsii.member(jsii_name="synthesizeHclAttributes")
107
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
108
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
109
+
106
110
  @jsii.python.classproperty
107
111
  @jsii.member(jsii_name="tfResourceType")
108
112
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -190,8 +194,8 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
190
194
  :param lifecycle:
191
195
  :param provider:
192
196
  :param provisioners:
193
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
194
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.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.4.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
195
199
  '''
196
200
  if isinstance(lifecycle, dict):
197
201
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -291,14 +295,14 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
291
295
 
292
296
  @builtins.property
293
297
  def event_orchestration(self) -> builtins.str:
294
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
295
299
  result = self._values.get("event_orchestration")
296
300
  assert result is not None, "Required property 'event_orchestration' is missing"
297
301
  return typing.cast(builtins.str, result)
298
302
 
299
303
  @builtins.property
300
304
  def label(self) -> builtins.str:
301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
305
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
302
306
  result = self._values.get("label")
303
307
  assert result is not None, "Required property 'label' is missing"
304
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 Registory for docs: [`pagerduty_event_orchestration_router`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/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.3.1/docs/resources/event_orchestration_router pagerduty_event_orchestration_router}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/event_orchestration_router pagerduty_event_orchestration_router} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.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.3.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.3.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.3.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.4.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.4.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.4.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.4.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.
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.3.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.4.0/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.3.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.4.0/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.3.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.3.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.4.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.4.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
131
131
  '''
132
132
  value = EventOrchestrationRouterSet(id=id, rule=rule)
133
133
 
@@ -141,6 +141,10 @@ class EventOrchestrationRouter(
141
141
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
142
142
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
143
143
 
144
+ @jsii.member(jsii_name="synthesizeHclAttributes")
145
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
146
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
147
+
144
148
  @jsii.python.classproperty
145
149
  @jsii.member(jsii_name="tfResourceType")
146
150
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -213,7 +217,7 @@ class EventOrchestrationRouterCatchAll:
213
217
  actions: typing.Union["EventOrchestrationRouterCatchAllActions", typing.Dict[builtins.str, typing.Any]],
214
218
  ) -> None:
215
219
  '''
216
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
217
221
  '''
218
222
  if isinstance(actions, dict):
219
223
  actions = EventOrchestrationRouterCatchAllActions(**actions)
@@ -228,7 +232,7 @@ class EventOrchestrationRouterCatchAll:
228
232
  def actions(self) -> "EventOrchestrationRouterCatchAllActions":
229
233
  '''actions block.
230
234
 
231
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
235
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
232
236
  '''
233
237
  result = self._values.get("actions")
234
238
  assert result is not None, "Required property 'actions' is missing"
@@ -254,7 +258,7 @@ class EventOrchestrationRouterCatchAll:
254
258
  class EventOrchestrationRouterCatchAllActions:
255
259
  def __init__(self, *, route_to: builtins.str) -> None:
256
260
  '''
257
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
258
262
  '''
259
263
  if __debug__:
260
264
  type_hints = typing.get_type_hints(_typecheckingstub__1e0be3fdeb3d7770c2d6fff3b47dc67fa679afcf0176a750bfc71cc5a4cde472)
@@ -265,7 +269,7 @@ class EventOrchestrationRouterCatchAllActions:
265
269
 
266
270
  @builtins.property
267
271
  def route_to(self) -> builtins.str:
268
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
269
273
  result = self._values.get("route_to")
270
274
  assert result is not None, "Required property 'route_to' is missing"
271
275
  return typing.cast(builtins.str, result)
@@ -360,7 +364,7 @@ class EventOrchestrationRouterCatchAllOutputReference(
360
364
  @jsii.member(jsii_name="putActions")
361
365
  def put_actions(self, *, route_to: builtins.str) -> None:
362
366
  '''
363
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
364
368
  '''
365
369
  value = EventOrchestrationRouterCatchAllActions(route_to=route_to)
366
370
 
@@ -433,10 +437,10 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
433
437
  :param lifecycle:
434
438
  :param provider:
435
439
  :param provisioners:
436
- :param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
437
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.
438
- :param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
439
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.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.4.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.4.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.4.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.
440
444
  '''
441
445
  if isinstance(lifecycle, dict):
442
446
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -547,7 +551,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
547
551
  def catch_all(self) -> EventOrchestrationRouterCatchAll:
548
552
  '''catch_all block.
549
553
 
550
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#catch_all EventOrchestrationRouter#catch_all}
551
555
  '''
552
556
  result = self._values.get("catch_all")
553
557
  assert result is not None, "Required property 'catch_all' is missing"
@@ -555,7 +559,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
555
559
 
556
560
  @builtins.property
557
561
  def event_orchestration(self) -> builtins.str:
558
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#event_orchestration EventOrchestrationRouter#event_orchestration}.'''
559
563
  result = self._values.get("event_orchestration")
560
564
  assert result is not None, "Required property 'event_orchestration' is missing"
561
565
  return typing.cast(builtins.str, result)
@@ -564,7 +568,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
564
568
  def set(self) -> "EventOrchestrationRouterSet":
565
569
  '''set block.
566
570
 
567
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
571
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#set EventOrchestrationRouter#set}
568
572
  '''
569
573
  result = self._values.get("set")
570
574
  assert result is not None, "Required property 'set' is missing"
@@ -572,7 +576,7 @@ class EventOrchestrationRouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
572
576
 
573
577
  @builtins.property
574
578
  def id(self) -> typing.Optional[builtins.str]:
575
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
579
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
576
580
 
577
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.
578
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.
@@ -605,8 +609,8 @@ class EventOrchestrationRouterSet:
605
609
  rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationRouterSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
606
610
  ) -> None:
607
611
  '''
608
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
609
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.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.4.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
610
614
  '''
611
615
  if __debug__:
612
616
  type_hints = typing.get_type_hints(_typecheckingstub__a3ea66f32002399982e2faa96ff423ab54f7bf6b238a5b0f9cd84439b0138bef)
@@ -620,7 +624,7 @@ class EventOrchestrationRouterSet:
620
624
 
621
625
  @builtins.property
622
626
  def id(self) -> builtins.str:
623
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
627
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#id EventOrchestrationRouter#id}.
624
628
 
625
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.
626
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.
@@ -635,7 +639,7 @@ class EventOrchestrationRouterSet:
635
639
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]]:
636
640
  '''rule block.
637
641
 
638
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
642
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#rule EventOrchestrationRouter#rule}
639
643
  '''
640
644
  result = self._values.get("rule")
641
645
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRule"]]], result)
@@ -754,10 +758,10 @@ class EventOrchestrationRouterSetRule:
754
758
  label: typing.Optional[builtins.str] = None,
755
759
  ) -> None:
756
760
  '''
757
- :param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
758
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
759
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.
760
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.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.4.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.4.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.4.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.
761
765
  '''
762
766
  if isinstance(actions, dict):
763
767
  actions = EventOrchestrationRouterSetRuleActions(**actions)
@@ -781,7 +785,7 @@ class EventOrchestrationRouterSetRule:
781
785
  def actions(self) -> "EventOrchestrationRouterSetRuleActions":
782
786
  '''actions block.
783
787
 
784
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
788
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#actions EventOrchestrationRouter#actions}
785
789
  '''
786
790
  result = self._values.get("actions")
787
791
  assert result is not None, "Required property 'actions' is missing"
@@ -793,7 +797,7 @@ class EventOrchestrationRouterSetRule:
793
797
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]]:
794
798
  '''condition block.
795
799
 
796
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
800
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#condition EventOrchestrationRouter#condition}
797
801
  '''
798
802
  result = self._values.get("condition")
799
803
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationRouterSetRuleCondition"]]], result)
@@ -802,13 +806,13 @@ class EventOrchestrationRouterSetRule:
802
806
  def disabled(
803
807
  self,
804
808
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
805
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
809
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#disabled EventOrchestrationRouter#disabled}.'''
806
810
  result = self._values.get("disabled")
807
811
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
808
812
 
809
813
  @builtins.property
810
814
  def label(self) -> typing.Optional[builtins.str]:
811
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
815
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#label EventOrchestrationRouter#label}.'''
812
816
  result = self._values.get("label")
813
817
  return typing.cast(typing.Optional[builtins.str], result)
814
818
 
@@ -832,7 +836,7 @@ class EventOrchestrationRouterSetRule:
832
836
  class EventOrchestrationRouterSetRuleActions:
833
837
  def __init__(self, *, route_to: builtins.str) -> None:
834
838
  '''
835
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
836
840
  '''
837
841
  if __debug__:
838
842
  type_hints = typing.get_type_hints(_typecheckingstub__caa9b602d284ce04ab10abbbc5bf9aa3c82cc0caecdea4267e1f11ba0be52073)
@@ -843,7 +847,7 @@ class EventOrchestrationRouterSetRuleActions:
843
847
 
844
848
  @builtins.property
845
849
  def route_to(self) -> builtins.str:
846
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.'''
847
851
  result = self._values.get("route_to")
848
852
  assert result is not None, "Required property 'route_to' is missing"
849
853
  return typing.cast(builtins.str, result)
@@ -921,7 +925,7 @@ class EventOrchestrationRouterSetRuleActionsOutputReference(
921
925
  class EventOrchestrationRouterSetRuleCondition:
922
926
  def __init__(self, *, expression: builtins.str) -> None:
923
927
  '''
924
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.
925
929
  '''
926
930
  if __debug__:
927
931
  type_hints = typing.get_type_hints(_typecheckingstub__e9b1e400c9376b0dd9f5ce4b4b1010923f4f47c2f6b96d18ec4b0a724173f37e)
@@ -932,7 +936,7 @@ class EventOrchestrationRouterSetRuleCondition:
932
936
 
933
937
  @builtins.property
934
938
  def expression(self) -> builtins.str:
935
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
939
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/event_orchestration_router#expression EventOrchestrationRouter#expression}.'''
936
940
  result = self._values.get("expression")
937
941
  assert result is not None, "Required property 'expression' is missing"
938
942
  return typing.cast(builtins.str, result)
@@ -1225,7 +1229,7 @@ class EventOrchestrationRouterSetRuleOutputReference(
1225
1229
  @jsii.member(jsii_name="putActions")
1226
1230
  def put_actions(self, *, route_to: builtins.str) -> None:
1227
1231
  '''
1228
- :param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/event_orchestration_router#route_to EventOrchestrationRouter#route_to}.
1229
1233
  '''
1230
1234
  value = EventOrchestrationRouterSetRuleActions(route_to=route_to)
1231
1235