cdktf-cdktf-provider-pagerduty 13.3.1__py3-none-any.whl → 13.4.0__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 +7 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +691 -0
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +897 -0
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  72. {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/METADATA +4 -4
  73. cdktf_cdktf_provider_pagerduty-13.4.0.dist-info/RECORD +77 -0
  74. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.3.1.jsii.tgz +0 -0
  75. cdktf_cdktf_provider_pagerduty-13.3.1.dist-info/RECORD +0 -75
  76. {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/LICENSE +0 -0
  77. {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/WHEEL +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.3.1.dist-info → cdktf_cdktf_provider_pagerduty-13.4.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
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.7.1/docs/resources/user).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class User(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.user.User",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user pagerduty_user}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user pagerduty_user}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -51,20 +51,20 @@ class User(
51
51
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
52
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,
53
53
  ) -> None:
54
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user pagerduty_user} Resource.
54
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user pagerduty_user} Resource.
55
55
 
56
56
  :param scope: The scope in which to define this construct.
57
57
  :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.7.1/docs/resources/user#email User#email}.
59
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#name User#name}.
60
- :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#color User#color}.
61
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#description User#description}.
62
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.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.
63
- :param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#job_title User#job_title}.
64
- :param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#license User#license}.
65
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#role User#role}.
66
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#teams User#teams}.
67
- :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#time_zone User#time_zone}.
58
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#email User#email}.
59
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#name User#name}.
60
+ :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#color User#color}.
61
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#description User#description}.
62
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.0/docs/resources/user#license User#license}.
65
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#role User#role}.
66
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#teams User#teams}.
67
+ :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#time_zone User#time_zone}.
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -112,7 +112,7 @@ class User(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the 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.7.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
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.8.0/docs/resources/user#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the User to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -407,16 +407,16 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
407
407
  :param lifecycle:
408
408
  :param provider:
409
409
  :param provisioners:
410
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#email User#email}.
411
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#name User#name}.
412
- :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#color User#color}.
413
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#description User#description}.
414
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.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.
415
- :param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#job_title User#job_title}.
416
- :param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#license User#license}.
417
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#role User#role}.
418
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#teams User#teams}.
419
- :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#time_zone User#time_zone}.
410
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#email User#email}.
411
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#name User#name}.
412
+ :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#color User#color}.
413
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#description User#description}.
414
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.0/docs/resources/user#license User#license}.
417
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#role User#role}.
418
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#teams User#teams}.
419
+ :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#time_zone User#time_zone}.
420
420
  '''
421
421
  if isinstance(lifecycle, dict):
422
422
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -540,33 +540,33 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
540
540
 
541
541
  @builtins.property
542
542
  def email(self) -> builtins.str:
543
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#email User#email}.'''
543
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#email User#email}.'''
544
544
  result = self._values.get("email")
545
545
  assert result is not None, "Required property 'email' is missing"
546
546
  return typing.cast(builtins.str, result)
547
547
 
548
548
  @builtins.property
549
549
  def name(self) -> builtins.str:
550
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#name User#name}.'''
550
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#name User#name}.'''
551
551
  result = self._values.get("name")
552
552
  assert result is not None, "Required property 'name' is missing"
553
553
  return typing.cast(builtins.str, result)
554
554
 
555
555
  @builtins.property
556
556
  def color(self) -> typing.Optional[builtins.str]:
557
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#color User#color}.'''
557
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#color User#color}.'''
558
558
  result = self._values.get("color")
559
559
  return typing.cast(typing.Optional[builtins.str], result)
560
560
 
561
561
  @builtins.property
562
562
  def description(self) -> typing.Optional[builtins.str]:
563
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#description User#description}.'''
563
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#description User#description}.'''
564
564
  result = self._values.get("description")
565
565
  return typing.cast(typing.Optional[builtins.str], result)
566
566
 
567
567
  @builtins.property
568
568
  def id(self) -> typing.Optional[builtins.str]:
569
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#id User#id}.
569
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#id User#id}.
570
570
 
571
571
  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
572
  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 +576,31 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
576
576
 
577
577
  @builtins.property
578
578
  def job_title(self) -> typing.Optional[builtins.str]:
579
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#job_title User#job_title}.'''
579
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#job_title User#job_title}.'''
580
580
  result = self._values.get("job_title")
581
581
  return typing.cast(typing.Optional[builtins.str], result)
582
582
 
583
583
  @builtins.property
584
584
  def license(self) -> typing.Optional[builtins.str]:
585
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#license User#license}.'''
585
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#license User#license}.'''
586
586
  result = self._values.get("license")
587
587
  return typing.cast(typing.Optional[builtins.str], result)
588
588
 
589
589
  @builtins.property
590
590
  def role(self) -> typing.Optional[builtins.str]:
591
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#role User#role}.'''
591
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#role User#role}.'''
592
592
  result = self._values.get("role")
593
593
  return typing.cast(typing.Optional[builtins.str], result)
594
594
 
595
595
  @builtins.property
596
596
  def teams(self) -> typing.Optional[typing.List[builtins.str]]:
597
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#teams User#teams}.'''
597
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#teams User#teams}.'''
598
598
  result = self._values.get("teams")
599
599
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
600
600
 
601
601
  @builtins.property
602
602
  def time_zone(self) -> typing.Optional[builtins.str]:
603
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user#time_zone User#time_zone}.'''
603
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user#time_zone User#time_zone}.'''
604
604
  result = self._values.get("time_zone")
605
605
  return typing.cast(typing.Optional[builtins.str], result)
606
606
 
@@ -1,7 +1,7 @@
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.7.1/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.8.0/docs/resources/user_contact_method).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class UserContactMethod(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.userContactMethod.UserContactMethod",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method pagerduty_user_contact_method}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method pagerduty_user_contact_method}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -48,17 +48,17 @@ class UserContactMethod(
48
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
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,
50
50
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method pagerduty_user_contact_method} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method pagerduty_user_contact_method} Resource.
52
52
 
53
53
  :param scope: The scope in which to define this construct.
54
54
  :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.7.1/docs/resources/user_contact_method#address UserContactMethod#address}.
56
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#label UserContactMethod#label}.
57
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/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.7.1/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.7.1/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.7.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.
61
- :param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
55
+ :param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.8.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.8.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.8.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.8.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
62
62
  :param connection:
63
63
  :param count:
64
64
  :param depends_on:
@@ -103,7 +103,7 @@ class UserContactMethod(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :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.7.1/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use
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.8.0/docs/resources/user_contact_method#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the UserContactMethod to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -323,13 +323,13 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
323
323
  :param lifecycle:
324
324
  :param provider:
325
325
  :param provisioners:
326
- :param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#address UserContactMethod#address}.
327
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#label UserContactMethod#label}.
328
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/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.7.1/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.7.1/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.7.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.
332
- :param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
326
+ :param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.8.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.8.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.8.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.8.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
333
333
  '''
334
334
  if isinstance(lifecycle, dict):
335
335
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -442,41 +442,41 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
442
442
 
443
443
  @builtins.property
444
444
  def address(self) -> builtins.str:
445
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#address UserContactMethod#address}.'''
445
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method#address UserContactMethod#address}.'''
446
446
  result = self._values.get("address")
447
447
  assert result is not None, "Required property 'address' is missing"
448
448
  return typing.cast(builtins.str, result)
449
449
 
450
450
  @builtins.property
451
451
  def label(self) -> builtins.str:
452
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#label UserContactMethod#label}.'''
452
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method#label UserContactMethod#label}.'''
453
453
  result = self._values.get("label")
454
454
  assert result is not None, "Required property 'label' is missing"
455
455
  return typing.cast(builtins.str, result)
456
456
 
457
457
  @builtins.property
458
458
  def type(self) -> builtins.str:
459
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#type UserContactMethod#type}.'''
459
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method#type UserContactMethod#type}.'''
460
460
  result = self._values.get("type")
461
461
  assert result is not None, "Required property 'type' is missing"
462
462
  return typing.cast(builtins.str, result)
463
463
 
464
464
  @builtins.property
465
465
  def user_id(self) -> builtins.str:
466
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.'''
466
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.'''
467
467
  result = self._values.get("user_id")
468
468
  assert result is not None, "Required property 'user_id' is missing"
469
469
  return typing.cast(builtins.str, result)
470
470
 
471
471
  @builtins.property
472
472
  def country_code(self) -> typing.Optional[jsii.Number]:
473
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.'''
473
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.'''
474
474
  result = self._values.get("country_code")
475
475
  return typing.cast(typing.Optional[jsii.Number], result)
476
476
 
477
477
  @builtins.property
478
478
  def id(self) -> typing.Optional[builtins.str]:
479
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#id UserContactMethod#id}.
479
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method#id UserContactMethod#id}.
480
480
 
481
481
  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
482
  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 +488,7 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
488
488
  def send_short_email(
489
489
  self,
490
490
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
491
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.'''
491
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.'''
492
492
  result = self._values.get("send_short_email")
493
493
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
494
494
 
@@ -1,7 +1,7 @@
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.7.1/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.8.0/docs/resources/user_notification_rule).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class UserNotificationRule(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.userNotificationRule.UserNotificationRule",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_notification_rule pagerduty_user_notification_rule}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_notification_rule pagerduty_user_notification_rule}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class UserNotificationRule(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
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,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_notification_rule pagerduty_user_notification_rule} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_notification_rule pagerduty_user_notification_rule} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :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.7.1/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.7.1/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.7.1/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.7.1/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.7.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.
53
+ :param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.8.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.8.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.
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -97,7 +97,7 @@ class UserNotificationRule(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :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.7.1/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use
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.8.0/docs/resources/user_notification_rule#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the UserNotificationRule to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -256,11 +256,11 @@ class UserNotificationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
256
256
  :param lifecycle:
257
257
  :param provider:
258
258
  :param provisioners:
259
- :param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/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.7.1/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.7.1/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.7.1/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.7.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.
259
+ :param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.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.8.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.8.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.8.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.8.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.
264
264
  '''
265
265
  if isinstance(lifecycle, dict):
266
266
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -367,35 +367,35 @@ class UserNotificationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
367
367
 
368
368
  @builtins.property
369
369
  def contact_method(self) -> typing.Mapping[builtins.str, builtins.str]:
370
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.'''
370
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.'''
371
371
  result = self._values.get("contact_method")
372
372
  assert result is not None, "Required property 'contact_method' is missing"
373
373
  return typing.cast(typing.Mapping[builtins.str, builtins.str], result)
374
374
 
375
375
  @builtins.property
376
376
  def start_delay_in_minutes(self) -> jsii.Number:
377
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.'''
377
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.'''
378
378
  result = self._values.get("start_delay_in_minutes")
379
379
  assert result is not None, "Required property 'start_delay_in_minutes' is missing"
380
380
  return typing.cast(jsii.Number, result)
381
381
 
382
382
  @builtins.property
383
383
  def urgency(self) -> builtins.str:
384
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.'''
384
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.'''
385
385
  result = self._values.get("urgency")
386
386
  assert result is not None, "Required property 'urgency' is missing"
387
387
  return typing.cast(builtins.str, result)
388
388
 
389
389
  @builtins.property
390
390
  def user_id(self) -> builtins.str:
391
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.'''
391
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.'''
392
392
  result = self._values.get("user_id")
393
393
  assert result is not None, "Required property 'user_id' is missing"
394
394
  return typing.cast(builtins.str, result)
395
395
 
396
396
  @builtins.property
397
397
  def id(self) -> typing.Optional[builtins.str]:
398
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.7.1/docs/resources/user_notification_rule#id UserNotificationRule#id}.
398
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.0/docs/resources/user_notification_rule#id UserNotificationRule#id}.
399
399
 
400
400
  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
401
  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.