cdktf-cdktf-provider-pagerduty 13.7.1__py3-none-any.whl → 13.7.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.3.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +191 -191
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  50. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  51. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  52. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  53. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  54. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  55. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  56. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  57. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  58. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  59. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  60. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  61. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  62. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  63. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  64. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  65. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  66. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  67. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  68. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  69. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  70. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  71. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  72. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  73. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  74. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  75. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  76. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/METADATA +4 -4
  77. cdktf_cdktf_provider_pagerduty-13.7.3.dist-info/RECORD +81 -0
  78. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.1.jsii.tgz +0 -0
  79. cdktf_cdktf_provider_pagerduty-13.7.1.dist-info/RECORD +0 -81
  80. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/LICENSE +0 -0
  81. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/WHEEL +0 -0
  82. {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
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.11.1/docs/data-sources/team).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataPagerdutyTeam(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTeam.DataPagerdutyTeam",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/team pagerduty_team}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team pagerduty_team}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -48,14 +48,14 @@ class DataPagerdutyTeam(
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.11.1/docs/data-sources/team pagerduty_team} Data Source.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team pagerduty_team} Data Source.
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 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.11.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.11.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.11.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.11.1/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.11.3/docs/data-sources/team#name DataPagerdutyTeam#name}
56
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/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.11.3/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.11.3/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
59
59
  :param connection:
60
60
  :param count:
61
61
  :param depends_on:
@@ -97,7 +97,7 @@ class DataPagerdutyTeam(
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 DataPagerdutyTeam to import.
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.11.1/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.11.3/docs/data-sources/team#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 DataPagerdutyTeam to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -248,10 +248,10 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
248
248
  :param lifecycle:
249
249
  :param provider:
250
250
  :param provisioners:
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.11.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.11.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.11.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.11.1/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.11.3/docs/data-sources/team#name DataPagerdutyTeam#name}
252
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/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.11.3/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.11.3/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
255
255
  '''
256
256
  if isinstance(lifecycle, dict):
257
257
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -360,7 +360,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
360
360
  def name(self) -> builtins.str:
361
361
  '''The name of the team to find in the PagerDuty API.
362
362
 
363
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/team#name DataPagerdutyTeam#name}
363
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team#name DataPagerdutyTeam#name}
364
364
  '''
365
365
  result = self._values.get("name")
366
366
  assert result is not None, "Required property 'name' is missing"
@@ -368,13 +368,13 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
368
368
 
369
369
  @builtins.property
370
370
  def default_role(self) -> typing.Optional[builtins.str]:
371
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.'''
371
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.'''
372
372
  result = self._values.get("default_role")
373
373
  return typing.cast(typing.Optional[builtins.str], result)
374
374
 
375
375
  @builtins.property
376
376
  def id(self) -> typing.Optional[builtins.str]:
377
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/team#id DataPagerdutyTeam#id}.
377
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team#id DataPagerdutyTeam#id}.
378
378
 
379
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.
380
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.
@@ -384,7 +384,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
384
384
 
385
385
  @builtins.property
386
386
  def parent(self) -> typing.Optional[builtins.str]:
387
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
387
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
388
388
  result = self._values.get("parent")
389
389
  return typing.cast(typing.Optional[builtins.str], result)
390
390
 
@@ -1,7 +1,7 @@
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.11.1/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.11.3/docs/data-sources/team_members).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataPagerdutyTeamMembers(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTeamMembers.DataPagerdutyTeamMembers",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/team_members pagerduty_team_members}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team_members pagerduty_team_members}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -46,12 +46,12 @@ class DataPagerdutyTeamMembers(
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.11.1/docs/data-sources/team_members pagerduty_team_members} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team_members pagerduty_team_members} Data Source.
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 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.11.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.11.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.
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.11.3/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.11.3/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.
55
55
  :param connection:
56
56
  :param count:
57
57
  :param depends_on:
@@ -91,7 +91,7 @@ class DataPagerdutyTeamMembers(
91
91
 
92
92
  :param scope: The scope in which to define this construct.
93
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyTeamMembers to import.
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.11.1/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.11.3/docs/data-sources/team_members#import import section} in the documentation of this resource for the id to use
95
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyTeamMembers to import is found.
96
96
  '''
97
97
  if __debug__:
@@ -196,8 +196,8 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
196
196
  :param lifecycle:
197
197
  :param provider:
198
198
  :param provisioners:
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.11.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.11.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.
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.11.3/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.11.3/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.
201
201
  '''
202
202
  if isinstance(lifecycle, dict):
203
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -300,7 +300,7 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
300
300
  def team_id(self) -> builtins.str:
301
301
  '''The ID of the team to find via the PagerDuty API.
302
302
 
303
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
303
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team_members#team_id DataPagerdutyTeamMembers#team_id}
304
304
  '''
305
305
  result = self._values.get("team_id")
306
306
  assert result is not None, "Required property 'team_id' is missing"
@@ -308,7 +308,7 @@ class DataPagerdutyTeamMembersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
308
308
 
309
309
  @builtins.property
310
310
  def id(self) -> typing.Optional[builtins.str]:
311
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}.
311
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/team_members#id DataPagerdutyTeamMembers#id}.
312
312
 
313
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.
314
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,7 +1,7 @@
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.11.1/docs/data-sources/user).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataPagerdutyUser(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUser.DataPagerdutyUser",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user pagerduty_user}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user pagerduty_user}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -46,12 +46,12 @@ class DataPagerdutyUser(
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.11.1/docs/data-sources/user pagerduty_user} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user pagerduty_user} Data Source.
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 email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user#email DataPagerdutyUser#email}.
54
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
53
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user#email DataPagerdutyUser#email}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/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.
55
55
  :param connection:
56
56
  :param count:
57
57
  :param depends_on:
@@ -91,7 +91,7 @@ class DataPagerdutyUser(
91
91
 
92
92
  :param scope: The scope in which to define this construct.
93
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyUser to import.
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.11.1/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.11.3/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
95
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyUser to import is found.
96
96
  '''
97
97
  if __debug__:
@@ -216,8 +216,8 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
216
216
  :param lifecycle:
217
217
  :param provider:
218
218
  :param provisioners:
219
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user#email DataPagerdutyUser#email}.
220
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
219
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user#email DataPagerdutyUser#email}.
220
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/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.
221
221
  '''
222
222
  if isinstance(lifecycle, dict):
223
223
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -318,14 +318,14 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
318
318
 
319
319
  @builtins.property
320
320
  def email(self) -> builtins.str:
321
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user#email DataPagerdutyUser#email}.'''
321
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user#email DataPagerdutyUser#email}.'''
322
322
  result = self._values.get("email")
323
323
  assert result is not None, "Required property 'email' is missing"
324
324
  return typing.cast(builtins.str, result)
325
325
 
326
326
  @builtins.property
327
327
  def id(self) -> typing.Optional[builtins.str]:
328
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user#id DataPagerdutyUser#id}.
328
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user#id DataPagerdutyUser#id}.
329
329
 
330
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.
331
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,7 +1,7 @@
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.11.1/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.11.3/docs/data-sources/user_contact_method).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataPagerdutyUserContactMethod(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUserContactMethod.DataPagerdutyUserContactMethod",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -48,14 +48,14 @@ class DataPagerdutyUserContactMethod(
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.11.1/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.11.3/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
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 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.11.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.11.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.11.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.11.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.
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.11.3/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.11.3/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.11.3/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.11.3/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.
59
59
  :param connection:
60
60
  :param count:
61
61
  :param depends_on:
@@ -97,7 +97,7 @@ class DataPagerdutyUserContactMethod(
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 DataPagerdutyUserContactMethod to import.
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.11.1/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.11.3/docs/data-sources/user_contact_method#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 DataPagerdutyUserContactMethod to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -265,10 +265,10 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
265
265
  :param lifecycle:
266
266
  :param provider:
267
267
  :param provisioners:
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.11.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.11.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.11.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.11.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.
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.11.3/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.11.3/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.11.3/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.11.3/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.
272
272
  '''
273
273
  if isinstance(lifecycle, dict):
274
274
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -375,7 +375,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
375
375
  def label(self) -> builtins.str:
376
376
  '''The name of the contact method to find in the PagerDuty API.
377
377
 
378
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
378
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
379
379
  '''
380
380
  result = self._values.get("label")
381
381
  assert result is not None, "Required property 'label' is missing"
@@ -385,7 +385,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
385
385
  def type(self) -> builtins.str:
386
386
  '''The type of the contact method.
387
387
 
388
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
388
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
389
389
  '''
390
390
  result = self._values.get("type")
391
391
  assert result is not None, "Required property 'type' is missing"
@@ -393,14 +393,14 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
393
393
 
394
394
  @builtins.property
395
395
  def user_id(self) -> builtins.str:
396
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/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.11.3/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
397
397
  result = self._values.get("user_id")
398
398
  assert result is not None, "Required property 'user_id' is missing"
399
399
  return typing.cast(builtins.str, result)
400
400
 
401
401
  @builtins.property
402
402
  def id(self) -> typing.Optional[builtins.str]:
403
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
403
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
404
404
 
405
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.
406
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,7 +1,7 @@
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.11.1/docs/data-sources/users).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/users).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataPagerdutyUsers(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUsers.DataPagerdutyUsers",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/users pagerduty_users}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/users pagerduty_users}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -46,12 +46,12 @@ class DataPagerdutyUsers(
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.11.1/docs/data-sources/users pagerduty_users} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/users pagerduty_users} Data Source.
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 id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.11.1/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.11.3/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.11.3/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
55
55
  :param connection:
56
56
  :param count:
57
57
  :param depends_on:
@@ -91,7 +91,7 @@ class DataPagerdutyUsers(
91
91
 
92
92
  :param scope: The scope in which to define this construct.
93
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyUsers to import.
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.11.1/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.11.3/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
95
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyUsers to import is found.
96
96
  '''
97
97
  if __debug__:
@@ -200,8 +200,8 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
200
200
  :param lifecycle:
201
201
  :param provider:
202
202
  :param provisioners:
203
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.11.1/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.11.3/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.11.3/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
205
205
  '''
206
206
  if isinstance(lifecycle, dict):
207
207
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -302,7 +302,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
302
302
 
303
303
  @builtins.property
304
304
  def id(self) -> typing.Optional[builtins.str]:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/users#id DataPagerdutyUsers#id}.
305
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/users#id DataPagerdutyUsers#id}.
306
306
 
307
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.
308
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.
@@ -312,7 +312,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
312
312
 
313
313
  @builtins.property
314
314
  def team_ids(self) -> typing.Optional[typing.List[builtins.str]]:
315
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
315
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
316
316
  result = self._values.get("team_ids")
317
317
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
318
318
 
@@ -1,7 +1,7 @@
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.11.1/docs/data-sources/vendor).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/vendor).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataPagerdutyVendor(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyVendor.DataPagerdutyVendor",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/vendor pagerduty_vendor}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/vendor pagerduty_vendor}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -46,12 +46,12 @@ class DataPagerdutyVendor(
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.11.1/docs/data-sources/vendor pagerduty_vendor} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/vendor pagerduty_vendor} Data Source.
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 name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
54
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/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.
55
55
  :param connection:
56
56
  :param count:
57
57
  :param depends_on:
@@ -91,7 +91,7 @@ class DataPagerdutyVendor(
91
91
 
92
92
  :param scope: The scope in which to define this construct.
93
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyVendor to import.
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.11.1/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.11.3/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use
95
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyVendor to import is found.
96
96
  '''
97
97
  if __debug__:
@@ -196,8 +196,8 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
196
196
  :param lifecycle:
197
197
  :param provider:
198
198
  :param provisioners:
199
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
200
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.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.
199
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
200
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/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.
201
201
  '''
202
202
  if isinstance(lifecycle, dict):
203
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -298,14 +298,14 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
298
298
 
299
299
  @builtins.property
300
300
  def name(self) -> builtins.str:
301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
302
302
  result = self._values.get("name")
303
303
  assert result is not None, "Required property 'name' is missing"
304
304
  return typing.cast(builtins.str, result)
305
305
 
306
306
  @builtins.property
307
307
  def id(self) -> typing.Optional[builtins.str]:
308
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.1/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
309
309
 
310
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.
311
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.