cdktf-cdktf-provider-pagerduty 8.0.0__py3-none-any.whl → 9.0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@9.0.1.jsii.tgz +0 -0
  3. cdktf_cdktf_provider_pagerduty/addon/__init__.py +12 -12
  4. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +51 -51
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +12 -12
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +12 -12
  7. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +24 -24
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +12 -12
  9. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +21 -21
  10. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +15 -15
  11. cdktf_cdktf_provider_pagerduty/custom_field/__init__.py +24 -24
  12. cdktf_cdktf_provider_pagerduty/custom_field_option/__init__.py +15 -15
  13. cdktf_cdktf_provider_pagerduty/custom_field_schema/__init__.py +12 -12
  14. cdktf_cdktf_provider_pagerduty/custom_field_schema_assignment/__init__.py +12 -12
  15. cdktf_cdktf_provider_pagerduty/custom_field_schema_field_configuration/__init__.py +24 -24
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +27 -27
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +15 -15
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +9 -9
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field/__init__.py +9 -9
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_custom_field_schema/__init__.py +9 -9
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +9 -9
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -16
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +12 -12
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +9 -9
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +9 -9
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +9 -9
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +9 -9
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +36 -36
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -35
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +9 -9
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +9 -9
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +9 -9
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +9 -9
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +12 -12
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +9 -9
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +12 -12
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +9 -9
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +15 -15
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +9 -9
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +9 -9
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +37 -37
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -22
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +220 -220
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +9 -9
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +48 -48
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +229 -229
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +119 -119
  48. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +15 -15
  49. cdktf_cdktf_provider_pagerduty/extension/__init__.py +24 -24
  50. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +42 -42
  51. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +24 -24
  52. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +15 -15
  53. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +36 -36
  54. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +21 -21
  55. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +18 -18
  56. cdktf_cdktf_provider_pagerduty/provider/__init__.py +21 -21
  57. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +62 -62
  58. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +15 -15
  59. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +180 -180
  60. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +54 -54
  61. cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -126
  62. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +34 -34
  63. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +168 -168
  64. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +109 -109
  65. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -34
  66. cdktf_cdktf_provider_pagerduty/tag/__init__.py +9 -9
  67. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +15 -15
  68. cdktf_cdktf_provider_pagerduty/team/__init__.py +15 -15
  69. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +15 -15
  70. cdktf_cdktf_provider_pagerduty/user/__init__.py +33 -33
  71. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +24 -24
  72. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +18 -18
  73. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +52 -52
  74. {cdktf_cdktf_provider_pagerduty-8.0.0.dist-info → cdktf_cdktf_provider_pagerduty-9.0.1.dist-info}/METADATA +2 -2
  75. cdktf_cdktf_provider_pagerduty-9.0.1.dist-info/RECORD +80 -0
  76. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@8.0.0.jsii.tgz +0 -0
  77. cdktf_cdktf_provider_pagerduty-8.0.0.dist-info/RECORD +0 -80
  78. {cdktf_cdktf_provider_pagerduty-8.0.0.dist-info → cdktf_cdktf_provider_pagerduty-9.0.1.dist-info}/LICENSE +0 -0
  79. {cdktf_cdktf_provider_pagerduty-8.0.0.dist-info → cdktf_cdktf_provider_pagerduty-9.0.1.dist-info}/WHEEL +0 -0
  80. {cdktf_cdktf_provider_pagerduty-8.0.0.dist-info → cdktf_cdktf_provider_pagerduty-9.0.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_escalation_policy`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EscalationPolicy(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.escalationPolicy.EscalationPolicy",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -47,16 +47,16 @@ class EscalationPolicy(
47
47
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
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,
49
49
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
50
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
51
51
 
52
52
  :param scope: The scope in which to define this construct.
53
53
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
55
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#id EscalationPolicy#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.
58
- :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
59
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
54
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#name EscalationPolicy#name}.
55
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#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.
58
+ :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
59
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
60
60
  :param connection:
61
61
  :param count:
62
62
  :param depends_on:
@@ -268,12 +268,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
268
268
  :param lifecycle:
269
269
  :param provider:
270
270
  :param provisioners:
271
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
272
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
273
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
274
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#id EscalationPolicy#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.
275
- :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
276
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
271
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#name EscalationPolicy#name}.
272
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
273
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#description EscalationPolicy#description}.
274
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#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.
275
+ :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
276
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
277
277
  '''
278
278
  if isinstance(lifecycle, dict):
279
279
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -385,7 +385,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
385
385
 
386
386
  @builtins.property
387
387
  def name(self) -> builtins.str:
388
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
388
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
389
389
  result = self._values.get("name")
390
390
  assert result is not None, "Required property 'name' is missing"
391
391
  return typing.cast(builtins.str, result)
@@ -396,7 +396,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
396
396
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
397
397
  '''rule block.
398
398
 
399
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
399
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
400
400
  '''
401
401
  result = self._values.get("rule")
402
402
  assert result is not None, "Required property 'rule' is missing"
@@ -404,13 +404,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
404
404
 
405
405
  @builtins.property
406
406
  def description(self) -> typing.Optional[builtins.str]:
407
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
407
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
408
408
  result = self._values.get("description")
409
409
  return typing.cast(typing.Optional[builtins.str], result)
410
410
 
411
411
  @builtins.property
412
412
  def id(self) -> typing.Optional[builtins.str]:
413
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
413
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#id}.
414
414
 
415
415
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
416
416
  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.
@@ -420,13 +420,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
420
420
 
421
421
  @builtins.property
422
422
  def num_loops(self) -> typing.Optional[jsii.Number]:
423
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
423
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
424
424
  result = self._values.get("num_loops")
425
425
  return typing.cast(typing.Optional[jsii.Number], result)
426
426
 
427
427
  @builtins.property
428
428
  def teams(self) -> typing.Optional[typing.List[builtins.str]]:
429
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
429
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
430
430
  result = self._values.get("teams")
431
431
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
432
432
 
@@ -458,8 +458,8 @@ class EscalationPolicyRule:
458
458
  target: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EscalationPolicyRuleTarget", typing.Dict[builtins.str, typing.Any]]]],
459
459
  ) -> None:
460
460
  '''
461
- :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
462
- :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#target EscalationPolicy#target}
461
+ :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
462
+ :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#target EscalationPolicy#target}
463
463
  '''
464
464
  if __debug__:
465
465
  type_hints = typing.get_type_hints(_typecheckingstub__516c047fe18f30a502a2ac9e8f5fb175b3c5458e9a376bc4d3dfc77a569ad584)
@@ -472,7 +472,7 @@ class EscalationPolicyRule:
472
472
 
473
473
  @builtins.property
474
474
  def escalation_delay_in_minutes(self) -> jsii.Number:
475
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
475
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
476
476
  result = self._values.get("escalation_delay_in_minutes")
477
477
  assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
478
478
  return typing.cast(jsii.Number, result)
@@ -483,7 +483,7 @@ class EscalationPolicyRule:
483
483
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
484
484
  '''target block.
485
485
 
486
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#target EscalationPolicy#target}
486
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#target EscalationPolicy#target}
487
487
  '''
488
488
  result = self._values.get("target")
489
489
  assert result is not None, "Required property 'target' is missing"
@@ -668,13 +668,13 @@ class EscalationPolicyRuleOutputReference(
668
668
  @jsii.member(jsii_name="internalValue")
669
669
  def internal_value(
670
670
  self,
671
- ) -> typing.Optional[typing.Union[EscalationPolicyRule, _cdktf_9a9027ec.IResolvable]]:
672
- return typing.cast(typing.Optional[typing.Union[EscalationPolicyRule, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
671
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EscalationPolicyRule]]:
672
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EscalationPolicyRule]], jsii.get(self, "internalValue"))
673
673
 
674
674
  @internal_value.setter
675
675
  def internal_value(
676
676
  self,
677
- value: typing.Optional[typing.Union[EscalationPolicyRule, _cdktf_9a9027ec.IResolvable]],
677
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EscalationPolicyRule]],
678
678
  ) -> None:
679
679
  if __debug__:
680
680
  type_hints = typing.get_type_hints(_typecheckingstub__3f017b412fdac7bde443f7cbd9d6e9b10358e47c465792fdc7c5228f866e3e75)
@@ -695,8 +695,8 @@ class EscalationPolicyRuleTarget:
695
695
  type: typing.Optional[builtins.str] = None,
696
696
  ) -> None:
697
697
  '''
698
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#id EscalationPolicy#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.
699
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
698
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#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.
699
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#type EscalationPolicy#type}.
700
700
  '''
701
701
  if __debug__:
702
702
  type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
@@ -710,7 +710,7 @@ class EscalationPolicyRuleTarget:
710
710
 
711
711
  @builtins.property
712
712
  def id(self) -> builtins.str:
713
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
713
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#id EscalationPolicy#id}.
714
714
 
715
715
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
716
716
  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.
@@ -721,7 +721,7 @@ class EscalationPolicyRuleTarget:
721
721
 
722
722
  @builtins.property
723
723
  def type(self) -> typing.Optional[builtins.str]:
724
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
724
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
725
725
  result = self._values.get("type")
726
726
  return typing.cast(typing.Optional[builtins.str], result)
727
727
 
@@ -895,13 +895,13 @@ class EscalationPolicyRuleTargetOutputReference(
895
895
  @jsii.member(jsii_name="internalValue")
896
896
  def internal_value(
897
897
  self,
898
- ) -> typing.Optional[typing.Union[EscalationPolicyRuleTarget, _cdktf_9a9027ec.IResolvable]]:
899
- return typing.cast(typing.Optional[typing.Union[EscalationPolicyRuleTarget, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
898
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EscalationPolicyRuleTarget]]:
899
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EscalationPolicyRuleTarget]], jsii.get(self, "internalValue"))
900
900
 
901
901
  @internal_value.setter
902
902
  def internal_value(
903
903
  self,
904
- value: typing.Optional[typing.Union[EscalationPolicyRuleTarget, _cdktf_9a9027ec.IResolvable]],
904
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EscalationPolicyRuleTarget]],
905
905
  ) -> None:
906
906
  if __debug__:
907
907
  type_hints = typing.get_type_hints(_typecheckingstub__46dd9b52e29066c15650222e8c954e6eb6be6d725eb4abf067af9f4f730dc2e2)
@@ -1066,7 +1066,7 @@ def _typecheckingstub__20e0221c6a35eae8146a00ae105b8c95c0893db9873633b7586f5a870
1066
1066
  pass
1067
1067
 
1068
1068
  def _typecheckingstub__3f017b412fdac7bde443f7cbd9d6e9b10358e47c465792fdc7c5228f866e3e75(
1069
- value: typing.Optional[typing.Union[EscalationPolicyRule, _cdktf_9a9027ec.IResolvable]],
1069
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EscalationPolicyRule]],
1070
1070
  ) -> None:
1071
1071
  """Type checking stubs"""
1072
1072
  pass
@@ -1139,7 +1139,7 @@ def _typecheckingstub__ba5c1c66ad940594add2107a50f5e6a2570a219865ca3bc8f410fc098
1139
1139
  pass
1140
1140
 
1141
1141
  def _typecheckingstub__46dd9b52e29066c15650222e8c954e6eb6be6d725eb4abf067af9f4f730dc2e2(
1142
- value: typing.Optional[typing.Union[EscalationPolicyRuleTarget, _cdktf_9a9027ec.IResolvable]],
1142
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EscalationPolicyRuleTarget]],
1143
1143
  ) -> None:
1144
1144
  """Type checking stubs"""
1145
1145
  pass
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_event_orchestration`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class EventOrchestration(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.eventOrchestration.EventOrchestration",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class EventOrchestration(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  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
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration pagerduty_event_orchestration} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration pagerduty_event_orchestration} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#name EventOrchestration#name}.
54
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#description EventOrchestration#description}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/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.
56
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
57
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#team EventOrchestration#team}.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#name EventOrchestration#name}.
54
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#description EventOrchestration#description}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/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.
56
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
57
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#team EventOrchestration#team}.
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -251,11 +251,11 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
251
251
  :param lifecycle:
252
252
  :param provider:
253
253
  :param provisioners:
254
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#name EventOrchestration#name}.
255
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#description EventOrchestration#description}.
256
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/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.
257
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
258
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#team EventOrchestration#team}.
254
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#name EventOrchestration#name}.
255
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#description EventOrchestration#description}.
256
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/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.
257
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
258
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#team EventOrchestration#team}.
259
259
  '''
260
260
  if isinstance(lifecycle, dict):
261
261
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -365,20 +365,20 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
365
 
366
366
  @builtins.property
367
367
  def name(self) -> builtins.str:
368
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#name EventOrchestration#name}.'''
368
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#name EventOrchestration#name}.'''
369
369
  result = self._values.get("name")
370
370
  assert result is not None, "Required property 'name' is missing"
371
371
  return typing.cast(builtins.str, result)
372
372
 
373
373
  @builtins.property
374
374
  def description(self) -> typing.Optional[builtins.str]:
375
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#description EventOrchestration#description}.'''
375
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#description EventOrchestration#description}.'''
376
376
  result = self._values.get("description")
377
377
  return typing.cast(typing.Optional[builtins.str], result)
378
378
 
379
379
  @builtins.property
380
380
  def id(self) -> typing.Optional[builtins.str]:
381
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#id EventOrchestration#id}.
381
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#id EventOrchestration#id}.
382
382
 
383
383
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
384
384
  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.
@@ -392,14 +392,14 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
392
392
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]]:
393
393
  '''integration block.
394
394
 
395
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
395
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
396
396
  '''
397
397
  result = self._values.get("integration")
398
398
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]], result)
399
399
 
400
400
  @builtins.property
401
401
  def team(self) -> typing.Optional[builtins.str]:
402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.0/docs/resources/event_orchestration#team EventOrchestration#team}.'''
402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/2.15.2/docs/resources/event_orchestration#team EventOrchestration#team}.'''
403
403
  result = self._values.get("team")
404
404
  return typing.cast(typing.Optional[builtins.str], result)
405
405
 
@@ -571,13 +571,13 @@ class EventOrchestrationIntegrationOutputReference(
571
571
  @jsii.member(jsii_name="internalValue")
572
572
  def internal_value(
573
573
  self,
574
- ) -> typing.Optional[typing.Union[EventOrchestrationIntegration, _cdktf_9a9027ec.IResolvable]]:
575
- return typing.cast(typing.Optional[typing.Union[EventOrchestrationIntegration, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
574
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationIntegration]]:
575
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationIntegration]], jsii.get(self, "internalValue"))
576
576
 
577
577
  @internal_value.setter
578
578
  def internal_value(
579
579
  self,
580
- value: typing.Optional[typing.Union[EventOrchestrationIntegration, _cdktf_9a9027ec.IResolvable]],
580
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationIntegration]],
581
581
  ) -> None:
582
582
  if __debug__:
583
583
  type_hints = typing.get_type_hints(_typecheckingstub__c1d5adff59bca63a35d563e1e5f79e9211b9daa6bf8142bfe9fd7ead454beed4)
@@ -865,7 +865,7 @@ def _typecheckingstub__564b955f264b9ecff34f5dd642cd1ebe487105ccaaaf2436babad9dff
865
865
  pass
866
866
 
867
867
  def _typecheckingstub__c1d5adff59bca63a35d563e1e5f79e9211b9daa6bf8142bfe9fd7ead454beed4(
868
- value: typing.Optional[typing.Union[EventOrchestrationIntegration, _cdktf_9a9027ec.IResolvable]],
868
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationIntegration]],
869
869
  ) -> None:
870
870
  """Type checking stubs"""
871
871
  pass