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_automation_actions_runner`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyAutomationActionsRunner(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsRunner.DataPagerdutyAutomationActionsRunner",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class DataPagerdutyAutomationActionsRunner(
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/automation_actions_runner pagerduty_automation_actions_runner} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} 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 id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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 description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
54
- :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
55
- :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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 description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
54
+ :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
55
+ :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -234,10 +234,10 @@ class DataPagerdutyAutomationActionsRunnerConfig(
234
234
  :param lifecycle:
235
235
  :param provider:
236
236
  :param provisioners:
237
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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.
238
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
239
- :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
240
- :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
237
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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.
238
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
239
+ :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
240
+ :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
241
241
  '''
242
242
  if isinstance(lifecycle, dict):
243
243
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -344,7 +344,7 @@ class DataPagerdutyAutomationActionsRunnerConfig(
344
344
 
345
345
  @builtins.property
346
346
  def id(self) -> builtins.str:
347
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
347
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
348
348
 
349
349
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
350
350
  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.
@@ -355,19 +355,19 @@ class DataPagerdutyAutomationActionsRunnerConfig(
355
355
 
356
356
  @builtins.property
357
357
  def description(self) -> typing.Optional[builtins.str]:
358
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
358
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
359
359
  result = self._values.get("description")
360
360
  return typing.cast(typing.Optional[builtins.str], result)
361
361
 
362
362
  @builtins.property
363
363
  def last_seen(self) -> typing.Optional[builtins.str]:
364
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
364
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
365
365
  result = self._values.get("last_seen")
366
366
  return typing.cast(typing.Optional[builtins.str], result)
367
367
 
368
368
  @builtins.property
369
369
  def runbook_base_uri(self) -> typing.Optional[builtins.str]:
370
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
370
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
371
371
  result = self._values.get("runbook_base_uri")
372
372
  return typing.cast(typing.Optional[builtins.str], result)
373
373
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_pagerduty_business_service`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/business_service).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/business_service).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyBusinessService(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyBusinessService.DataPagerdutyBusinessService",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/business_service pagerduty_business_service}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/business_service pagerduty_business_service}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyBusinessService(
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/business_service pagerduty_business_service} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/business_service pagerduty_business_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.2/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/business_service#id DataPagerdutyBusinessService#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/business_service#name DataPagerdutyBusinessService#name}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#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 DataPagerdutyBusinessServiceConfig(_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/business_service#name DataPagerdutyBusinessService#name}.
169
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/business_service#id DataPagerdutyBusinessService#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/business_service#name DataPagerdutyBusinessService#name}.
169
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#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 DataPagerdutyBusinessServiceConfig(_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/business_service#name DataPagerdutyBusinessService#name}.'''
270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#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/business_service#id DataPagerdutyBusinessService#id}.
277
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#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_custom_field`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyCustomField(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyCustomField.DataPagerdutyCustomField",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field pagerduty_custom_field}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field pagerduty_custom_field}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyCustomField(
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/custom_field pagerduty_custom_field} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field pagerduty_custom_field} 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/custom_field#name DataPagerdutyCustomField#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field#id DataPagerdutyCustomField#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/custom_field#name DataPagerdutyCustomField#name}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field#id DataPagerdutyCustomField#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:
@@ -185,8 +185,8 @@ class DataPagerdutyCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArguments):
185
185
  :param lifecycle:
186
186
  :param provider:
187
187
  :param provisioners:
188
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field#name DataPagerdutyCustomField#name}.
189
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field#id DataPagerdutyCustomField#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.
188
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field#name DataPagerdutyCustomField#name}.
189
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field#id DataPagerdutyCustomField#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
190
  '''
191
191
  if isinstance(lifecycle, dict):
192
192
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -287,14 +287,14 @@ class DataPagerdutyCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArguments):
287
287
 
288
288
  @builtins.property
289
289
  def name(self) -> builtins.str:
290
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field#name DataPagerdutyCustomField#name}.'''
290
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field#name DataPagerdutyCustomField#name}.'''
291
291
  result = self._values.get("name")
292
292
  assert result is not None, "Required property 'name' is missing"
293
293
  return typing.cast(builtins.str, result)
294
294
 
295
295
  @builtins.property
296
296
  def id(self) -> typing.Optional[builtins.str]:
297
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field#id DataPagerdutyCustomField#id}.
297
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field#id DataPagerdutyCustomField#id}.
298
298
 
299
299
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
300
300
  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_custom_field_schema`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_custom_field_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field_schema).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_custom_field_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyCustomFieldSchema(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyCustomFieldSchema.DataPagerdutyCustomFieldSchema",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field_schema pagerduty_custom_field_schema}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema pagerduty_custom_field_schema}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyCustomFieldSchema(
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/custom_field_schema pagerduty_custom_field_schema} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema pagerduty_custom_field_schema} 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 title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field_schema#title DataPagerdutyCustomFieldSchema#title}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field_schema#id DataPagerdutyCustomFieldSchema#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 title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema#title DataPagerdutyCustomFieldSchema#title}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema#id DataPagerdutyCustomFieldSchema#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 DataPagerdutyCustomFieldSchemaConfig(_cdktf_9a9027ec.TerraformMetaArgument
165
165
  :param lifecycle:
166
166
  :param provider:
167
167
  :param provisioners:
168
- :param title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field_schema#title DataPagerdutyCustomFieldSchema#title}.
169
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field_schema#id DataPagerdutyCustomFieldSchema#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 title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema#title DataPagerdutyCustomFieldSchema#title}.
169
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema#id DataPagerdutyCustomFieldSchema#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 DataPagerdutyCustomFieldSchemaConfig(_cdktf_9a9027ec.TerraformMetaArgument
267
267
 
268
268
  @builtins.property
269
269
  def title(self) -> builtins.str:
270
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/custom_field_schema#title DataPagerdutyCustomFieldSchema#title}.'''
270
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema#title DataPagerdutyCustomFieldSchema#title}.'''
271
271
  result = self._values.get("title")
272
272
  assert result is not None, "Required property 'title' 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/custom_field_schema#id DataPagerdutyCustomFieldSchema#id}.
277
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/custom_field_schema#id DataPagerdutyCustomFieldSchema#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_escalation_policy`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/escalation_policy).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/escalation_policy).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyEscalationPolicy(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyEscalationPolicy(
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/escalation_policy pagerduty_escalation_policy} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy} 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/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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 DataPagerdutyEscalationPolicyConfig(_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.2/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
164
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
164
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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 DataPagerdutyEscalationPolicyConfig(_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.2/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
265
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#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.2/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
272
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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_event_orchestration`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyEventOrchestration(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestration",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -44,13 +44,13 @@ class DataPagerdutyEventOrchestration(
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.2/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
47
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration} 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: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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 integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
51
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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 integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
54
54
  :param connection:
55
55
  :param count:
56
56
  :param depends_on:
@@ -194,9 +194,9 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
194
194
  :param lifecycle:
195
195
  :param provider:
196
196
  :param provisioners:
197
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
198
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
199
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
197
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
198
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
199
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
200
200
  '''
201
201
  if isinstance(lifecycle, dict):
202
202
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -300,14 +300,14 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
300
300
 
301
301
  @builtins.property
302
302
  def name(self) -> builtins.str:
303
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
303
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
304
304
  result = self._values.get("name")
305
305
  assert result is not None, "Required property 'name' is missing"
306
306
  return typing.cast(builtins.str, result)
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.2/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
310
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
@@ -321,7 +321,7 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
321
321
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]]:
322
322
  '''integration block.
323
323
 
324
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
324
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
325
325
  '''
326
326
  result = self._values.get("integration")
327
327
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]], result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_pagerduty_event_orchestration_integration`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegrationA",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -44,13 +44,13 @@ class DataPagerdutyEventOrchestrationIntegrationA(
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.2/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
47
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_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 event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#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 label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
51
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#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 label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
54
54
  :param connection:
55
55
  :param count:
56
56
  :param depends_on:
@@ -193,9 +193,9 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
193
193
  :param lifecycle:
194
194
  :param provider:
195
195
  :param provisioners:
196
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#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 label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
196
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
197
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#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 label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
199
199
  '''
200
200
  if isinstance(lifecycle, dict):
201
201
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -299,14 +299,14 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
299
299
 
300
300
  @builtins.property
301
301
  def event_orchestration(self) -> builtins.str:
302
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
302
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
303
303
  result = self._values.get("event_orchestration")
304
304
  assert result is not None, "Required property 'event_orchestration' is missing"
305
305
  return typing.cast(builtins.str, result)
306
306
 
307
307
  @builtins.property
308
308
  def id(self) -> typing.Optional[builtins.str]:
309
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
309
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
310
310
 
311
311
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
312
312
  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.
@@ -316,7 +316,7 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
316
316
 
317
317
  @builtins.property
318
318
  def label(self) -> typing.Optional[builtins.str]:
319
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
319
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
320
320
  result = self._values.get("label")
321
321
  return typing.cast(typing.Optional[builtins.str], result)
322
322
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_pagerduty_event_orchestrations`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestrations).
4
+ Refer to the Terraform Registory for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataPagerdutyEventOrchestrations(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrations.DataPagerdutyEventOrchestrations",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataPagerdutyEventOrchestrations(
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/event_orchestrations pagerduty_event_orchestrations} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} 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_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#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_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#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:
@@ -167,8 +167,8 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
167
167
  :param lifecycle:
168
168
  :param provider:
169
169
  :param provisioners:
170
- :param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
171
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#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
+ :param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
171
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#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.
172
172
  '''
173
173
  if isinstance(lifecycle, dict):
174
174
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -269,14 +269,14 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
269
269
 
270
270
  @builtins.property
271
271
  def name_filter(self) -> builtins.str:
272
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.'''
272
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.'''
273
273
  result = self._values.get("name_filter")
274
274
  assert result is not None, "Required property 'name_filter' is missing"
275
275
  return typing.cast(builtins.str, result)
276
276
 
277
277
  @builtins.property
278
278
  def id(self) -> typing.Optional[builtins.str]:
279
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}.
279
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.16.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}.
280
280
 
281
281
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
282
282
  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.