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
  # `pagerduty_event_orchestration_global_cache_variable`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/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 EventOrchestrationGlobalCacheVariable(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationGlobalCacheVariable.EventOrchestrationGlobalCacheVariable",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -49,15 +64,15 @@ class EventOrchestrationGlobalCacheVariable(
49
64
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
50
65
  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,
51
66
  ) -> None:
52
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Resource.
67
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Resource.
53
68
 
54
69
  :param scope: The scope in which to define this construct.
55
70
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
56
- :param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration}
57
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}.
58
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}.
59
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition}
60
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}.
71
+ :param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration}
72
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}.
73
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}.
74
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition}
75
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}.
61
76
  :param connection:
62
77
  :param count:
63
78
  :param depends_on:
@@ -100,7 +115,7 @@ class EventOrchestrationGlobalCacheVariable(
100
115
 
101
116
  :param scope: The scope in which to define this construct.
102
117
  :param import_to_id: The construct id used in the generated config for the EventOrchestrationGlobalCacheVariable to import.
103
- :param import_from_id: The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use
118
+ :param import_from_id: The id of the existing EventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use
104
119
  :param provider: ? Optional instance of the provider where the EventOrchestrationGlobalCacheVariable to import is found.
105
120
  '''
106
121
  if __debug__:
@@ -134,10 +149,10 @@ class EventOrchestrationGlobalCacheVariable(
134
149
  ttl_seconds: typing.Optional[jsii.Number] = None,
135
150
  ) -> None:
136
151
  '''
137
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}.
138
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}.
139
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}.
140
- :param ttl_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}.
152
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}.
153
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}.
154
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}.
155
+ :param ttl_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}.
141
156
  '''
142
157
  value = EventOrchestrationGlobalCacheVariableConfiguration(
143
158
  type=type, regex=regex, source=source, ttl_seconds=ttl_seconds
@@ -262,7 +277,7 @@ class EventOrchestrationGlobalCacheVariable(
262
277
  class EventOrchestrationGlobalCacheVariableCondition:
263
278
  def __init__(self, *, expression: builtins.str) -> None:
264
279
  '''
265
- :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}.
280
+ :param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}.
266
281
  '''
267
282
  if __debug__:
268
283
  type_hints = typing.get_type_hints(_typecheckingstub__70b30428394523d2d376044301cd8613a32b86d8f5be3df1830a2d28b4cc083a)
@@ -273,7 +288,7 @@ class EventOrchestrationGlobalCacheVariableCondition:
273
288
 
274
289
  @builtins.property
275
290
  def expression(self) -> builtins.str:
276
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}.'''
291
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#expression EventOrchestrationGlobalCacheVariable#expression}.'''
277
292
  result = self._values.get("expression")
278
293
  assert result is not None, "Required property 'expression' is missing"
279
294
  return typing.cast(builtins.str, result)
@@ -489,11 +504,11 @@ class EventOrchestrationGlobalCacheVariableConfig(
489
504
  :param lifecycle:
490
505
  :param provider:
491
506
  :param provisioners:
492
- :param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration}
493
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}.
494
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}.
495
- :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition}
496
- :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}.
507
+ :param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration}
508
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}.
509
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}.
510
+ :param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition}
511
+ :param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}.
497
512
  '''
498
513
  if isinstance(lifecycle, dict):
499
514
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -605,7 +620,7 @@ class EventOrchestrationGlobalCacheVariableConfig(
605
620
  def configuration(self) -> "EventOrchestrationGlobalCacheVariableConfiguration":
606
621
  '''configuration block.
607
622
 
608
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration}
623
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#configuration EventOrchestrationGlobalCacheVariable#configuration}
609
624
  '''
610
625
  result = self._values.get("configuration")
611
626
  assert result is not None, "Required property 'configuration' is missing"
@@ -613,14 +628,14 @@ class EventOrchestrationGlobalCacheVariableConfig(
613
628
 
614
629
  @builtins.property
615
630
  def event_orchestration(self) -> builtins.str:
616
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}.'''
631
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#event_orchestration EventOrchestrationGlobalCacheVariable#event_orchestration}.'''
617
632
  result = self._values.get("event_orchestration")
618
633
  assert result is not None, "Required property 'event_orchestration' is missing"
619
634
  return typing.cast(builtins.str, result)
620
635
 
621
636
  @builtins.property
622
637
  def name(self) -> builtins.str:
623
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}.'''
638
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#name EventOrchestrationGlobalCacheVariable#name}.'''
624
639
  result = self._values.get("name")
625
640
  assert result is not None, "Required property 'name' is missing"
626
641
  return typing.cast(builtins.str, result)
@@ -631,7 +646,7 @@ class EventOrchestrationGlobalCacheVariableConfig(
631
646
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCacheVariableCondition]]]:
632
647
  '''condition block.
633
648
 
634
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition}
649
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#condition EventOrchestrationGlobalCacheVariable#condition}
635
650
  '''
636
651
  result = self._values.get("condition")
637
652
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationGlobalCacheVariableCondition]]], result)
@@ -640,7 +655,7 @@ class EventOrchestrationGlobalCacheVariableConfig(
640
655
  def disabled(
641
656
  self,
642
657
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
643
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}.'''
658
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#disabled EventOrchestrationGlobalCacheVariable#disabled}.'''
644
659
  result = self._values.get("disabled")
645
660
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
646
661
 
@@ -676,10 +691,10 @@ class EventOrchestrationGlobalCacheVariableConfiguration:
676
691
  ttl_seconds: typing.Optional[jsii.Number] = None,
677
692
  ) -> None:
678
693
  '''
679
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}.
680
- :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}.
681
- :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}.
682
- :param ttl_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}.
694
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}.
695
+ :param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}.
696
+ :param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}.
697
+ :param ttl_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}.
683
698
  '''
684
699
  if __debug__:
685
700
  type_hints = typing.get_type_hints(_typecheckingstub__6705bb2b6f4163ed1747c2ff324fe3eb9585e358bd45c3609522c769dc817ba2)
@@ -699,26 +714,26 @@ class EventOrchestrationGlobalCacheVariableConfiguration:
699
714
 
700
715
  @builtins.property
701
716
  def type(self) -> builtins.str:
702
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}.'''
717
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#type EventOrchestrationGlobalCacheVariable#type}.'''
703
718
  result = self._values.get("type")
704
719
  assert result is not None, "Required property 'type' is missing"
705
720
  return typing.cast(builtins.str, result)
706
721
 
707
722
  @builtins.property
708
723
  def regex(self) -> typing.Optional[builtins.str]:
709
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}.'''
724
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#regex EventOrchestrationGlobalCacheVariable#regex}.'''
710
725
  result = self._values.get("regex")
711
726
  return typing.cast(typing.Optional[builtins.str], result)
712
727
 
713
728
  @builtins.property
714
729
  def source(self) -> typing.Optional[builtins.str]:
715
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}.'''
730
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#source EventOrchestrationGlobalCacheVariable#source}.'''
716
731
  result = self._values.get("source")
717
732
  return typing.cast(typing.Optional[builtins.str], result)
718
733
 
719
734
  @builtins.property
720
735
  def ttl_seconds(self) -> typing.Optional[jsii.Number]:
721
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}.'''
736
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_global_cache_variable#ttl_seconds EventOrchestrationGlobalCacheVariable#ttl_seconds}.'''
722
737
  result = self._values.get("ttl_seconds")
723
738
  return typing.cast(typing.Optional[jsii.Number], result)
724
739
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `pagerduty_event_orchestration_integration`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_integration).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/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 EventOrchestrationIntegrationA(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.eventOrchestrationIntegration.EventOrchestrationIntegrationA",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -46,12 +61,12 @@ class EventOrchestrationIntegrationA(
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/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration pagerduty_event_orchestration_integration} Resource.
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 event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
54
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
68
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
69
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
55
70
  :param connection:
56
71
  :param count:
57
72
  :param depends_on:
@@ -91,7 +106,7 @@ class EventOrchestrationIntegrationA(
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 EventOrchestrationIntegrationA to import.
94
- :param import_from_id: The id of the existing EventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_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 EventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_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 EventOrchestrationIntegrationA to import is found.
96
111
  '''
97
112
  if __debug__:
@@ -197,8 +212,8 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
197
212
  :param lifecycle:
198
213
  :param provider:
199
214
  :param provisioners:
200
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
201
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
215
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.
216
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.
202
217
  '''
203
218
  if isinstance(lifecycle, dict):
204
219
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -298,14 +313,14 @@ class EventOrchestrationIntegrationAConfig(_cdktf_9a9027ec.TerraformMetaArgument
298
313
 
299
314
  @builtins.property
300
315
  def event_orchestration(self) -> builtins.str:
301
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
316
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#event_orchestration EventOrchestrationIntegrationA#event_orchestration}.'''
302
317
  result = self._values.get("event_orchestration")
303
318
  assert result is not None, "Required property 'event_orchestration' is missing"
304
319
  return typing.cast(builtins.str, result)
305
320
 
306
321
  @builtins.property
307
322
  def label(self) -> builtins.str:
308
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
323
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/event_orchestration_integration#label EventOrchestrationIntegrationA#label}.'''
309
324
  result = self._values.get("label")
310
325
  assert result is not None, "Required property 'label' is missing"
311
326
  return typing.cast(builtins.str, result)