cdktf-cdktf-provider-pagerduty 12.0.4__py3-none-any.whl → 12.0.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +30 -30
  36. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  37. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  42. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  43. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  44. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  45. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +1073 -53
  48. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  49. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  50. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  51. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  52. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  53. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  54. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  55. cdktf_cdktf_provider_pagerduty/service/__init__.py +170 -121
  56. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  57. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  58. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  59. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  60. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  61. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  62. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  63. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  64. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  65. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  66. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  68. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +6 -7
  69. cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
  70. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.4.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/RECORD +0 -73
  73. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_pagerduty_tag`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyTag(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTag.DataPagerdutyTag",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag pagerduty_tag}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag pagerduty_tag}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyTag(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag pagerduty_tag} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag pagerduty_tag} Data Source.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag#label DataPagerdutyTag#label}
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag#id DataPagerdutyTag#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.
50
+ :param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag#label DataPagerdutyTag#label}
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag#id DataPagerdutyTag#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
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class DataPagerdutyTag(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyTag to import.
91
- :param import_from_id: The id of the existing DataPagerdutyTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataPagerdutyTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataPagerdutyTag to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -184,8 +184,8 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
184
184
  :param lifecycle:
185
185
  :param provider:
186
186
  :param provisioners:
187
- :param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag#label DataPagerdutyTag#label}
188
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag#id DataPagerdutyTag#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.
187
+ :param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag#label DataPagerdutyTag#label}
188
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag#id DataPagerdutyTag#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.
189
189
  '''
190
190
  if isinstance(lifecycle, dict):
191
191
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -288,7 +288,7 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
288
288
  def label(self) -> builtins.str:
289
289
  '''The label of the tag to find in the PagerDuty API.
290
290
 
291
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag#label DataPagerdutyTag#label}
291
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag#label DataPagerdutyTag#label}
292
292
  '''
293
293
  result = self._values.get("label")
294
294
  assert result is not None, "Required property 'label' is missing"
@@ -296,7 +296,7 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
296
296
 
297
297
  @builtins.property
298
298
  def id(self) -> typing.Optional[builtins.str]:
299
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/tag#id DataPagerdutyTag#id}.
299
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/tag#id DataPagerdutyTag#id}.
300
300
 
301
301
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
302
302
  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_team`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyTeam(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTeam.DataPagerdutyTeam",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team pagerduty_team}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team pagerduty_team}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class DataPagerdutyTeam(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team pagerduty_team} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team pagerduty_team} Data Source.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param 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.1.2/docs/data-sources/team#name DataPagerdutyTeam#name}
53
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.1.2/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.1.2/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
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.2.1/docs/data-sources/team#name DataPagerdutyTeam#name}
53
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.2.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.
55
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -94,7 +94,7 @@ class DataPagerdutyTeam(
94
94
 
95
95
  :param scope: The scope in which to define this construct.
96
96
  :param import_to_id: The construct id used in the generated config for the 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.1.2/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
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.2.1/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
98
98
  :param provider: ? Optional instance of the provider where the DataPagerdutyTeam to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -241,10 +241,10 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
241
241
  :param lifecycle:
242
242
  :param provider:
243
243
  :param provisioners:
244
- :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.1.2/docs/data-sources/team#name DataPagerdutyTeam#name}
245
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.
246
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.
247
- :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
244
+ :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.2.1/docs/data-sources/team#name DataPagerdutyTeam#name}
245
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.
246
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.
247
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
248
248
  '''
249
249
  if isinstance(lifecycle, dict):
250
250
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -353,7 +353,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
353
353
  def name(self) -> builtins.str:
354
354
  '''The name of the team to find in the PagerDuty API.
355
355
 
356
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team#name DataPagerdutyTeam#name}
356
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team#name DataPagerdutyTeam#name}
357
357
  '''
358
358
  result = self._values.get("name")
359
359
  assert result is not None, "Required property 'name' is missing"
@@ -361,13 +361,13 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
361
361
 
362
362
  @builtins.property
363
363
  def default_role(self) -> typing.Optional[builtins.str]:
364
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.'''
364
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team#default_role DataPagerdutyTeam#default_role}.'''
365
365
  result = self._values.get("default_role")
366
366
  return typing.cast(typing.Optional[builtins.str], result)
367
367
 
368
368
  @builtins.property
369
369
  def id(self) -> typing.Optional[builtins.str]:
370
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team#id DataPagerdutyTeam#id}.
370
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team#id DataPagerdutyTeam#id}.
371
371
 
372
372
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
373
373
  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.
@@ -377,7 +377,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
377
377
 
378
378
  @builtins.property
379
379
  def parent(self) -> typing.Optional[builtins.str]:
380
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
380
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
381
381
  result = self._values.get("parent")
382
382
  return typing.cast(typing.Optional[builtins.str], result)
383
383
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_pagerduty_user`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyUser(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUser.DataPagerdutyUser",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user pagerduty_user}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user pagerduty_user}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyUser(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user pagerduty_user} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user pagerduty_user} Data Source.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :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.1.2/docs/data-sources/user#email DataPagerdutyUser#email}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.
50
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user#email DataPagerdutyUser#email}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class DataPagerdutyUser(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :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.1.2/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
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.2.1/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataPagerdutyUser to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -189,8 +189,8 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
189
189
  :param lifecycle:
190
190
  :param provider:
191
191
  :param provisioners:
192
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user#email DataPagerdutyUser#email}.
193
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.
192
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user#email DataPagerdutyUser#email}.
193
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.
194
194
  '''
195
195
  if isinstance(lifecycle, dict):
196
196
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -291,14 +291,14 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
291
291
 
292
292
  @builtins.property
293
293
  def email(self) -> builtins.str:
294
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user#email DataPagerdutyUser#email}.'''
294
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user#email DataPagerdutyUser#email}.'''
295
295
  result = self._values.get("email")
296
296
  assert result is not None, "Required property 'email' is missing"
297
297
  return typing.cast(builtins.str, result)
298
298
 
299
299
  @builtins.property
300
300
  def id(self) -> typing.Optional[builtins.str]:
301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user#id DataPagerdutyUser#id}.
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user#id DataPagerdutyUser#id}.
302
302
 
303
303
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
304
304
  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 Registory for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyUserContactMethod(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUserContactMethod.DataPagerdutyUserContactMethod",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class DataPagerdutyUserContactMethod(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param 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.1.2/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.1.2/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.1.2/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.1.2/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.
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.2.1/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.2.1/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.2.1/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.2.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
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -94,7 +94,7 @@ class DataPagerdutyUserContactMethod(
94
94
 
95
95
  :param scope: The scope in which to define this construct.
96
96
  :param import_to_id: The construct id used in the generated config for the 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.1.2/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use
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.2.1/docs/data-sources/user_contact_method#import import section} in the documentation of this resource for the id to use
98
98
  :param provider: ? Optional instance of the provider where the DataPagerdutyUserContactMethod to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -258,10 +258,10 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
258
258
  :param lifecycle:
259
259
  :param provider:
260
260
  :param provisioners:
261
- :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.1.2/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
262
- :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
263
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
264
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.
261
+ :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.2.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
262
+ :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
263
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
264
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.
265
265
  '''
266
266
  if isinstance(lifecycle, dict):
267
267
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -368,7 +368,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
368
368
  def label(self) -> builtins.str:
369
369
  '''The name of the contact method to find in the PagerDuty API.
370
370
 
371
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
371
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
372
372
  '''
373
373
  result = self._values.get("label")
374
374
  assert result is not None, "Required property 'label' is missing"
@@ -378,7 +378,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
378
378
  def type(self) -> builtins.str:
379
379
  '''The type of the contact method.
380
380
 
381
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
381
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
382
382
  '''
383
383
  result = self._values.get("type")
384
384
  assert result is not None, "Required property 'type' is missing"
@@ -386,14 +386,14 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
386
386
 
387
387
  @builtins.property
388
388
  def user_id(self) -> builtins.str:
389
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
389
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
390
390
  result = self._values.get("user_id")
391
391
  assert result is not None, "Required property 'user_id' is missing"
392
392
  return typing.cast(builtins.str, result)
393
393
 
394
394
  @builtins.property
395
395
  def id(self) -> typing.Optional[builtins.str]:
396
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
396
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
397
397
 
398
398
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
399
399
  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 Registory for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/users).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/users).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyUsers(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUsers.DataPagerdutyUsers",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/users pagerduty_users}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/users pagerduty_users}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyUsers(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/users pagerduty_users} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/users pagerduty_users} Data Source.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :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.1.2/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.1.2/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
50
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.
51
+ :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
52
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class DataPagerdutyUsers(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :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.1.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
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.2.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataPagerdutyUsers to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -193,8 +193,8 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
193
193
  :param lifecycle:
194
194
  :param provider:
195
195
  :param provisioners:
196
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.
197
- :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
196
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.
197
+ :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
198
198
  '''
199
199
  if isinstance(lifecycle, dict):
200
200
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,7 +295,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
295
295
 
296
296
  @builtins.property
297
297
  def id(self) -> typing.Optional[builtins.str]:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/users#id DataPagerdutyUsers#id}.
298
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/users#id DataPagerdutyUsers#id}.
299
299
 
300
300
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
301
301
  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.
@@ -305,7 +305,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
305
305
 
306
306
  @builtins.property
307
307
  def team_ids(self) -> typing.Optional[typing.List[builtins.str]]:
308
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
309
309
  result = self._values.get("team_ids")
310
310
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
311
311
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_pagerduty_vendor`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/vendor).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/vendor).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyVendor(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyVendor.DataPagerdutyVendor",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/vendor pagerduty_vendor}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/vendor pagerduty_vendor}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyVendor(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/vendor pagerduty_vendor} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/vendor pagerduty_vendor} Data Source.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :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.1.2/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.
50
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class DataPagerdutyVendor(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :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.1.2/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use
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.2.1/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataPagerdutyVendor to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -189,8 +189,8 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
189
189
  :param lifecycle:
190
190
  :param provider:
191
191
  :param provisioners:
192
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
193
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/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.
192
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
193
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.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.
194
194
  '''
195
195
  if isinstance(lifecycle, dict):
196
196
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -291,14 +291,14 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
291
291
 
292
292
  @builtins.property
293
293
  def name(self) -> builtins.str:
294
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
294
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
295
295
  result = self._values.get("name")
296
296
  assert result is not None, "Required property 'name' is missing"
297
297
  return typing.cast(builtins.str, result)
298
298
 
299
299
  @builtins.property
300
300
  def id(self) -> typing.Optional[builtins.str]:
301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
302
302
 
303
303
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
304
304
  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.