cdktf-cdktf-provider-pagerduty 9.0.2__py3-none-any.whl → 9.0.3__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.3.jsii.tgz +0 -0
  3. cdktf_cdktf_provider_pagerduty/addon/__init__.py +12 -12
  4. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +51 -51
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +12 -12
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +12 -12
  7. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +24 -24
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +12 -12
  9. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +21 -21
  10. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +15 -15
  11. cdktf_cdktf_provider_pagerduty/custom_field/__init__.py +24 -24
  12. cdktf_cdktf_provider_pagerduty/custom_field_option/__init__.py +15 -15
  13. cdktf_cdktf_provider_pagerduty/custom_field_schema/__init__.py +12 -12
  14. cdktf_cdktf_provider_pagerduty/custom_field_schema_assignment/__init__.py +12 -12
  15. cdktf_cdktf_provider_pagerduty/custom_field_schema_field_configuration/__init__.py +24 -24
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +27 -27
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +15 -15
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +9 -9
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field/__init__.py +9 -9
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field_schema/__init__.py +9 -9
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +9 -9
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +12 -12
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +12 -12
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +9 -9
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +9 -9
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +9 -9
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +9 -9
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +36 -36
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +31 -31
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +9 -9
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +9 -9
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +9 -9
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +9 -9
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +12 -12
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +9 -9
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +12 -12
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +9 -9
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +15 -15
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +9 -9
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +9 -9
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +29 -29
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +18 -18
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +176 -176
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +9 -9
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +40 -40
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +185 -185
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +91 -91
  48. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +15 -15
  49. cdktf_cdktf_provider_pagerduty/extension/__init__.py +24 -24
  50. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +42 -42
  51. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +24 -24
  52. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +15 -15
  53. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +28 -28
  54. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +21 -21
  55. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +18 -18
  56. cdktf_cdktf_provider_pagerduty/provider/__init__.py +21 -21
  57. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +54 -54
  58. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +15 -15
  59. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +124 -124
  60. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +46 -46
  61. cdktf_cdktf_provider_pagerduty/service/__init__.py +118 -118
  62. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +26 -26
  63. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +116 -116
  64. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +89 -89
  65. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +30 -30
  66. cdktf_cdktf_provider_pagerduty/tag/__init__.py +9 -9
  67. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +15 -15
  68. cdktf_cdktf_provider_pagerduty/team/__init__.py +15 -15
  69. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +15 -15
  70. cdktf_cdktf_provider_pagerduty/user/__init__.py +33 -33
  71. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +24 -24
  72. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +18 -18
  73. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +40 -40
  74. {cdktf_cdktf_provider_pagerduty-9.0.2.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/METADATA +1 -1
  75. cdktf_cdktf_provider_pagerduty-9.0.3.dist-info/RECORD +80 -0
  76. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.2.jsii.tgz +0 -0
  77. cdktf_cdktf_provider_pagerduty-9.0.2.dist-info/RECORD +0 -80
  78. {cdktf_cdktf_provider_pagerduty-9.0.2.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/LICENSE +0 -0
  79. {cdktf_cdktf_provider_pagerduty-9.0.2.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/WHEEL +0 -0
  80. {cdktf_cdktf_provider_pagerduty-9.0.2.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_pagerduty_priority`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/priority).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_priority`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyPriority(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyPriority.DataPagerdutyPriority",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/priority pagerduty_priority}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority pagerduty_priority}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyPriority(
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/2.15.3/docs/data-sources/priority pagerduty_priority} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority pagerduty_priority} 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: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/priority#name DataPagerdutyPriority#name}
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/priority#id DataPagerdutyPriority#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: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority#id DataPagerdutyPriority#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:
@@ -165,8 +165,8 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
165
165
  :param lifecycle:
166
166
  :param provider:
167
167
  :param provisioners:
168
- :param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/priority#name DataPagerdutyPriority#name}
169
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/priority#id DataPagerdutyPriority#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.
168
+ :param name: The name of the priority to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
169
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority#id DataPagerdutyPriority#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.
170
170
  '''
171
171
  if isinstance(lifecycle, dict):
172
172
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -269,7 +269,7 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
269
269
  def name(self) -> builtins.str:
270
270
  '''The name of the priority to find in the PagerDuty API.
271
271
 
272
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/priority#name DataPagerdutyPriority#name}
272
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority#name DataPagerdutyPriority#name}
273
273
  '''
274
274
  result = self._values.get("name")
275
275
  assert result is not None, "Required property 'name' is missing"
@@ -277,7 +277,7 @@ class DataPagerdutyPriorityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
277
277
 
278
278
  @builtins.property
279
279
  def id(self) -> typing.Optional[builtins.str]:
280
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/priority#id DataPagerdutyPriority#id}.
280
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/priority#id DataPagerdutyPriority#id}.
281
281
 
282
282
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
283
283
  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_ruleset`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/ruleset).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/ruleset).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyRuleset(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyRuleset.DataPagerdutyRuleset",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/ruleset pagerduty_ruleset}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/ruleset pagerduty_ruleset}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyRuleset(
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/2.15.3/docs/data-sources/ruleset pagerduty_ruleset} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/ruleset pagerduty_ruleset} 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/2.15.3/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/ruleset#id DataPagerdutyRuleset#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/2.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#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:
@@ -165,8 +165,8 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
165
165
  :param lifecycle:
166
166
  :param provider:
167
167
  :param provisioners:
168
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
169
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/ruleset#id DataPagerdutyRuleset#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.
168
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
169
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#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.
170
170
  '''
171
171
  if isinstance(lifecycle, dict):
172
172
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -267,14 +267,14 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
267
267
 
268
268
  @builtins.property
269
269
  def name(self) -> builtins.str:
270
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.'''
270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.'''
271
271
  result = self._values.get("name")
272
272
  assert result is not None, "Required property 'name' is missing"
273
273
  return typing.cast(builtins.str, result)
274
274
 
275
275
  @builtins.property
276
276
  def id(self) -> typing.Optional[builtins.str]:
277
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}.
277
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}.
278
278
 
279
279
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
280
280
  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_schedule`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/schedule).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/schedule).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutySchedule(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutySchedule.DataPagerdutySchedule",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/schedule pagerduty_schedule}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/schedule pagerduty_schedule}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutySchedule(
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/2.15.3/docs/data-sources/schedule pagerduty_schedule} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/schedule pagerduty_schedule} 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/2.15.3/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/schedule#id DataPagerdutySchedule#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/2.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#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:
@@ -160,8 +160,8 @@ class DataPagerdutyScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
160
160
  :param lifecycle:
161
161
  :param provider:
162
162
  :param provisioners:
163
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
164
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/schedule#id DataPagerdutySchedule#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.
163
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
164
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#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.
165
165
  '''
166
166
  if isinstance(lifecycle, dict):
167
167
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -262,14 +262,14 @@ class DataPagerdutyScheduleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
262
262
 
263
263
  @builtins.property
264
264
  def name(self) -> builtins.str:
265
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/schedule#name DataPagerdutySchedule#name}.'''
265
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}.'''
266
266
  result = self._values.get("name")
267
267
  assert result is not None, "Required property 'name' is missing"
268
268
  return typing.cast(builtins.str, result)
269
269
 
270
270
  @builtins.property
271
271
  def id(self) -> typing.Optional[builtins.str]:
272
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/schedule#id DataPagerdutySchedule#id}.
272
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}.
273
273
 
274
274
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
275
275
  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_service`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyService(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyService.DataPagerdutyService",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service pagerduty_service}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service pagerduty_service}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyService(
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/2.15.3/docs/data-sources/service pagerduty_service} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service pagerduty_service} 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/2.15.3/docs/data-sources/service#name DataPagerdutyService#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service#id DataPagerdutyService#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/2.16.0/docs/data-sources/service#name DataPagerdutyService#name}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service#id DataPagerdutyService#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:
@@ -195,8 +195,8 @@ class DataPagerdutyServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
195
195
  :param lifecycle:
196
196
  :param provider:
197
197
  :param provisioners:
198
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service#name DataPagerdutyService#name}.
199
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service#id DataPagerdutyService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
198
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service#name DataPagerdutyService#name}.
199
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service#id DataPagerdutyService#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.
200
200
  '''
201
201
  if isinstance(lifecycle, dict):
202
202
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -297,14 +297,14 @@ class DataPagerdutyServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
297
297
 
298
298
  @builtins.property
299
299
  def name(self) -> builtins.str:
300
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service#name DataPagerdutyService#name}.'''
300
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service#name DataPagerdutyService#name}.'''
301
301
  result = self._values.get("name")
302
302
  assert result is not None, "Required property 'name' is missing"
303
303
  return typing.cast(builtins.str, result)
304
304
 
305
305
  @builtins.property
306
306
  def id(self) -> typing.Optional[builtins.str]:
307
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service#id DataPagerdutyService#id}.
307
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service#id DataPagerdutyService#id}.
308
308
 
309
309
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
310
310
  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_service_integration`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyServiceIntegration(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyServiceIntegration.DataPagerdutyServiceIntegration",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration pagerduty_service_integration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration pagerduty_service_integration}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -44,13 +44,13 @@ class DataPagerdutyServiceIntegration(
44
44
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
45
  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,
46
46
  ) -> None:
47
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration pagerduty_service_integration} Data Source.
47
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration pagerduty_service_integration} Data Source.
48
48
 
49
49
  :param scope: The scope in which to define this construct.
50
50
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
51
- :param integration_summary: examples 'Amazon CloudWatch', 'New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
52
- :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
53
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#id DataPagerdutyServiceIntegration#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 integration_summary: examples 'Amazon CloudWatch', 'New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
52
+ :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
53
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#id DataPagerdutyServiceIntegration#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
54
  :param connection:
55
55
  :param count:
56
56
  :param depends_on:
@@ -187,9 +187,9 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
187
187
  :param lifecycle:
188
188
  :param provider:
189
189
  :param provisioners:
190
- :param integration_summary: examples 'Amazon CloudWatch', 'New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
191
- :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
192
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#id DataPagerdutyServiceIntegration#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.
190
+ :param integration_summary: examples 'Amazon CloudWatch', 'New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
191
+ :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
192
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#id DataPagerdutyServiceIntegration#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.
193
193
  '''
194
194
  if isinstance(lifecycle, dict):
195
195
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -294,7 +294,7 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
294
294
  def integration_summary(self) -> builtins.str:
295
295
  '''examples 'Amazon CloudWatch', 'New Relic.
296
296
 
297
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
297
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
298
298
  '''
299
299
  result = self._values.get("integration_summary")
300
300
  assert result is not None, "Required property 'integration_summary' is missing"
@@ -302,14 +302,14 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
302
302
 
303
303
  @builtins.property
304
304
  def service_name(self) -> builtins.str:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.'''
305
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.'''
306
306
  result = self._values.get("service_name")
307
307
  assert result is not None, "Required property 'service_name' is missing"
308
308
  return typing.cast(builtins.str, result)
309
309
 
310
310
  @builtins.property
311
311
  def id(self) -> typing.Optional[builtins.str]:
312
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/service_integration#id DataPagerdutyServiceIntegration#id}.
312
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/service_integration#id DataPagerdutyServiceIntegration#id}.
313
313
 
314
314
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
315
315
  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_tag`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/tag).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.3/docs/data-sources/tag pagerduty_tag}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.3/docs/data-sources/tag pagerduty_tag} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.3/docs/data-sources/tag#label DataPagerdutyTag#label}
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/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/2.16.0/docs/data-sources/tag#label DataPagerdutyTag#label}
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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:
@@ -160,8 +160,8 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
160
160
  :param lifecycle:
161
161
  :param provider:
162
162
  :param provisioners:
163
- :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/2.15.3/docs/data-sources/tag#label DataPagerdutyTag#label}
164
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/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.
163
+ :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/2.16.0/docs/data-sources/tag#label DataPagerdutyTag#label}
164
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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.
165
165
  '''
166
166
  if isinstance(lifecycle, dict):
167
167
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -264,7 +264,7 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
264
264
  def label(self) -> builtins.str:
265
265
  '''The label of the tag to find in the PagerDuty API.
266
266
 
267
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/tag#label DataPagerdutyTag#label}
267
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/tag#label DataPagerdutyTag#label}
268
268
  '''
269
269
  result = self._values.get("label")
270
270
  assert result is not None, "Required property 'label' is missing"
@@ -272,7 +272,7 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
272
272
 
273
273
  @builtins.property
274
274
  def id(self) -> typing.Optional[builtins.str]:
275
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/tag#id DataPagerdutyTag#id}.
275
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/tag#id DataPagerdutyTag#id}.
276
276
 
277
277
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
278
278
  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/2.15.3/docs/data-sources/team).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.3/docs/data-sources/team pagerduty_team}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team pagerduty_team}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -44,13 +44,13 @@ class DataPagerdutyTeam(
44
44
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
45
  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,
46
46
  ) -> None:
47
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/team pagerduty_team} Data Source.
47
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team pagerduty_team} Data Source.
48
48
 
49
49
  :param scope: The scope in which to define this construct.
50
50
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
51
- :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/2.15.3/docs/data-sources/team#name DataPagerdutyTeam#name}
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.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.
53
- :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
51
+ :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/2.16.0/docs/data-sources/team#name DataPagerdutyTeam#name}
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
54
54
  :param connection:
55
55
  :param count:
56
56
  :param depends_on:
@@ -191,9 +191,9 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
191
191
  :param lifecycle:
192
192
  :param provider:
193
193
  :param provisioners:
194
- :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/2.15.3/docs/data-sources/team#name DataPagerdutyTeam#name}
195
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.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.
196
- :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
194
+ :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/2.16.0/docs/data-sources/team#name DataPagerdutyTeam#name}
195
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
196
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.
197
197
  '''
198
198
  if isinstance(lifecycle, dict):
199
199
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -299,7 +299,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
299
299
  def name(self) -> builtins.str:
300
300
  '''The name of the team to find in the PagerDuty API.
301
301
 
302
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/team#name DataPagerdutyTeam#name}
302
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team#name DataPagerdutyTeam#name}
303
303
  '''
304
304
  result = self._values.get("name")
305
305
  assert result is not None, "Required property 'name' is missing"
@@ -307,7 +307,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
307
307
 
308
308
  @builtins.property
309
309
  def id(self) -> typing.Optional[builtins.str]:
310
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/team#id DataPagerdutyTeam#id}.
310
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team#id DataPagerdutyTeam#id}.
311
311
 
312
312
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
313
313
  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.
@@ -317,7 +317,7 @@ class DataPagerdutyTeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
317
317
 
318
318
  @builtins.property
319
319
  def parent(self) -> typing.Optional[builtins.str]:
320
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
320
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/team#parent DataPagerdutyTeam#parent}.'''
321
321
  result = self._values.get("parent")
322
322
  return typing.cast(typing.Optional[builtins.str], result)
323
323
 
@@ -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/2.15.3/docs/data-sources/user).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.3/docs/data-sources/user pagerduty_user}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.3/docs/data-sources/user pagerduty_user} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.3/docs/data-sources/user#email DataPagerdutyUser#email}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.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.
50
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user#email DataPagerdutyUser#email}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -165,8 +165,8 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
165
165
  :param lifecycle:
166
166
  :param provider:
167
167
  :param provisioners:
168
- :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/user#email DataPagerdutyUser#email}.
169
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.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.
168
+ :param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user#email DataPagerdutyUser#email}.
169
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user#id DataPagerdutyUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
170
170
  '''
171
171
  if isinstance(lifecycle, dict):
172
172
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -267,14 +267,14 @@ class DataPagerdutyUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
267
267
 
268
268
  @builtins.property
269
269
  def email(self) -> builtins.str:
270
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/user#email DataPagerdutyUser#email}.'''
270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user#email DataPagerdutyUser#email}.'''
271
271
  result = self._values.get("email")
272
272
  assert result is not None, "Required property 'email' is missing"
273
273
  return typing.cast(builtins.str, result)
274
274
 
275
275
  @builtins.property
276
276
  def id(self) -> typing.Optional[builtins.str]:
277
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.3/docs/data-sources/user#id DataPagerdutyUser#id}.
277
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user#id DataPagerdutyUser#id}.
278
278
 
279
279
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
280
280
  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.