cdktf-cdktf-provider-pagerduty 13.1.2__py3-none-any.whl → 13.2.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.2.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  37. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  43. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  44. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  45. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  47. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  48. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  49. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  50. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  51. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  52. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  53. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  54. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  55. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  56. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  57. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  58. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  59. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  60. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  61. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  62. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  63. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  64. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  65. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  66. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  67. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  68. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  69. {cdktf_cdktf_provider_pagerduty-13.1.2.dist-info → cdktf_cdktf_provider_pagerduty-13.2.0.dist-info}/METADATA +4 -4
  70. cdktf_cdktf_provider_pagerduty-13.2.0.dist-info/RECORD +74 -0
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.1.2.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-13.1.2.dist-info/RECORD +0 -74
  73. {cdktf_cdktf_provider_pagerduty-13.1.2.dist-info → cdktf_cdktf_provider_pagerduty-13.2.0.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-13.1.2.dist-info → cdktf_cdktf_provider_pagerduty-13.2.0.dist-info}/WHEEL +0 -0
  75. {cdktf_cdktf_provider_pagerduty-13.1.2.dist-info → cdktf_cdktf_provider_pagerduty-13.2.0.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 Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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/3.5.2/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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/3.5.2/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
50
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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/3.5.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/3.5.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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/3.5.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/3.5.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
54
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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/3.6.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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/3.6.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/3.6.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
60
60
  :param connection:
61
61
  :param count:
62
62
  :param depends_on:
@@ -100,7 +100,7 @@ class EscalationPolicy(
100
100
 
101
101
  :param scope: The scope in which to define this construct.
102
102
  :param import_to_id: The construct id used in the generated config for the EscalationPolicy to import.
103
- :param import_from_id: The id of the existing EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use
103
+ :param import_from_id: The id of the existing EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use
104
104
  :param provider: ? Optional instance of the provider where the EscalationPolicy to import is found.
105
105
  '''
106
106
  if __debug__:
@@ -296,12 +296,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
296
296
  :param lifecycle:
297
297
  :param provider:
298
298
  :param provisioners:
299
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#name EscalationPolicy#name}.
300
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
301
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#description EscalationPolicy#description}.
302
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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.
303
- :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
304
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
299
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#name EscalationPolicy#name}.
300
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
301
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#description EscalationPolicy#description}.
302
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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.
303
+ :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
304
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
305
305
  '''
306
306
  if isinstance(lifecycle, dict):
307
307
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -413,7 +413,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
413
413
 
414
414
  @builtins.property
415
415
  def name(self) -> builtins.str:
416
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
416
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
417
417
  result = self._values.get("name")
418
418
  assert result is not None, "Required property 'name' is missing"
419
419
  return typing.cast(builtins.str, result)
@@ -424,7 +424,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
424
424
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
425
425
  '''rule block.
426
426
 
427
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#rule EscalationPolicy#rule}
427
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#rule EscalationPolicy#rule}
428
428
  '''
429
429
  result = self._values.get("rule")
430
430
  assert result is not None, "Required property 'rule' is missing"
@@ -432,13 +432,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
432
432
 
433
433
  @builtins.property
434
434
  def description(self) -> typing.Optional[builtins.str]:
435
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
435
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
436
436
  result = self._values.get("description")
437
437
  return typing.cast(typing.Optional[builtins.str], result)
438
438
 
439
439
  @builtins.property
440
440
  def id(self) -> typing.Optional[builtins.str]:
441
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#id EscalationPolicy#id}.
441
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
442
442
 
443
443
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
444
444
  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.
@@ -448,13 +448,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
448
448
 
449
449
  @builtins.property
450
450
  def num_loops(self) -> typing.Optional[jsii.Number]:
451
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
451
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
452
452
  result = self._values.get("num_loops")
453
453
  return typing.cast(typing.Optional[jsii.Number], result)
454
454
 
455
455
  @builtins.property
456
456
  def teams(self) -> typing.Optional[typing.List[builtins.str]]:
457
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
457
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
458
458
  result = self._values.get("teams")
459
459
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
460
460
 
@@ -488,9 +488,9 @@ class EscalationPolicyRule:
488
488
  escalation_rule_assignment_strategy: typing.Optional[typing.Union["EscalationPolicyRuleEscalationRuleAssignmentStrategy", typing.Dict[builtins.str, typing.Any]]] = None,
489
489
  ) -> None:
490
490
  '''
491
- :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
492
- :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#target EscalationPolicy#target}
493
- :param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
491
+ :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
492
+ :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#target EscalationPolicy#target}
493
+ :param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
494
494
  '''
495
495
  if isinstance(escalation_rule_assignment_strategy, dict):
496
496
  escalation_rule_assignment_strategy = EscalationPolicyRuleEscalationRuleAssignmentStrategy(**escalation_rule_assignment_strategy)
@@ -508,7 +508,7 @@ class EscalationPolicyRule:
508
508
 
509
509
  @builtins.property
510
510
  def escalation_delay_in_minutes(self) -> jsii.Number:
511
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
511
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
512
512
  result = self._values.get("escalation_delay_in_minutes")
513
513
  assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
514
514
  return typing.cast(jsii.Number, result)
@@ -519,7 +519,7 @@ class EscalationPolicyRule:
519
519
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
520
520
  '''target block.
521
521
 
522
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#target EscalationPolicy#target}
522
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#target EscalationPolicy#target}
523
523
  '''
524
524
  result = self._values.get("target")
525
525
  assert result is not None, "Required property 'target' is missing"
@@ -531,7 +531,7 @@ class EscalationPolicyRule:
531
531
  ) -> typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"]:
532
532
  '''escalation_rule_assignment_strategy block.
533
533
 
534
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
534
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
535
535
  '''
536
536
  result = self._values.get("escalation_rule_assignment_strategy")
537
537
  return typing.cast(typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"], result)
@@ -556,7 +556,7 @@ class EscalationPolicyRule:
556
556
  class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
557
557
  def __init__(self, *, type: typing.Optional[builtins.str] = None) -> None:
558
558
  '''
559
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#type EscalationPolicy#type}.
559
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
560
560
  '''
561
561
  if __debug__:
562
562
  type_hints = typing.get_type_hints(_typecheckingstub__953269d9978a1ac8c7b1b4bdc9c54e0cf3573db2ea304992783d4c98b969f97b)
@@ -567,7 +567,7 @@ class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
567
567
 
568
568
  @builtins.property
569
569
  def type(self) -> typing.Optional[builtins.str]:
570
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
570
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
571
571
  result = self._values.get("type")
572
572
  return typing.cast(typing.Optional[builtins.str], result)
573
573
 
@@ -765,7 +765,7 @@ class EscalationPolicyRuleOutputReference(
765
765
  type: typing.Optional[builtins.str] = None,
766
766
  ) -> None:
767
767
  '''
768
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#type EscalationPolicy#type}.
768
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
769
769
  '''
770
770
  value = EscalationPolicyRuleEscalationRuleAssignmentStrategy(type=type)
771
771
 
@@ -867,8 +867,8 @@ class EscalationPolicyRuleTarget:
867
867
  type: typing.Optional[builtins.str] = None,
868
868
  ) -> None:
869
869
  '''
870
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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.
871
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#type EscalationPolicy#type}.
870
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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.
871
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#type EscalationPolicy#type}.
872
872
  '''
873
873
  if __debug__:
874
874
  type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
@@ -882,7 +882,7 @@ class EscalationPolicyRuleTarget:
882
882
 
883
883
  @builtins.property
884
884
  def id(self) -> builtins.str:
885
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#id EscalationPolicy#id}.
885
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#id EscalationPolicy#id}.
886
886
 
887
887
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
888
888
  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.
@@ -893,7 +893,7 @@ class EscalationPolicyRuleTarget:
893
893
 
894
894
  @builtins.property
895
895
  def type(self) -> typing.Optional[builtins.str]:
896
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
896
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
897
897
  result = self._values.get("type")
898
898
  return typing.cast(typing.Optional[builtins.str], result)
899
899
 
@@ -1,7 +1,7 @@
1
1
  '''
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.5.2/docs/resources/event_orchestration).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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/3.5.2/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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/3.5.2/docs/resources/event_orchestration pagerduty_event_orchestration} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/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/3.5.2/docs/resources/event_orchestration#name EventOrchestration#name}.
54
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#description EventOrchestration#description}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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/3.5.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
57
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#team EventOrchestration#team}.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#name EventOrchestration#name}.
54
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#description EventOrchestration#description}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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/3.6.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
57
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#team EventOrchestration#team}.
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -97,7 +97,7 @@ class EventOrchestration(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the EventOrchestration to import.
100
- :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.5.2/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use
100
+ :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.6.0/docs/resources/event_orchestration#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the EventOrchestration to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -279,11 +279,11 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
279
279
  :param lifecycle:
280
280
  :param provider:
281
281
  :param provisioners:
282
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#name EventOrchestration#name}.
283
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#description EventOrchestration#description}.
284
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.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.
285
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
286
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#team EventOrchestration#team}.
282
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#name EventOrchestration#name}.
283
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#description EventOrchestration#description}.
284
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.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.
285
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
286
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#team EventOrchestration#team}.
287
287
  '''
288
288
  if isinstance(lifecycle, dict):
289
289
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -393,20 +393,20 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
393
393
 
394
394
  @builtins.property
395
395
  def name(self) -> builtins.str:
396
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#name EventOrchestration#name}.'''
396
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#name EventOrchestration#name}.'''
397
397
  result = self._values.get("name")
398
398
  assert result is not None, "Required property 'name' is missing"
399
399
  return typing.cast(builtins.str, result)
400
400
 
401
401
  @builtins.property
402
402
  def description(self) -> typing.Optional[builtins.str]:
403
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#description EventOrchestration#description}.'''
403
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#description EventOrchestration#description}.'''
404
404
  result = self._values.get("description")
405
405
  return typing.cast(typing.Optional[builtins.str], result)
406
406
 
407
407
  @builtins.property
408
408
  def id(self) -> typing.Optional[builtins.str]:
409
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#id EventOrchestration#id}.
409
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#id EventOrchestration#id}.
410
410
 
411
411
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
412
412
  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,14 +420,14 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
420
420
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]]:
421
421
  '''integration block.
422
422
 
423
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#integration EventOrchestration#integration}
423
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#integration EventOrchestration#integration}
424
424
  '''
425
425
  result = self._values.get("integration")
426
426
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]], result)
427
427
 
428
428
  @builtins.property
429
429
  def team(self) -> typing.Optional[builtins.str]:
430
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.5.2/docs/resources/event_orchestration#team EventOrchestration#team}.'''
430
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.6.0/docs/resources/event_orchestration#team EventOrchestration#team}.'''
431
431
  result = self._values.get("team")
432
432
  return typing.cast(typing.Optional[builtins.str], result)
433
433