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_incident_custom_field`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field).
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 IncidentCustomField(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.incidentCustomField.IncidentCustomField",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field pagerduty_incident_custom_field}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -51,17 +66,17 @@ class IncidentCustomField(
51
66
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
52
67
  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,
53
68
  ) -> None:
54
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field pagerduty_incident_custom_field} Resource.
69
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field pagerduty_incident_custom_field} Resource.
55
70
 
56
71
  :param scope: The scope in which to define this construct.
57
72
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
58
- :param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.
59
- :param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.
60
- :param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.
61
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#name IncidentCustomField#name}.
62
- :param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.
63
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#description IncidentCustomField#description}.
64
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#id IncidentCustomField#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.
73
+ :param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.
74
+ :param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.
75
+ :param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.
76
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}.
77
+ :param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.
78
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}.
79
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#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.
65
80
  :param connection:
66
81
  :param count:
67
82
  :param depends_on:
@@ -106,7 +121,7 @@ class IncidentCustomField(
106
121
 
107
122
  :param scope: The scope in which to define this construct.
108
123
  :param import_to_id: The construct id used in the generated config for the IncidentCustomField to import.
109
- :param import_from_id: The id of the existing IncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use
124
+ :param import_from_id: The id of the existing IncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use
110
125
  :param provider: ? Optional instance of the provider where the IncidentCustomField to import is found.
111
126
  '''
112
127
  if __debug__:
@@ -309,13 +324,13 @@ class IncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArguments):
309
324
  :param lifecycle:
310
325
  :param provider:
311
326
  :param provisioners:
312
- :param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.
313
- :param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.
314
- :param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.
315
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#name IncidentCustomField#name}.
316
- :param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.
317
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#description IncidentCustomField#description}.
318
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#id IncidentCustomField#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.
327
+ :param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.
328
+ :param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.
329
+ :param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.
330
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}.
331
+ :param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.
332
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}.
333
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#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.
319
334
  '''
320
335
  if isinstance(lifecycle, dict):
321
336
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -428,47 +443,47 @@ class IncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArguments):
428
443
 
429
444
  @builtins.property
430
445
  def data_type(self) -> builtins.str:
431
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.'''
446
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.'''
432
447
  result = self._values.get("data_type")
433
448
  assert result is not None, "Required property 'data_type' is missing"
434
449
  return typing.cast(builtins.str, result)
435
450
 
436
451
  @builtins.property
437
452
  def display_name(self) -> builtins.str:
438
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.'''
453
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.'''
439
454
  result = self._values.get("display_name")
440
455
  assert result is not None, "Required property 'display_name' is missing"
441
456
  return typing.cast(builtins.str, result)
442
457
 
443
458
  @builtins.property
444
459
  def field_type(self) -> builtins.str:
445
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.'''
460
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.'''
446
461
  result = self._values.get("field_type")
447
462
  assert result is not None, "Required property 'field_type' is missing"
448
463
  return typing.cast(builtins.str, result)
449
464
 
450
465
  @builtins.property
451
466
  def name(self) -> builtins.str:
452
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#name IncidentCustomField#name}.'''
467
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#name IncidentCustomField#name}.'''
453
468
  result = self._values.get("name")
454
469
  assert result is not None, "Required property 'name' is missing"
455
470
  return typing.cast(builtins.str, result)
456
471
 
457
472
  @builtins.property
458
473
  def default_value(self) -> typing.Optional[builtins.str]:
459
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.'''
474
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.'''
460
475
  result = self._values.get("default_value")
461
476
  return typing.cast(typing.Optional[builtins.str], result)
462
477
 
463
478
  @builtins.property
464
479
  def description(self) -> typing.Optional[builtins.str]:
465
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#description IncidentCustomField#description}.'''
480
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#description IncidentCustomField#description}.'''
466
481
  result = self._values.get("description")
467
482
  return typing.cast(typing.Optional[builtins.str], result)
468
483
 
469
484
  @builtins.property
470
485
  def id(self) -> typing.Optional[builtins.str]:
471
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field#id IncidentCustomField#id}.
486
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field#id IncidentCustomField#id}.
472
487
 
473
488
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
474
489
  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
  # `pagerduty_incident_custom_field_option`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field_option`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field_option`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option).
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 IncidentCustomFieldOption(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.incidentCustomFieldOption.IncidentCustomFieldOption",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -48,14 +63,14 @@ class IncidentCustomFieldOption(
48
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
64
  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,
50
65
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option} Resource.
52
67
 
53
68
  :param scope: The scope in which to define this construct.
54
69
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
55
- :param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.
56
- :param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.
57
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.
58
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#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.
70
+ :param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.
71
+ :param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.
72
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#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.
59
74
  :param connection:
60
75
  :param count:
61
76
  :param depends_on:
@@ -97,7 +112,7 @@ class IncidentCustomFieldOption(
97
112
 
98
113
  :param scope: The scope in which to define this construct.
99
114
  :param import_to_id: The construct id used in the generated config for the IncidentCustomFieldOption to import.
100
- :param import_from_id: The id of the existing IncidentCustomFieldOption that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing IncidentCustomFieldOption that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use
101
116
  :param provider: ? Optional instance of the provider where the IncidentCustomFieldOption to import is found.
102
117
  '''
103
118
  if __debug__:
@@ -235,10 +250,10 @@ class IncidentCustomFieldOptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
235
250
  :param lifecycle:
236
251
  :param provider:
237
252
  :param provisioners:
238
- :param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.
239
- :param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.
240
- :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.
241
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#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.
253
+ :param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.
254
+ :param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.
255
+ :param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.
256
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#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.
242
257
  '''
243
258
  if isinstance(lifecycle, dict):
244
259
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -343,28 +358,28 @@ class IncidentCustomFieldOptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
343
358
 
344
359
  @builtins.property
345
360
  def data_type(self) -> builtins.str:
346
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.'''
361
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.'''
347
362
  result = self._values.get("data_type")
348
363
  assert result is not None, "Required property 'data_type' is missing"
349
364
  return typing.cast(builtins.str, result)
350
365
 
351
366
  @builtins.property
352
367
  def field(self) -> builtins.str:
353
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.'''
368
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.'''
354
369
  result = self._values.get("field")
355
370
  assert result is not None, "Required property 'field' is missing"
356
371
  return typing.cast(builtins.str, result)
357
372
 
358
373
  @builtins.property
359
374
  def value(self) -> builtins.str:
360
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.'''
375
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.'''
361
376
  result = self._values.get("value")
362
377
  assert result is not None, "Required property 'value' is missing"
363
378
  return typing.cast(builtins.str, result)
364
379
 
365
380
  @builtins.property
366
381
  def id(self) -> typing.Optional[builtins.str]:
367
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}.
382
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}.
368
383
 
369
384
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
370
385
  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.