cdktf-cdktf-provider-pagerduty 13.11.6__py3-none-any.whl → 13.12.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +23 -4
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.12.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
  5. cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +787 -0
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +68 -53
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +29 -14
  8. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +29 -14
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +41 -26
  10. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +29 -14
  11. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +35 -20
  12. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +32 -17
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +598 -0
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +44 -29
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +32 -17
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +23 -8
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +26 -11
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +29 -14
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +29 -14
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +29 -14
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +29 -14
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +26 -11
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +23 -8
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +26 -11
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +26 -11
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +29 -14
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +23 -8
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +23 -8
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +26 -11
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +26 -11
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +23 -8
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +26 -11
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +23 -8
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +26 -11
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +26 -11
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +23 -8
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +32 -17
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +26 -11
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +26 -11
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +32 -17
  41. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +26 -11
  42. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +26 -11
  43. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +51 -36
  44. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +35 -20
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +213 -198
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +49 -34
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +26 -11
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +66 -51
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +222 -207
  50. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +49 -34
  51. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +108 -93
  52. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +32 -17
  53. cdktf_cdktf_provider_pagerduty/extension/__init__.py +38 -23
  54. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +56 -41
  55. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +41 -26
  56. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +32 -17
  57. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +61 -46
  58. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +47 -32
  59. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +35 -20
  60. cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -35
  61. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +71 -56
  62. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +32 -17
  63. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +141 -126
  64. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +63 -48
  65. cdktf_cdktf_provider_pagerduty/service/__init__.py +138 -123
  66. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +37 -22
  67. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +133 -118
  68. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +106 -91
  69. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +47 -32
  70. cdktf_cdktf_provider_pagerduty/tag/__init__.py +23 -8
  71. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +29 -14
  72. cdktf_cdktf_provider_pagerduty/team/__init__.py +32 -17
  73. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +32 -17
  74. cdktf_cdktf_provider_pagerduty/user/__init__.py +50 -35
  75. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +41 -26
  76. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +36 -21
  77. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +35 -20
  78. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +57 -42
  79. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/METADATA +6 -6
  80. cdktf_cdktf_provider_pagerduty-13.12.0.dist-info/RECORD +84 -0
  81. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.6.jsii.tgz +0 -0
  82. cdktf_cdktf_provider_pagerduty-13.11.6.dist-info/RECORD +0 -82
  83. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/LICENSE +0 -0
  84. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/WHEEL +0 -0
  85. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_schedule`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/schedule).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule).
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 DataPagerdutySchedule(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutySchedule.DataPagerdutySchedule",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/schedule pagerduty_schedule}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -46,12 +61,12 @@ class DataPagerdutySchedule(
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.6/docs/data-sources/schedule pagerduty_schedule} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule pagerduty_schedule} 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.6/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
54
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
68
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
69
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
55
70
  :param connection:
56
71
  :param count:
57
72
  :param depends_on:
@@ -91,7 +106,7 @@ class DataPagerdutySchedule(
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 DataPagerdutySchedule to import.
94
- :param import_from_id: The id of the existing DataPagerdutySchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutySchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#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 DataPagerdutySchedule to import is found.
96
111
  '''
97
112
  if __debug__:
@@ -191,8 +206,8 @@ class DataPagerdutyScheduleConfig(_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.6/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
195
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
209
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
210
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
196
211
  '''
197
212
  if isinstance(lifecycle, dict):
198
213
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -293,14 +308,14 @@ class DataPagerdutyScheduleConfig(_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.6/docs/data-sources/schedule#name DataPagerdutySchedule#name}.'''
311
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#name DataPagerdutySchedule#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.6/docs/data-sources/schedule#id DataPagerdutySchedule#id}.
318
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/schedule#id DataPagerdutySchedule#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_service`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service).
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 DataPagerdutyService(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyService.DataPagerdutyService",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service pagerduty_service}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -45,11 +60,11 @@ class DataPagerdutyService(
45
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
61
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
62
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service pagerduty_service} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service pagerduty_service} Data Source.
49
64
 
50
65
  :param scope: The scope in which to define this construct.
51
66
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service#name DataPagerdutyService#name}.
67
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}.
53
68
  :param connection:
54
69
  :param count:
55
70
  :param depends_on:
@@ -88,7 +103,7 @@ class DataPagerdutyService(
88
103
 
89
104
  :param scope: The scope in which to define this construct.
90
105
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyService to import.
91
- :param import_from_id: The id of the existing DataPagerdutyService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataPagerdutyService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#import import section} in the documentation of this resource for the id to use
92
107
  :param provider: ? Optional instance of the provider where the DataPagerdutyService to import is found.
93
108
  '''
94
109
  if __debug__:
@@ -205,7 +220,7 @@ class DataPagerdutyServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
205
220
  :param lifecycle:
206
221
  :param provider:
207
222
  :param provisioners:
208
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service#name DataPagerdutyService#name}.
223
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}.
209
224
  '''
210
225
  if isinstance(lifecycle, dict):
211
226
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -303,7 +318,7 @@ class DataPagerdutyServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
303
318
 
304
319
  @builtins.property
305
320
  def name(self) -> builtins.str:
306
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service#name DataPagerdutyService#name}.'''
321
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service#name DataPagerdutyService#name}.'''
307
322
  result = self._values.get("name")
308
323
  assert result is not None, "Required property 'name' is missing"
309
324
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_service_integration`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_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 DataPagerdutyServiceIntegration(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyServiceIntegration.DataPagerdutyServiceIntegration",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration pagerduty_service_integration}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -46,12 +61,12 @@ class DataPagerdutyServiceIntegration(
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.6/docs/data-sources/service_integration pagerduty_service_integration} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration pagerduty_service_integration} 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 integration_summary: examples "Amazon CloudWatch", "New Relic". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
54
- :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
68
+ :param integration_summary: examples "Amazon CloudWatch", "New Relic". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
69
+ :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
55
70
  :param connection:
56
71
  :param count:
57
72
  :param depends_on:
@@ -91,7 +106,7 @@ class DataPagerdutyServiceIntegration(
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 DataPagerdutyServiceIntegration to import.
94
- :param import_from_id: The id of the existing DataPagerdutyServiceIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyServiceIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#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 DataPagerdutyServiceIntegration to import is found.
96
111
  '''
97
112
  if __debug__:
@@ -197,8 +212,8 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
197
212
  :param lifecycle:
198
213
  :param provider:
199
214
  :param provisioners:
200
- :param integration_summary: examples "Amazon CloudWatch", "New Relic". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
201
- :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
215
+ :param integration_summary: examples "Amazon CloudWatch", "New Relic". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
216
+ :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
202
217
  '''
203
218
  if isinstance(lifecycle, dict):
204
219
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -300,7 +315,7 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
300
315
  def integration_summary(self) -> builtins.str:
301
316
  '''examples "Amazon CloudWatch", "New Relic".
302
317
 
303
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
318
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
304
319
  '''
305
320
  result = self._values.get("integration_summary")
306
321
  assert result is not None, "Required property 'integration_summary' is missing"
@@ -308,7 +323,7 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
308
323
 
309
324
  @builtins.property
310
325
  def service_name(self) -> builtins.str:
311
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.'''
326
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.'''
312
327
  result = self._values.get("service_name")
313
328
  assert result is not None, "Required property 'service_name' is missing"
314
329
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_standards`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_standards`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_standards`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards).
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 DataPagerdutyStandards(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandards",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards pagerduty_standards}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -45,11 +60,11 @@ class DataPagerdutyStandards(
45
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
61
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
62
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards pagerduty_standards} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards pagerduty_standards} Data Source.
49
64
 
50
65
  :param scope: The scope in which to define this construct.
51
66
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
67
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
53
68
  :param connection:
54
69
  :param count:
55
70
  :param depends_on:
@@ -88,7 +103,7 @@ class DataPagerdutyStandards(
88
103
 
89
104
  :param scope: The scope in which to define this construct.
90
105
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyStandards to import.
91
- :param import_from_id: The id of the existing DataPagerdutyStandards that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataPagerdutyStandards that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use
92
107
  :param provider: ? Optional instance of the provider where the DataPagerdutyStandards to import is found.
93
108
  '''
94
109
  if __debug__:
@@ -174,7 +189,7 @@ class DataPagerdutyStandardsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
174
189
  :param lifecycle:
175
190
  :param provider:
176
191
  :param provisioners:
177
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
192
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
178
193
  '''
179
194
  if isinstance(lifecycle, dict):
180
195
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -272,7 +287,7 @@ class DataPagerdutyStandardsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
272
287
 
273
288
  @builtins.property
274
289
  def resource_type(self) -> typing.Optional[builtins.str]:
275
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.'''
290
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.'''
276
291
  result = self._values.get("resource_type")
277
292
  return typing.cast(typing.Optional[builtins.str], result)
278
293
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_standards_resource_scores`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resource_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resource_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores).
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 DataPagerdutyStandardsResourceScores(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScores",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -46,12 +61,12 @@ class DataPagerdutyStandardsResourceScores(
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.6/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} 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 id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
54
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
68
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
69
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
55
70
  :param connection:
56
71
  :param count:
57
72
  :param depends_on:
@@ -91,7 +106,7 @@ class DataPagerdutyStandardsResourceScores(
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 DataPagerdutyStandardsResourceScores to import.
94
- :param import_from_id: The id of the existing DataPagerdutyStandardsResourceScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyStandardsResourceScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#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 DataPagerdutyStandardsResourceScores to import is found.
96
111
  '''
97
112
  if __debug__:
@@ -199,8 +214,8 @@ class DataPagerdutyStandardsResourceScoresConfig(
199
214
  :param lifecycle:
200
215
  :param provider:
201
216
  :param provisioners:
202
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
203
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
217
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
218
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
204
219
  '''
205
220
  if isinstance(lifecycle, dict):
206
221
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -300,7 +315,7 @@ class DataPagerdutyStandardsResourceScoresConfig(
300
315
 
301
316
  @builtins.property
302
317
  def id(self) -> builtins.str:
303
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}.
318
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
@@ -311,7 +326,7 @@ class DataPagerdutyStandardsResourceScoresConfig(
311
326
 
312
327
  @builtins.property
313
328
  def resource_type(self) -> builtins.str:
314
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.'''
329
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.'''
315
330
  result = self._values.get("resource_type")
316
331
  assert result is not None, "Required property 'resource_type' is missing"
317
332
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_standards_resources_scores`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resources_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resources_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores).
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 DataPagerdutyStandardsResourcesScores(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourcesScores.DataPagerdutyStandardsResourcesScores",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -46,12 +61,12 @@ class DataPagerdutyStandardsResourcesScores(
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.6/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} 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 ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
54
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
68
+ :param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
69
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
55
70
  :param connection:
56
71
  :param count:
57
72
  :param depends_on:
@@ -91,7 +106,7 @@ class DataPagerdutyStandardsResourcesScores(
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 DataPagerdutyStandardsResourcesScores to import.
94
- :param import_from_id: The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#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 DataPagerdutyStandardsResourcesScores to import is found.
96
111
  '''
97
112
  if __debug__:
@@ -194,8 +209,8 @@ class DataPagerdutyStandardsResourcesScoresConfig(
194
209
  :param lifecycle:
195
210
  :param provider:
196
211
  :param provisioners:
197
- :param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
198
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
212
+ :param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
213
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
199
214
  '''
200
215
  if isinstance(lifecycle, dict):
201
216
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,14 +310,14 @@ class DataPagerdutyStandardsResourcesScoresConfig(
295
310
 
296
311
  @builtins.property
297
312
  def ids(self) -> typing.List[builtins.str]:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.'''
313
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.'''
299
314
  result = self._values.get("ids")
300
315
  assert result is not None, "Required property 'ids' is missing"
301
316
  return typing.cast(typing.List[builtins.str], result)
302
317
 
303
318
  @builtins.property
304
319
  def resource_type(self) -> builtins.str:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.'''
320
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.'''
306
321
  result = self._values.get("resource_type")
307
322
  assert result is not None, "Required property 'resource_type' is missing"
308
323
  return typing.cast(builtins.str, result)