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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
  72. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
  73. cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
  74. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
  75. cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
  76. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
  77. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_user`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyUser(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUser.DataPagerdutyUser",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user pagerduty_user}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user pagerduty_user}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyUser(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user pagerduty_user} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user pagerduty_user} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user#email DataPagerdutyUser#email}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user#id DataPagerdutyUser#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.
53
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#email DataPagerdutyUser#email}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#id DataPagerdutyUser#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
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyUser(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyUser to import.
91
- :param import_from_id: The id of the existing DataPagerdutyUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyUser to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -213,8 +216,8 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
213
216
  :param lifecycle:
214
217
  :param provider:
215
218
  :param provisioners:
216
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user#email DataPagerdutyUser#email}.
217
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user#id DataPagerdutyUser#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.
219
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#email DataPagerdutyUser#email}.
220
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#id DataPagerdutyUser#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.
218
221
  '''
219
222
  if isinstance(lifecycle, dict):
220
223
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -315,14 +318,14 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
315
318
 
316
319
  @builtins.property
317
320
  def email(self) -> builtins.str:
318
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user#email DataPagerdutyUser#email}.'''
321
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#email DataPagerdutyUser#email}.'''
319
322
  result = self._values.get("email")
320
323
  assert result is not None, "Required property 'email' is missing"
321
324
  return typing.cast(builtins.str, result)
322
325
 
323
326
  @builtins.property
324
327
  def id(self) -> typing.Optional[builtins.str]:
325
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user#id DataPagerdutyUser#id}.
328
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#id DataPagerdutyUser#id}.
326
329
 
327
330
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
328
331
  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.
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_user_contact_method`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyUserContactMethod(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUserContactMethod.DataPagerdutyUserContactMethod",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -45,14 +48,14 @@ class DataPagerdutyUserContactMethod(
45
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
49
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
50
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
49
52
 
50
53
  :param scope: The scope in which to define this construct.
51
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
53
- :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
54
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
55
+ :param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
56
+ :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
57
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
58
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
59
  :param connection:
57
60
  :param count:
58
61
  :param depends_on:
@@ -94,7 +97,7 @@ class DataPagerdutyUserContactMethod(
94
97
 
95
98
  :param scope: The scope in which to define this construct.
96
99
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyUserContactMethod to import.
97
- :param import_from_id: The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use
98
101
  :param provider: ? Optional instance of the provider where the DataPagerdutyUserContactMethod to import is found.
99
102
  '''
100
103
  if __debug__:
@@ -262,10 +265,10 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
262
265
  :param lifecycle:
263
266
  :param provider:
264
267
  :param provisioners:
265
- :param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
266
- :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
267
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
268
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#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.
268
+ :param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
269
+ :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
270
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
271
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#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.
269
272
  '''
270
273
  if isinstance(lifecycle, dict):
271
274
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -372,7 +375,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
372
375
  def label(self) -> builtins.str:
373
376
  '''The name of the contact method to find in the PagerDuty API.
374
377
 
375
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
378
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
376
379
  '''
377
380
  result = self._values.get("label")
378
381
  assert result is not None, "Required property 'label' is missing"
@@ -382,7 +385,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
382
385
  def type(self) -> builtins.str:
383
386
  '''The type of the contact method.
384
387
 
385
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
388
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
386
389
  '''
387
390
  result = self._values.get("type")
388
391
  assert result is not None, "Required property 'type' is missing"
@@ -390,14 +393,14 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
390
393
 
391
394
  @builtins.property
392
395
  def user_id(self) -> builtins.str:
393
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
396
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
394
397
  result = self._values.get("user_id")
395
398
  assert result is not None, "Required property 'user_id' is missing"
396
399
  return typing.cast(builtins.str, result)
397
400
 
398
401
  @builtins.property
399
402
  def id(self) -> typing.Optional[builtins.str]:
400
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
403
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
401
404
 
402
405
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
403
406
  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.
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_users`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyUsers(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUsers.DataPagerdutyUsers",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users pagerduty_users}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users pagerduty_users}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyUsers(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users pagerduty_users} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users pagerduty_users} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users#id DataPagerdutyUsers#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.
51
- :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
53
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#id DataPagerdutyUsers#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.
54
+ :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
52
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyUsers(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyUsers to import.
91
- :param import_from_id: The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyUsers to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -197,8 +200,8 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
197
200
  :param lifecycle:
198
201
  :param provider:
199
202
  :param provisioners:
200
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users#id DataPagerdutyUsers#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.
201
- :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
203
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#id DataPagerdutyUsers#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.
204
+ :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
202
205
  '''
203
206
  if isinstance(lifecycle, dict):
204
207
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -299,7 +302,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
299
302
 
300
303
  @builtins.property
301
304
  def id(self) -> typing.Optional[builtins.str]:
302
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users#id DataPagerdutyUsers#id}.
305
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#id DataPagerdutyUsers#id}.
303
306
 
304
307
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
305
308
  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.
@@ -309,7 +312,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
309
312
 
310
313
  @builtins.property
311
314
  def team_ids(self) -> typing.Optional[typing.List[builtins.str]]:
312
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
315
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
313
316
  result = self._values.get("team_ids")
314
317
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
315
318
 
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_vendor`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyVendor(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyVendor.DataPagerdutyVendor",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor pagerduty_vendor}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor pagerduty_vendor}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyVendor(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor pagerduty_vendor} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor pagerduty_vendor} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor#id DataPagerdutyVendor#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.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#id DataPagerdutyVendor#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
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyVendor(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyVendor to import.
91
- :param import_from_id: The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyVendor to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -193,8 +196,8 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
193
196
  :param lifecycle:
194
197
  :param provider:
195
198
  :param provisioners:
196
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor#id DataPagerdutyVendor#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.
199
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
200
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#id DataPagerdutyVendor#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.
198
201
  '''
199
202
  if isinstance(lifecycle, dict):
200
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,14 +298,14 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
295
298
 
296
299
  @builtins.property
297
300
  def name(self) -> builtins.str:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
299
302
  result = self._values.get("name")
300
303
  assert result is not None, "Required property 'name' is missing"
301
304
  return typing.cast(builtins.str, result)
302
305
 
303
306
  @builtins.property
304
307
  def id(self) -> typing.Optional[builtins.str]:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
306
309
 
307
310
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
308
311
  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.
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `pagerduty_escalation_policy`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class EscalationPolicy(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.escalationPolicy.EscalationPolicy",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -47,16 +50,16 @@ class EscalationPolicy(
47
50
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
51
  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,
49
52
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
53
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
51
54
 
52
55
  :param scope: The scope in which to define this construct.
53
56
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
55
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#id EscalationPolicy#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.
58
- :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
59
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
57
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#name EscalationPolicy#name}.
58
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
59
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#description EscalationPolicy#description}.
60
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#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.
61
+ :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
62
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
60
63
  :param connection:
61
64
  :param count:
62
65
  :param depends_on:
@@ -100,7 +103,7 @@ class EscalationPolicy(
100
103
 
101
104
  :param scope: The scope in which to define this construct.
102
105
  :param import_to_id: The construct id used in the generated config for the EscalationPolicy to import.
103
- :param import_from_id: The id of the existing EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use
104
107
  :param provider: ? Optional instance of the provider where the EscalationPolicy to import is found.
105
108
  '''
106
109
  if __debug__:
@@ -296,12 +299,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
296
299
  :param lifecycle:
297
300
  :param provider:
298
301
  :param provisioners:
299
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
300
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
301
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
302
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#id EscalationPolicy#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.
303
- :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
304
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
302
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#name EscalationPolicy#name}.
303
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
304
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#description EscalationPolicy#description}.
305
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#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.
306
+ :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
307
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
305
308
  '''
306
309
  if isinstance(lifecycle, dict):
307
310
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -413,7 +416,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
413
416
 
414
417
  @builtins.property
415
418
  def name(self) -> builtins.str:
416
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
419
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
417
420
  result = self._values.get("name")
418
421
  assert result is not None, "Required property 'name' is missing"
419
422
  return typing.cast(builtins.str, result)
@@ -424,7 +427,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
424
427
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
425
428
  '''rule block.
426
429
 
427
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
430
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
428
431
  '''
429
432
  result = self._values.get("rule")
430
433
  assert result is not None, "Required property 'rule' is missing"
@@ -432,13 +435,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
432
435
 
433
436
  @builtins.property
434
437
  def description(self) -> typing.Optional[builtins.str]:
435
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
438
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
436
439
  result = self._values.get("description")
437
440
  return typing.cast(typing.Optional[builtins.str], result)
438
441
 
439
442
  @builtins.property
440
443
  def id(self) -> typing.Optional[builtins.str]:
441
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
444
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#id}.
442
445
 
443
446
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
444
447
  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.
@@ -448,13 +451,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
448
451
 
449
452
  @builtins.property
450
453
  def num_loops(self) -> typing.Optional[jsii.Number]:
451
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
454
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
452
455
  result = self._values.get("num_loops")
453
456
  return typing.cast(typing.Optional[jsii.Number], result)
454
457
 
455
458
  @builtins.property
456
459
  def teams(self) -> typing.Optional[typing.List[builtins.str]]:
457
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
460
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
458
461
  result = self._values.get("teams")
459
462
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
460
463
 
@@ -488,9 +491,9 @@ class EscalationPolicyRule:
488
491
  escalation_rule_assignment_strategy: typing.Optional[typing.Union["EscalationPolicyRuleEscalationRuleAssignmentStrategy", typing.Dict[builtins.str, typing.Any]]] = None,
489
492
  ) -> None:
490
493
  '''
491
- :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
492
- :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#target EscalationPolicy#target}
493
- :param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
494
+ :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
495
+ :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#target EscalationPolicy#target}
496
+ :param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
494
497
  '''
495
498
  if isinstance(escalation_rule_assignment_strategy, dict):
496
499
  escalation_rule_assignment_strategy = EscalationPolicyRuleEscalationRuleAssignmentStrategy(**escalation_rule_assignment_strategy)
@@ -508,7 +511,7 @@ class EscalationPolicyRule:
508
511
 
509
512
  @builtins.property
510
513
  def escalation_delay_in_minutes(self) -> jsii.Number:
511
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
514
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
512
515
  result = self._values.get("escalation_delay_in_minutes")
513
516
  assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
514
517
  return typing.cast(jsii.Number, result)
@@ -519,7 +522,7 @@ class EscalationPolicyRule:
519
522
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
520
523
  '''target block.
521
524
 
522
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#target EscalationPolicy#target}
525
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#target EscalationPolicy#target}
523
526
  '''
524
527
  result = self._values.get("target")
525
528
  assert result is not None, "Required property 'target' is missing"
@@ -531,7 +534,7 @@ class EscalationPolicyRule:
531
534
  ) -> typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"]:
532
535
  '''escalation_rule_assignment_strategy block.
533
536
 
534
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
537
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
535
538
  '''
536
539
  result = self._values.get("escalation_rule_assignment_strategy")
537
540
  return typing.cast(typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"], result)
@@ -556,7 +559,7 @@ class EscalationPolicyRule:
556
559
  class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
557
560
  def __init__(self, *, type: typing.Optional[builtins.str] = None) -> None:
558
561
  '''
559
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
562
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.
560
563
  '''
561
564
  if __debug__:
562
565
  type_hints = typing.get_type_hints(_typecheckingstub__953269d9978a1ac8c7b1b4bdc9c54e0cf3573db2ea304992783d4c98b969f97b)
@@ -567,7 +570,7 @@ class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
567
570
 
568
571
  @builtins.property
569
572
  def type(self) -> typing.Optional[builtins.str]:
570
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
573
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
571
574
  result = self._values.get("type")
572
575
  return typing.cast(typing.Optional[builtins.str], result)
573
576
 
@@ -765,7 +768,7 @@ class EscalationPolicyRuleOutputReference(
765
768
  type: typing.Optional[builtins.str] = None,
766
769
  ) -> None:
767
770
  '''
768
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
771
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.
769
772
  '''
770
773
  value = EscalationPolicyRuleEscalationRuleAssignmentStrategy(type=type)
771
774
 
@@ -867,8 +870,8 @@ class EscalationPolicyRuleTarget:
867
870
  type: typing.Optional[builtins.str] = None,
868
871
  ) -> None:
869
872
  '''
870
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#id EscalationPolicy#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.
871
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
873
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#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.
874
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.
872
875
  '''
873
876
  if __debug__:
874
877
  type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
@@ -882,7 +885,7 @@ class EscalationPolicyRuleTarget:
882
885
 
883
886
  @builtins.property
884
887
  def id(self) -> builtins.str:
885
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
888
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#id EscalationPolicy#id}.
886
889
 
887
890
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
888
891
  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.
@@ -893,7 +896,7 @@ class EscalationPolicyRuleTarget:
893
896
 
894
897
  @builtins.property
895
898
  def type(self) -> typing.Optional[builtins.str]:
896
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
899
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
897
900
  result = self._values.get("type")
898
901
  return typing.cast(typing.Optional[builtins.str], result)
899
902