cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.7.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +14 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +853 -0
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +853 -0
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +1049 -0
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +1049 -0
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
  50. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
  51. cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
  52. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
  53. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
  54. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
  55. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
  56. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
  57. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
  58. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
  59. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
  60. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
  61. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
  62. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
  63. cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
  64. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
  65. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
  66. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
  67. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
  68. cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
  69. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
  70. cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
  71. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
  72. cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
  73. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
  74. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
  75. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
  76. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/METADATA +5 -5
  77. cdktf_cdktf_provider_pagerduty-13.7.0.dist-info/RECORD +81 -0
  78. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
  79. cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
  80. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/LICENSE +0 -0
  81. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/WHEEL +0 -0
  82. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `data_pagerduty_event_orchestration_integration`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegrationA",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -44,13 +47,13 @@ class DataPagerdutyEventOrchestrationIntegrationA(
44
47
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
48
  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,
46
49
  ) -> None:
47
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
50
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
48
51
 
49
52
  :param scope: The scope in which to define this construct.
50
53
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
51
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
54
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
54
57
  :param connection:
55
58
  :param count:
56
59
  :param depends_on:
@@ -91,7 +94,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
91
94
 
92
95
  :param scope: The scope in which to define this construct.
93
96
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationIntegrationA to import.
94
- :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
95
98
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationIntegrationA to import is found.
96
99
  '''
97
100
  if __debug__:
@@ -221,9 +224,9 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
221
224
  :param lifecycle:
222
225
  :param provider:
223
226
  :param provisioners:
224
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
225
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
226
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
227
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
228
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
229
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
227
230
  '''
228
231
  if isinstance(lifecycle, dict):
229
232
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -327,14 +330,14 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
327
330
 
328
331
  @builtins.property
329
332
  def event_orchestration(self) -> builtins.str:
330
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
333
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
331
334
  result = self._values.get("event_orchestration")
332
335
  assert result is not None, "Required property 'event_orchestration' is missing"
333
336
  return typing.cast(builtins.str, result)
334
337
 
335
338
  @builtins.property
336
339
  def id(self) -> typing.Optional[builtins.str]:
337
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
340
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
338
341
 
339
342
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
340
343
  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.
@@ -344,7 +347,7 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
344
347
 
345
348
  @builtins.property
346
349
  def label(self) -> typing.Optional[builtins.str]:
347
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
350
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
348
351
  result = self._values.get("label")
349
352
  return typing.cast(typing.Optional[builtins.str], result)
350
353