cdktf-cdktf-provider-pagerduty 13.11.5__py3-none-any.whl → 13.11.7__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +19 -4
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.7.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +68 -53
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +29 -14
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +29 -14
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +41 -26
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +29 -14
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +35 -20
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +32 -17
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +44 -29
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +32 -17
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +23 -8
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +26 -11
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +29 -14
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +29 -14
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +29 -14
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +29 -14
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +26 -11
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +23 -8
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +26 -11
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +26 -11
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +29 -14
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +23 -8
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +23 -8
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +26 -11
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +26 -11
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +23 -8
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +26 -11
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +23 -8
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +26 -11
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +26 -11
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +23 -8
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +32 -17
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +26 -11
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +26 -11
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +32 -17
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +26 -11
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +26 -11
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +51 -36
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +35 -20
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +213 -198
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +49 -34
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +26 -11
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +66 -51
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +222 -207
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +49 -34
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +108 -93
  50. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +32 -17
  51. cdktf_cdktf_provider_pagerduty/extension/__init__.py +38 -23
  52. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +56 -41
  53. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +41 -26
  54. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +32 -17
  55. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +61 -46
  56. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +47 -32
  57. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +35 -20
  58. cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -35
  59. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +71 -56
  60. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +32 -17
  61. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +141 -126
  62. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +63 -48
  63. cdktf_cdktf_provider_pagerduty/service/__init__.py +138 -123
  64. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +37 -22
  65. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +133 -118
  66. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +106 -91
  67. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +47 -32
  68. cdktf_cdktf_provider_pagerduty/tag/__init__.py +23 -8
  69. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +29 -14
  70. cdktf_cdktf_provider_pagerduty/team/__init__.py +32 -17
  71. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +32 -17
  72. cdktf_cdktf_provider_pagerduty/user/__init__.py +50 -35
  73. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +41 -26
  74. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +36 -21
  75. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +35 -20
  76. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +57 -42
  77. {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/METADATA +6 -6
  78. cdktf_cdktf_provider_pagerduty-13.11.7.dist-info/RECORD +82 -0
  79. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.5.jsii.tgz +0 -0
  80. cdktf_cdktf_provider_pagerduty-13.11.5.dist-info/RECORD +0 -82
  81. {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/LICENSE +0 -0
  82. {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/WHEEL +0 -0
  83. {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_escalation_policy`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/escalation_policy).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -16,7 +16,22 @@ import jsii
16
16
  import publication
17
17
  import typing_extensions
18
18
 
19
- from typeguard import check_type
19
+ import typeguard
20
+ from importlib.metadata import version as _metadata_package_version
21
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
22
+
23
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
24
+ if TYPEGUARD_MAJOR_VERSION <= 2:
25
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
26
+ else:
27
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
28
+ pass
29
+ else:
30
+ if TYPEGUARD_MAJOR_VERSION == 3:
31
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
32
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
33
+ else:
34
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
20
35
 
21
36
  from .._jsii import *
22
37
 
@@ -29,7 +44,7 @@ class DataPagerdutyEscalationPolicy(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -46,12 +61,12 @@ class DataPagerdutyEscalationPolicy(
46
61
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
62
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
48
63
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
50
65
 
51
66
  :param scope: The scope in which to define this construct.
52
67
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
54
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/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.
68
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
69
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
55
70
  :param connection:
56
71
  :param count:
57
72
  :param depends_on:
@@ -91,7 +106,7 @@ class DataPagerdutyEscalationPolicy(
91
106
 
92
107
  :param scope: The scope in which to define this construct.
93
108
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEscalationPolicy to import.
94
- :param import_from_id: The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
95
110
  :param provider: ? Optional instance of the provider where the DataPagerdutyEscalationPolicy to import is found.
96
111
  '''
97
112
  if __debug__:
@@ -191,8 +206,8 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
191
206
  :param lifecycle:
192
207
  :param provider:
193
208
  :param provisioners:
194
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
195
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/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.
209
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
210
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
196
211
  '''
197
212
  if isinstance(lifecycle, dict):
198
213
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -293,14 +308,14 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
293
308
 
294
309
  @builtins.property
295
310
  def name(self) -> builtins.str:
296
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
311
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
297
312
  result = self._values.get("name")
298
313
  assert result is not None, "Required property 'name' is missing"
299
314
  return typing.cast(builtins.str, result)
300
315
 
301
316
  @builtins.property
302
317
  def id(self) -> typing.Optional[builtins.str]:
303
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
318
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
304
319
 
305
320
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
306
321
  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
  r'''
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.15.5/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.15.7/docs/data-sources/event_orchestration).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -16,7 +16,22 @@ import jsii
16
16
  import publication
17
17
  import typing_extensions
18
18
 
19
- from typeguard import check_type
19
+ import typeguard
20
+ from importlib.metadata import version as _metadata_package_version
21
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
22
+
23
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
24
+ if TYPEGUARD_MAJOR_VERSION <= 2:
25
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
26
+ else:
27
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
28
+ pass
29
+ else:
30
+ if TYPEGUARD_MAJOR_VERSION == 3:
31
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
32
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
33
+ else:
34
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
20
35
 
21
36
  from .._jsii import *
22
37
 
@@ -29,7 +44,7 @@ class DataPagerdutyEventOrchestration(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestration",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -47,13 +62,13 @@ class DataPagerdutyEventOrchestration(
47
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
63
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
49
64
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
51
66
 
52
67
  :param scope: The scope in which to define this construct.
53
68
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/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.15.5/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
69
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
71
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
57
72
  :param connection:
58
73
  :param count:
59
74
  :param depends_on:
@@ -94,7 +109,7 @@ class DataPagerdutyEventOrchestration(
94
109
 
95
110
  :param scope: The scope in which to define this construct.
96
111
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestration to import.
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.15.5/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
112
+ :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.15.7/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
98
113
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestration to import is found.
99
114
  '''
100
115
  if __debug__:
@@ -225,9 +240,9 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
225
240
  :param lifecycle:
226
241
  :param provider:
227
242
  :param provisioners:
228
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
229
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/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.15.5/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
243
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
244
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
245
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
231
246
  '''
232
247
  if isinstance(lifecycle, dict):
233
248
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -331,14 +346,14 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
331
346
 
332
347
  @builtins.property
333
348
  def name(self) -> builtins.str:
334
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
349
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
335
350
  result = self._values.get("name")
336
351
  assert result is not None, "Required property 'name' is missing"
337
352
  return typing.cast(builtins.str, result)
338
353
 
339
354
  @builtins.property
340
355
  def id(self) -> typing.Optional[builtins.str]:
341
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
356
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
342
357
 
343
358
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
344
359
  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.
@@ -352,7 +367,7 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
352
367
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]]:
353
368
  '''integration block.
354
369
 
355
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
370
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
356
371
  '''
357
372
  result = self._values.get("integration")
358
373
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_event_orchestration_global_cache_variable`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -16,7 +16,22 @@ import jsii
16
16
  import publication
17
17
  import typing_extensions
18
18
 
19
- from typeguard import check_type
19
+ import typeguard
20
+ from importlib.metadata import version as _metadata_package_version
21
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
22
+
23
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
24
+ if TYPEGUARD_MAJOR_VERSION <= 2:
25
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
26
+ else:
27
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
28
+ pass
29
+ else:
30
+ if TYPEGUARD_MAJOR_VERSION == 3:
31
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
32
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
33
+ else:
34
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
20
35
 
21
36
  from .._jsii import *
22
37
 
@@ -29,7 +44,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariable",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -47,13 +62,13 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
47
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
63
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
49
64
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Data Source.
51
66
 
52
67
  :param scope: The scope in which to define this construct.
53
68
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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 name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
69
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
71
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
57
72
  :param connection:
58
73
  :param count:
59
74
  :param depends_on:
@@ -94,7 +109,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
94
109
 
95
110
  :param scope: The scope in which to define this construct.
96
111
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationGlobalCacheVariable to import.
97
- :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use
98
113
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationGlobalCacheVariable to import is found.
99
114
  '''
100
115
  if __debug__:
@@ -384,9 +399,9 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
384
399
  :param lifecycle:
385
400
  :param provider:
386
401
  :param provisioners:
387
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
388
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
389
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
402
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
403
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
404
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
390
405
  '''
391
406
  if isinstance(lifecycle, dict):
392
407
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -490,14 +505,14 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
490
505
 
491
506
  @builtins.property
492
507
  def event_orchestration(self) -> builtins.str:
493
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.'''
508
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.'''
494
509
  result = self._values.get("event_orchestration")
495
510
  assert result is not None, "Required property 'event_orchestration' is missing"
496
511
  return typing.cast(builtins.str, result)
497
512
 
498
513
  @builtins.property
499
514
  def id(self) -> typing.Optional[builtins.str]:
500
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}.
515
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}.
501
516
 
502
517
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
503
518
  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.
@@ -507,7 +522,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
507
522
 
508
523
  @builtins.property
509
524
  def name(self) -> typing.Optional[builtins.str]:
510
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.'''
525
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.'''
511
526
  result = self._values.get("name")
512
527
  return typing.cast(typing.Optional[builtins.str], result)
513
528
 
@@ -1,7 +1,7 @@
1
1
  r'''
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.15.5/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.15.7/docs/data-sources/event_orchestration_integration).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -16,7 +16,22 @@ import jsii
16
16
  import publication
17
17
  import typing_extensions
18
18
 
19
- from typeguard import check_type
19
+ import typeguard
20
+ from importlib.metadata import version as _metadata_package_version
21
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
22
+
23
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
24
+ if TYPEGUARD_MAJOR_VERSION <= 2:
25
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
26
+ else:
27
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
28
+ pass
29
+ else:
30
+ if TYPEGUARD_MAJOR_VERSION == 3:
31
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
32
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
33
+ else:
34
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
20
35
 
21
36
  from .._jsii import *
22
37
 
@@ -29,7 +44,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegrationA",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -47,13 +62,13 @@ class DataPagerdutyEventOrchestrationIntegrationA(
47
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
63
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
49
64
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
51
66
 
52
67
  :param scope: The scope in which to define this construct.
53
68
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/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.15.5/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.15.5/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
69
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
71
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
57
72
  :param connection:
58
73
  :param count:
59
74
  :param depends_on:
@@ -94,7 +109,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
94
109
 
95
110
  :param scope: The scope in which to define this construct.
96
111
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationIntegrationA to import.
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.15.5/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
112
+ :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.15.7/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
98
113
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationIntegrationA to import is found.
99
114
  '''
100
115
  if __debug__:
@@ -224,9 +239,9 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
224
239
  :param lifecycle:
225
240
  :param provider:
226
241
  :param provisioners:
227
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/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.15.5/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.15.5/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
242
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
243
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
244
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
230
245
  '''
231
246
  if isinstance(lifecycle, dict):
232
247
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -330,14 +345,14 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
330
345
 
331
346
  @builtins.property
332
347
  def event_orchestration(self) -> builtins.str:
333
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
348
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
334
349
  result = self._values.get("event_orchestration")
335
350
  assert result is not None, "Required property 'event_orchestration' is missing"
336
351
  return typing.cast(builtins.str, result)
337
352
 
338
353
  @builtins.property
339
354
  def id(self) -> typing.Optional[builtins.str]:
340
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
355
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
341
356
 
342
357
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
343
358
  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.
@@ -347,7 +362,7 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
347
362
 
348
363
  @builtins.property
349
364
  def label(self) -> typing.Optional[builtins.str]:
350
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
365
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
351
366
  result = self._values.get("label")
352
367
  return typing.cast(typing.Optional[builtins.str], result)
353
368
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_event_orchestration_service_cache_variable`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -16,7 +16,22 @@ import jsii
16
16
  import publication
17
17
  import typing_extensions
18
18
 
19
- from typeguard import check_type
19
+ import typeguard
20
+ from importlib.metadata import version as _metadata_package_version
21
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
22
+
23
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
24
+ if TYPEGUARD_MAJOR_VERSION <= 2:
25
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
26
+ else:
27
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
28
+ pass
29
+ else:
30
+ if TYPEGUARD_MAJOR_VERSION == 3:
31
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
32
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
33
+ else:
34
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
20
35
 
21
36
  from .._jsii import *
22
37
 
@@ -29,7 +44,7 @@ class DataPagerdutyEventOrchestrationServiceCacheVariable(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariable",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -47,13 +62,13 @@ class DataPagerdutyEventOrchestrationServiceCacheVariable(
47
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
63
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
49
64
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Data Source.
51
66
 
52
67
  :param scope: The scope in which to define this construct.
53
68
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#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 name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.
69
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#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.
71
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.
57
72
  :param connection:
58
73
  :param count:
59
74
  :param depends_on:
@@ -94,7 +109,7 @@ class DataPagerdutyEventOrchestrationServiceCacheVariable(
94
109
 
95
110
  :param scope: The scope in which to define this construct.
96
111
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationServiceCacheVariable to import.
97
- :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use
98
113
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationServiceCacheVariable to import is found.
99
114
  '''
100
115
  if __debug__:
@@ -384,9 +399,9 @@ class DataPagerdutyEventOrchestrationServiceCacheVariableConfig(
384
399
  :param lifecycle:
385
400
  :param provider:
386
401
  :param provisioners:
387
- :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.
388
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#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.
389
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.
402
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.
403
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#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.
404
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.
390
405
  '''
391
406
  if isinstance(lifecycle, dict):
392
407
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -490,14 +505,14 @@ class DataPagerdutyEventOrchestrationServiceCacheVariableConfig(
490
505
 
491
506
  @builtins.property
492
507
  def service(self) -> builtins.str:
493
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.'''
508
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.'''
494
509
  result = self._values.get("service")
495
510
  assert result is not None, "Required property 'service' is missing"
496
511
  return typing.cast(builtins.str, result)
497
512
 
498
513
  @builtins.property
499
514
  def id(self) -> typing.Optional[builtins.str]:
500
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}.
515
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}.
501
516
 
502
517
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
503
518
  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.
@@ -507,7 +522,7 @@ class DataPagerdutyEventOrchestrationServiceCacheVariableConfig(
507
522
 
508
523
  @builtins.property
509
524
  def name(self) -> typing.Optional[builtins.str]:
510
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.5/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.'''
525
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.'''
511
526
  result = self._values.get("name")
512
527
  return typing.cast(typing.Optional[builtins.str], result)
513
528