cdktf-cdktf-provider-pagerduty 13.5.0__py3-none-any.whl → 13.6.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +20 -60
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +33 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +38 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
  72. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
  73. cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
  74. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +1 -1
  75. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.5.0.jsii.tgz +0 -0
  76. cdktf_cdktf_provider_pagerduty-13.5.0.dist-info/RECORD +0 -77
  77. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_event_orchestration`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyEventOrchestration(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestration",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -44,13 +47,13 @@ class DataPagerdutyEventOrchestration(
44
47
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
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,
46
49
  ) -> None:
47
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
50
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
48
51
 
49
52
  :param scope: The scope in which to define this construct.
50
53
  :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/3.9.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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/3.9.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
54
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
56
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
54
57
  :param connection:
55
58
  :param count:
56
59
  :param depends_on:
@@ -91,7 +94,7 @@ class DataPagerdutyEventOrchestration(
91
94
 
92
95
  :param scope: The scope in which to define this construct.
93
96
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestration to import.
94
- :param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
95
98
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestration to import is found.
96
99
  '''
97
100
  if __debug__:
@@ -222,9 +225,9 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
222
225
  :param lifecycle:
223
226
  :param provider:
224
227
  :param provisioners:
225
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
226
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
227
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
228
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
229
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
230
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
228
231
  '''
229
232
  if isinstance(lifecycle, dict):
230
233
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -328,14 +331,14 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
328
331
 
329
332
  @builtins.property
330
333
  def name(self) -> builtins.str:
331
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
334
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
332
335
  result = self._values.get("name")
333
336
  assert result is not None, "Required property 'name' is missing"
334
337
  return typing.cast(builtins.str, result)
335
338
 
336
339
  @builtins.property
337
340
  def id(self) -> typing.Optional[builtins.str]:
338
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
341
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
339
342
 
340
343
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
341
344
  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.
@@ -349,7 +352,7 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
349
352
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]]:
350
353
  '''integration block.
351
354
 
352
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
355
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
353
356
  '''
354
357
  result = self._values.get("integration")
355
358
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]], result)
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_event_orchestration_integration`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegrationA",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -44,13 +47,13 @@ class DataPagerdutyEventOrchestrationIntegrationA(
44
47
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
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,
46
49
  ) -> None:
47
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
50
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
48
51
 
49
52
  :param scope: The scope in which to define this construct.
50
53
  :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/3.9.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/3.9.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/3.9.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
54
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
56
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
54
57
  :param connection:
55
58
  :param count:
56
59
  :param depends_on:
@@ -91,7 +94,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
91
94
 
92
95
  :param scope: The scope in which to define this construct.
93
96
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationIntegrationA to import.
94
- :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
95
98
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationIntegrationA to import is found.
96
99
  '''
97
100
  if __debug__:
@@ -221,9 +224,9 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
221
224
  :param lifecycle:
222
225
  :param provider:
223
226
  :param provisioners:
224
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
225
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
226
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
227
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
228
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
229
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
227
230
  '''
228
231
  if isinstance(lifecycle, dict):
229
232
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -327,14 +330,14 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
327
330
 
328
331
  @builtins.property
329
332
  def event_orchestration(self) -> builtins.str:
330
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
333
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
331
334
  result = self._values.get("event_orchestration")
332
335
  assert result is not None, "Required property 'event_orchestration' is missing"
333
336
  return typing.cast(builtins.str, result)
334
337
 
335
338
  @builtins.property
336
339
  def id(self) -> typing.Optional[builtins.str]:
337
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
340
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
338
341
 
339
342
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
340
343
  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.
@@ -344,7 +347,7 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
344
347
 
345
348
  @builtins.property
346
349
  def label(self) -> typing.Optional[builtins.str]:
347
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
350
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
348
351
  result = self._values.get("label")
349
352
  return typing.cast(typing.Optional[builtins.str], result)
350
353
 
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_event_orchestrations`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestrations).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyEventOrchestrations(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrations.DataPagerdutyEventOrchestrations",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyEventOrchestrations(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
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,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :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/3.9.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/3.9.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.
53
+ :param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyEventOrchestrations(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrations to import.
91
- :param import_from_id: The id of the existing DataPagerdutyEventOrchestrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrations to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -195,8 +198,8 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
195
198
  :param lifecycle:
196
199
  :param provider:
197
200
  :param provisioners:
198
- :param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
199
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
201
+ :param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
202
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
200
203
  '''
201
204
  if isinstance(lifecycle, dict):
202
205
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -297,14 +300,14 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
297
300
 
298
301
  @builtins.property
299
302
  def name_filter(self) -> builtins.str:
300
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.'''
303
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.'''
301
304
  result = self._values.get("name_filter")
302
305
  assert result is not None, "Required property 'name_filter' is missing"
303
306
  return typing.cast(builtins.str, result)
304
307
 
305
308
  @builtins.property
306
309
  def id(self) -> typing.Optional[builtins.str]:
307
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}.
310
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}.
308
311
 
309
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.
310
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.
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_extension_schema`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyExtensionSchema(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyExtensionSchema.DataPagerdutyExtensionSchema",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema pagerduty_extension_schema}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema pagerduty_extension_schema}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyExtensionSchema(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
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,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema pagerduty_extension_schema} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema pagerduty_extension_schema} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#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
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyExtensionSchema(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyExtensionSchema to import.
91
- :param import_from_id: The id of the existing DataPagerdutyExtensionSchema that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyExtensionSchema that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyExtensionSchema to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -193,8 +196,8 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
193
196
  :param lifecycle:
194
197
  :param provider:
195
198
  :param provisioners:
196
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
199
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
200
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#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
201
  '''
199
202
  if isinstance(lifecycle, dict):
200
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,14 +298,14 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
295
298
 
296
299
  @builtins.property
297
300
  def name(self) -> builtins.str:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.'''
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.'''
299
302
  result = self._values.get("name")
300
303
  assert result is not None, "Required property 'name' is missing"
301
304
  return typing.cast(builtins.str, result)
302
305
 
303
306
  @builtins.property
304
307
  def id(self) -> typing.Optional[builtins.str]:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#id}.
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#id}.
306
309
 
307
310
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
308
311
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_incident_custom_field`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyIncidentCustomField(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyIncidentCustomField.DataPagerdutyIncidentCustomField",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyIncidentCustomField(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
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,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#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
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyIncidentCustomField(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyIncidentCustomField to import.
91
- :param import_from_id: The id of the existing DataPagerdutyIncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyIncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyIncidentCustomField to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -208,8 +211,8 @@ class DataPagerdutyIncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArgume
208
211
  :param lifecycle:
209
212
  :param provider:
210
213
  :param provisioners:
211
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
212
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#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.
214
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
215
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#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.
213
216
  '''
214
217
  if isinstance(lifecycle, dict):
215
218
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -310,14 +313,14 @@ class DataPagerdutyIncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArgume
310
313
 
311
314
  @builtins.property
312
315
  def name(self) -> builtins.str:
313
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.'''
316
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.'''
314
317
  result = self._values.get("name")
315
318
  assert result is not None, "Required property 'name' is missing"
316
319
  return typing.cast(builtins.str, result)
317
320
 
318
321
  @builtins.property
319
322
  def id(self) -> typing.Optional[builtins.str]:
320
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}.
323
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}.
321
324
 
322
325
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
323
326
  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,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_incident_workflow`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyIncidentWorkflow(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyIncidentWorkflow.DataPagerdutyIncidentWorkflow",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow pagerduty_incident_workflow}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow pagerduty_incident_workflow}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyIncidentWorkflow(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
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,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow pagerduty_incident_workflow} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow pagerduty_incident_workflow} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#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
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyIncidentWorkflow(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyIncidentWorkflow to import.
91
- :param import_from_id: The id of the existing DataPagerdutyIncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataPagerdutyIncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyIncidentWorkflow to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -193,8 +196,8 @@ class DataPagerdutyIncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments
193
196
  :param lifecycle:
194
197
  :param provider:
195
198
  :param provisioners:
196
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
199
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
200
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#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
201
  '''
199
202
  if isinstance(lifecycle, dict):
200
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,14 +298,14 @@ class DataPagerdutyIncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments
295
298
 
296
299
  @builtins.property
297
300
  def name(self) -> builtins.str:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.'''
301
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.'''
299
302
  result = self._values.get("name")
300
303
  assert result is not None, "Required property 'name' is missing"
301
304
  return typing.cast(builtins.str, result)
302
305
 
303
306
  @builtins.property
304
307
  def id(self) -> typing.Optional[builtins.str]:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}.
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}.
306
309
 
307
310
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
308
311
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.