cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +5 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
  36. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
  37. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
  43. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
  44. cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
  45. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
  47. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
  48. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
  49. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
  50. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
  51. cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
  52. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
  53. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
  54. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
  55. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
  56. cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
  57. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
  58. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
  59. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
  60. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
  61. cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
  62. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
  63. cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
  64. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
  65. cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
  66. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
  67. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
  68. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
  69. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
  70. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
  71. cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
  72. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
  73. cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
  74. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
  75. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_team_membership`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class TeamMembership(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.teamMembership.TeamMembership",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership pagerduty_team_membership}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership pagerduty_team_membership}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class TeamMembership(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership pagerduty_team_membership} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership pagerduty_team_membership} Resource.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#team_id TeamMembership#team_id}.
53
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#user_id TeamMembership#user_id}.
54
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
55
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#role TeamMembership#role}.
52
+ :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#team_id TeamMembership#team_id}.
53
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#user_id TeamMembership#user_id}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
55
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#role TeamMembership#role}.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -94,7 +94,7 @@ class TeamMembership(
94
94
 
95
95
  :param scope: The scope in which to define this construct.
96
96
  :param import_to_id: The construct id used in the generated config for the TeamMembership to import.
97
- :param import_from_id: The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use
98
98
  :param provider: ? Optional instance of the provider where the TeamMembership to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -117,6 +117,10 @@ class TeamMembership(
117
117
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
118
118
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
119
119
 
120
+ @jsii.member(jsii_name="synthesizeHclAttributes")
121
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
122
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
123
+
120
124
  @jsii.python.classproperty
121
125
  @jsii.member(jsii_name="tfResourceType")
122
126
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -232,10 +236,10 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
232
236
  :param lifecycle:
233
237
  :param provider:
234
238
  :param provisioners:
235
- :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#team_id TeamMembership#team_id}.
236
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#user_id TeamMembership#user_id}.
237
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#id TeamMembership#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.
238
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#role TeamMembership#role}.
239
+ :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#team_id TeamMembership#team_id}.
240
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#user_id TeamMembership#user_id}.
241
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#id TeamMembership#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.
242
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#role TeamMembership#role}.
239
243
  '''
240
244
  if isinstance(lifecycle, dict):
241
245
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -341,21 +345,21 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
341
345
 
342
346
  @builtins.property
343
347
  def team_id(self) -> builtins.str:
344
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#team_id TeamMembership#team_id}.'''
348
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#team_id TeamMembership#team_id}.'''
345
349
  result = self._values.get("team_id")
346
350
  assert result is not None, "Required property 'team_id' is missing"
347
351
  return typing.cast(builtins.str, result)
348
352
 
349
353
  @builtins.property
350
354
  def user_id(self) -> builtins.str:
351
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#user_id TeamMembership#user_id}.'''
355
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#user_id TeamMembership#user_id}.'''
352
356
  result = self._values.get("user_id")
353
357
  assert result is not None, "Required property 'user_id' is missing"
354
358
  return typing.cast(builtins.str, result)
355
359
 
356
360
  @builtins.property
357
361
  def id(self) -> typing.Optional[builtins.str]:
358
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#id TeamMembership#id}.
362
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#id TeamMembership#id}.
359
363
 
360
364
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
361
365
  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.
@@ -365,7 +369,7 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
369
 
366
370
  @builtins.property
367
371
  def role(self) -> typing.Optional[builtins.str]:
368
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team_membership#role TeamMembership#role}.'''
372
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team_membership#role TeamMembership#role}.'''
369
373
  result = self._values.get("role")
370
374
  return typing.cast(typing.Optional[builtins.str], result)
371
375
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_user`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.3.1/docs/resources/user pagerduty_user}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.3.1/docs/resources/user pagerduty_user} Resource.
54
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.3.1/docs/resources/user#email User#email}.
59
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#name User#name}.
60
- :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#color User#color}.
61
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#description User#description}.
62
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.3.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.3.1/docs/resources/user#license User#license}.
65
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#role User#role}.
66
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#teams User#teams}.
67
- :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/user#email User#email}.
59
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#name User#name}.
60
+ :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#color User#color}.
61
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#description User#description}.
62
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.4.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.4.0/docs/resources/user#license User#license}.
65
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#role User#role}.
66
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#teams User#teams}.
67
+ :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.3.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.4.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__:
@@ -159,6 +159,10 @@ class User(
159
159
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
160
160
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
161
161
 
162
+ @jsii.member(jsii_name="synthesizeHclAttributes")
163
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
164
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
165
+
162
166
  @jsii.python.classproperty
163
167
  @jsii.member(jsii_name="tfResourceType")
164
168
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -403,16 +407,16 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
403
407
  :param lifecycle:
404
408
  :param provider:
405
409
  :param provisioners:
406
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#email User#email}.
407
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#name User#name}.
408
- :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#color User#color}.
409
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#description User#description}.
410
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.
411
- :param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#job_title User#job_title}.
412
- :param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#license User#license}.
413
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#role User#role}.
414
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#teams User#teams}.
415
- :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/user#email User#email}.
411
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#name User#name}.
412
+ :param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#color User#color}.
413
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#description User#description}.
414
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.4.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.4.0/docs/resources/user#license User#license}.
417
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#role User#role}.
418
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#teams User#teams}.
419
+ :param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#time_zone User#time_zone}.
416
420
  '''
417
421
  if isinstance(lifecycle, dict):
418
422
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -536,33 +540,33 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
536
540
 
537
541
  @builtins.property
538
542
  def email(self) -> builtins.str:
539
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#email User#email}.'''
543
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#email User#email}.'''
540
544
  result = self._values.get("email")
541
545
  assert result is not None, "Required property 'email' is missing"
542
546
  return typing.cast(builtins.str, result)
543
547
 
544
548
  @builtins.property
545
549
  def name(self) -> builtins.str:
546
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#name User#name}.'''
550
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#name User#name}.'''
547
551
  result = self._values.get("name")
548
552
  assert result is not None, "Required property 'name' is missing"
549
553
  return typing.cast(builtins.str, result)
550
554
 
551
555
  @builtins.property
552
556
  def color(self) -> typing.Optional[builtins.str]:
553
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#color User#color}.'''
557
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#color User#color}.'''
554
558
  result = self._values.get("color")
555
559
  return typing.cast(typing.Optional[builtins.str], result)
556
560
 
557
561
  @builtins.property
558
562
  def description(self) -> typing.Optional[builtins.str]:
559
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#description User#description}.'''
563
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#description User#description}.'''
560
564
  result = self._values.get("description")
561
565
  return typing.cast(typing.Optional[builtins.str], result)
562
566
 
563
567
  @builtins.property
564
568
  def id(self) -> typing.Optional[builtins.str]:
565
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#id User#id}.
569
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#id User#id}.
566
570
 
567
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.
568
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.
@@ -572,31 +576,31 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
572
576
 
573
577
  @builtins.property
574
578
  def job_title(self) -> typing.Optional[builtins.str]:
575
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#job_title User#job_title}.'''
579
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#job_title User#job_title}.'''
576
580
  result = self._values.get("job_title")
577
581
  return typing.cast(typing.Optional[builtins.str], result)
578
582
 
579
583
  @builtins.property
580
584
  def license(self) -> typing.Optional[builtins.str]:
581
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#license User#license}.'''
585
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#license User#license}.'''
582
586
  result = self._values.get("license")
583
587
  return typing.cast(typing.Optional[builtins.str], result)
584
588
 
585
589
  @builtins.property
586
590
  def role(self) -> typing.Optional[builtins.str]:
587
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#role User#role}.'''
591
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#role User#role}.'''
588
592
  result = self._values.get("role")
589
593
  return typing.cast(typing.Optional[builtins.str], result)
590
594
 
591
595
  @builtins.property
592
596
  def teams(self) -> typing.Optional[typing.List[builtins.str]]:
593
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#teams User#teams}.'''
597
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#teams User#teams}.'''
594
598
  result = self._values.get("teams")
595
599
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
596
600
 
597
601
  @builtins.property
598
602
  def time_zone(self) -> typing.Optional[builtins.str]:
599
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user#time_zone User#time_zone}.'''
603
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user#time_zone User#time_zone}.'''
600
604
  result = self._values.get("time_zone")
601
605
  return typing.cast(typing.Optional[builtins.str], result)
602
606
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_user_contact_method`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.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.3.1/docs/resources/user_contact_method pagerduty_user_contact_method}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.3.1/docs/resources/user_contact_method pagerduty_user_contact_method} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.3.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.4.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__:
@@ -130,6 +130,10 @@ class UserContactMethod(
130
130
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
131
131
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
132
132
 
133
+ @jsii.member(jsii_name="synthesizeHclAttributes")
134
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
135
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
136
+
133
137
  @jsii.python.classproperty
134
138
  @jsii.member(jsii_name="tfResourceType")
135
139
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -319,13 +323,13 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
319
323
  :param lifecycle:
320
324
  :param provider:
321
325
  :param provisioners:
322
- :param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#address UserContactMethod#address}.
323
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#label UserContactMethod#label}.
324
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#type UserContactMethod#type}.
325
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
326
- :param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
327
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.
328
- :param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.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.4.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.4.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.4.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.4.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.4.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.4.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
329
333
  '''
330
334
  if isinstance(lifecycle, dict):
331
335
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -438,41 +442,41 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
438
442
 
439
443
  @builtins.property
440
444
  def address(self) -> builtins.str:
441
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#address UserContactMethod#address}.'''
445
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user_contact_method#address UserContactMethod#address}.'''
442
446
  result = self._values.get("address")
443
447
  assert result is not None, "Required property 'address' is missing"
444
448
  return typing.cast(builtins.str, result)
445
449
 
446
450
  @builtins.property
447
451
  def label(self) -> builtins.str:
448
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#label UserContactMethod#label}.'''
452
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user_contact_method#label UserContactMethod#label}.'''
449
453
  result = self._values.get("label")
450
454
  assert result is not None, "Required property 'label' is missing"
451
455
  return typing.cast(builtins.str, result)
452
456
 
453
457
  @builtins.property
454
458
  def type(self) -> builtins.str:
455
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#type UserContactMethod#type}.'''
459
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user_contact_method#type UserContactMethod#type}.'''
456
460
  result = self._values.get("type")
457
461
  assert result is not None, "Required property 'type' is missing"
458
462
  return typing.cast(builtins.str, result)
459
463
 
460
464
  @builtins.property
461
465
  def user_id(self) -> builtins.str:
462
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.'''
463
467
  result = self._values.get("user_id")
464
468
  assert result is not None, "Required property 'user_id' is missing"
465
469
  return typing.cast(builtins.str, result)
466
470
 
467
471
  @builtins.property
468
472
  def country_code(self) -> typing.Optional[jsii.Number]:
469
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.'''
470
474
  result = self._values.get("country_code")
471
475
  return typing.cast(typing.Optional[jsii.Number], result)
472
476
 
473
477
  @builtins.property
474
478
  def id(self) -> typing.Optional[builtins.str]:
475
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_contact_method#id UserContactMethod#id}.
479
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user_contact_method#id UserContactMethod#id}.
476
480
 
477
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.
478
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.
@@ -484,7 +488,7 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
484
488
  def send_short_email(
485
489
  self,
486
490
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
487
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.'''
488
492
  result = self._values.get("send_short_email")
489
493
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
490
494
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_user_notification_rule`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_user_notification_rule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.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.3.1/docs/resources/user_notification_rule pagerduty_user_notification_rule}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.3.1/docs/resources/user_notification_rule pagerduty_user_notification_rule} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.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.3.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.3.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.3.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.3.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.3.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.4.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.4.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.4.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.4.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.4.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.3.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.4.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__:
@@ -116,6 +116,10 @@ class UserNotificationRule(
116
116
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
117
117
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
118
118
 
119
+ @jsii.member(jsii_name="synthesizeHclAttributes")
120
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
121
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
122
+
119
123
  @jsii.python.classproperty
120
124
  @jsii.member(jsii_name="tfResourceType")
121
125
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -252,11 +256,11 @@ class UserNotificationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
252
256
  :param lifecycle:
253
257
  :param provider:
254
258
  :param provisioners:
255
- :param contact_method: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.
256
- :param start_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.
257
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.
258
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.
259
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.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.4.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.4.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.4.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.4.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.
260
264
  '''
261
265
  if isinstance(lifecycle, dict):
262
266
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -363,35 +367,35 @@ class UserNotificationRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
363
367
 
364
368
  @builtins.property
365
369
  def contact_method(self) -> typing.Mapping[builtins.str, builtins.str]:
366
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/user_notification_rule#contact_method UserNotificationRule#contact_method}.'''
367
371
  result = self._values.get("contact_method")
368
372
  assert result is not None, "Required property 'contact_method' is missing"
369
373
  return typing.cast(typing.Mapping[builtins.str, builtins.str], result)
370
374
 
371
375
  @builtins.property
372
376
  def start_delay_in_minutes(self) -> jsii.Number:
373
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/user_notification_rule#start_delay_in_minutes UserNotificationRule#start_delay_in_minutes}.'''
374
378
  result = self._values.get("start_delay_in_minutes")
375
379
  assert result is not None, "Required property 'start_delay_in_minutes' is missing"
376
380
  return typing.cast(jsii.Number, result)
377
381
 
378
382
  @builtins.property
379
383
  def urgency(self) -> builtins.str:
380
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.'''
384
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user_notification_rule#urgency UserNotificationRule#urgency}.'''
381
385
  result = self._values.get("urgency")
382
386
  assert result is not None, "Required property 'urgency' is missing"
383
387
  return typing.cast(builtins.str, result)
384
388
 
385
389
  @builtins.property
386
390
  def user_id(self) -> builtins.str:
387
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.4.0/docs/resources/user_notification_rule#user_id UserNotificationRule#user_id}.'''
388
392
  result = self._values.get("user_id")
389
393
  assert result is not None, "Required property 'user_id' is missing"
390
394
  return typing.cast(builtins.str, result)
391
395
 
392
396
  @builtins.property
393
397
  def id(self) -> typing.Optional[builtins.str]:
394
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/user_notification_rule#id UserNotificationRule#id}.
398
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/user_notification_rule#id UserNotificationRule#id}.
395
399
 
396
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.
397
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.