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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +19 -4
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.7.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +68 -53
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +29 -14
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +29 -14
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +41 -26
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +29 -14
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +35 -20
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +32 -17
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +44 -29
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +32 -17
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +23 -8
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +26 -11
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +29 -14
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +29 -14
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +29 -14
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +29 -14
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +26 -11
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +23 -8
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +26 -11
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +26 -11
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +29 -14
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +23 -8
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +23 -8
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +26 -11
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +26 -11
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +23 -8
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +26 -11
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +23 -8
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +26 -11
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +26 -11
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +23 -8
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +32 -17
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +26 -11
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +26 -11
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +32 -17
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +26 -11
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +26 -11
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +51 -36
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +35 -20
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +213 -198
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +49 -34
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +26 -11
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +66 -51
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +222 -207
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +49 -34
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +108 -93
  50. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +32 -17
  51. cdktf_cdktf_provider_pagerduty/extension/__init__.py +38 -23
  52. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +56 -41
  53. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +41 -26
  54. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +32 -17
  55. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +61 -46
  56. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +47 -32
  57. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +35 -20
  58. cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -35
  59. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +71 -56
  60. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +32 -17
  61. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +141 -126
  62. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +63 -48
  63. cdktf_cdktf_provider_pagerduty/service/__init__.py +138 -123
  64. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +37 -22
  65. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +133 -118
  66. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +106 -91
  67. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +47 -32
  68. cdktf_cdktf_provider_pagerduty/tag/__init__.py +23 -8
  69. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +29 -14
  70. cdktf_cdktf_provider_pagerduty/team/__init__.py +32 -17
  71. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +32 -17
  72. cdktf_cdktf_provider_pagerduty/user/__init__.py +50 -35
  73. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +41 -26
  74. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +36 -21
  75. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +35 -20
  76. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +57 -42
  77. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/METADATA +6 -6
  78. cdktf_cdktf_provider_pagerduty-13.11.7.dist-info/RECORD +82 -0
  79. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.6.jsii.tgz +0 -0
  80. cdktf_cdktf_provider_pagerduty-13.11.6.dist-info/RECORD +0 -82
  81. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/LICENSE +0 -0
  82. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/WHEEL +0 -0
  83. {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `pagerduty_event_orchestration`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -16,7 +16,22 @@ import jsii
16
16
  import publication
17
17
  import typing_extensions
18
18
 
19
- from typeguard import check_type
19
+ import typeguard
20
+ from importlib.metadata import version as _metadata_package_version
21
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
22
+
23
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
24
+ if TYPEGUARD_MAJOR_VERSION <= 2:
25
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
26
+ else:
27
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
28
+ pass
29
+ else:
30
+ if TYPEGUARD_MAJOR_VERSION == 3:
31
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
32
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
33
+ else:
34
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
20
35
 
21
36
  from .._jsii import *
22
37
 
@@ -29,7 +44,7 @@ class EventOrchestration(
29
44
  metaclass=jsii.JSIIMeta,
30
45
  jsii_type="@cdktf/provider-pagerduty.eventOrchestration.EventOrchestration",
31
46
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
33
48
 
34
49
  def __init__(
35
50
  self,
@@ -49,15 +64,15 @@ class EventOrchestration(
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 pagerduty_event_orchestration} Resource.
67
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration pagerduty_event_orchestration} 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 name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#name EventOrchestration#name}.
57
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#description EventOrchestration#description}.
58
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#id EventOrchestration#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
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#integration EventOrchestration#integration}
60
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#team EventOrchestration#team}.
71
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}.
72
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}.
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#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.
74
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration}
75
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}.
61
76
  :param connection:
62
77
  :param count:
63
78
  :param depends_on:
@@ -100,7 +115,7 @@ class EventOrchestration(
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 EventOrchestration to import.
103
- :param import_from_id: The id of the existing EventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use
118
+ :param import_from_id: The id of the existing EventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#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 EventOrchestration to import is found.
105
120
  '''
106
121
  if __debug__:
@@ -282,11 +297,11 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
282
297
  :param lifecycle:
283
298
  :param provider:
284
299
  :param provisioners:
285
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#name EventOrchestration#name}.
286
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#description EventOrchestration#description}.
287
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#id EventOrchestration#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.
288
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#integration EventOrchestration#integration}
289
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#team EventOrchestration#team}.
300
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}.
301
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}.
302
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#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.
303
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration}
304
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}.
290
305
  '''
291
306
  if isinstance(lifecycle, dict):
292
307
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -396,20 +411,20 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
396
411
 
397
412
  @builtins.property
398
413
  def name(self) -> builtins.str:
399
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#name EventOrchestration#name}.'''
414
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#name EventOrchestration#name}.'''
400
415
  result = self._values.get("name")
401
416
  assert result is not None, "Required property 'name' is missing"
402
417
  return typing.cast(builtins.str, result)
403
418
 
404
419
  @builtins.property
405
420
  def description(self) -> typing.Optional[builtins.str]:
406
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#description EventOrchestration#description}.'''
421
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#description EventOrchestration#description}.'''
407
422
  result = self._values.get("description")
408
423
  return typing.cast(typing.Optional[builtins.str], result)
409
424
 
410
425
  @builtins.property
411
426
  def id(self) -> typing.Optional[builtins.str]:
412
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#id EventOrchestration#id}.
427
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#id EventOrchestration#id}.
413
428
 
414
429
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
415
430
  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.
@@ -423,14 +438,14 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
423
438
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]]:
424
439
  '''integration block.
425
440
 
426
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#integration EventOrchestration#integration}
441
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#integration EventOrchestration#integration}
427
442
  '''
428
443
  result = self._values.get("integration")
429
444
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]], result)
430
445
 
431
446
  @builtins.property
432
447
  def team(self) -> typing.Optional[builtins.str]:
433
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.6/docs/resources/event_orchestration#team EventOrchestration#team}.'''
448
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/event_orchestration#team EventOrchestration#team}.'''
434
449
  result = self._values.get("team")
435
450
  return typing.cast(typing.Optional[builtins.str], result)
436
451