cdktf-cdktf-provider-pagerduty 9.0.1__py3-none-any.whl → 9.0.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.2.jsii.tgz +0 -0
  3. cdktf_cdktf_provider_pagerduty/addon/__init__.py +12 -12
  4. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +51 -51
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +12 -12
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +12 -12
  7. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +24 -24
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +12 -12
  9. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +21 -21
  10. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +15 -15
  11. cdktf_cdktf_provider_pagerduty/custom_field/__init__.py +24 -24
  12. cdktf_cdktf_provider_pagerduty/custom_field_option/__init__.py +15 -15
  13. cdktf_cdktf_provider_pagerduty/custom_field_schema/__init__.py +12 -12
  14. cdktf_cdktf_provider_pagerduty/custom_field_schema_assignment/__init__.py +12 -12
  15. cdktf_cdktf_provider_pagerduty/custom_field_schema_field_configuration/__init__.py +24 -24
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +27 -27
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +15 -15
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +9 -9
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field/__init__.py +9 -9
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field_schema/__init__.py +9 -9
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +9 -9
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +12 -12
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +12 -12
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +9 -9
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +9 -9
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +9 -9
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +9 -9
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +36 -36
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +31 -31
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +9 -9
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +9 -9
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +9 -9
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +9 -9
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +12 -12
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +9 -9
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +12 -12
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +9 -9
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +15 -15
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +9 -9
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +9 -9
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +29 -29
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +18 -18
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +176 -176
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +9 -9
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +40 -40
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +185 -185
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +91 -91
  48. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +15 -15
  49. cdktf_cdktf_provider_pagerduty/extension/__init__.py +24 -24
  50. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +42 -42
  51. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +24 -24
  52. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +15 -15
  53. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +28 -28
  54. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +21 -21
  55. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +18 -18
  56. cdktf_cdktf_provider_pagerduty/provider/__init__.py +21 -21
  57. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +54 -54
  58. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +15 -15
  59. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +124 -124
  60. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +46 -46
  61. cdktf_cdktf_provider_pagerduty/service/__init__.py +118 -118
  62. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +26 -26
  63. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +116 -116
  64. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +89 -89
  65. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +30 -30
  66. cdktf_cdktf_provider_pagerduty/tag/__init__.py +9 -9
  67. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +15 -15
  68. cdktf_cdktf_provider_pagerduty/team/__init__.py +15 -15
  69. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +15 -15
  70. cdktf_cdktf_provider_pagerduty/user/__init__.py +33 -33
  71. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +24 -24
  72. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +18 -18
  73. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +40 -40
  74. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.2.dist-info}/METADATA +6 -6
  75. cdktf_cdktf_provider_pagerduty-9.0.2.dist-info/RECORD +80 -0
  76. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.2.dist-info}/WHEEL +1 -1
  77. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.1.jsii.tgz +0 -0
  78. cdktf_cdktf_provider_pagerduty-9.0.1.dist-info/RECORD +0 -80
  79. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.2.dist-info}/LICENSE +0 -0
  80. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.2.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_service`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class Service(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.service.Service",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service pagerduty_service}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service pagerduty_service}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -56,25 +56,25 @@ class Service(
56
56
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
57
57
  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,
58
58
  ) -> None:
59
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service pagerduty_service} Resource.
59
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service pagerduty_service} Resource.
60
60
 
61
61
  :param scope: The scope in which to define this construct.
62
62
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
63
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#escalation_policy Service#escalation_policy}.
64
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#name Service#name}.
65
- :param acknowledgement_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}.
66
- :param alert_creation: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_creation Service#alert_creation}.
67
- :param alert_grouping: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping Service#alert_grouping}.
68
- :param alert_grouping_parameters: alert_grouping_parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters}
69
- :param alert_grouping_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}.
70
- :param auto_pause_notifications_parameters: auto_pause_notifications_parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters}
71
- :param auto_resolve_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}.
72
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#description Service#description}.
73
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#id Service#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
- :param incident_urgency_rule: incident_urgency_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule}
75
- :param response_play: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#response_play Service#response_play}.
76
- :param scheduled_actions: scheduled_actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#scheduled_actions Service#scheduled_actions}
77
- :param support_hours: support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#support_hours Service#support_hours}
63
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#escalation_policy Service#escalation_policy}.
64
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#name Service#name}.
65
+ :param acknowledgement_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}.
66
+ :param alert_creation: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_creation Service#alert_creation}.
67
+ :param alert_grouping: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping Service#alert_grouping}.
68
+ :param alert_grouping_parameters: alert_grouping_parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters}
69
+ :param alert_grouping_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}.
70
+ :param auto_pause_notifications_parameters: auto_pause_notifications_parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters}
71
+ :param auto_resolve_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}.
72
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#description Service#description}.
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#id Service#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
+ :param incident_urgency_rule: incident_urgency_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule}
75
+ :param response_play: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#response_play Service#response_play}.
76
+ :param scheduled_actions: scheduled_actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#scheduled_actions Service#scheduled_actions}
77
+ :param support_hours: support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#support_hours Service#support_hours}
78
78
  :param connection:
79
79
  :param count:
80
80
  :param depends_on:
@@ -122,8 +122,8 @@ class Service(
122
122
  type: typing.Optional[builtins.str] = None,
123
123
  ) -> None:
124
124
  '''
125
- :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#config Service#config}
126
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
125
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#config Service#config}
126
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
127
127
  '''
128
128
  value = ServiceAlertGroupingParameters(config=config, type=type)
129
129
 
@@ -137,8 +137,8 @@ class Service(
137
137
  timeout: typing.Optional[jsii.Number] = None,
138
138
  ) -> None:
139
139
  '''
140
- :param enabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#enabled Service#enabled}.
141
- :param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#timeout Service#timeout}.
140
+ :param enabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#enabled Service#enabled}.
141
+ :param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#timeout Service#timeout}.
142
142
  '''
143
143
  value = ServiceAutoPauseNotificationsParameters(
144
144
  enabled=enabled, timeout=timeout
@@ -156,10 +156,10 @@ class Service(
156
156
  urgency: typing.Optional[builtins.str] = None,
157
157
  ) -> None:
158
158
  '''
159
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
160
- :param during_support_hours: during_support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#during_support_hours Service#during_support_hours}
161
- :param outside_support_hours: outside_support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#outside_support_hours Service#outside_support_hours}
162
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.
159
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
160
+ :param during_support_hours: during_support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#during_support_hours Service#during_support_hours}
161
+ :param outside_support_hours: outside_support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#outside_support_hours Service#outside_support_hours}
162
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.
163
163
  '''
164
164
  value = ServiceIncidentUrgencyRule(
165
165
  type=type,
@@ -194,11 +194,11 @@ class Service(
194
194
  type: typing.Optional[builtins.str] = None,
195
195
  ) -> None:
196
196
  '''
197
- :param days_of_week: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#days_of_week Service#days_of_week}.
198
- :param end_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#end_time Service#end_time}.
199
- :param start_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#start_time Service#start_time}.
200
- :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#time_zone Service#time_zone}.
201
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
197
+ :param days_of_week: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#days_of_week Service#days_of_week}.
198
+ :param end_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#end_time Service#end_time}.
199
+ :param start_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#start_time Service#start_time}.
200
+ :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#time_zone Service#time_zone}.
201
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
202
202
  '''
203
203
  value = ServiceSupportHours(
204
204
  days_of_week=days_of_week,
@@ -542,8 +542,8 @@ class ServiceAlertGroupingParameters:
542
542
  type: typing.Optional[builtins.str] = None,
543
543
  ) -> None:
544
544
  '''
545
- :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#config Service#config}
546
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
545
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#config Service#config}
546
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
547
547
  '''
548
548
  if isinstance(config, dict):
549
549
  config = ServiceAlertGroupingParametersConfig(**config)
@@ -561,14 +561,14 @@ class ServiceAlertGroupingParameters:
561
561
  def config(self) -> typing.Optional["ServiceAlertGroupingParametersConfig"]:
562
562
  '''config block.
563
563
 
564
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#config Service#config}
564
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#config Service#config}
565
565
  '''
566
566
  result = self._values.get("config")
567
567
  return typing.cast(typing.Optional["ServiceAlertGroupingParametersConfig"], result)
568
568
 
569
569
  @builtins.property
570
570
  def type(self) -> typing.Optional[builtins.str]:
571
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.'''
571
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.'''
572
572
  result = self._values.get("type")
573
573
  return typing.cast(typing.Optional[builtins.str], result)
574
574
 
@@ -598,9 +598,9 @@ class ServiceAlertGroupingParametersConfig:
598
598
  timeout: typing.Optional[jsii.Number] = None,
599
599
  ) -> None:
600
600
  '''
601
- :param aggregate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#aggregate Service#aggregate}.
602
- :param fields: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#fields Service#fields}.
603
- :param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#timeout Service#timeout}.
601
+ :param aggregate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#aggregate Service#aggregate}.
602
+ :param fields: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#fields Service#fields}.
603
+ :param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#timeout Service#timeout}.
604
604
  '''
605
605
  if __debug__:
606
606
  type_hints = typing.get_type_hints(_typecheckingstub__47e3e66cf98954490b1a0cb8c29c8d5ded0300091d6c43f948a649d9a8c3536f)
@@ -617,19 +617,19 @@ class ServiceAlertGroupingParametersConfig:
617
617
 
618
618
  @builtins.property
619
619
  def aggregate(self) -> typing.Optional[builtins.str]:
620
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#aggregate Service#aggregate}.'''
620
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#aggregate Service#aggregate}.'''
621
621
  result = self._values.get("aggregate")
622
622
  return typing.cast(typing.Optional[builtins.str], result)
623
623
 
624
624
  @builtins.property
625
625
  def fields(self) -> typing.Optional[typing.List[builtins.str]]:
626
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#fields Service#fields}.'''
626
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#fields Service#fields}.'''
627
627
  result = self._values.get("fields")
628
628
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
629
629
 
630
630
  @builtins.property
631
631
  def timeout(self) -> typing.Optional[jsii.Number]:
632
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#timeout Service#timeout}.'''
632
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#timeout Service#timeout}.'''
633
633
  result = self._values.get("timeout")
634
634
  return typing.cast(typing.Optional[jsii.Number], result)
635
635
 
@@ -773,9 +773,9 @@ class ServiceAlertGroupingParametersOutputReference(
773
773
  timeout: typing.Optional[jsii.Number] = None,
774
774
  ) -> None:
775
775
  '''
776
- :param aggregate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#aggregate Service#aggregate}.
777
- :param fields: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#fields Service#fields}.
778
- :param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#timeout Service#timeout}.
776
+ :param aggregate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#aggregate Service#aggregate}.
777
+ :param fields: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#fields Service#fields}.
778
+ :param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#timeout Service#timeout}.
779
779
  '''
780
780
  value = ServiceAlertGroupingParametersConfig(
781
781
  aggregate=aggregate, fields=fields, timeout=timeout
@@ -847,8 +847,8 @@ class ServiceAutoPauseNotificationsParameters:
847
847
  timeout: typing.Optional[jsii.Number] = None,
848
848
  ) -> None:
849
849
  '''
850
- :param enabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#enabled Service#enabled}.
851
- :param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#timeout Service#timeout}.
850
+ :param enabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#enabled Service#enabled}.
851
+ :param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#timeout Service#timeout}.
852
852
  '''
853
853
  if __debug__:
854
854
  type_hints = typing.get_type_hints(_typecheckingstub__b6ce414891957a7e891e007627697b9a6751a8e444a13b230595731543bdfd75)
@@ -864,13 +864,13 @@ class ServiceAutoPauseNotificationsParameters:
864
864
  def enabled(
865
865
  self,
866
866
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
867
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#enabled Service#enabled}.'''
867
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#enabled Service#enabled}.'''
868
868
  result = self._values.get("enabled")
869
869
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
870
870
 
871
871
  @builtins.property
872
872
  def timeout(self) -> typing.Optional[jsii.Number]:
873
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#timeout Service#timeout}.'''
873
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#timeout Service#timeout}.'''
874
874
  result = self._values.get("timeout")
875
875
  return typing.cast(typing.Optional[jsii.Number], result)
876
876
 
@@ -1034,21 +1034,21 @@ class ServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1034
1034
  :param lifecycle:
1035
1035
  :param provider:
1036
1036
  :param provisioners:
1037
- :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#escalation_policy Service#escalation_policy}.
1038
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#name Service#name}.
1039
- :param acknowledgement_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}.
1040
- :param alert_creation: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_creation Service#alert_creation}.
1041
- :param alert_grouping: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping Service#alert_grouping}.
1042
- :param alert_grouping_parameters: alert_grouping_parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters}
1043
- :param alert_grouping_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}.
1044
- :param auto_pause_notifications_parameters: auto_pause_notifications_parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters}
1045
- :param auto_resolve_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}.
1046
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#description Service#description}.
1047
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#id Service#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.
1048
- :param incident_urgency_rule: incident_urgency_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule}
1049
- :param response_play: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#response_play Service#response_play}.
1050
- :param scheduled_actions: scheduled_actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#scheduled_actions Service#scheduled_actions}
1051
- :param support_hours: support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#support_hours Service#support_hours}
1037
+ :param escalation_policy: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#escalation_policy Service#escalation_policy}.
1038
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#name Service#name}.
1039
+ :param acknowledgement_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}.
1040
+ :param alert_creation: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_creation Service#alert_creation}.
1041
+ :param alert_grouping: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping Service#alert_grouping}.
1042
+ :param alert_grouping_parameters: alert_grouping_parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters}
1043
+ :param alert_grouping_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}.
1044
+ :param auto_pause_notifications_parameters: auto_pause_notifications_parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters}
1045
+ :param auto_resolve_timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}.
1046
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#description Service#description}.
1047
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#id Service#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.
1048
+ :param incident_urgency_rule: incident_urgency_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule}
1049
+ :param response_play: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#response_play Service#response_play}.
1050
+ :param scheduled_actions: scheduled_actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#scheduled_actions Service#scheduled_actions}
1051
+ :param support_hours: support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#support_hours Service#support_hours}
1052
1052
  '''
1053
1053
  if isinstance(lifecycle, dict):
1054
1054
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -1195,33 +1195,33 @@ class ServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1195
1195
 
1196
1196
  @builtins.property
1197
1197
  def escalation_policy(self) -> builtins.str:
1198
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#escalation_policy Service#escalation_policy}.'''
1198
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#escalation_policy Service#escalation_policy}.'''
1199
1199
  result = self._values.get("escalation_policy")
1200
1200
  assert result is not None, "Required property 'escalation_policy' is missing"
1201
1201
  return typing.cast(builtins.str, result)
1202
1202
 
1203
1203
  @builtins.property
1204
1204
  def name(self) -> builtins.str:
1205
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#name Service#name}.'''
1205
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#name Service#name}.'''
1206
1206
  result = self._values.get("name")
1207
1207
  assert result is not None, "Required property 'name' is missing"
1208
1208
  return typing.cast(builtins.str, result)
1209
1209
 
1210
1210
  @builtins.property
1211
1211
  def acknowledgement_timeout(self) -> typing.Optional[builtins.str]:
1212
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}.'''
1212
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#acknowledgement_timeout Service#acknowledgement_timeout}.'''
1213
1213
  result = self._values.get("acknowledgement_timeout")
1214
1214
  return typing.cast(typing.Optional[builtins.str], result)
1215
1215
 
1216
1216
  @builtins.property
1217
1217
  def alert_creation(self) -> typing.Optional[builtins.str]:
1218
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_creation Service#alert_creation}.'''
1218
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_creation Service#alert_creation}.'''
1219
1219
  result = self._values.get("alert_creation")
1220
1220
  return typing.cast(typing.Optional[builtins.str], result)
1221
1221
 
1222
1222
  @builtins.property
1223
1223
  def alert_grouping(self) -> typing.Optional[builtins.str]:
1224
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping Service#alert_grouping}.'''
1224
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping Service#alert_grouping}.'''
1225
1225
  result = self._values.get("alert_grouping")
1226
1226
  return typing.cast(typing.Optional[builtins.str], result)
1227
1227
 
@@ -1231,14 +1231,14 @@ class ServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1231
1231
  ) -> typing.Optional[ServiceAlertGroupingParameters]:
1232
1232
  '''alert_grouping_parameters block.
1233
1233
 
1234
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters}
1234
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping_parameters Service#alert_grouping_parameters}
1235
1235
  '''
1236
1236
  result = self._values.get("alert_grouping_parameters")
1237
1237
  return typing.cast(typing.Optional[ServiceAlertGroupingParameters], result)
1238
1238
 
1239
1239
  @builtins.property
1240
1240
  def alert_grouping_timeout(self) -> typing.Optional[builtins.str]:
1241
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}.'''
1241
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#alert_grouping_timeout Service#alert_grouping_timeout}.'''
1242
1242
  result = self._values.get("alert_grouping_timeout")
1243
1243
  return typing.cast(typing.Optional[builtins.str], result)
1244
1244
 
@@ -1248,26 +1248,26 @@ class ServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1248
1248
  ) -> typing.Optional[ServiceAutoPauseNotificationsParameters]:
1249
1249
  '''auto_pause_notifications_parameters block.
1250
1250
 
1251
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters}
1251
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#auto_pause_notifications_parameters Service#auto_pause_notifications_parameters}
1252
1252
  '''
1253
1253
  result = self._values.get("auto_pause_notifications_parameters")
1254
1254
  return typing.cast(typing.Optional[ServiceAutoPauseNotificationsParameters], result)
1255
1255
 
1256
1256
  @builtins.property
1257
1257
  def auto_resolve_timeout(self) -> typing.Optional[builtins.str]:
1258
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}.'''
1258
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#auto_resolve_timeout Service#auto_resolve_timeout}.'''
1259
1259
  result = self._values.get("auto_resolve_timeout")
1260
1260
  return typing.cast(typing.Optional[builtins.str], result)
1261
1261
 
1262
1262
  @builtins.property
1263
1263
  def description(self) -> typing.Optional[builtins.str]:
1264
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#description Service#description}.'''
1264
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#description Service#description}.'''
1265
1265
  result = self._values.get("description")
1266
1266
  return typing.cast(typing.Optional[builtins.str], result)
1267
1267
 
1268
1268
  @builtins.property
1269
1269
  def id(self) -> typing.Optional[builtins.str]:
1270
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#id Service#id}.
1270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#id Service#id}.
1271
1271
 
1272
1272
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1273
1273
  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.
@@ -1279,14 +1279,14 @@ class ServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1279
1279
  def incident_urgency_rule(self) -> typing.Optional["ServiceIncidentUrgencyRule"]:
1280
1280
  '''incident_urgency_rule block.
1281
1281
 
1282
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule}
1282
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#incident_urgency_rule Service#incident_urgency_rule}
1283
1283
  '''
1284
1284
  result = self._values.get("incident_urgency_rule")
1285
1285
  return typing.cast(typing.Optional["ServiceIncidentUrgencyRule"], result)
1286
1286
 
1287
1287
  @builtins.property
1288
1288
  def response_play(self) -> typing.Optional[builtins.str]:
1289
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#response_play Service#response_play}.'''
1289
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#response_play Service#response_play}.'''
1290
1290
  result = self._values.get("response_play")
1291
1291
  return typing.cast(typing.Optional[builtins.str], result)
1292
1292
 
@@ -1296,7 +1296,7 @@ class ServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1296
1296
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServiceScheduledActions"]]]:
1297
1297
  '''scheduled_actions block.
1298
1298
 
1299
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#scheduled_actions Service#scheduled_actions}
1299
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#scheduled_actions Service#scheduled_actions}
1300
1300
  '''
1301
1301
  result = self._values.get("scheduled_actions")
1302
1302
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServiceScheduledActions"]]], result)
@@ -1305,7 +1305,7 @@ class ServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1305
1305
  def support_hours(self) -> typing.Optional["ServiceSupportHours"]:
1306
1306
  '''support_hours block.
1307
1307
 
1308
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#support_hours Service#support_hours}
1308
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#support_hours Service#support_hours}
1309
1309
  '''
1310
1310
  result = self._values.get("support_hours")
1311
1311
  return typing.cast(typing.Optional["ServiceSupportHours"], result)
@@ -1342,10 +1342,10 @@ class ServiceIncidentUrgencyRule:
1342
1342
  urgency: typing.Optional[builtins.str] = None,
1343
1343
  ) -> None:
1344
1344
  '''
1345
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
1346
- :param during_support_hours: during_support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#during_support_hours Service#during_support_hours}
1347
- :param outside_support_hours: outside_support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#outside_support_hours Service#outside_support_hours}
1348
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.
1345
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
1346
+ :param during_support_hours: during_support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#during_support_hours Service#during_support_hours}
1347
+ :param outside_support_hours: outside_support_hours block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#outside_support_hours Service#outside_support_hours}
1348
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.
1349
1349
  '''
1350
1350
  if isinstance(during_support_hours, dict):
1351
1351
  during_support_hours = ServiceIncidentUrgencyRuleDuringSupportHours(**during_support_hours)
@@ -1369,7 +1369,7 @@ class ServiceIncidentUrgencyRule:
1369
1369
 
1370
1370
  @builtins.property
1371
1371
  def type(self) -> builtins.str:
1372
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.'''
1372
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.'''
1373
1373
  result = self._values.get("type")
1374
1374
  assert result is not None, "Required property 'type' is missing"
1375
1375
  return typing.cast(builtins.str, result)
@@ -1380,7 +1380,7 @@ class ServiceIncidentUrgencyRule:
1380
1380
  ) -> typing.Optional["ServiceIncidentUrgencyRuleDuringSupportHours"]:
1381
1381
  '''during_support_hours block.
1382
1382
 
1383
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#during_support_hours Service#during_support_hours}
1383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#during_support_hours Service#during_support_hours}
1384
1384
  '''
1385
1385
  result = self._values.get("during_support_hours")
1386
1386
  return typing.cast(typing.Optional["ServiceIncidentUrgencyRuleDuringSupportHours"], result)
@@ -1391,14 +1391,14 @@ class ServiceIncidentUrgencyRule:
1391
1391
  ) -> typing.Optional["ServiceIncidentUrgencyRuleOutsideSupportHours"]:
1392
1392
  '''outside_support_hours block.
1393
1393
 
1394
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#outside_support_hours Service#outside_support_hours}
1394
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#outside_support_hours Service#outside_support_hours}
1395
1395
  '''
1396
1396
  result = self._values.get("outside_support_hours")
1397
1397
  return typing.cast(typing.Optional["ServiceIncidentUrgencyRuleOutsideSupportHours"], result)
1398
1398
 
1399
1399
  @builtins.property
1400
1400
  def urgency(self) -> typing.Optional[builtins.str]:
1401
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.'''
1401
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.'''
1402
1402
  result = self._values.get("urgency")
1403
1403
  return typing.cast(typing.Optional[builtins.str], result)
1404
1404
 
@@ -1427,8 +1427,8 @@ class ServiceIncidentUrgencyRuleDuringSupportHours:
1427
1427
  urgency: typing.Optional[builtins.str] = None,
1428
1428
  ) -> None:
1429
1429
  '''
1430
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
1431
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.
1430
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
1431
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.
1432
1432
  '''
1433
1433
  if __debug__:
1434
1434
  type_hints = typing.get_type_hints(_typecheckingstub__986a1d9f43056ac806bf3825824b49cc4b3214b5b8d4f1d6dcdcc9fc70c80b73)
@@ -1442,13 +1442,13 @@ class ServiceIncidentUrgencyRuleDuringSupportHours:
1442
1442
 
1443
1443
  @builtins.property
1444
1444
  def type(self) -> typing.Optional[builtins.str]:
1445
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.'''
1445
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.'''
1446
1446
  result = self._values.get("type")
1447
1447
  return typing.cast(typing.Optional[builtins.str], result)
1448
1448
 
1449
1449
  @builtins.property
1450
1450
  def urgency(self) -> typing.Optional[builtins.str]:
1451
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.'''
1451
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.'''
1452
1452
  result = self._values.get("urgency")
1453
1453
  return typing.cast(typing.Optional[builtins.str], result)
1454
1454
 
@@ -1572,8 +1572,8 @@ class ServiceIncidentUrgencyRuleOutputReference(
1572
1572
  urgency: typing.Optional[builtins.str] = None,
1573
1573
  ) -> None:
1574
1574
  '''
1575
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
1576
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.
1575
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
1576
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.
1577
1577
  '''
1578
1578
  value = ServiceIncidentUrgencyRuleDuringSupportHours(
1579
1579
  type=type, urgency=urgency
@@ -1589,8 +1589,8 @@ class ServiceIncidentUrgencyRuleOutputReference(
1589
1589
  urgency: typing.Optional[builtins.str] = None,
1590
1590
  ) -> None:
1591
1591
  '''
1592
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
1593
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.
1592
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
1593
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.
1594
1594
  '''
1595
1595
  value = ServiceIncidentUrgencyRuleOutsideSupportHours(
1596
1596
  type=type, urgency=urgency
@@ -1701,8 +1701,8 @@ class ServiceIncidentUrgencyRuleOutsideSupportHours:
1701
1701
  urgency: typing.Optional[builtins.str] = None,
1702
1702
  ) -> None:
1703
1703
  '''
1704
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
1705
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.
1704
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
1705
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.
1706
1706
  '''
1707
1707
  if __debug__:
1708
1708
  type_hints = typing.get_type_hints(_typecheckingstub__8b8c3a4877ba41bc433e92312276aa302f1be63a8a83ad07d8098f09feaedb60)
@@ -1716,13 +1716,13 @@ class ServiceIncidentUrgencyRuleOutsideSupportHours:
1716
1716
 
1717
1717
  @builtins.property
1718
1718
  def type(self) -> typing.Optional[builtins.str]:
1719
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.'''
1719
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.'''
1720
1720
  result = self._values.get("type")
1721
1721
  return typing.cast(typing.Optional[builtins.str], result)
1722
1722
 
1723
1723
  @builtins.property
1724
1724
  def urgency(self) -> typing.Optional[builtins.str]:
1725
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#urgency Service#urgency}.'''
1725
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#urgency Service#urgency}.'''
1726
1726
  result = self._values.get("urgency")
1727
1727
  return typing.cast(typing.Optional[builtins.str], result)
1728
1728
 
@@ -1832,9 +1832,9 @@ class ServiceScheduledActions:
1832
1832
  type: typing.Optional[builtins.str] = None,
1833
1833
  ) -> None:
1834
1834
  '''
1835
- :param at: at block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#at Service#at}
1836
- :param to_urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#to_urgency Service#to_urgency}.
1837
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
1835
+ :param at: at block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#at Service#at}
1836
+ :param to_urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#to_urgency Service#to_urgency}.
1837
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
1838
1838
  '''
1839
1839
  if __debug__:
1840
1840
  type_hints = typing.get_type_hints(_typecheckingstub__04656fec363d8fe6efee120c718de82881d8a772471a901c94e2bf64664c4b6c)
@@ -1855,20 +1855,20 @@ class ServiceScheduledActions:
1855
1855
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServiceScheduledActionsAt"]]]:
1856
1856
  '''at block.
1857
1857
 
1858
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#at Service#at}
1858
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#at Service#at}
1859
1859
  '''
1860
1860
  result = self._values.get("at")
1861
1861
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServiceScheduledActionsAt"]]], result)
1862
1862
 
1863
1863
  @builtins.property
1864
1864
  def to_urgency(self) -> typing.Optional[builtins.str]:
1865
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#to_urgency Service#to_urgency}.'''
1865
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#to_urgency Service#to_urgency}.'''
1866
1866
  result = self._values.get("to_urgency")
1867
1867
  return typing.cast(typing.Optional[builtins.str], result)
1868
1868
 
1869
1869
  @builtins.property
1870
1870
  def type(self) -> typing.Optional[builtins.str]:
1871
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.'''
1871
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.'''
1872
1872
  result = self._values.get("type")
1873
1873
  return typing.cast(typing.Optional[builtins.str], result)
1874
1874
 
@@ -1897,8 +1897,8 @@ class ServiceScheduledActionsAt:
1897
1897
  type: typing.Optional[builtins.str] = None,
1898
1898
  ) -> None:
1899
1899
  '''
1900
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#name Service#name}.
1901
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
1900
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#name Service#name}.
1901
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
1902
1902
  '''
1903
1903
  if __debug__:
1904
1904
  type_hints = typing.get_type_hints(_typecheckingstub__f24fca88236a42fd028cf776af5e351239030a624ddd3a6e61415a3d9c9774cb)
@@ -1912,13 +1912,13 @@ class ServiceScheduledActionsAt:
1912
1912
 
1913
1913
  @builtins.property
1914
1914
  def name(self) -> typing.Optional[builtins.str]:
1915
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#name Service#name}.'''
1915
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#name Service#name}.'''
1916
1916
  result = self._values.get("name")
1917
1917
  return typing.cast(typing.Optional[builtins.str], result)
1918
1918
 
1919
1919
  @builtins.property
1920
1920
  def type(self) -> typing.Optional[builtins.str]:
1921
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.'''
1921
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.'''
1922
1922
  result = self._values.get("type")
1923
1923
  return typing.cast(typing.Optional[builtins.str], result)
1924
1924
 
@@ -2337,11 +2337,11 @@ class ServiceSupportHours:
2337
2337
  type: typing.Optional[builtins.str] = None,
2338
2338
  ) -> None:
2339
2339
  '''
2340
- :param days_of_week: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#days_of_week Service#days_of_week}.
2341
- :param end_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#end_time Service#end_time}.
2342
- :param start_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#start_time Service#start_time}.
2343
- :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#time_zone Service#time_zone}.
2344
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.
2340
+ :param days_of_week: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#days_of_week Service#days_of_week}.
2341
+ :param end_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#end_time Service#end_time}.
2342
+ :param start_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#start_time Service#start_time}.
2343
+ :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#time_zone Service#time_zone}.
2344
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.
2345
2345
  '''
2346
2346
  if __debug__:
2347
2347
  type_hints = typing.get_type_hints(_typecheckingstub__3246dc3262ad144f0275bbd1e9bc54a33dd302342d35a98d3f8224ed8754fdba)
@@ -2364,31 +2364,31 @@ class ServiceSupportHours:
2364
2364
 
2365
2365
  @builtins.property
2366
2366
  def days_of_week(self) -> typing.Optional[typing.List[jsii.Number]]:
2367
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#days_of_week Service#days_of_week}.'''
2367
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#days_of_week Service#days_of_week}.'''
2368
2368
  result = self._values.get("days_of_week")
2369
2369
  return typing.cast(typing.Optional[typing.List[jsii.Number]], result)
2370
2370
 
2371
2371
  @builtins.property
2372
2372
  def end_time(self) -> typing.Optional[builtins.str]:
2373
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#end_time Service#end_time}.'''
2373
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#end_time Service#end_time}.'''
2374
2374
  result = self._values.get("end_time")
2375
2375
  return typing.cast(typing.Optional[builtins.str], result)
2376
2376
 
2377
2377
  @builtins.property
2378
2378
  def start_time(self) -> typing.Optional[builtins.str]:
2379
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#start_time Service#start_time}.'''
2379
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#start_time Service#start_time}.'''
2380
2380
  result = self._values.get("start_time")
2381
2381
  return typing.cast(typing.Optional[builtins.str], result)
2382
2382
 
2383
2383
  @builtins.property
2384
2384
  def time_zone(self) -> typing.Optional[builtins.str]:
2385
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#time_zone Service#time_zone}.'''
2385
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#time_zone Service#time_zone}.'''
2386
2386
  result = self._values.get("time_zone")
2387
2387
  return typing.cast(typing.Optional[builtins.str], result)
2388
2388
 
2389
2389
  @builtins.property
2390
2390
  def type(self) -> typing.Optional[builtins.str]:
2391
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/service#type Service#type}.'''
2391
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/resources/service#type Service#type}.'''
2392
2392
  result = self._values.get("type")
2393
2393
  return typing.cast(typing.Optional[builtins.str], result)
2394
2394