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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +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
  # `pagerduty_user`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/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 User(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.user.User",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user pagerduty_user}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user pagerduty_user}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -51,20 +54,20 @@ class User(
51
54
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
52
55
  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,
53
56
  ) -> None:
54
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user pagerduty_user} Resource.
57
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user pagerduty_user} Resource.
55
58
 
56
59
  :param scope: The scope in which to define this construct.
57
60
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
58
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#email User#email}.
59
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#name User#name}.
60
- :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#color User#color}.
61
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#description User#description}.
62
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#id User#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.
63
- :param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#job_title User#job_title}.
64
- :param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#license User#license}.
65
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#role User#role}.
66
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#teams User#teams}.
67
- :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#time_zone User#time_zone}.
61
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#email User#email}.
62
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#name User#name}.
63
+ :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#color User#color}.
64
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#description User#description}.
65
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#id User#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.
66
+ :param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#job_title User#job_title}.
67
+ :param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#license User#license}.
68
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#role User#role}.
69
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#teams User#teams}.
70
+ :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#time_zone User#time_zone}.
68
71
  :param connection:
69
72
  :param count:
70
73
  :param depends_on:
@@ -112,7 +115,7 @@ class User(
112
115
 
113
116
  :param scope: The scope in which to define this construct.
114
117
  :param import_to_id: The construct id used in the generated config for the User to import.
115
- :param import_from_id: The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#import import section} in the documentation of this resource for the id to use
118
+ :param import_from_id: The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
116
119
  :param provider: ? Optional instance of the provider where the User to import is found.
117
120
  '''
118
121
  if __debug__:
@@ -407,16 +410,16 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
407
410
  :param lifecycle:
408
411
  :param provider:
409
412
  :param provisioners:
410
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#email User#email}.
411
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#name User#name}.
412
- :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#color User#color}.
413
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#description User#description}.
414
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#id User#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.
415
- :param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#job_title User#job_title}.
416
- :param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#license User#license}.
417
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#role User#role}.
418
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#teams User#teams}.
419
- :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#time_zone User#time_zone}.
413
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#email User#email}.
414
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#name User#name}.
415
+ :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#color User#color}.
416
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#description User#description}.
417
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#id User#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.
418
+ :param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#job_title User#job_title}.
419
+ :param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#license User#license}.
420
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#role User#role}.
421
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#teams User#teams}.
422
+ :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#time_zone User#time_zone}.
420
423
  '''
421
424
  if isinstance(lifecycle, dict):
422
425
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -540,33 +543,33 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
540
543
 
541
544
  @builtins.property
542
545
  def email(self) -> builtins.str:
543
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#email User#email}.'''
546
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#email User#email}.'''
544
547
  result = self._values.get("email")
545
548
  assert result is not None, "Required property 'email' is missing"
546
549
  return typing.cast(builtins.str, result)
547
550
 
548
551
  @builtins.property
549
552
  def name(self) -> builtins.str:
550
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#name User#name}.'''
553
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#name User#name}.'''
551
554
  result = self._values.get("name")
552
555
  assert result is not None, "Required property 'name' is missing"
553
556
  return typing.cast(builtins.str, result)
554
557
 
555
558
  @builtins.property
556
559
  def color(self) -> typing.Optional[builtins.str]:
557
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#color User#color}.'''
560
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#color User#color}.'''
558
561
  result = self._values.get("color")
559
562
  return typing.cast(typing.Optional[builtins.str], result)
560
563
 
561
564
  @builtins.property
562
565
  def description(self) -> typing.Optional[builtins.str]:
563
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#description User#description}.'''
566
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#description User#description}.'''
564
567
  result = self._values.get("description")
565
568
  return typing.cast(typing.Optional[builtins.str], result)
566
569
 
567
570
  @builtins.property
568
571
  def id(self) -> typing.Optional[builtins.str]:
569
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#id User#id}.
572
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#id User#id}.
570
573
 
571
574
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
572
575
  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.
@@ -576,31 +579,31 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
576
579
 
577
580
  @builtins.property
578
581
  def job_title(self) -> typing.Optional[builtins.str]:
579
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#job_title User#job_title}.'''
582
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#job_title User#job_title}.'''
580
583
  result = self._values.get("job_title")
581
584
  return typing.cast(typing.Optional[builtins.str], result)
582
585
 
583
586
  @builtins.property
584
587
  def license(self) -> typing.Optional[builtins.str]:
585
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#license User#license}.'''
588
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#license User#license}.'''
586
589
  result = self._values.get("license")
587
590
  return typing.cast(typing.Optional[builtins.str], result)
588
591
 
589
592
  @builtins.property
590
593
  def role(self) -> typing.Optional[builtins.str]:
591
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#role User#role}.'''
594
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#role User#role}.'''
592
595
  result = self._values.get("role")
593
596
  return typing.cast(typing.Optional[builtins.str], result)
594
597
 
595
598
  @builtins.property
596
599
  def teams(self) -> typing.Optional[typing.List[builtins.str]]:
597
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#teams User#teams}.'''
600
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#teams User#teams}.'''
598
601
  result = self._values.get("teams")
599
602
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
600
603
 
601
604
  @builtins.property
602
605
  def time_zone(self) -> typing.Optional[builtins.str]:
603
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user#time_zone User#time_zone}.'''
606
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user#time_zone User#time_zone}.'''
604
607
  result = self._values.get("time_zone")
605
608
  return typing.cast(typing.Optional[builtins.str], result)
606
609
 
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `pagerduty_user_contact_method`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/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 UserContactMethod(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.userContactMethod.UserContactMethod",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method pagerduty_user_contact_method}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method pagerduty_user_contact_method}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -48,17 +51,17 @@ class UserContactMethod(
48
51
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
52
  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,
50
53
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method pagerduty_user_contact_method} Resource.
54
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method pagerduty_user_contact_method} Resource.
52
55
 
53
56
  :param scope: The scope in which to define this construct.
54
57
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
55
- :param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#address UserContactMethod#address}.
56
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#label UserContactMethod#label}.
57
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#type UserContactMethod#type}.
58
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
59
- :param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
60
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#id UserContactMethod#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 send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
58
+ :param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#address UserContactMethod#address}.
59
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#label UserContactMethod#label}.
60
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#type UserContactMethod#type}.
61
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
62
+ :param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
63
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#id UserContactMethod#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.
64
+ :param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
62
65
  :param connection:
63
66
  :param count:
64
67
  :param depends_on:
@@ -103,7 +106,7 @@ class UserContactMethod(
103
106
 
104
107
  :param scope: The scope in which to define this construct.
105
108
  :param import_to_id: The construct id used in the generated config for the UserContactMethod to import.
106
- :param import_from_id: The id of the existing UserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing UserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use
107
110
  :param provider: ? Optional instance of the provider where the UserContactMethod to import is found.
108
111
  '''
109
112
  if __debug__:
@@ -323,13 +326,13 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
323
326
  :param lifecycle:
324
327
  :param provider:
325
328
  :param provisioners:
326
- :param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#address UserContactMethod#address}.
327
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#label UserContactMethod#label}.
328
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#type UserContactMethod#type}.
329
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
330
- :param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
331
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#id UserContactMethod#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.
332
- :param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
329
+ :param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#address UserContactMethod#address}.
330
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#label UserContactMethod#label}.
331
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#type UserContactMethod#type}.
332
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
333
+ :param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
334
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#id UserContactMethod#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.
335
+ :param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
333
336
  '''
334
337
  if isinstance(lifecycle, dict):
335
338
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -442,41 +445,41 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
442
445
 
443
446
  @builtins.property
444
447
  def address(self) -> builtins.str:
445
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#address UserContactMethod#address}.'''
448
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#address UserContactMethod#address}.'''
446
449
  result = self._values.get("address")
447
450
  assert result is not None, "Required property 'address' is missing"
448
451
  return typing.cast(builtins.str, result)
449
452
 
450
453
  @builtins.property
451
454
  def label(self) -> builtins.str:
452
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#label UserContactMethod#label}.'''
455
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#label UserContactMethod#label}.'''
453
456
  result = self._values.get("label")
454
457
  assert result is not None, "Required property 'label' is missing"
455
458
  return typing.cast(builtins.str, result)
456
459
 
457
460
  @builtins.property
458
461
  def type(self) -> builtins.str:
459
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#type UserContactMethod#type}.'''
462
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#type UserContactMethod#type}.'''
460
463
  result = self._values.get("type")
461
464
  assert result is not None, "Required property 'type' is missing"
462
465
  return typing.cast(builtins.str, result)
463
466
 
464
467
  @builtins.property
465
468
  def user_id(self) -> builtins.str:
466
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.'''
469
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.'''
467
470
  result = self._values.get("user_id")
468
471
  assert result is not None, "Required property 'user_id' is missing"
469
472
  return typing.cast(builtins.str, result)
470
473
 
471
474
  @builtins.property
472
475
  def country_code(self) -> typing.Optional[jsii.Number]:
473
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.'''
476
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.'''
474
477
  result = self._values.get("country_code")
475
478
  return typing.cast(typing.Optional[jsii.Number], result)
476
479
 
477
480
  @builtins.property
478
481
  def id(self) -> typing.Optional[builtins.str]:
479
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#id UserContactMethod#id}.
482
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#id UserContactMethod#id}.
480
483
 
481
484
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
482
485
  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.
@@ -488,7 +491,7 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
488
491
  def send_short_email(
489
492
  self,
490
493
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
491
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.'''
494
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.'''
492
495
  result = self._values.get("send_short_email")
493
496
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
494
497
 
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `pagerduty_user_notification_rule`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_user_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_user_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule).
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 UserNotificationRule(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.userNotificationRule.UserNotificationRule",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule pagerduty_user_notification_rule}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule pagerduty_user_notification_rule}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -46,15 +49,15 @@ class UserNotificationRule(
46
49
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
50
  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,
48
51
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule pagerduty_user_notification_rule} Resource.
52
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule pagerduty_user_notification_rule} Resource.
50
53
 
51
54
  :param scope: The scope in which to define this construct.
52
55
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.
54
- :param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.
55
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.
56
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#id UserNotificationRule#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
+ :param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.
57
+ :param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.
58
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.
59
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.
60
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#id UserNotificationRule#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
61
  :param connection:
59
62
  :param count:
60
63
  :param depends_on:
@@ -97,7 +100,7 @@ class UserNotificationRule(
97
100
 
98
101
  :param scope: The scope in which to define this construct.
99
102
  :param import_to_id: The construct id used in the generated config for the UserNotificationRule to import.
100
- :param import_from_id: The id of the existing UserNotificationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use
103
+ :param import_from_id: The id of the existing UserNotificationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use
101
104
  :param provider: ? Optional instance of the provider where the UserNotificationRule to import is found.
102
105
  '''
103
106
  if __debug__:
@@ -256,11 +259,11 @@ class UserNotificationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
256
259
  :param lifecycle:
257
260
  :param provider:
258
261
  :param provisioners:
259
- :param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.
260
- :param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.
261
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.
262
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.
263
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#id UserNotificationRule#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.
262
+ :param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.
263
+ :param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.
264
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.
265
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.
266
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#id UserNotificationRule#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.
264
267
  '''
265
268
  if isinstance(lifecycle, dict):
266
269
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -367,35 +370,35 @@ class UserNotificationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
367
370
 
368
371
  @builtins.property
369
372
  def contact_method(self) -> typing.Mapping[builtins.str, builtins.str]:
370
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.'''
373
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.'''
371
374
  result = self._values.get("contact_method")
372
375
  assert result is not None, "Required property 'contact_method' is missing"
373
376
  return typing.cast(typing.Mapping[builtins.str, builtins.str], result)
374
377
 
375
378
  @builtins.property
376
379
  def start_delay_in_minutes(self) -> jsii.Number:
377
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.'''
380
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.'''
378
381
  result = self._values.get("start_delay_in_minutes")
379
382
  assert result is not None, "Required property 'start_delay_in_minutes' is missing"
380
383
  return typing.cast(jsii.Number, result)
381
384
 
382
385
  @builtins.property
383
386
  def urgency(self) -> builtins.str:
384
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.'''
387
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.'''
385
388
  result = self._values.get("urgency")
386
389
  assert result is not None, "Required property 'urgency' is missing"
387
390
  return typing.cast(builtins.str, result)
388
391
 
389
392
  @builtins.property
390
393
  def user_id(self) -> builtins.str:
391
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.'''
394
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.'''
392
395
  result = self._values.get("user_id")
393
396
  assert result is not None, "Required property 'user_id' is missing"
394
397
  return typing.cast(builtins.str, result)
395
398
 
396
399
  @builtins.property
397
400
  def id(self) -> typing.Optional[builtins.str]:
398
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/user_notification_rule#id UserNotificationRule#id}.
401
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/user_notification_rule#id UserNotificationRule#id}.
399
402
 
400
403
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
401
404
  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.