cdktf-cdktf-provider-pagerduty 9.0.1__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.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/METADATA +6 -6
  75. cdktf_cdktf_provider_pagerduty-9.0.3.dist-info/RECORD +80 -0
  76. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/WHEEL +1 -1
  77. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.1.jsii.tgz +0 -0
  78. cdktf_cdktf_provider_pagerduty-9.0.1.dist-info/RECORD +0 -80
  79. {cdktf_cdktf_provider_pagerduty-9.0.1.dist-info → cdktf_cdktf_provider_pagerduty-9.0.3.dist-info}/LICENSE +0 -0
  80. {cdktf_cdktf_provider_pagerduty-9.0.1.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_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/2.15.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/2.16.0/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/2.15.2/docs/data-sources/user_contact_method pagerduty_user_contact_method}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.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/2.16.0/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/2.15.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/2.15.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/2.15.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/2.15.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/2.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
53
+ :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
54
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -234,10 +234,10 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
234
234
  :param lifecycle:
235
235
  :param provider:
236
236
  :param provisioners:
237
- :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/2.15.2/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
238
- :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
239
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
240
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.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.
237
+ :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/2.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
238
+ :param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
239
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
240
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
241
241
  '''
242
242
  if isinstance(lifecycle, dict):
243
243
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -344,7 +344,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
344
344
  def label(self) -> builtins.str:
345
345
  '''The name of the contact method to find in the PagerDuty API.
346
346
 
347
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
347
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
348
348
  '''
349
349
  result = self._values.get("label")
350
350
  assert result is not None, "Required property 'label' is missing"
@@ -354,7 +354,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
354
354
  def type(self) -> builtins.str:
355
355
  '''The type of the contact method.
356
356
 
357
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
357
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
358
358
  '''
359
359
  result = self._values.get("type")
360
360
  assert result is not None, "Required property 'type' is missing"
@@ -362,14 +362,14 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
362
362
 
363
363
  @builtins.property
364
364
  def user_id(self) -> builtins.str:
365
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
365
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
366
366
  result = self._values.get("user_id")
367
367
  assert result is not None, "Required property 'user_id' is missing"
368
368
  return typing.cast(builtins.str, result)
369
369
 
370
370
  @builtins.property
371
371
  def id(self) -> typing.Optional[builtins.str]:
372
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
372
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
373
373
 
374
374
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
375
375
  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/2.15.2/docs/data-sources/users).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.2/docs/data-sources/users pagerduty_users}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.2/docs/data-sources/users pagerduty_users} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.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/2.15.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/2.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
51
+ :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
52
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -169,8 +169,8 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
169
169
  :param lifecycle:
170
170
  :param provider:
171
171
  :param provisioners:
172
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.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.
173
- :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
172
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
173
+ :param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
174
174
  '''
175
175
  if isinstance(lifecycle, dict):
176
176
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -271,7 +271,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
271
271
 
272
272
  @builtins.property
273
273
  def id(self) -> typing.Optional[builtins.str]:
274
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/users#id DataPagerdutyUsers#id}.
274
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/users#id DataPagerdutyUsers#id}.
275
275
 
276
276
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
277
277
  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.
@@ -281,7 +281,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
281
281
 
282
282
  @builtins.property
283
283
  def team_ids(self) -> typing.Optional[typing.List[builtins.str]]:
284
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
284
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
285
285
  result = self._values.get("team_ids")
286
286
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
287
287
 
@@ -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/2.15.2/docs/data-sources/vendor).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.2/docs/data-sources/vendor pagerduty_vendor}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.2/docs/data-sources/vendor pagerduty_vendor} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/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/2.15.2/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.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/2.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -165,8 +165,8 @@ class DataPagerdutyVendorConfig(_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.2/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
169
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.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.
168
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
169
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
170
170
  '''
171
171
  if isinstance(lifecycle, dict):
172
172
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -267,14 +267,14 @@ class DataPagerdutyVendorConfig(_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.2/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/vendor#name DataPagerdutyVendor#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.2/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
277
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/vendor#id DataPagerdutyVendor#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
  # `pagerduty_escalation_policy`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EscalationPolicy(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.escalationPolicy.EscalationPolicy",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -47,16 +47,16 @@ class EscalationPolicy(
47
47
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
48
  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,
49
49
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
50
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
51
51
 
52
52
  :param scope: The scope in which to define this construct.
53
53
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#name EscalationPolicy#name}.
55
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
58
- :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
59
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
54
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
55
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
58
+ :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
59
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
60
60
  :param connection:
61
61
  :param count:
62
62
  :param depends_on:
@@ -268,12 +268,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
268
268
  :param lifecycle:
269
269
  :param provider:
270
270
  :param provisioners:
271
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#name EscalationPolicy#name}.
272
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
273
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#description EscalationPolicy#description}.
274
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#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.
275
- :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
276
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
271
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
272
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
273
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
274
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#id EscalationPolicy#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.
275
+ :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
276
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
277
277
  '''
278
278
  if isinstance(lifecycle, dict):
279
279
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -385,7 +385,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
385
385
 
386
386
  @builtins.property
387
387
  def name(self) -> builtins.str:
388
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
388
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
389
389
  result = self._values.get("name")
390
390
  assert result is not None, "Required property 'name' is missing"
391
391
  return typing.cast(builtins.str, result)
@@ -396,7 +396,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
396
396
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
397
397
  '''rule block.
398
398
 
399
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
399
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
400
400
  '''
401
401
  result = self._values.get("rule")
402
402
  assert result is not None, "Required property 'rule' is missing"
@@ -404,13 +404,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
404
404
 
405
405
  @builtins.property
406
406
  def description(self) -> typing.Optional[builtins.str]:
407
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
407
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
408
408
  result = self._values.get("description")
409
409
  return typing.cast(typing.Optional[builtins.str], result)
410
410
 
411
411
  @builtins.property
412
412
  def id(self) -> typing.Optional[builtins.str]:
413
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#id}.
413
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
414
414
 
415
415
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
416
416
  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.
@@ -420,13 +420,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
420
420
 
421
421
  @builtins.property
422
422
  def num_loops(self) -> typing.Optional[jsii.Number]:
423
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
423
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
424
424
  result = self._values.get("num_loops")
425
425
  return typing.cast(typing.Optional[jsii.Number], result)
426
426
 
427
427
  @builtins.property
428
428
  def teams(self) -> typing.Optional[typing.List[builtins.str]]:
429
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
429
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
430
430
  result = self._values.get("teams")
431
431
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
432
432
 
@@ -458,8 +458,8 @@ class EscalationPolicyRule:
458
458
  target: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EscalationPolicyRuleTarget", typing.Dict[builtins.str, typing.Any]]]],
459
459
  ) -> None:
460
460
  '''
461
- :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
462
- :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#target EscalationPolicy#target}
461
+ :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
462
+ :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#target EscalationPolicy#target}
463
463
  '''
464
464
  if __debug__:
465
465
  type_hints = typing.get_type_hints(_typecheckingstub__516c047fe18f30a502a2ac9e8f5fb175b3c5458e9a376bc4d3dfc77a569ad584)
@@ -472,7 +472,7 @@ class EscalationPolicyRule:
472
472
 
473
473
  @builtins.property
474
474
  def escalation_delay_in_minutes(self) -> jsii.Number:
475
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
475
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
476
476
  result = self._values.get("escalation_delay_in_minutes")
477
477
  assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
478
478
  return typing.cast(jsii.Number, result)
@@ -483,7 +483,7 @@ class EscalationPolicyRule:
483
483
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
484
484
  '''target block.
485
485
 
486
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#target EscalationPolicy#target}
486
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#target EscalationPolicy#target}
487
487
  '''
488
488
  result = self._values.get("target")
489
489
  assert result is not None, "Required property 'target' is missing"
@@ -695,8 +695,8 @@ class EscalationPolicyRuleTarget:
695
695
  type: typing.Optional[builtins.str] = None,
696
696
  ) -> None:
697
697
  '''
698
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#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.
699
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#type EscalationPolicy#type}.
698
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#id EscalationPolicy#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.
699
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
700
700
  '''
701
701
  if __debug__:
702
702
  type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
@@ -710,7 +710,7 @@ class EscalationPolicyRuleTarget:
710
710
 
711
711
  @builtins.property
712
712
  def id(self) -> builtins.str:
713
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#id}.
713
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
714
714
 
715
715
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
716
716
  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.
@@ -721,7 +721,7 @@ class EscalationPolicyRuleTarget:
721
721
 
722
722
  @builtins.property
723
723
  def type(self) -> typing.Optional[builtins.str]:
724
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
724
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
725
725
  result = self._values.get("type")
726
726
  return typing.cast(typing.Optional[builtins.str], result)
727
727
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestration(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestration.EventOrchestration",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class EventOrchestration(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration pagerduty_event_orchestration} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration pagerduty_event_orchestration} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#name EventOrchestration#name}.
54
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#description EventOrchestration#description}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#id EventOrchestration#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
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
57
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#team EventOrchestration#team}.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#name EventOrchestration#name}.
54
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#description EventOrchestration#description}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#id EventOrchestration#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
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
57
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#team EventOrchestration#team}.
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -251,11 +251,11 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
251
251
  :param lifecycle:
252
252
  :param provider:
253
253
  :param provisioners:
254
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#name EventOrchestration#name}.
255
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#description EventOrchestration#description}.
256
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#id EventOrchestration#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.
257
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
258
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#team EventOrchestration#team}.
254
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#name EventOrchestration#name}.
255
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#description EventOrchestration#description}.
256
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#id EventOrchestration#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.
257
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
258
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#team EventOrchestration#team}.
259
259
  '''
260
260
  if isinstance(lifecycle, dict):
261
261
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -365,20 +365,20 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
365
 
366
366
  @builtins.property
367
367
  def name(self) -> builtins.str:
368
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#name EventOrchestration#name}.'''
368
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#name EventOrchestration#name}.'''
369
369
  result = self._values.get("name")
370
370
  assert result is not None, "Required property 'name' is missing"
371
371
  return typing.cast(builtins.str, result)
372
372
 
373
373
  @builtins.property
374
374
  def description(self) -> typing.Optional[builtins.str]:
375
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#description EventOrchestration#description}.'''
375
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#description EventOrchestration#description}.'''
376
376
  result = self._values.get("description")
377
377
  return typing.cast(typing.Optional[builtins.str], result)
378
378
 
379
379
  @builtins.property
380
380
  def id(self) -> typing.Optional[builtins.str]:
381
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#id EventOrchestration#id}.
381
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#id EventOrchestration#id}.
382
382
 
383
383
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
384
384
  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.
@@ -392,14 +392,14 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
392
392
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]]:
393
393
  '''integration block.
394
394
 
395
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
395
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
396
396
  '''
397
397
  result = self._values.get("integration")
398
398
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]], result)
399
399
 
400
400
  @builtins.property
401
401
  def team(self) -> typing.Optional[builtins.str]:
402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#team EventOrchestration#team}.'''
402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/resources/event_orchestration#team EventOrchestration#team}.'''
403
403
  result = self._values.get("team")
404
404
  return typing.cast(typing.Optional[builtins.str], result)
405
405