cdktf-cdktf-provider-pagerduty 12.0.3__py3-none-any.whl → 12.0.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +4 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.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_user/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +30 -30
  36. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  37. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  42. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  43. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  44. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  45. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +1073 -53
  48. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  49. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  50. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  51. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  52. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  53. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  54. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  55. cdktf_cdktf_provider_pagerduty/service/__init__.py +170 -121
  56. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  57. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  58. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  59. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  60. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  61. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  62. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  63. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  64. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  65. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  66. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  68. {cdktf_cdktf_provider_pagerduty-12.0.3.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +8 -7
  69. cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
  70. {cdktf_cdktf_provider_pagerduty-12.0.3.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.3.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-12.0.3.dist-info/RECORD +0 -73
  73. {cdktf_cdktf_provider_pagerduty-12.0.3.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-12.0.3.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.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/3.1.1/docs/resources/escalation_policy).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.1/docs/resources/escalation_policy pagerduty_escalation_policy}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.1/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
50
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.1/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.1.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/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.1.1/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.1.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
54
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.2.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
56
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#description EscalationPolicy#description}.
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.2.1/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.2.1/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.1.1/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.2.1/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__:
@@ -292,12 +292,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
292
292
  :param lifecycle:
293
293
  :param provider:
294
294
  :param provisioners:
295
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#name EscalationPolicy#name}.
296
- :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
297
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#description EscalationPolicy#description}.
298
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/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.
299
- :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
300
- :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
295
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#name EscalationPolicy#name}.
296
+ :param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
297
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#description EscalationPolicy#description}.
298
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
299
+ :param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
300
+ :param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
301
301
  '''
302
302
  if isinstance(lifecycle, dict):
303
303
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -409,7 +409,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
409
409
 
410
410
  @builtins.property
411
411
  def name(self) -> builtins.str:
412
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
412
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#name EscalationPolicy#name}.'''
413
413
  result = self._values.get("name")
414
414
  assert result is not None, "Required property 'name' is missing"
415
415
  return typing.cast(builtins.str, result)
@@ -420,7 +420,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
420
420
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
421
421
  '''rule block.
422
422
 
423
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
423
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#rule EscalationPolicy#rule}
424
424
  '''
425
425
  result = self._values.get("rule")
426
426
  assert result is not None, "Required property 'rule' is missing"
@@ -428,13 +428,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
428
428
 
429
429
  @builtins.property
430
430
  def description(self) -> typing.Optional[builtins.str]:
431
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
431
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
432
432
  result = self._values.get("description")
433
433
  return typing.cast(typing.Optional[builtins.str], result)
434
434
 
435
435
  @builtins.property
436
436
  def id(self) -> typing.Optional[builtins.str]:
437
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#id EscalationPolicy#id}.
437
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#id EscalationPolicy#id}.
438
438
 
439
439
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
440
440
  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.
@@ -444,13 +444,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
444
444
 
445
445
  @builtins.property
446
446
  def num_loops(self) -> typing.Optional[jsii.Number]:
447
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
447
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
448
448
  result = self._values.get("num_loops")
449
449
  return typing.cast(typing.Optional[jsii.Number], result)
450
450
 
451
451
  @builtins.property
452
452
  def teams(self) -> typing.Optional[typing.List[builtins.str]]:
453
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
453
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
454
454
  result = self._values.get("teams")
455
455
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
456
456
 
@@ -482,8 +482,8 @@ class EscalationPolicyRule:
482
482
  target: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EscalationPolicyRuleTarget", typing.Dict[builtins.str, typing.Any]]]],
483
483
  ) -> None:
484
484
  '''
485
- :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
486
- :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#target EscalationPolicy#target}
485
+ :param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
486
+ :param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#target EscalationPolicy#target}
487
487
  '''
488
488
  if __debug__:
489
489
  type_hints = typing.get_type_hints(_typecheckingstub__516c047fe18f30a502a2ac9e8f5fb175b3c5458e9a376bc4d3dfc77a569ad584)
@@ -496,7 +496,7 @@ class EscalationPolicyRule:
496
496
 
497
497
  @builtins.property
498
498
  def escalation_delay_in_minutes(self) -> jsii.Number:
499
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
499
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
500
500
  result = self._values.get("escalation_delay_in_minutes")
501
501
  assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
502
502
  return typing.cast(jsii.Number, result)
@@ -507,7 +507,7 @@ class EscalationPolicyRule:
507
507
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
508
508
  '''target block.
509
509
 
510
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#target EscalationPolicy#target}
510
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#target EscalationPolicy#target}
511
511
  '''
512
512
  result = self._values.get("target")
513
513
  assert result is not None, "Required property 'target' is missing"
@@ -719,8 +719,8 @@ class EscalationPolicyRuleTarget:
719
719
  type: typing.Optional[builtins.str] = None,
720
720
  ) -> None:
721
721
  '''
722
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/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.
723
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#type EscalationPolicy#type}.
722
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
723
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#type EscalationPolicy#type}.
724
724
  '''
725
725
  if __debug__:
726
726
  type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
@@ -734,7 +734,7 @@ class EscalationPolicyRuleTarget:
734
734
 
735
735
  @builtins.property
736
736
  def id(self) -> builtins.str:
737
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#id EscalationPolicy#id}.
737
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#id EscalationPolicy#id}.
738
738
 
739
739
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
740
740
  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.
@@ -745,7 +745,7 @@ class EscalationPolicyRuleTarget:
745
745
 
746
746
  @builtins.property
747
747
  def type(self) -> typing.Optional[builtins.str]:
748
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
748
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
749
749
  result = self._values.get("type")
750
750
  return typing.cast(typing.Optional[builtins.str], result)
751
751
 
@@ -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/3.1.1/docs/resources/event_orchestration).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.1/docs/resources/event_orchestration pagerduty_event_orchestration}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.1/docs/resources/event_orchestration pagerduty_event_orchestration} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.1/docs/resources/event_orchestration#name EventOrchestration#name}.
54
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#description EventOrchestration#description}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/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.1.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
57
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#team EventOrchestration#team}.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#name EventOrchestration#name}.
54
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#description EventOrchestration#description}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.2.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
57
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.1.1/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.2.1/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__:
@@ -275,11 +275,11 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
275
275
  :param lifecycle:
276
276
  :param provider:
277
277
  :param provisioners:
278
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#name EventOrchestration#name}.
279
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#description EventOrchestration#description}.
280
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/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.
281
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
282
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#team EventOrchestration#team}.
278
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#name EventOrchestration#name}.
279
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#description EventOrchestration#description}.
280
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
281
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
282
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#team EventOrchestration#team}.
283
283
  '''
284
284
  if isinstance(lifecycle, dict):
285
285
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -389,20 +389,20 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
389
389
 
390
390
  @builtins.property
391
391
  def name(self) -> builtins.str:
392
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#name EventOrchestration#name}.'''
392
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#name EventOrchestration#name}.'''
393
393
  result = self._values.get("name")
394
394
  assert result is not None, "Required property 'name' is missing"
395
395
  return typing.cast(builtins.str, result)
396
396
 
397
397
  @builtins.property
398
398
  def description(self) -> typing.Optional[builtins.str]:
399
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#description EventOrchestration#description}.'''
399
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#description EventOrchestration#description}.'''
400
400
  result = self._values.get("description")
401
401
  return typing.cast(typing.Optional[builtins.str], result)
402
402
 
403
403
  @builtins.property
404
404
  def id(self) -> typing.Optional[builtins.str]:
405
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#id EventOrchestration#id}.
405
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#id EventOrchestration#id}.
406
406
 
407
407
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
408
408
  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.
@@ -416,14 +416,14 @@ class EventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
416
416
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]]:
417
417
  '''integration block.
418
418
 
419
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
419
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#integration EventOrchestration#integration}
420
420
  '''
421
421
  result = self._values.get("integration")
422
422
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationIntegration"]]], result)
423
423
 
424
424
  @builtins.property
425
425
  def team(self) -> typing.Optional[builtins.str]:
426
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.1/docs/resources/event_orchestration#team EventOrchestration#team}.'''
426
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/event_orchestration#team EventOrchestration#team}.'''
427
427
  result = self._values.get("team")
428
428
  return typing.cast(typing.Optional[builtins.str], result)
429
429