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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +20 -60
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +33 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +38 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
  72. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
  73. cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
  74. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +1 -1
  75. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.5.0.jsii.tgz +0 -0
  76. cdktf_cdktf_provider_pagerduty-13.5.0.dist-info/RECORD +0 -77
  77. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_team`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyTeam(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTeam.DataPagerdutyTeam",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team pagerduty_team}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team pagerduty_team}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -45,14 +48,14 @@ class DataPagerdutyTeam(
45
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
49
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
50
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team pagerduty_team} Data Source.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team pagerduty_team} Data Source.
49
52
 
50
53
  :param scope: The scope in which to define this construct.
51
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param name: The name of the team to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#name DataPagerdutyTeam#name}
53
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.
54
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#id DataPagerdutyTeam#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 parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
55
+ :param name: The name of the team to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#name DataPagerdutyTeam#name}
56
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
58
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
56
59
  :param connection:
57
60
  :param count:
58
61
  :param depends_on:
@@ -94,7 +97,7 @@ class DataPagerdutyTeam(
94
97
 
95
98
  :param scope: The scope in which to define this construct.
96
99
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyTeam to import.
97
- :param import_from_id: The id of the existing DataPagerdutyTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing DataPagerdutyTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
98
101
  :param provider: ? Optional instance of the provider where the DataPagerdutyTeam to import is found.
99
102
  '''
100
103
  if __debug__:
@@ -245,10 +248,10 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
245
248
  :param lifecycle:
246
249
  :param provider:
247
250
  :param provisioners:
248
- :param name: The name of the team to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#name DataPagerdutyTeam#name}
249
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.
250
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#id DataPagerdutyTeam#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.
251
- :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
251
+ :param name: The name of the team to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#name DataPagerdutyTeam#name}
252
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.
253
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#id DataPagerdutyTeam#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.
254
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
252
255
  '''
253
256
  if isinstance(lifecycle, dict):
254
257
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -357,7 +360,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
357
360
  def name(self) -> builtins.str:
358
361
  '''The name of the team to find in the PagerDuty API.
359
362
 
360
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#name DataPagerdutyTeam#name}
363
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#name DataPagerdutyTeam#name}
361
364
  '''
362
365
  result = self._values.get("name")
363
366
  assert result is not None, "Required property 'name' is missing"
@@ -365,13 +368,13 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
368
 
366
369
  @builtins.property
367
370
  def default_role(self) -> typing.Optional[builtins.str]:
368
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.'''
371
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.'''
369
372
  result = self._values.get("default_role")
370
373
  return typing.cast(typing.Optional[builtins.str], result)
371
374
 
372
375
  @builtins.property
373
376
  def id(self) -> typing.Optional[builtins.str]:
374
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#id DataPagerdutyTeam#id}.
377
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#id DataPagerdutyTeam#id}.
375
378
 
376
379
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
377
380
  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.
@@ -381,7 +384,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
381
384
 
382
385
  @builtins.property
383
386
  def parent(self) -> typing.Optional[builtins.str]:
384
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
387
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
385
388
  result = self._values.get("parent")
386
389
  return typing.cast(typing.Optional[builtins.str], result)
387
390
 
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_team_members`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_team_members`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_team_members`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyTeamMembers(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTeamMembers.DataPagerdutyTeamMembers",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members pagerduty_team_members}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members pagerduty_team_members}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyTeamMembers(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members pagerduty_team_members} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members pagerduty_team_members} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param team_id: The ID of the team to find via the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#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 team_id: The ID of the team to find via the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyTeamMembers(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyTeamMembers to import.
91
- :param import_from_id: The id of the existing DataPagerdutyTeamMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyTeamMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyTeamMembers to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -193,8 +196,8 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
193
196
  :param lifecycle:
194
197
  :param provider:
195
198
  :param provisioners:
196
- :param team_id: The ID of the team to find via the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
199
+ :param team_id: The ID of the team to find via the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
200
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
198
201
  '''
199
202
  if isinstance(lifecycle, dict):
200
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -297,7 +300,7 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
297
300
  def team_id(self) -> builtins.str:
298
301
  '''The ID of the team to find via the PagerDuty API.
299
302
 
300
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
303
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
301
304
  '''
302
305
  result = self._values.get("team_id")
303
306
  assert result is not None, "Required property 'team_id' is missing"
@@ -305,7 +308,7 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
305
308
 
306
309
  @builtins.property
307
310
  def id(self) -> typing.Optional[builtins.str]:
308
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}.
311
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}.
309
312
 
310
313
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
311
314
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_user`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyUser(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUser.DataPagerdutyUser",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user pagerduty_user}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user pagerduty_user}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyUser(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user pagerduty_user} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user pagerduty_user} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user#email DataPagerdutyUser#email}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#email DataPagerdutyUser#email}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyUser(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyUser to import.
91
- :param import_from_id: The id of the existing DataPagerdutyUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyUser to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -116,11 +119,31 @@ class DataPagerdutyUser(
116
119
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
117
120
  return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
118
121
 
122
+ @builtins.property
123
+ @jsii.member(jsii_name="description")
124
+ def description(self) -> builtins.str:
125
+ return typing.cast(builtins.str, jsii.get(self, "description"))
126
+
127
+ @builtins.property
128
+ @jsii.member(jsii_name="jobTitle")
129
+ def job_title(self) -> builtins.str:
130
+ return typing.cast(builtins.str, jsii.get(self, "jobTitle"))
131
+
119
132
  @builtins.property
120
133
  @jsii.member(jsii_name="name")
121
134
  def name(self) -> builtins.str:
122
135
  return typing.cast(builtins.str, jsii.get(self, "name"))
123
136
 
137
+ @builtins.property
138
+ @jsii.member(jsii_name="role")
139
+ def role(self) -> builtins.str:
140
+ return typing.cast(builtins.str, jsii.get(self, "role"))
141
+
142
+ @builtins.property
143
+ @jsii.member(jsii_name="timeZone")
144
+ def time_zone(self) -> builtins.str:
145
+ return typing.cast(builtins.str, jsii.get(self, "timeZone"))
146
+
124
147
  @builtins.property
125
148
  @jsii.member(jsii_name="emailInput")
126
149
  def email_input(self) -> typing.Optional[builtins.str]:
@@ -193,8 +216,8 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
193
216
  :param lifecycle:
194
217
  :param provider:
195
218
  :param provisioners:
196
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user#email DataPagerdutyUser#email}.
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
219
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#email DataPagerdutyUser#email}.
220
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
198
221
  '''
199
222
  if isinstance(lifecycle, dict):
200
223
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,14 +318,14 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
295
318
 
296
319
  @builtins.property
297
320
  def email(self) -> builtins.str:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user#email DataPagerdutyUser#email}.'''
321
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#email DataPagerdutyUser#email}.'''
299
322
  result = self._values.get("email")
300
323
  assert result is not None, "Required property 'email' is missing"
301
324
  return typing.cast(builtins.str, result)
302
325
 
303
326
  @builtins.property
304
327
  def id(self) -> typing.Optional[builtins.str]:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user#id DataPagerdutyUser#id}.
328
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user#id DataPagerdutyUser#id}.
306
329
 
307
330
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
308
331
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_user_contact_method`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyUserContactMethod(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUserContactMethod.DataPagerdutyUserContactMethod",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -45,14 +48,14 @@ class DataPagerdutyUserContactMethod(
45
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
49
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
50
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
49
52
 
50
53
  :param scope: The scope in which to define this construct.
51
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
53
- :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
54
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
55
+ :param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
56
+ :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
57
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
58
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
59
  :param connection:
57
60
  :param count:
58
61
  :param depends_on:
@@ -94,7 +97,7 @@ class DataPagerdutyUserContactMethod(
94
97
 
95
98
  :param scope: The scope in which to define this construct.
96
99
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyUserContactMethod to import.
97
- :param import_from_id: The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use
98
101
  :param provider: ? Optional instance of the provider where the DataPagerdutyUserContactMethod to import is found.
99
102
  '''
100
103
  if __debug__:
@@ -262,10 +265,10 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
262
265
  :param lifecycle:
263
266
  :param provider:
264
267
  :param provisioners:
265
- :param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
266
- :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
267
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
268
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
268
+ :param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
269
+ :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
270
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
271
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
269
272
  '''
270
273
  if isinstance(lifecycle, dict):
271
274
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -372,7 +375,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
372
375
  def label(self) -> builtins.str:
373
376
  '''The name of the contact method to find in the PagerDuty API.
374
377
 
375
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
378
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
376
379
  '''
377
380
  result = self._values.get("label")
378
381
  assert result is not None, "Required property 'label' is missing"
@@ -382,7 +385,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
382
385
  def type(self) -> builtins.str:
383
386
  '''The type of the contact method.
384
387
 
385
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
388
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
386
389
  '''
387
390
  result = self._values.get("type")
388
391
  assert result is not None, "Required property 'type' is missing"
@@ -390,14 +393,14 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
390
393
 
391
394
  @builtins.property
392
395
  def user_id(self) -> builtins.str:
393
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
396
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
394
397
  result = self._values.get("user_id")
395
398
  assert result is not None, "Required property 'user_id' is missing"
396
399
  return typing.cast(builtins.str, result)
397
400
 
398
401
  @builtins.property
399
402
  def id(self) -> typing.Optional[builtins.str]:
400
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
403
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
401
404
 
402
405
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
403
406
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_users`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyUsers(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUsers.DataPagerdutyUsers",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users pagerduty_users}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users pagerduty_users}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyUsers(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users pagerduty_users} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users pagerduty_users} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
51
- :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
53
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
54
+ :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
52
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyUsers(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyUsers to import.
91
- :param import_from_id: The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyUsers to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -197,8 +200,8 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
197
200
  :param lifecycle:
198
201
  :param provider:
199
202
  :param provisioners:
200
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
201
- :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
203
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
204
+ :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
202
205
  '''
203
206
  if isinstance(lifecycle, dict):
204
207
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -299,7 +302,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
299
302
 
300
303
  @builtins.property
301
304
  def id(self) -> typing.Optional[builtins.str]:
302
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users#id DataPagerdutyUsers#id}.
305
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#id DataPagerdutyUsers#id}.
303
306
 
304
307
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
305
308
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -309,7 +312,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
309
312
 
310
313
  @builtins.property
311
314
  def team_ids(self) -> typing.Optional[typing.List[builtins.str]]:
312
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
315
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
313
316
  result = self._values.get("team_ids")
314
317
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
315
318
 
@@ -445,6 +448,11 @@ class DataPagerdutyUsersUsersOutputReference(
445
448
  check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
446
449
  jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
447
450
 
451
+ @builtins.property
452
+ @jsii.member(jsii_name="description")
453
+ def description(self) -> builtins.str:
454
+ return typing.cast(builtins.str, jsii.get(self, "description"))
455
+
448
456
  @builtins.property
449
457
  @jsii.member(jsii_name="email")
450
458
  def email(self) -> builtins.str:
@@ -455,11 +463,31 @@ class DataPagerdutyUsersUsersOutputReference(
455
463
  def id(self) -> builtins.str:
456
464
  return typing.cast(builtins.str, jsii.get(self, "id"))
457
465
 
466
+ @builtins.property
467
+ @jsii.member(jsii_name="jobTitle")
468
+ def job_title(self) -> builtins.str:
469
+ return typing.cast(builtins.str, jsii.get(self, "jobTitle"))
470
+
458
471
  @builtins.property
459
472
  @jsii.member(jsii_name="name")
460
473
  def name(self) -> builtins.str:
461
474
  return typing.cast(builtins.str, jsii.get(self, "name"))
462
475
 
476
+ @builtins.property
477
+ @jsii.member(jsii_name="role")
478
+ def role(self) -> builtins.str:
479
+ return typing.cast(builtins.str, jsii.get(self, "role"))
480
+
481
+ @builtins.property
482
+ @jsii.member(jsii_name="timeZone")
483
+ def time_zone(self) -> builtins.str:
484
+ return typing.cast(builtins.str, jsii.get(self, "timeZone"))
485
+
486
+ @builtins.property
487
+ @jsii.member(jsii_name="type")
488
+ def type(self) -> builtins.str:
489
+ return typing.cast(builtins.str, jsii.get(self, "type"))
490
+
463
491
  @builtins.property
464
492
  @jsii.member(jsii_name="internalValue")
465
493
  def internal_value(self) -> typing.Optional[DataPagerdutyUsersUsers]:
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_vendor`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyVendor(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyVendor.DataPagerdutyVendor",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor pagerduty_vendor}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor pagerduty_vendor}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyVendor(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor pagerduty_vendor} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor pagerduty_vendor} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyVendor(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyVendor to import.
91
- :param import_from_id: The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyVendor to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -193,8 +196,8 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
193
196
  :param lifecycle:
194
197
  :param provider:
195
198
  :param provisioners:
196
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
199
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
200
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
198
201
  '''
199
202
  if isinstance(lifecycle, dict):
200
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,14 +298,14 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
295
298
 
296
299
  @builtins.property
297
300
  def name(self) -> builtins.str:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
299
302
  result = self._values.get("name")
300
303
  assert result is not None, "Required property 'name' is missing"
301
304
  return typing.cast(builtins.str, result)
302
305
 
303
306
  @builtins.property
304
307
  def id(self) -> typing.Optional[builtins.str]:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
306
309
 
307
310
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
308
311
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.